

/* Archive */
body.post-type-archive-xet_nghiem_goi .page-intro {
  margin-bottom: 0;
}

body.post-type-archive-xet_nghiem_goi .hero-panel {
  display: none;
}

body.post-type-archive-xet_nghiem_goi .hero-strip {
  display: block;
}

body.post-type-archive-xet_nghiem_goi .hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 1.5rem;
}

body.post-type-archive-xet_nghiem_goi .stat-box {
  background: #efefed;
  border-radius: 8px;
  padding: 12px 14px;
  border: 0;
}

body.post-type-archive-xet_nghiem_goi .stat-box .label {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}

body.post-type-archive-xet_nghiem_goi .stat-box .value {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}

body.post-type-archive-xet_nghiem_goi .stat-box .sub {
  font-size: 11px;
  color: #999;
  margin-top: 2px;
}

body.post-type-archive-xet_nghiem_goi .notice-banner {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 3px solid #1d9e75;
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 12px;
  color: #555;
  margin-bottom: 1.5rem;
  line-height: 1.6;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

body.post-type-archive-xet_nghiem_goi .notice-banner svg {
  width: 16px;
  height: 16px;
  color: #1d9e75;
  flex-shrink: 0;
  margin-top: 1px;
}

body.post-type-archive-xet_nghiem_goi .notice-banner p {
  margin: 0;
}

body.post-type-archive-xet_nghiem_goi .toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  gap: 12px;
  flex-wrap: wrap;
}

body.post-type-archive-xet_nghiem_goi .search-box {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 0 14px;
  flex: 1;
  max-width: 340px;
  height: 40px;
}

body.post-type-archive-xet_nghiem_goi .search-box svg {
  width: 14px;
  height: 14px;
  color: #999;
  flex-shrink: 0;
}

body.post-type-archive-xet_nghiem_goi .search-box input {
  border: 0;
  background: transparent;
  outline: 0;
  font-size: 14px;
  color: #1a1a1a;
  width: 100%;
  padding: 0;
}

body.post-type-archive-xet_nghiem_goi .tab-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

body.post-type-archive-xet_nghiem_goi .tab-chip {
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #666;
  cursor: pointer;
  transition: all 0.15s;
  user-select: none;
  font-weight: 400;
}

body.post-type-archive-xet_nghiem_goi .tab-chip:hover {
  border-color: #1d9e75;
  color: #1d9e75;
  transform: none;
}

body.post-type-archive-xet_nghiem_goi .tab-chip.is-active {
  background: #1d9e75;
  border-color: #1d9e75;
  color: #fff;
  transform: none;
}

body.post-type-archive-xet_nghiem_goi .section-head {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

body.post-type-archive-xet_nghiem_goi .section-head h2 {
  font-size: 13px;
  font-weight: 500;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 4px;
}

body.post-type-archive-xet_nghiem_goi .section-head p {
  margin: 0;
  text-transform: none;
  letter-spacing: normal;
  color: #bbb;
  font-size: 11px;
}

body.post-type-archive-xet_nghiem_goi .pkg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)) !important;
  gap: 14px;
}

body.post-type-archive-xet_nghiem_goi .pkg-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 14px;
  padding: 1rem 1.25rem;
  cursor: pointer;
  user-select: none;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: border-color 0.15s, box-shadow 0.15s, transform 0.15s;
}

body.post-type-archive-xet_nghiem_goi .pkg-card:hover {
  border-color: rgba(29, 158, 117, 0.4);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.09);
  transform: translateY(-2px);
}

body.post-type-archive-xet_nghiem_goi .pkg-card.is-featured {
  border: 2px solid #1d9e75;
  background: #fff;
}

body.post-type-archive-xet_nghiem_goi .card-top {
  display: block;
  margin-bottom: 10px;
}

body.post-type-archive-xet_nghiem_goi .badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 20px;
  margin-bottom: 0;
}

body.post-type-archive-xet_nghiem_goi .popular-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #1d9e75;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 11px;
  border-radius: 0 14px 0 8px;
}

body.post-type-archive-xet_nghiem_goi .badge-basic {
  background: #e1f5ee;
  color: #0f6e56;
}

