.ic-fhs-ceiling-lookup {
    margin: 28px 0;
    padding: 24px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
}

.ic-fhs-ceiling-lookup__head {
    margin-bottom: 20px;
}

.ic-fhs-ceiling-lookup__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    padding: 5px 10px;
    border: 1px solid rgba(16, 185, 129, 0.20);
    border-radius: 999px;
    background: rgba(16, 185, 129, 0.08);
    color: #047857;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.ic-fhs-ceiling-lookup__head h3 {
    margin: 0 0 8px;
    color: #0f172a;
    font-size: clamp(1.25rem, 2vw, 1.55rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.ic-fhs-ceiling-lookup__head p,
.ic-fhs-ceiling-lookup__note {
    margin: 0;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.65;
}

.ic-fhs-ceiling-lookup__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 18px;
}

.ic-fhs-ceiling-lookup__field--wide {
    grid-column: 1 / -1;
}

.ic-fhs-ceiling-lookup__field label {
    display: block;
    margin: 0 0 7px;
    color: #0f172a;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.3;
}

.ic-fhs-ceiling-lookup__field label span {
    color: #64748b;
    font-weight: 650;
}

.ic-fhs-ceiling-lookup select,
.ic-fhs-ceiling-lookup input {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 13px;
    background: #F9FBFA;
    color: #0f172a;
    font-size: 0.98rem;
    line-height: 1.2;
    outline: none;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background-color 0.16s ease;
}

.ic-fhs-ceiling-lookup select {
    padding: 0 14px;
}

.ic-fhs-ceiling-lookup input {
    padding: 0 14px 0 40px;
}

.ic-fhs-ceiling-lookup select:focus,
.ic-fhs-ceiling-lookup input:focus {
    border-color: rgba(5, 150, 105, 0.70);
    box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12);
}

.ic-fhs-ceiling-lookup__money {
    position: relative;
}

.ic-fhs-ceiling-lookup__money span {
    position: absolute;
    left: 14px;
    top: 50%;
    z-index: 1;
    color: #64748b;
    font-weight: 800;
    transform: translateY(-50%);
}

.ic-fhs-ceiling-lookup__field.is-muted {
    opacity: 0.62;
}

.ic-fhs-ceiling-lookup__field.is-muted select {
    background: #F9FBFA;
}

.ic-fhs-ceiling-lookup__result {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.45fr);
    gap: 18px;
    align-items: center;
    margin: 0 0 18px;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 16px;
    background: #f8fafc;
}

.ic-fhs-ceiling-lookup__result-label {
    display: block;
    margin-bottom: 4px;
    color: #64748b;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    line-height: 1.2;
    text-transform: uppercase;
}

