/*
 * IK Academy - Certification / Consulting Records Simple Skin
 * Version: 1.0.0
 * Scope: the records table detected by records_simple_skin.js
 */

.ik-records-enhanced,
.ik-records-enhanced * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ik-records-enhanced {
  --ikrs-navy: #0e355b;
  --ikrs-navy-deep: #071d31;
  --ikrs-gold: #e5871d;
  --ikrs-gold-dark: #c96f12;
  --ikrs-ink: #1f3143;
  --ikrs-muted: #66798c;
  --ikrs-line: #dfe7ee;
  --ikrs-soft: #f5f8fb;
  --ikrs-white: #ffffff;
  --ikrs-shadow: 0 18px 48px rgba(7, 29, 49, .08);
  color: var(--ikrs-ink);
  font-family: "Pretendard GOV Variable", "Pretendard GOV", Pretendard, "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

.ik-records-enhanced .ikrs-existing-title,
.ik-records-enhanced .ikrs-existing-note {
  position: absolute !important;
  overflow: hidden !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.ik-records-enhanced .ikrs-hero,
.ik-records-enhanced .ikrs-notice,
.ik-records-enhanced .ikrs-board-card,
.ik-records-enhanced .ikrs-bottom-cta {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Hero */
.ik-records-enhanced .ikrs-hero {
  position: relative;
  overflow: hidden;
  display: none;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 42px 46px;
  color: #fff;
  border-radius: 18px;
  background:
    radial-gradient(circle at 88% 18%, rgba(229, 135, 29, .24), transparent 29%),
    linear-gradient(135deg, #071d31 0%, #0e355b 63%, #164a76 100%);
  box-shadow: 0 22px 54px rgba(7, 29, 49, .16);
}
.ik-records-enhanced .ikrs-hero:before,
.ik-records-enhanced .ikrs-hero:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.ik-records-enhanced .ikrs-hero:before {
  right: -86px;
  bottom: -138px;
  width: 310px;
  height: 310px;
  border: 1px solid rgba(255,255,255,.08);
}
.ik-records-enhanced .ikrs-hero:after {
  right: 52px;
  top: -78px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(255,255,255,.07);
}
.ik-records-enhanced .ikrs-hero-copy,
.ik-records-enhanced .ikrs-hero-side { position: relative; z-index: 1; }
.ik-records-enhanced .ikrs-eyebrow {
  display: block;
  margin-bottom: 12px;
  color: #ffc988;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
}
.ik-records-enhanced .ikrs-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -.045em;
}
.ik-records-enhanced .ikrs-hero p {
  max-width: 670px;
  margin: 14px 0 0;
  color: #d9e5ef;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: -.015em;
}
.ik-records-enhanced .ikrs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
}
.ik-records-enhanced .ikrs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.ik-records-enhanced .ikrs-btn:hover,
.ik-records-enhanced .ikrs-btn:focus { transform: translateY(-1px); outline: none; }
.ik-records-enhanced .ikrs-btn-primary {
  color: #fff !important;
  background: var(--ikrs-gold);
  box-shadow: 0 10px 24px rgba(229,135,29,.24);
}
.ik-records-enhanced .ikrs-btn-primary:hover,
.ik-records-enhanced .ikrs-btn-primary:focus { background: var(--ikrs-gold-dark); }
.ik-records-enhanced .ikrs-btn-ghost {
  color: #fff !important;
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.07);
}
.ik-records-enhanced .ikrs-btn-ghost:hover,
.ik-records-enhanced .ikrs-btn-ghost:focus { border-color: rgba(255,255,255,.58); background: rgba(255,255,255,.13); }

.ik-records-enhanced .ikrs-hero-side {
  display: grid;
  grid-template-columns: repeat(2, 136px);
  gap: 10px;
}
.ik-records-enhanced .ikrs-stat {
  min-height: 112px;
  padding: 22px 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 12px;
  background: rgba(255,255,255,.075);
  backdrop-filter: blur(8px);
  text-align: center;
}
.ik-records-enhanced .ikrs-stat strong {
  display: block;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.035em;
}
.ik-records-enhanced .ikrs-stat span {
  display: block;
  margin-top: 8px;
  color: #cbdbe8;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
}

/* Notice */
.ik-records-enhanced .ikrs-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding: 15px 18px;
  color: #5a6d7f;
  border: 1px solid #e1e8ef;
  border-radius: 10px;
  background: #f8fafc;
  font-size: 15px;
  line-height: 1.65;
}
.ik-records-enhanced .ikrs-notice-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: var(--ikrs-navy);
  border-radius: 50%;
  background: #e8f0f7;
  font-size: 13px;
  font-weight: 900;
}