body.post-type-archive-xet_nghiem_goi .badge-standard {
  background: #e6f1fb;
  color: #185fa5;
}

body.post-type-archive-xet_nghiem_goi .badge-comprehensive {
  background: #eeedfe;
  color: #3c3489;
}

body.post-type-archive-xet_nghiem_goi .badge-specialist {
  background: #faece7;
  color: #993c1d;
}

body.post-type-archive-xet_nghiem_goi .pkg-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 5px;
  line-height: 1.4;
}

body.post-type-archive-xet_nghiem_goi .pkg-desc {
  font-size: 12px;
  color: #666;
  margin: 0 0 12px;
  line-height: 1.55;
  flex: 1;
}

body.post-type-archive-xet_nghiem_goi .metric-row {
  display: none;
}

body.post-type-archive-xet_nghiem_goi .test-list {
  list-style: none;
  margin: 0 0 12px;
  padding: 10px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  display: block;
}

body.post-type-archive-xet_nghiem_goi .test-list li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  color: #666;
  padding: 4px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  line-height: 1.5;
}

body.post-type-archive-xet_nghiem_goi .test-list li:last-child {
  border-bottom: 0;
}

body.post-type-archive-xet_nghiem_goi .test-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 0;
  background: #1d9e75;
}

body.post-type-archive-xet_nghiem_goi .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

body.post-type-archive-xet_nghiem_goi .price-box strong {
  font-size: 17px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
}

body.post-type-archive-xet_nghiem_goi .price-box span {
  display: block;
  font-size: 11px;
  color: #bbb;
  margin-top: 2px;
}

body.post-type-archive-xet_nghiem_goi .btn-primary {
  background: #1d9e75;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 7px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s;
  box-shadow: none;
}

body.post-type-archive-xet_nghiem_goi .btn-primary:hover {
  background: #0f6e56;
  transform: none;
}

body.post-type-archive-xet_nghiem_goi .empty-state {
  padding: 36px 24px;
  text-align: center;
  color: #666;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
}

body.post-type-archive-xet_nghiem_goi .pager {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 18px;
}

body.post-type-archive-xet_nghiem_goi .pager-btn {
  min-width: 34px;
  padding: 6px 12px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #fff;
  color: #666;
  font-size: 12px;
  font-weight: 600;
}

body.post-type-archive-xet_nghiem_goi .pager-btn:hover,
body.post-type-archive-xet_nghiem_goi .pager-btn.is-active {
  background: #1d9e75;
  border-color: #1d9e75;
  color: #fff;
}

body.post-type-archive-xet_nghiem_goi .pager-btn[aria-disabled="true"] {
  opacity: 0.45;
  cursor: not-allowed;
}

/* Single */
body.single-xet_nghiem_goi .detail-header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0 2rem;
  height: 60px;
  position: sticky;
  top: 0;
  z-index: 100;
}

body.single-xet_nghiem_goi .detail-bar {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  gap: 12px;
}

body.single-xet_nghiem_goi .ghost-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #555;
  font-weight: 500;
  transition: color 0.15s;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

body.single-xet_nghiem_goi .ghost-link:hover {
  color: #1d9e75;
}

body.single-xet_nghiem_goi .ghost-link svg {
  width: 16px;
  height: 16px;
}