.ic-fhs-ceiling-lookup__result strong {
    display: block;
    color: #0f172a;
    font-size: clamp(1.35rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.ic-fhs-ceiling-lookup__result p {
    margin: 0;
    color: #475569;
    font-size: 0.98rem;
    line-height: 1.55;
}

.ic-fhs-ceiling-lookup__result.is-pass {
    border-color: rgba(16, 185, 129, 0.30);
    background: rgba(16, 185, 129, 0.07);
}

.ic-fhs-ceiling-lookup__result.is-pass strong,
.ic-fhs-ceiling-lookup__result.is-pass p {
    color: #065f46;
}

.ic-fhs-ceiling-lookup__result.is-fail {
    border-color: rgba(220, 38, 38, 0.24);
    background: rgba(254, 242, 242, 0.95);
}

.ic-fhs-ceiling-lookup__result.is-fail strong,
.ic-fhs-ceiling-lookup__result.is-fail p {
    color: #991b1b;
}

.ic-fhs-ceiling-lookup__summary {
    margin: 0 0 18px;
    overflow-x: auto;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 16px;
    background: #ffffff;
}

.ic-fhs-ceiling-lookup__summary table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 0.94rem;
}

.ic-fhs-ceiling-lookup__summary th,
.ic-fhs-ceiling-lookup__summary td {
    padding: 13px 15px;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    text-align: left;
    vertical-align: middle;
}

.ic-fhs-ceiling-lookup__summary tr:last-child td {
    border-bottom: 0;
}

.ic-fhs-ceiling-lookup__summary th {
    background: #f8fafc;
    color: #475569;
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.ic-fhs-ceiling-lookup__summary td:first-child {
    color: #0f172a;
    font-weight: 800;
}

.ic-fhs-ceiling-lookup__summary td:last-child {
    color: #0f172a;
    font-weight: 850;
    white-space: nowrap;
}

.ic-fhs-ceiling-lookup__note {
    padding-top: 4px;
    font-size: 0.9rem;
}

.ic-fhs-ceiling-lookup__note a {
    color: #0066cc;
    font-weight: 500;
    text-decoration: none;
}

.ic-fhs-ceiling-lookup__note a:hover,
.ic-fhs-ceiling-lookup__note a:focus {
    color: #0052a3;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 760px) {
    .ic-fhs-ceiling-lookup {
        margin: 22px 0;
        padding: 18px;
        border-radius: 16px;
    }

    .ic-fhs-ceiling-lookup__grid,
    .ic-fhs-ceiling-lookup__result {
        grid-template-columns: 1fr;
    }

    .ic-fhs-ceiling-lookup__result {
        gap: 10px;
        padding: 15px;
    }
}

.ic-fhs-lookup-page {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f8fafc;
    color: #0f172a;
    overflow: hidden;
}

.ic-fhs-lookup-page__hero {
    background:
        radial-gradient(circle at 12% 18%, rgba(16, 185, 129, 0.22), transparent 32%),
        linear-gradient(135deg, #065f46 0%, #047857 52%, #0f766e 100%);
    color: #ffffff;
}

.ic-fhs-lookup-page__hero-inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 52px 20px 56px;
}

.ic-fhs-lookup-page__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.4;
}

.ic-fhs-lookup-page__breadcrumbs a {
    color: rgba(255, 255, 255, 0.86);
    text-decoration: none;
}

.ic-fhs-lookup-page__breadcrumbs a:hover,
.ic-fhs-lookup-page__breadcrumbs a:focus {
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ic-fhs-lookup-page__label {
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.11);
    color: rgba(255, 255, 255, 0.94);
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
}

.ic-fhs-lookup-page__hero h1 {
    max-width: 850px;
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(2.05rem, 5vw, 3.35rem);
    font-weight: 900;
    letter-spacing: -0.045em;
    line-height: 1.04;
}

.ic-fhs-lookup-page__hero p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: clamp(1rem, 1.8vw, 1.18rem);
    line-height: 1.65;
}

.ic-fhs-lookup-page__kickers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 22px 0 0;
}

.ic-fhs-lookup-page__kickers span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.90);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
}

.ic-fhs-lookup-page__body {
    max-width: 1160px;
    margin: 0 auto;
    padding: 34px 20px 60px;
}

.ic-fhs-lookup-page__intro {
    max-width: 790px;
    margin: 0 0 22px;
}

.ic-fhs-lookup-page__intro p {
    margin: 0;
    color: #475569;
    font-size: 1rem;
    line-height: 1.75;
}

.ic-fhs-lookup-page__layout {
    display: grid;
    grid-template-columns: minmax(0, 780px) minmax(260px, 1fr);
    gap: 28px;
    align-items: start;
}

.ic-fhs-lookup-page__main {
    min-width: 0;
}

.ic-fhs-ceiling-lookup--standalone {
    margin-top: 0;
}

.ic-fhs-lookup-page__panel,
.ic-fhs-lookup-page__side-card {
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.055);
}

.ic-fhs-lookup-page__panel {
    margin-top: 22px;
    padding: 22px;
}

.ic-fhs-lookup-page__panel h2,
.ic-fhs-lookup-page__side-card h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: -0.02em;
    line-height: 1.25;
}

.ic-fhs-lookup-page__checks {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ic-fhs-lookup-page__checks li {
    position: relative;
    margin: 0;
    padding: 0 0 0 28px;
    color: #475569;
    font-size: 0.96rem;
    line-height: 1.65;
}

.ic-fhs-lookup-page__checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0.2em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #047857;
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 900;
    line-height: 1;
}

.ic-fhs-lookup-page__sidebar {
    display: grid;
    gap: 18px;
    position: sticky;
    top: 88px;
}

.ic-fhs-lookup-page__side-card {
    padding: 20px;
}

.ic-fhs-lookup-page__side-card a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    color: #047857;
    font-size: 0.94rem;
    font-weight: 850;
    line-height: 1.35;
    text-decoration: none;
}