/* Board */
.ik-records-enhanced .ikrs-board-card {
  overflow: hidden;
  margin-bottom: 22px;
  border: 1px solid var(--ikrs-line);
  border-radius: 16px;
  background: var(--ikrs-white);
  box-shadow: var(--ikrs-shadow);
}
.ik-records-enhanced .ikrs-board-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 28px 20px;
  border-bottom: 1px solid var(--ikrs-line);
}
.ik-records-enhanced .ikrs-board-head-copy span {
  display: block;
  margin-bottom: 10px;
  color: var(--ikrs-gold);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}
.ik-records-enhanced .ikrs-board-head-copy h2 {
  margin: 0;
  color: var(--ikrs-navy);
  font-size: 28px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -.035em;
}
.ik-records-enhanced .ikrs-board-head-copy p {
  margin: 6px 0 0;
  color: var(--ikrs-muted);
  font-size: 13px;
  line-height: 1.6;
}
.ik-records-enhanced .ikrs-current-count {
  flex: 0 0 auto;
  color: var(--ikrs-muted);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.ik-records-enhanced .ikrs-current-count strong { color: var(--ikrs-navy); font-size: 20px; font-weight: 900; }

.ik-records-enhanced .ikrs-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ik-records-enhanced table.ik-records-table {
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse !important;
  table-layout: fixed;
  background: #fff;
}
.ik-records-enhanced table.ik-records-table th,
.ik-records-enhanced table.ik-records-table td {
  height: auto !important;
  padding: 16px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #edf1f5 !important;
  vertical-align: middle !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.ik-records-enhanced table.ik-records-table thead th {
  color: #fff !important;
  background: var(--ikrs-navy) !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  line-height: 1.4 !important;
  letter-spacing: -.01em;
  text-align: center !important;
}
.ik-records-enhanced table.ik-records-table thead th:first-child,
.ik-records-enhanced table.ik-records-table tbody td:first-child { width: 9%; text-align: center !important; }
.ik-records-enhanced table.ik-records-table thead th:nth-child(2),
.ik-records-enhanced table.ik-records-table tbody td:nth-child(2) { width: 43%; }
.ik-records-enhanced table.ik-records-table thead th:nth-child(3),
.ik-records-enhanced table.ik-records-table tbody td:nth-child(3) { width: 23%; }
.ik-records-enhanced table.ik-records-table thead th:nth-child(4),
.ik-records-enhanced table.ik-records-table tbody td:nth-child(4) { width: 25%; }
.ik-records-enhanced table.ik-records-table tbody tr { transition: background .16s ease; }
.ik-records-enhanced table.ik-records-table tbody tr:hover { background: #f8fafc; }
.ik-records-enhanced table.ik-records-table tbody tr:last-child td { border-bottom: 0 !important; }
.ik-records-enhanced table.ik-records-table tbody td {
  color: #33495d !important;
  background: transparent !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  text-align: center !important;
}
.ik-records-enhanced table.ik-records-table tbody td:first-child {
  color: #91a0ae !important;
  font-size: 16px !important;
  color: #53697b !important;
}
.ik-records-enhanced table.ik-records-table tbody td:nth-child(2) {
  color: #20364a !important;
  font-weight: 750 !important;
}
.ik-records-enhanced table.ik-records-table tbody td:nth-child(3) { color: #627689 !important; }

.ik-records-enhanced .ikrs-badge-list { display: flex; flex-wrap: wrap; gap: 6px; }
.ik-records-enhanced .ikrs-cert-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 9px;
  color: var(--ikrs-navy);
  border: 1px solid #cfdde8;
  border-radius: 999px;
  background: #f2f7fb;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}
.ik-records-enhanced .ikrs-cert-badge[data-cert="45001"] { color: #7b4b08; border-color: #ead3ad; background: #fff8eb; }
.ik-records-enhanced .ikrs-cert-badge[data-cert="14001"] { color: #276347; border-color: #c8dfd3; background: #f0f8f4; }
.ik-records-enhanced .ikrs-cert-badge[data-cert="9001"] { color: #234f7a; border-color: #c8d9e8; background: #eef5fb; }
.ik-records-enhanced .ikrs-cert-badge[data-cert="37001"],
.ik-records-enhanced .ikrs-cert-badge[data-cert="37301"] { color: #5a4775; border-color: #ddd1e8; background: #f7f2fb; }

/* Pagination - supports common legacy selectors */
.ik-records-enhanced .ikrs-pagination,
.ik-records-enhanced .ikrs-board-card .pagination,
.ik-records-enhanced .ikrs-board-card .paging,
.ik-records-enhanced .ikrs-board-card .paginate,
.ik-records-enhanced .ikrs-board-card .page_num {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 !important;
  padding: 22px 18px 26px !important;
  border-top: 1px solid var(--ikrs-line);
  list-style: none !important;
  background: #fbfcfd;
}
.ik-records-enhanced .ikrs-pagination li,
.ik-records-enhanced .ikrs-board-card .pagination li,
.ik-records-enhanced .ikrs-board-card .paging li,
.ik-records-enhanced .ikrs-board-card .paginate li,
.ik-records-enhanced .ikrs-board-card .page_num li { margin: 0 !important; padding: 0 !important; list-style: none !important; }
.ik-records-enhanced .ikrs-pagination a,
.ik-records-enhanced .ikrs-pagination span,
.ik-records-enhanced .ikrs-board-card .pagination a,
.ik-records-enhanced .ikrs-board-card .pagination span,
.ik-records-enhanced .ikrs-board-card .paging a,
.ik-records-enhanced .ikrs-board-card .paging span,
.ik-records-enhanced .ikrs-board-card .paginate a,
.ik-records-enhanced .ikrs-board-card .paginate span,
.ik-records-enhanced .ikrs-board-card .page_num a,
.ik-records-enhanced .ikrs-board-card .page_num span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 9px !important;
  color: #63778a !important;
  border: 1px solid #dce5ec !important;
  border-radius: 7px !important;
  background: #fff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  transition: color .16s ease, border-color .16s ease, background .16s ease;
}
.ik-records-enhanced .ikrs-pagination a:hover,
.ik-records-enhanced .ikrs-pagination a:focus,
.ik-records-enhanced .ikrs-board-card .pagination a:hover,
.ik-records-enhanced .ikrs-board-card .pagination a:focus,
.ik-records-enhanced .ikrs-board-card .paging a:hover,
.ik-records-enhanced .ikrs-board-card .paginate a:hover,
.ik-records-enhanced .ikrs-board-card .page_num a:hover {
  color: var(--ikrs-navy) !important;
  border-color: #9fb5c8 !important;
  background: #f5f9fc !important;
}
.ik-records-enhanced .ikrs-pagination .active a,
.ik-records-enhanced .ikrs-pagination .current,
.ik-records-enhanced .ikrs-pagination [aria-current="page"],
.ik-records-enhanced .ikrs-board-card .pagination .active a,
.ik-records-enhanced .ikrs-board-card .pagination .current,
.ik-records-enhanced .ikrs-board-card .paging .current,
.ik-records-enhanced .ikrs-board-card .paginate .current,
.ik-records-enhanced .ikrs-board-card .page_num .current {
  color: #fff !important;
  border-color: var(--ikrs-navy) !important;
  background: var(--ikrs-navy) !important;
}

/* Bottom CTA */
.ik-records-enhanced .ikrs-bottom-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 22px;
  margin-bottom: 28px;
  padding: 25px 28px;
  border: 1px solid #dce6ee;
  border-radius: 14px;
  background: #f7fafc;
}
.ik-records-enhanced .ikrs-bottom-cta strong {
  display: block;
  color: var(--ikrs-navy);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -.025em;
}
.ik-records-enhanced .ikrs-bottom-cta p {
  margin: 5px 0 0;
  color: var(--ikrs-muted);
  font-size: 13px;
  line-height: 1.6;
}
.ik-records-enhanced .ikrs-bottom-actions { display: flex; flex: 0 0 auto; gap: 8px; }
.ik-records-enhanced .ikrs-bottom-actions .ikrs-btn-ghost {
  color: var(--ikrs-navy) !important;
  border-color: #c9d8e4;
  background: #fff;
}
.ik-records-enhanced .ikrs-bottom-actions .ikrs-btn-ghost:hover,
.ik-records-enhanced .ikrs-bottom-actions .ikrs-btn-ghost:focus { background: #eef5fa; }

/* Small mobile fixed CTA */
.ik-records-enhanced .ikrs-mobile-cta { display: none; }

.ikq-mobile-cta { display: none; }

@media (max-width: 900px) {
  .ik-records-enhanced .ikrs-hero { grid-template-columns: 1fr; gap: 24px; padding: 36px 34px; }
  .ik-records-enhanced .ikrs-hero-side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ik-records-enhanced .ikrs-stat { min-height: 94px; }
}

@media (max-width: 767px) {
  .ik-records-enhanced { padding-bottom: 70px; }
  .ik-records-enhanced .ikrs-hero { margin-top: 0; margin-bottom: 14px; padding: 29px 22px 24px; border-radius: 13px; }
  .ik-records-enhanced .ikrs-eyebrow { margin-bottom: 9px; font-size: 9px; }
  .ik-records-enhanced .ikrs-hero h1 { font-size: 28px; line-height: 1.3; }
  .ik-records-enhanced .ikrs-hero p { margin-top: 10px; font-size: 13px; line-height: 1.7; }
  .ik-records-enhanced .ikrs-hero-actions { margin-top: 18px; }
  .ik-records-enhanced .ikrs-btn { min-height: 44px; padding: 0 14px; font-size: 12.5px; }
  .ik-records-enhanced .ikrs-hero-side { gap: 8px; }
  .ik-records-enhanced .ikrs-stat { min-height: 84px; padding: 17px 10px; }
  .ik-records-enhanced .ikrs-stat strong { font-size: 21px; }
  .ik-records-enhanced .ikrs-stat span { margin-top: 6px; font-size: 10px; }
  .ik-records-enhanced .ikrs-notice { margin-bottom: 14px; padding: 13px 14px; border-radius: 9px; font-size: 11.5px; }
  .ik-records-enhanced .ikrs-board-card { border-radius: 12px; box-shadow: 0 13px 34px rgba(7,29,49,.07); }
  .ik-records-enhanced .ikrs-board-head { align-items: flex-start; flex-direction: column; padding: 20px 18px 16px; }
  .ik-records-enhanced .ikrs-board-head-copy h2 { font-size: 19px; }
  .ik-records-enhanced .ikrs-board-head-copy p { font-size: 11.5px; }
  .ik-records-enhanced .ikrs-current-count { padding-top: 2px; font-size: 10.5px; }
  .ik-records-enhanced .ikrs-current-count strong { font-size: 17px; }
  .ik-records-enhanced .ikrs-table-scroll { overflow: visible; }
  .ik-records-enhanced table.ik-records-table,
  .ik-records-enhanced table.ik-records-table tbody { display: block; width: 100% !important; }
  .ik-records-enhanced table.ik-records-table thead { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0,0,0,0); }
  .ik-records-enhanced table.ik-records-table tbody { padding: 12px; background: #f4f7fa; }
  .ik-records-enhanced table.ik-records-table tbody tr {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 0 12px;
    margin-bottom: 10px;
    padding: 16px 16px 14px;
    border: 1px solid #e0e8ef;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 7px 18px rgba(7,29,49,.035);
  }
  .ik-records-enhanced table.ik-records-table tbody tr:last-child { margin-bottom: 0; }
  .ik-records-enhanced table.ik-records-table tbody tr:hover { background: #fff; }
  .ik-records-enhanced table.ik-records-table tbody td {
    display: block;
    width: auto !important;
    padding: 0 !important;
    border: 0 !important;
    text-align: left !important;
  }
  .ik-records-enhanced table.ik-records-table tbody td:first-child {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    min-width: 54px;
    padding-top: 2px !important;
    text-align: right !important;
  }
  .ik-records-enhanced table.ik-records-table tbody td:first-child:before { content: "No. "; }
  .ik-records-enhanced table.ik-records-table tbody td:nth-child(2) {
    grid-column: 1;
    grid-row: 1;
    padding-right: 4px !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .ik-records-enhanced table.ik-records-table tbody td:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
    margin-top: 8px;
    padding-top: 8px !important;
    border-top: 1px dashed #e1e8ee !important;
    font-size: 11.5px !important;
  }
  .ik-records-enhanced table.ik-records-table tbody td:nth-child(3):before {
    content: "지역";
    display: inline-block;
    margin-right: 8px;
    color: #8a9aa8;
    font-size: 10px;
    font-weight: 900;
  }
  .ik-records-enhanced table.ik-records-table tbody td:nth-child(4) {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 10px;
  }
  .ik-records-enhanced .ikrs-pagination,
  .ik-records-enhanced .ikrs-board-card .pagination,
  .ik-records-enhanced .ikrs-board-card .paging,
  .ik-records-enhanced .ikrs-board-card .paginate,
  .ik-records-enhanced .ikrs-board-card .page_num { gap: 4px; padding: 18px 10px 22px !important; }
  .ik-records-enhanced .ikrs-pagination a,
  .ik-records-enhanced .ikrs-pagination span,
  .ik-records-enhanced .ikrs-board-card .pagination a,
  .ik-records-enhanced .ikrs-board-card .pagination span,
  .ik-records-enhanced .ikrs-board-card .paging a,
  .ik-records-enhanced .ikrs-board-card .paging span,
  .ik-records-enhanced .ikrs-board-card .paginate a,
  .ik-records-enhanced .ikrs-board-card .paginate span,
  .ik-records-enhanced .ikrs-board-card .page_num a,
  .ik-records-enhanced .ikrs-board-card .page_num span { min-width: 31px; height: 31px; padding: 0 6px !important; font-size: 10.5px !important; }
  .ik-records-enhanced .ikrs-bottom-cta { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 10px; padding: 21px 20px; border-radius: 11px; }
  .ik-records-enhanced .ikrs-bottom-cta strong { font-size: 17px; }
  .ik-records-enhanced .ikrs-bottom-cta p { font-size: 11.5px; }
  .ik-records-enhanced .ikrs-bottom-actions { width: 100%; }
  .ik-records-enhanced .ikrs-bottom-actions .ikrs-btn { flex: 1 1 50%; }
  .ik-records-enhanced .ikrs-mobile-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 950;
    display: grid;
    grid-template-columns: 1fr 1.18fr;
    gap: 0;
    padding: 8px max(10px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(10px, env(safe-area-inset-left));
    border-top: 1px solid #d8e2ea;
    background: rgba(255,255,255,.97);
    box-shadow: 0 -10px 30px rgba(7,29,49,.11);
    backdrop-filter: blur(12px);
  }
  .ik-records-enhanced .ikrs-mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 45px;
    color: var(--ikrs-navy);
    border: 1px solid #cedbe5;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none !important;
  }
  .ik-records-enhanced .ikrs-mobile-cta a:first-child { border-radius: 8px 0 0 8px; background: #fff; }
  .ik-records-enhanced .ikrs-mobile-cta a:last-child { color: #fff; border-color: var(--ikrs-gold); border-radius: 0 8px 8px 0; background: var(--ikrs-gold); }

  .ikq-mobile-cta {
    position: fixed;
    z-index: 9998;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    height: 64px;
    padding: 7px;
    border-top: 1px solid #d8e1e9;
    background: rgba(255,255,255,.97);
    box-shadow: 0 -8px 24px rgba(14,53,91,.13);
  }
  .ikq-mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    color: #fff;
    font-size: 17px;
    font-weight: 650;
    border-radius: 7px;
  }
  .ikq-mobile-call { margin-right: 4px; background: #e5871d; }
  .ikq-mobile-quote { margin-left: 4px; background: #0e355b; }

}

@media (max-width: 390px) {
  .ik-records-enhanced .ikrs-hero-actions .ikrs-btn { flex: 1 1 100%; }
  .ik-records-enhanced .ikrs-board-head { gap: 10px; }
  .ik-records-enhanced .ikrs-current-count { margin-top: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  .ik-records-enhanced *,
  .ik-records-enhanced *:before,
  .ik-records-enhanced *:after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; }
}