body.single-xet_nghiem_goi .detail-title {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  max-width: 320px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

body.single-xet_nghiem_goi .site-shell {
  padding: 0 0 4rem;
}

body.single-xet_nghiem_goi .detail-hero {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 2.5rem 2rem 2rem;
}

body.single-xet_nghiem_goi .detail-hero-card {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

body.single-xet_nghiem_goi .hero-summary {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex: 1;
}

body.single-xet_nghiem_goi .hero-icon {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

body.single-xet_nghiem_goi .hero-icon svg {
  width: 36px;
  height: 36px;
}

body.single-xet_nghiem_goi .eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 11px;
  border-radius: 20px;
  margin-bottom: 10px;
  letter-spacing: 0.03em;
  text-transform: none;
  background: #e1f5ee;
  color: #0f6e56;
}

body.single-xet_nghiem_goi .hero-summary h1 {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.3;
}

body.single-xet_nghiem_goi .hero-summary p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin: 0 0 1.5rem;
}

body.single-xet_nghiem_goi .hero-meta-list {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 0;
}

body.single-xet_nghiem_goi .metric-pill {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #555;
  font-size: 13px;
}

body.single-xet_nghiem_goi .detail-price-box {
  flex-shrink: 0;
  text-align: right;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  display: block;
}

body.single-xet_nghiem_goi .detail-price-box .amount {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
}

body.single-xet_nghiem_goi .detail-price-box .sub {
  font-size: 12px;
  color: #1d9e75;
  margin-top: 4px;
  margin-bottom: 14px;
  font-weight: 400;
}

body.single-xet_nghiem_goi .detail-price-box .btn-primary {
  display: block;
  width: 100%;
  background: #1d9e75;
  color: #fff;
  border: 0;
  border-radius: 12px;
  padding: 13px 24px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s;
  box-shadow: none;
}

body.single-xet_nghiem_goi .detail-price-box .btn-primary:hover {
  background: #0f6e56;
  transform: none;
}

body.single-xet_nghiem_goi .support-note {
  display: block;
  font-size: 11px;
  color: #aaa;
  text-align: center;
  margin-top: 6px;
  line-height: 1.5;
}

body.single-xet_nghiem_goi .detail-layout {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 2rem 4rem;
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 1.5rem;
  align-items: start;
}

body.single-xet_nghiem_goi .detail-card,
body.single-xet_nghiem_goi .sidebar-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  padding: 1.5rem;
  margin-bottom: 1rem;
}

body.single-xet_nghiem_goi .detail-card:last-child,
body.single-xet_nghiem_goi .sidebar-card:last-child {
  margin-bottom: 0;
}

body.single-xet_nghiem_goi .card-title {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 1rem;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  gap: 8px;
}

body.single-xet_nghiem_goi .test-table {
  width: 100%;
  border-collapse: collapse;
}

body.single-xet_nghiem_goi .test-table th {
  font-size: 11px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  padding: 0 10px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

body.single-xet_nghiem_goi .test-table td {
  padding: 10px 10px 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
}

body.single-xet_nghiem_goi .test-table tr:last-child td {
  border-bottom: 0;
}

body.single-xet_nghiem_goi .test-index {
  font-size: 11px;
  color: #bbb;
  font-weight: 600;
  width: 28px;
}

body.single-xet_nghiem_goi .test-table strong {
  font-size: 14px;
  color: #1a1a1a;
  font-weight: 500;
}

body.single-xet_nghiem_goi .test-table .support-note {
  font-size: 11px;
  color: #999;
  margin-top: 2px;
  text-align: left;
}

body.single-xet_nghiem_goi .type-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
}

body.single-xet_nghiem_goi .type-hematology {
  background: #fce7e7;
  color: #c0392b;
}

body.single-xet_nghiem_goi .type-biochemistry {
  background: #e6f1fb;
  color: #185fa5;
}

body.single-xet_nghiem_goi .type-immunology {
  background: #eeedfe;
  color: #3c3289;
}

body.single-xet_nghiem_goi .type-hormone {
  background: #fff3e0;
  color: #e65100;
}

body.single-xet_nghiem_goi .type-urinalysis {
  background: #e8f5e9;
  color: #2e7d32;
}

body.single-xet_nghiem_goi .notice-stack,
body.single-xet_nghiem_goi .faq-list,
body.single-xet_nghiem_goi .related-list {
  display: block;
}

body.single-xet_nghiem_goi .notice-card {
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

body.single-xet_nghiem_goi .notice-card:last-child {
  margin-bottom: 0;
}

body.single-xet_nghiem_goi .notice-warning {
  background: #fffde7;
  border: 1px solid #fdd835;
}

body.single-xet_nghiem_goi .notice-info {
  background: #e3f2fd;
  border: 1px solid #42a5f5;
}

body.single-xet_nghiem_goi .notice-success {
  background: #e8f5e9;
  border: 1px solid #66bb6a;
}

body.single-xet_nghiem_goi .notice-card svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 1px;
  color: #1976d2;
}

body.single-xet_nghiem_goi .notice-warning svg {
  color: #f9a825;
}

body.single-xet_nghiem_goi .notice-info svg {
  color: #1976d2;
}