.ic-fhs-lookup-page__side-card a:hover,
.ic-fhs-lookup-page__side-card a:focus {
    color: #065f46;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 980px) {
    .ic-fhs-lookup-page__layout {
        grid-template-columns: 1fr;
    }

    .ic-fhs-lookup-page__sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .ic-fhs-lookup-page__hero-inner {
        padding: 34px 18px 38px;
    }

    .ic-fhs-lookup-page__body {
        padding: 26px 16px 44px;
    }

    .ic-fhs-lookup-page__sidebar {
        grid-template-columns: 1fr;
    }

    .ic-fhs-lookup-page__panel,
    .ic-fhs-lookup-page__side-card {
        border-radius: 16px;
    }

    .ic-fhs-lookup-page__panel {
        padding: 18px;
    }
}

body.ic-fhs-lookup-standalone-active :where(.entry-header, .ast-article-single > .entry-header, .page .entry-header) {
    display: none !important;
}

body.ic-fhs-lookup-standalone-active :where(.entry-content, .entry-content > *) {
    max-width: none;
}

body.ic-fhs-lookup-standalone-active .entry-content > .ic-guide-page--fhs-lookup-standalone {
    margin-top: 0;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone {
    margin: 0;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-guide-main {
    padding-top: 36px;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-guide-section:first-child {
    margin-top: 0;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-fhs-ceiling-lookup--standalone {
    margin: 22px 0 0;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-fhs-ceiling-lookup__head h3 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.018em;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-guide-card-grid--related {
    margin-top: 18px;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-guide-toc ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (max-width: 1023px) {
    body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-guide-toc--desktop {
        display: none;
    }
}

body .ic-guide-page .ic-fhs-ceiling-lookup__summary {
    margin: 20px 0 26px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--ic-border, #d8dee6) !important;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: none !important;
}

body .ic-guide-page .ic-fhs-ceiling-lookup__summary table {
    width: 100%;
    min-width: 560px;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden;
    background: #ffffff;
    box-shadow: none !important;
    font-size: 13px;
}

body .ic-guide-page .ic-fhs-ceiling-lookup__summary thead th {
    padding: 11px 14px;
    border: 0 !important;
    border-right: 1px solid var(--ic-border, #d8dee6) !important;
    border-bottom: 1px solid var(--ic-border, #d8dee6) !important;
    background: var(--ic-bg-muted, #f3f6f5) !important;
    color: var(--ic-text-muted, #607380) !important;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
}

body .ic-guide-page .ic-fhs-ceiling-lookup__summary tbody td {
    padding: 12px 14px;
    border: 0 !important;
    border-right: 1px solid var(--ic-border, #d8dee6) !important;
    border-bottom: 1px solid var(--ic-border, #d8dee6) !important;
    background: #ffffff;
    color: var(--ic-text-muted, #607380);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    vertical-align: top;
    font-variant-numeric: tabular-nums;
    white-space: normal;
}

body .ic-guide-page .ic-fhs-ceiling-lookup__summary tbody td:first-child {
    color: var(--ic-text, #1f2937);
    font-weight: 500;
}

body .ic-guide-page .ic-fhs-ceiling-lookup__summary :where(th, td):last-child {
    border-right: 0 !important;
}

body .ic-guide-page .ic-fhs-ceiling-lookup__summary tbody tr:last-child td {
    border-bottom: 0 !important;
}

body .ic-guide-page .ic-fhs-ceiling-lookup__note a {
    color: #0066cc;
    font-weight: 500;
    text-decoration: none;
}

body .ic-guide-page .ic-fhs-ceiling-lookup__note a:hover,
body .ic-guide-page .ic-fhs-ceiling-lookup__note a:focus {
    color: #0052a3;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 700px) {
    body .ic-guide-page .ic-fhs-ceiling-lookup__summary {
        margin: 16px 0 22px;
        border-radius: 12px !important;
    }

    body .ic-guide-page .ic-fhs-ceiling-lookup__summary table {
        min-width: 540px;
    }

    body .ic-guide-page .ic-fhs-ceiling-lookup__summary thead th {
        padding: 10px 12px;
        font-size: 10px;
    }

    body .ic-guide-page .ic-fhs-ceiling-lookup__summary tbody td {
        padding: 11px 12px;
        font-size: 13px;
    }
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-guide-container--fhs-lookup-wide {
    width: min(100% - 32px, 1180px);
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-fhs-lookup-standalone-article {
    width: 100%;
    max-width: none;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-guide-section {
    max-width: 980px;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-guide-section--fhs-lookup,
body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-guide-section--fhs-full-table {
    max-width: none;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-fhs-ceiling-lookup--standalone {
    width: 100%;
    max-width: none;
    padding: 26px;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-fhs-ceiling-lookup--standalone .ic-fhs-ceiling-lookup__grid {
    grid-template-columns: minmax(220px, 1.35fr) minmax(150px, 0.8fr) minmax(150px, 0.8fr) minmax(180px, 0.9fr);
    gap: 14px;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-fhs-ceiling-lookup--standalone .ic-fhs-ceiling-lookup__field--wide {
    grid-column: auto;
}

body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-fhs-ceiling-lookup--standalone .ic-fhs-ceiling-lookup__summary table {
    min-width: 0;
}

.ic-fhs-ceiling-table {
    margin: 22px 0 0;
    padding: 0;
}

.ic-fhs-ceiling-table__controls {
    display: grid;
    grid-template-columns: minmax(260px, 1.2fr) minmax(180px, 0.72fr) minmax(180px, 0.72fr);
    gap: 12px;
    margin: 0 0 14px;
    padding: 16px;
    border: 1px solid var(--ic-guide-border, #dce6e0);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.045);
}

.ic-fhs-ceiling-table__search,
.ic-fhs-ceiling-table__select {
    position: relative;
    min-width: 0;
}

.ic-fhs-ceiling-table__search span {
    position: absolute;
    left: 14px;
    top: 50%;
    z-index: 1;
    color: var(--ic-guide-muted, #5c6876);
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%);
}

.ic-fhs-ceiling-table input,
.ic-fhs-ceiling-table select {
    width: 100%;
    min-height: 46px;
    border: 1px solid rgba(15, 23, 42, 0.14);
    border-radius: 12px;
    background: #F9FBFA;
    color: var(--ic-guide-text, #102033);
    font-size: 14px;
    line-height: 1.2;
    outline: none;
    transition: border-color 0.16s ease, box-shadow 0.16s ease;
}

.ic-fhs-ceiling-table input {
    padding: 0 14px 0 42px;
}

.ic-fhs-ceiling-table select {
    padding: 0 34px 0 13px;
}

.ic-fhs-ceiling-table input:focus,
.ic-fhs-ceiling-table select:focus {
    border-color: rgba(17, 122, 75, 0.70);
    box-shadow: 0 0 0 4px rgba(17, 122, 75, 0.10);
}

.ic-fhs-ceiling-table__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 10px;
    color: var(--ic-guide-muted, #5c6876);
    font-size: 13px;
    line-height: 1.4;
}

.ic-fhs-ceiling-table__meta span {
    font-weight: 600;
}

.ic-fhs-ceiling-table__meta button {
    border: 0;
    background: transparent;
    color: #0066cc;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.ic-fhs-ceiling-table__meta button:hover,
.ic-fhs-ceiling-table__meta button:focus {
    color: #0052a3;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.ic-fhs-ceiling-table__wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--ic-border, #d8dee6);
    border-radius: 16px;
    background: #ffffff;
}

.ic-fhs-ceiling-table table {
    width: 100%;
    min-width: 760px;
    margin: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border: 0 !important;
    overflow: hidden;
    background: #ffffff;
    font-size: 13px;
}

.ic-fhs-ceiling-table thead th {
    padding: 12px 14px;
    border: 0 !important;
    border-right: 1px solid var(--ic-border, #d8dee6) !important;
    border-bottom: 1px solid var(--ic-border, #d8dee6) !important;
    background: var(--ic-bg-muted, #f3f6f5) !important;
    color: var(--ic-text-muted, #607380) !important;
    font-size: 10px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
    text-align: left;
    white-space: nowrap;
}

.ic-fhs-ceiling-table tbody td {
    padding: 13px 14px;
    border: 0 !important;
    border-right: 1px solid var(--ic-border, #d8dee6) !important;
    border-bottom: 1px solid var(--ic-border, #d8dee6) !important;
    background: #ffffff;
    color: var(--ic-text-muted, #607380);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 400;
    vertical-align: middle;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.ic-fhs-ceiling-table tbody td:first-child {
    min-width: 240px;
    color: var(--ic-text, #1f2937);
    white-space: normal;
}

.ic-fhs-ceiling-table tbody td:first-child strong {
    display: block;
    margin: 0 0 3px;
    color: var(--ic-text, #1f2937);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
}

.ic-fhs-ceiling-table tbody td:first-child span {
    display: block;
    color: var(--ic-guide-muted, #5c6876);
    font-size: 12px;
    line-height: 1.35;
}

.ic-fhs-ceiling-table :where(th, td):last-child {
    border-right: 0 !important;
}

.ic-fhs-ceiling-table tbody tr:last-child td {
    border-bottom: 0 !important;
}

.ic-fhs-ceiling-table tbody tr[hidden] {
    display: none !important;
}

.ic-fhs-ceiling-table__empty {
    margin: 14px 0 0;
    padding: 16px;
    border: 1px dashed var(--ic-guide-border-strong, #c9d9d0);
    border-radius: 14px;
    background: rgba(255,255,255,0.72);
    color: var(--ic-guide-muted, #5c6876);
    font-size: 14px;
    line-height: 1.5;
}

.ic-fhs-ceiling-table__note {
    margin: 14px 0 0;
    color: var(--ic-guide-muted, #5c6876);
    font-size: 13px;
    line-height: 1.65;
}

.ic-fhs-ceiling-table__note a {
    color: #0066cc;
    font-weight: 500;
    text-decoration: none;
}

.ic-fhs-ceiling-table__note a:hover,
.ic-fhs-ceiling-table__note a:focus {
    color: #0052a3;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 1023px) {
    body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-guide-container--fhs-lookup-wide {
        width: min(100% - 32px, var(--ic-guide-article-width, 760px));
    }

    body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-fhs-ceiling-lookup--standalone .ic-fhs-ceiling-lookup__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-fhs-ceiling-lookup--standalone .ic-fhs-ceiling-lookup__field--wide {
        grid-column: 1 / -1;
    }

    .ic-fhs-ceiling-table__controls {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-guide-container--fhs-lookup-wide {
        width: min(100% - 24px, var(--ic-guide-article-width, 760px));
    }

    body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-fhs-ceiling-lookup--standalone {
        padding: 18px;
    }

    body .ic-guide-page.ic-guide-page--fhs-lookup-standalone .ic-fhs-ceiling-lookup--standalone .ic-fhs-ceiling-lookup__grid {
        grid-template-columns: 1fr;
    }

    .ic-fhs-ceiling-table__controls {
        padding: 14px;
        border-radius: 14px;
    }

    .ic-fhs-ceiling-table__meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .ic-fhs-ceiling-table table {
        min-width: 720px;
    }

    .ic-fhs-ceiling-table thead th,
    .ic-fhs-ceiling-table tbody td {
        padding: 11px 12px;
    }
}

/* =====================================================
   v4.1.165 — Remaining table cleanup: FHS ceiling lookup tables
   Keep wrapper as the only outer border and remove theme table margin.
   ===================================================== */
.ic-fhs-ceiling-lookup__summary,
.ic-fhs-ceiling-table__wrap {
    border: 1px solid var(--ic-border, #d8dee6) !important;
    border-radius: 16px !important;
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
    background: #fff !important;
}

.ic-fhs-ceiling-lookup__summary > table,
.ic-fhs-ceiling-lookup__summary table,
.ic-fhs-ceiling-table__wrap > table,
.ic-fhs-ceiling-table table {
    margin: 0 !important;
    border: 0 !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.ic-fhs-ceiling-lookup__summary :where(th, td),
.ic-fhs-ceiling-table :where(th, td) {
    border-top: 0 !important;
    border-left: 0 !important;
}

.ic-fhs-ceiling-lookup__summary :where(th, td):last-child,
.ic-fhs-ceiling-table :where(th, td):last-child {
    border-right: 0 !important;
}

.ic-fhs-ceiling-lookup__summary tbody tr:last-child > :where(th, td),
.ic-fhs-ceiling-table tbody tr:last-child > :where(th, td) {
    border-bottom: 0 !important;
}
