.section-nara-bid {
  padding: 72px 20px;
  background: #ffffff;
  width: 100%;
  box-sizing: border-box;
}

.section-nara-bid .main_re_container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  font-family: "Pretendard", sans-serif;
}

.section-nara-bid .sec-container {
  width: 100%;
  box-sizing: border-box;
}

.section-nara-bid .nara-shell {
  background: #fff;
  border: 1px solid #e6ebf2;
  border-radius: 18px;
  padding: 34px;
  box-shadow: 0 18px 48px rgba(25, 43, 71, 0.08);
}

.section-nara-bid .nara-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.section-nara-bid .nara-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #1d6fef;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0;
}

.section-nara-bid .nara-title {
  margin: 0;
  color: #111827;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
}

.section-nara-bid .nara-desc {
  margin: 10px 0 0;
  color: #64748b;
  font-size: 16px;
  line-height: 1.65;
}

.section-nara-bid .nara-source {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: #eef6ff;
  color: #1d4ed8;
  font-size: 13px;
  font-weight: 800;
}

.section-nara-bid .nara-filter {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 12px;
  align-items: end;
  padding: 24px;
  margin-bottom: 22px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #f9fafb;
}

.section-nara-bid .nara-submit-wrap {
  width: 100%;
  grid-column: span 4;
}

.section-nara-bid .nara-filter,
.section-nara-bid .nara-summary {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.section-nara-bid .nara-field label {
  display: block;
  margin-bottom: 8px;
  color: #475569;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
}

.section-nara-bid .nara-field select,
.section-nara-bid .nara-field input {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #d9e0ea;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  outline: none;
  cursor: pointer;
}

.section-nara-bid .nara-clickable-date {
	cursor: pointer;
	color: #111827;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 4px;
	text-decoration-color: #cbd5e1;
	transition: color 0.2s;
}

.section-nara-bid .nara-clickable-date:hover {
	color: #1d6fef;
	text-decoration-color: #1d6fef;
}

.section-nara-bid .nara-field input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  position: relative;
}

/* Aggressively prevent blue highlight on click/selection */
.section-nara-bid .nara-field input[type="date"]::-webkit-datetime-edit,
.section-nara-bid .nara-field input[type="date"]::-webkit-datetime-edit-fields-wrapper,
.section-nara-bid .nara-field input[type="date"]::-webkit-datetime-edit-text,
.section-nara-bid .nara-field input[type="date"]::-webkit-datetime-edit-month-field,
.section-nara-bid .nara-field input[type="date"]::-webkit-datetime-edit-day-field,
.section-nara-bid .nara-field input[type="date"]::-webkit-datetime-edit-year-field {
  -webkit-user-select: none;
  user-select: none;
}

.section-nara-bid .nara-field input:focus {
  border-color: #1d6fef;
  box-shadow: 0 0 0 3px rgba(29, 111, 239, 0.12);
}

.section-nara-bid .nara-field input::selection,
.section-nara-bid .nara-clickable-date::selection {
  background: transparent;
  color: inherit;
}

.section-nara-bid .nara-field input::-moz-selection,
.section-nara-bid .nara-clickable-date::-moz-selection {
  background: transparent;
  color: inherit;
}

.section-nara-bid .nara-submit {
  width: 100%;
  height: 46px;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}

.section-nara-bid .nara-submit:hover {
  background: #1d6fef;
}

.section-nara-bid .nara-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  color: #64748b;
  font-size: 14px;
}

.section-nara-bid .nara-count {
  color: #111827;
  font-weight: 900;
}

.section-nara-bid .nara-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.section-nara-bid .nara-card {
  display: block;
  min-height: 176px;
  padding: 20px;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.section-nara-bid .nara-card:hover {
  border-color: #a9c7ff;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(29, 78, 216, 0.1);
}

.section-nara-bid .nara-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.section-nara-bid .nara-badge {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #edf4ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 900;
}

.section-nara-bid .nara-date {
  color: #64748b;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.section-nara-bid .nara-card-title {
  margin: 0 0 12px;
  color: #111827;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.section-nara-bid .nara-meta {
  display: grid;
  gap: 6px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.section-nara-bid .nara-meta strong {
  color: #334155;
  font-weight: 800;
}

.section-nara-bid .nara-empty {
	grid-column: 1 / -1;
	width: 100%;
	min-width: 0;
	padding: 28px;
	box-sizing: border-box;
	border: 1px dashed #cbd5e1;
  border-radius: 14px;
  background: #f8fafc;
  color: #64748b;
  text-align: center;
  font-size: 15px;
}

.section-nara-bid .nara-loading {
	grid-column: 1 / -1;
	width: 100%;
	min-width: 0;
	padding: 28px;
	box-sizing: border-box;
	border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  width: 100%;
}

.section-nara-bid .nara-spinner {
  width: 34px;
  height: 34px;
  border: 4px solid #bfdbfe;
  border-top-color: #1d6fef;
  border-radius: 50%;
  animation: naraSpin 0.8s linear infinite;
}

@keyframes naraSpin {
  to {
    transform: rotate(360deg);
  }
}

.section-nara-bid .nara-error {
	grid-column: 1 / -1;
	width: 100%;
	min-width: 0;
	padding: 18px;
	box-sizing: border-box;
	border: 1px solid #fecaca;
  border-radius: 14px;
  background: #fff5f5;
  color: #b91c1c;
  font-size: 14px;
  line-height: 1.6;
}

.section-nara-bid .nara-more {
  margin-top: 22px;
  text-align: center;
}

.section-nara-bid .nara-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.16);
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.section-nara-bid .nara-more-link:hover {
  background: #1d6fef;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .section-nara-bid .nara-filter {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-nara-bid .nara-submit-wrap {
    grid-column: span 2;
  }

  .section-nara-bid .nara-field-break {
    grid-column-start: auto;
  }

  .section-nara-bid .nara-submit {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section-nara-bid {
    padding: 60px 15px;
  }

  .section-nara-bid .nara-shell {
    padding: 22px;
    border-radius: 14px;
  }

  .section-nara-bid .nara-head,
  .section-nara-bid .nara-summary {
    display: block;
  }

  .section-nara-bid .nara-source {
    margin-top: 16px;
  }

  .section-nara-bid .nara-title {
    font-size: 25px;
  }

  .section-nara-bid .nara-filter,
  .section-nara-bid .nara-list {
    grid-template-columns: 1fr;
  }

  .section-nara-bid .nara-submit-wrap {
    grid-column: span 1;
  }

  .section-nara-bid .nara-more-link {
    width: auto;
    min-width: 170px;
    height: 44px;
    padding: 0 20px;
  }
  .section-nara-bid .nara-field-break {
    grid-column-start: auto;
  }
}

.section-nara-bid .nara-field-break {
  grid-column-start: 1;
}