body.single-xet_nghiem_goi .notice-success svg {
  color: #388e3c;
}

body.single-xet_nghiem_goi .notice-card strong {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a1a;
  display: block;
  margin-bottom: 4px;
}

body.single-xet_nghiem_goi .notice-card p {
  font-size: 12px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

body.single-xet_nghiem_goi .process-list {
  display: flex;
  flex-direction: column;
}

body.single-xet_nghiem_goi .process-step {
  display: flex;
  gap: 14px;
  position: relative;
}

body.single-xet_nghiem_goi .process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 36px;
  width: 2px;
  height: calc(100% - 20px);
  background: rgba(29, 158, 117, 0.2);
}

body.single-xet_nghiem_goi .process-step .index {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e1f5ee;
  border: 2px solid #1d9e75;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  color: #1d9e75;
  position: relative;
  z-index: 1;
}

body.single-xet_nghiem_goi .process-step h4 {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 4px 0;
}

body.single-xet_nghiem_goi .process-step p {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 24px;
}

body.single-xet_nghiem_goi .info-list {
  display: block;
}

body.single-xet_nghiem_goi .info-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 13px;
}

body.single-xet_nghiem_goi .info-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

body.single-xet_nghiem_goi .info-row span:first-child {
  color: #888;
}

body.single-xet_nghiem_goi .info-row span:last-child {
  font-weight: 600;
  color: #1a1a1a;
  text-align: right;
}

body.single-xet_nghiem_goi .related-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: opacity 0.15s;
  border-radius: 0;
  background: transparent;
}

body.single-xet_nghiem_goi .related-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

body.single-xet_nghiem_goi .related-item:hover {
  opacity: 0.75;
  transform: none;
  background: transparent;
}

body.single-xet_nghiem_goi .related-item strong {
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
  display: block;
}

body.single-xet_nghiem_goi .related-item span {
  font-size: 12px;
  color: #888;
}

body.single-xet_nghiem_goi .faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0;
  padding: 0;
  background: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

body.single-xet_nghiem_goi .faq-item:last-child {
  border-bottom: 0;
}

body.single-xet_nghiem_goi .faq-trigger {
  width: 100%;
  background: none;
  border: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 0;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
  text-align: left;
  gap: 12px;
}

body.single-xet_nghiem_goi .faq-trigger svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #aaa;
  transition: transform 0.2s;
}

body.single-xet_nghiem_goi .faq-item.is-open .faq-trigger svg {
  transform: rotate(180deg);
  color: #1d9e75;
}

body.single-xet_nghiem_goi .faq-content {
  display: none;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  padding: 0 0 13px;
}

body.single-xet_nghiem_goi .faq-item.is-open .faq-content {
  display: block;
}

body.single-xet_nghiem_goi .sticky-booking {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 1.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  z-index: 99;
  border-radius: 0;
}

body.single-xet_nghiem_goi .sticky-booking strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}

body.single-xet_nghiem_goi .sticky-booking span {
  font-size: 11px;
  color: #1d9e75;
}

body.single-xet_nghiem_goi .sticky-booking .btn-primary {
  background: #1d9e75;
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: none;
}

/* Booking */
body.page-template-page-dat-lich .ghost-link,
body.page-template-page-dat-lich-php .ghost-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
  text-decoration: none;
  margin-bottom: 0;
  transition: color 0.15s;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
}

body.page-template-page-dat-lich .ghost-link:hover,
body.page-template-page-dat-lich-php .ghost-link:hover {
  color: #1d9e75;
}

body.page-template-page-dat-lich .ghost-link svg,
body.page-template-page-dat-lich-php .ghost-link svg {
  width: 14px;
  height: 14px;
}

body.page-template-page-dat-lich .booking-layout,
body.page-template-page-dat-lich-php .booking-layout {
  display: block;
}

body.page-template-page-dat-lich .booking-main,
body.page-template-page-dat-lich-php .booking-main {
  display: block;
}

body.page-template-page-dat-lich .summary-card,
body.page-template-page-dat-lich-php .summary-card,
body.page-template-page-dat-lich .form-card,
body.page-template-page-dat-lich-php .form-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 14px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

body.page-template-page-dat-lich .booking-summary,
body.page-template-page-dat-lich-php .booking-summary {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

body.page-template-page-dat-lich .hero-icon,
body.page-template-page-dat-lich-php .hero-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #534ab7;
}

body.page-template-page-dat-lich .hero-icon svg,
body.page-template-page-dat-lich-php .hero-icon svg {
  width: 22px;
  height: 22px;
}

body.page-template-page-dat-lich .eyebrow,
body.page-template-page-dat-lich-php .eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 9px;
  border-radius: 20px;
  background: #eeedfe;
  color: #3c3289;
  margin-bottom: 5px;
  text-transform: none;
  letter-spacing: normal;
}

body.page-template-page-dat-lich .booking-summary h1,
body.page-template-page-dat-lich-php .booking-summary h1 {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 3px;
  line-height: 1.4;
}

body.page-template-page-dat-lich .booking-summary p,
body.page-template-page-dat-lich-php .booking-summary p {
  display: none;
}

body.page-template-page-dat-lich .pill-list,
body.page-template-page-dat-lich-php .pill-list {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-top: 8px;
}

body.page-template-page-dat-lich .outline-pill,
body.page-template-page-dat-lich-php .outline-pill {
  font-size: 11px;
  padding: 3px 9px;
  border-radius: 20px;
  background: #f5f5f3;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

body.page-template-page-dat-lich .summary-amount,
body.page-template-page-dat-lich-php .summary-amount {
  text-align: right;
  flex-shrink: 0;
  margin-left: auto;
}

body.page-template-page-dat-lich .summary-amount strong,
body.page-template-page-dat-lich-php .summary-amount strong {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  display: block;
}

body.page-template-page-dat-lich .summary-amount span,
body.page-template-page-dat-lich-php .summary-amount span {
  font-size: 12px;
  color: #888;
}

body.page-template-page-dat-lich .card-title,
body.page-template-page-dat-lich-php .card-title {
  font-size: 12px;
  font-weight: 700;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 14px;
  display: block;
  padding: 0;
  border: 0;
}

body.page-template-page-dat-lich .form-grid,
body.page-template-page-dat-lich-php .form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

body.page-template-page-dat-lich .field,
body.page-template-page-dat-lich-php .field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

body.page-template-page-dat-lich .field.full,
body.page-template-page-dat-lich-php .field.full {
  grid-column: 1 / -1;
}

body.page-template-page-dat-lich .field label,
body.page-template-page-dat-lich-php .field label {
  font-size: 12px;
  color: #666;
  font-weight: 600;
}

body.page-template-page-dat-lich .field input,
body.page-template-page-dat-lich .field select,
body.page-template-page-dat-lich .field textarea,
body.page-template-page-dat-lich-php .field input,
body.page-template-page-dat-lich-php .field select,
body.page-template-page-dat-lich-php .field textarea {
  font-size: 14px;
  color: #1a1a1a;
  background: #f6f6f4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 9px 12px;
  outline: 0;
  transition: border-color 0.15s, background 0.15s;
  width: 100%;
}

body.page-template-page-dat-lich .field input:focus,
body.page-template-page-dat-lich .field select:focus,
body.page-template-page-dat-lich .field textarea:focus,
body.page-template-page-dat-lich-php .field input:focus,
body.page-template-page-dat-lich-php .field select:focus,
body.page-template-page-dat-lich-php .field textarea:focus {
  border-color: #1d9e75;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(29, 158, 117, 0.08);
}

body.page-template-page-dat-lich .field textarea,
body.page-template-page-dat-lich-php .field textarea {
  resize: vertical;
  min-height: 70px;
  line-height: 1.5;
}

body.page-template-page-dat-lich .field-error,
body.page-template-page-dat-lich-php .field-error {
  display: none;
  font-size: 12px;
  color: #c0392b;
}

body.page-template-page-dat-lich .field.has-error .field-error,
body.page-template-page-dat-lich-php .field.has-error .field-error {
  display: block;
}

body.page-template-page-dat-lich .field.has-error input,
body.page-template-page-dat-lich .field.has-error select,
body.page-template-page-dat-lich .field.has-error textarea,
body.page-template-page-dat-lich-php .field.has-error input,
body.page-template-page-dat-lich-php .field.has-error select,
body.page-template-page-dat-lich-php .field.has-error textarea {
  border-color: #d85a30;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(216, 90, 48, 0.08);
}

body.page-template-page-dat-lich .option-grid,
body.page-template-page-dat-lich-php .option-grid {
  display: flex;
  gap: 10px;
}

body.page-template-page-dat-lich .option-card,
body.page-template-page-dat-lich-php .option-card {
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 11px 12px;
  cursor: pointer;
  display: block;
  transition: all 0.15s;
  background: #fff;
}

body.page-template-page-dat-lich .option-card:hover,
body.page-template-page-dat-lich-php .option-card:hover {
  border-color: #1d9e75;
}

body.page-template-page-dat-lich .option-card.is-selected,
body.page-template-page-dat-lich-php .option-card.is-selected {
  border: 2px solid #1d9e75;
  background: #e1f5ee;
  box-shadow: none;
}

body.page-template-page-dat-lich .option-card.is-disabled,
body.page-template-page-dat-lich-php .option-card.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

body.page-template-page-dat-lich .option-card strong,
body.page-template-page-dat-lich-php .option-card strong {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 2px;
}

body.page-template-page-dat-lich .option-card span,
body.page-template-page-dat-lich-php .option-card span {
  font-size: 11px;
  color: #888;
  line-height: 1.5;
}

body.page-template-page-dat-lich .time-grid,
body.page-template-page-dat-lich-php .time-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 7px;
}

body.page-template-page-dat-lich .time-chip,
body.page-template-page-dat-lich-php .time-chip {
  padding: 8px 4px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 12px;
  color: #888;
  cursor: pointer;
  transition: all 0.15s;
  user-select: none;
  background: #fff;
}

body.page-template-page-dat-lich .time-chip:hover:not(.is-disabled),
body.page-template-page-dat-lich-php .time-chip:hover:not(.is-disabled) {
  border-color: #1d9e75;
  color: #1d9e75;
}

body.page-template-page-dat-lich .time-chip.is-selected,
body.page-template-page-dat-lich-php .time-chip.is-selected {
  border: 2px solid #1d9e75;
  background: #e1f5ee;
  color: #0f6e56;
  font-weight: 600;
}

body.page-template-page-dat-lich .time-chip.is-disabled,
body.page-template-page-dat-lich-php .time-chip.is-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  background: #f0f0ee;
}

body.page-template-page-dat-lich .booking-side,
body.page-template-page-dat-lich-php .booking-side {
  position: static;
}

body.page-template-page-dat-lich [data-summary-panel],
body.page-template-page-dat-lich-php [data-summary-panel] {
  background: #f6f6f4;
  border-radius: 8px;
  padding: 13px 16px;
  margin-bottom: 1rem;
  border: 0;
}

body.page-template-page-dat-lich [data-summary-panel] .card-title,
body.page-template-page-dat-lich-php [data-summary-panel] .card-title {
  display: none;
}

body.page-template-page-dat-lich .price-summary,
body.page-template-page-dat-lich-php .price-summary {
  display: block;
}

body.page-template-page-dat-lich .price-row,
body.page-template-page-dat-lich-php .price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #666;
  padding: 4px 0;
}

body.page-template-page-dat-lich .price-row.discount,
body.page-template-page-dat-lich-php .price-row.discount {
  color: #1d9e75;
}

body.page-template-page-dat-lich .price-row.price-total,
body.page-template-page-dat-lich-php .price-row.price-total {
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  margin-top: 6px;
  padding-top: 9px;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
}

body.page-template-page-dat-lich .price-row strong,
body.page-template-page-dat-lich-php .price-row strong {
  color: inherit;
}

body.page-template-page-dat-lich .support-note,
body.page-template-page-dat-lich-php .support-note {
  text-align: center;
  font-size: 12px;
  color: #bbb;
  margin-top: 10px;
  line-height: 1.6;
}

body.page-template-page-dat-lich [data-submit-booking],
body.page-template-page-dat-lich-php [data-submit-booking] {
  width: 100%;
  padding: 14px;
  background: #1d9e75;
  color: #fff;
  border: 0;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s;
  box-shadow: none;
}

body.page-template-page-dat-lich [data-submit-booking]:hover,
body.page-template-page-dat-lich-php [data-submit-booking]:hover {
  background: #0f6e56;
  transform: none;
}

body.page-template-page-dat-lich [data-submit-booking]:disabled,
body.page-template-page-dat-lich-php [data-submit-booking]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

body.page-template-page-dat-lich .success-screen,
body.page-template-page-dat-lich-php .success-screen {
  display: none;
  text-align: center;
  padding: 2rem 1rem;
}

body.page-template-page-dat-lich .success-screen.is-visible,
body.page-template-page-dat-lich-php .success-screen.is-visible {
  display: block;
}

body.page-template-page-dat-lich .success-mark,
body.page-template-page-dat-lich-php .success-mark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e1f5ee;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1d9e75;
}

body.page-template-page-dat-lich .success-mark svg,
body.page-template-page-dat-lich-php .success-mark svg {
  width: 32px;
  height: 32px;
}

body.page-template-page-dat-lich .success-screen h2,
body.page-template-page-dat-lich-php .success-screen h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 8px;
}

body.page-template-page-dat-lich .success-screen p,
body.page-template-page-dat-lich-php .success-screen p {
  font-size: 14px;
  color: #666;
  margin: 0 0 10px;
  line-height: 1.6;
}

body.page-template-page-dat-lich .booking-code,
body.page-template-page-dat-lich-php .booking-code {
  display: inline-block;
  background: #f6f6f4;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px 28px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1a1a1a;
  margin-bottom: 1.25rem;
}

body.page-template-page-dat-lich .success-screen .btn-primary,
body.page-template-page-dat-lich-php .success-screen .btn-primary {
  background: #1d9e75;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: none;
}

body.page-template-page-dat-lich .success-screen .btn-primary:hover,
body.page-template-page-dat-lich-php .success-screen .btn-primary:hover {
  background: #0f6e56;
  transform: none;
}

/* Responsive */
@media (max-width: 720px) {
  body.post-type-archive-xet_nghiem_goi .hero-stats {
    grid-template-columns: 1fr 1fr;
  }

  body.post-type-archive-xet_nghiem_goi .toolbar {
    flex-direction: column;
    align-items: flex-start;
  }

  body.post-type-archive-xet_nghiem_goi .search-box {
    max-width: 100%;
  }

  body.post-type-archive-xet_nghiem_goi .pkg-grid {
    grid-template-columns: 1fr !important;
  }

  body.single-xet_nghiem_goi .detail-header {
    padding: 0 1rem;
  }

  body.single-xet_nghiem_goi .detail-title {
    display: none;
  }

  body.single-xet_nghiem_goi .detail-hero {
    padding: 1.5rem 1rem;
  }

  body.single-xet_nghiem_goi .detail-hero-card,
  body.single-xet_nghiem_goi .hero-summary {
    flex-direction: column;
    gap: 1.5rem;
  }

  body.single-xet_nghiem_goi .detail-price-box {
    text-align: left;
    width: 100%;
  }

  body.single-xet_nghiem_goi .detail-price-box .btn-primary {
    max-width: 280px;
  }

  body.single-xet_nghiem_goi .detail-layout {
    grid-template-columns: 1fr;
    padding: 1.25rem 1rem 6rem;
  }

  body.single-xet_nghiem_goi .sticky-booking {
    display: flex;
  }
}

@media (max-width: 520px) {
  body.page-template-page-dat-lich .booking-summary,
  body.page-template-page-dat-lich-php .booking-summary {
    flex-direction: column;
  }

  body.page-template-page-dat-lich .summary-amount,
  body.page-template-page-dat-lich-php .summary-amount {
    text-align: left;
    margin-left: 0;
  }

  body.page-template-page-dat-lich .form-grid,
  body.page-template-page-dat-lich-php .form-grid {
    grid-template-columns: 1fr;
  }

  body.page-template-page-dat-lich .time-grid,
  body.page-template-page-dat-lich-php .time-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  body.page-template-page-dat-lich .option-grid,
  body.page-template-page-dat-lich-php .option-grid {
    flex-direction: column;
  }
}
