/* ==========================================================
   LG ACCESSIBLE SHOWER RESOURCES
   Page ID: 32182
   Page-specific styling only
   ========================================================== */

body.page-id-32182 {
    background: #ffffff;
}

body.page-id-32182 .lg-resource-hero {
    width: 100%;
    margin: 0;
    padding: 80px 24px 75px;
    background: #f4f7f9;
    border-bottom: 1px solid #e1e7eb;
}

body.page-id-32182 .lg-resource-hero-inner,
body.page-id-32182 .lg-resource-container {
    width: min(1180px, 100%);
    margin: 0 auto;
}

body.page-id-32182 .lg-resource-eyebrow {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

body.page-id-32182 .lg-resource-hero h1 {
    max-width: 900px;
    margin: 0 0 18px;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 700;
}

body.page-id-32182 .lg-resource-subtitle {
    max-width: 850px;
    margin: 0 0 24px;
    font-size: clamp(19px, 2vw, 25px);
    line-height: 1.45;
    font-weight: 500;
}

body.page-id-32182 .lg-resource-hero p:not(.lg-resource-subtitle) {
    max-width: 820px;
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.75;
}

body.page-id-32182 .lg-resource-button {
    display: inline-block;
    margin: 8px 10px 8px 0;
    padding: 14px 24px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    transition: transform .15s ease, opacity .15s ease;
}

body.page-id-32182 .lg-resource-button:hover {
    transform: translateY(-1px);
    opacity: .9;
}

body.page-id-32182 .lg-resource-section {
    width: 100%;
    padding: 72px 24px;
}

body.page-id-32182 .lg-resource-section.lg-resource-light {
    background: #f7f9fa;
}

body.page-id-32182 .lg-resource-section.lg-resource-dark {
    background: #18242c;
}

body.page-id-32182 .lg-resource-section.lg-resource-dark,
body.page-id-32182 .lg-resource-section.lg-resource-dark h2,
body.page-id-32182 .lg-resource-section.lg-resource-dark h3,
body.page-id-32182 .lg-resource-section.lg-resource-dark p {
    color: #ffffff;
}

body.page-id-32182 .lg-resource-number {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

body.page-id-32182 .lg-resource-section h2 {
    margin: 0 0 22px;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.12;
}

body.page-id-32182 .lg-resource-section h3 {
    margin: 28px 0 12px;
    font-size: 21px;
    line-height: 1.3;
}

body.page-id-32182 .lg-resource-section p,
body.page-id-32182 .lg-resource-section li {
    font-size: 17px;
    line-height: 1.75;
}

body.page-id-32182 .lg-resource-section ul {
    margin: 18px 0 0;
    padding-left: 24px;
}

body.page-id-32182 .lg-resource-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 35px;
}

body.page-id-32182 .lg-resource-grid article {
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e2e8ec;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0,0,0,.045);
}

body.page-id-32182 .lg-resource-grid article h3 {
    margin-top: 0;
}

body.page-id-32182 .lg-resource-grid article p {
    margin-bottom: 0;
}

body.page-id-32182 .lg-resource-callout {
    margin: 30px 0 0;
    padding: 24px 26px;
    border-left: 4px solid #1e6f9f;
    background: #f1f5f7;
}

body.page-id-32182 .lg-resource-callout p {
    margin-bottom: 0;
}

body.page-id-32182 .lg-dimension-card {
    display: inline-flex;
    flex-direction: column;
    min-width: 190px;
    margin: 10px 14px 10px 0;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid #dfe6ea;
    border-radius: 5px;
    vertical-align: top;
}

body.page-id-32182 .lg-dimension-card strong {
    display: block;
    margin-bottom: 7px;
    font-size: 27px;
    line-height: 1.15;
}

body.page-id-32182 .lg-dimension-card span {
    font-size: 14px;
    line-height: 1.45;
}

body.page-id-32182 .lg-mistake {
    margin: 0 0 18px;
    padding: 22px 24px;
    background: #ffffff;
    border: 1px solid #e1e7eb;
    border-radius: 5px;
}

body.page-id-32182 .lg-mistake strong {
    display: block;
    margin-bottom: 7px;
    font-size: 18px;
}

body.page-id-32182 .lg-mistake p {
    margin: 0;
}

body.page-id-32182 .lg-checklist {
    columns: 2;
    column-gap: 50px;
    margin-bottom: 35px;
}

body.page-id-32182 .lg-checklist li {
    break-inside: avoid;
    margin-bottom: 8px;
}

body.page-id-32182 .lg-disclaimer {
    padding: 28px;
    background: #f7f9fa;
    border: 1px solid #dfe6ea;
    border-radius: 5px;
}

body.page-id-32182 .lg-disclaimer p:last-child {
    margin-bottom: 0;
}

body.page-id-32182 .lg-resource-references {
    padding: 55px 24px;
    background: #ffffff;
}

body.page-id-32182 .lg-resource-references ul {
    max-width: 850px;
}

body.page-id-32182 .lg-resource-references a {
    text-decoration: underline;
}

@media (max-width: 900px) {
    body.page-id-32182 .lg-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-id-32182 .lg-checklist {
        columns: 1;
    }
}

@media (max-width: 640px) {
    body.page-id-32182 .lg-resource-hero {
        padding: 55px 20px 50px;
    }

    body.page-id-32182 .lg-resource-section {
        padding: 52px 20px;
    }

    body.page-id-32182 .lg-resource-grid {
        grid-template-columns: 1fr;
    }

    body.page-id-32182 .lg-dimension-card {
        display: flex;
        width: 100%;
        margin-right: 0;
    }

    body.page-id-32182 .lg-resource-section h2 {
        font-size: 31px;
    }

    body.page-id-32182 .lg-resource-section p,
    body.page-id-32182 .lg-resource-section li {
        font-size: 16px;
    }
}

/* ==========================================================
   LG ACCESSIBLE SHOWER RESOURCES
   HERO SPACING REFINEMENT
   Page 32182
   ========================================================== */

body.page-id-32182 .lg-resource-hero {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
}

body.page-id-32182 .lg-resource-hero-inner {
    max-width: 1120px;
    margin: 0 auto;
}

body.page-id-32182 .lg-resource-hero h1 {
    margin-top: 8px !important;
    margin-bottom: 18px !important;
}

body.page-id-32182 .lg-resource-subtitle {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

body.page-id-32182 .lg-resource-hero p {
    margin-bottom: 18px;
}

body.page-id-32182 .lg-resource-hero .lg-resource-button {
    margin-top: 12px;
}

@media (max-width: 767px) {
    body.page-id-32182 .lg-resource-hero {
        padding-top: 38px !important;
        padding-bottom: 38px !important;
    }

    body.page-id-32182 .lg-resource-hero-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    body.page-id-32182 .lg-resource-hero h1 {
        margin-bottom: 14px !important;
    }
}


/* ==========================================================
   HERO FINAL REFINEMENT
   Page 32182
   ========================================================== */

body.page-id-32182 .lg-resource-hero {
    padding-top: 48px !important;
    padding-bottom: 42px !important;
}

body.page-id-32182 .lg-resource-hero-inner {
    max-width: 1120px;
}

body.page-id-32182 .lg-resource-hero .lg-resource-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 15px 28px !important;
    margin-top: 8px !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    border-radius: 4px;
    background: #168dcc !important;
    color: #ffffff !important;
}

body.page-id-32182 .lg-resource-hero .lg-resource-button:hover {
    background: #0d6f9f !important;
    color: #ffffff !important;
}


/* ==========================================================
   EDUCATIONAL TOPIC CARDS
   Page 32182
   ========================================================== */

body.page-id-32182 #start-learning {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
}

body.page-id-32182 #start-learning h2 {
    margin-top: 0 !important;
    margin-bottom: 36px !important;
    text-align: center;
}

body.page-id-32182 #start-learning .lg-resource-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

body.page-id-32182 #start-learning .lg-resource-grid article {
    background: #ffffff;
    border: 1px solid #e2e7eb;
    border-radius: 6px;
    padding: 30px 28px;
    min-height: 190px;
    box-sizing: border-box;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

body.page-id-32182 #start-learning .lg-resource-grid article:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

body.page-id-32182 #start-learning .lg-resource-grid article h3 {
    margin: 0 0 14px !important;
    font-size: 22px !important;
    line-height: 1.25 !important;
}

body.page-id-32182 #start-learning .lg-resource-grid article p {
    margin: 0 !important;
    font-size: 16px;
    line-height: 1.65;
}

@media (max-width: 991px) {
    body.page-id-32182 #start-learning .lg-resource-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.page-id-32182 #start-learning {
        padding-top: 44px !important;
        padding-bottom: 44px !important;
    }

    body.page-id-32182 #start-learning h2 {
        margin-bottom: 26px !important;
        text-align: left;
    }

    body.page-id-32182 #start-learning .lg-resource-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    body.page-id-32182 #start-learning .lg-resource-grid article {
        min-height: auto;
        padding: 24px 22px;
    }
}


/* ==========================================================
   TOPIC CARDS — FINAL COMPACT REFINEMENT
   Page 32182
   ========================================================== */

body.page-id-32182 #start-learning {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
}

body.page-id-32182 #start-learning h2 {
    font-size: 44px !important;
    line-height: 1.15 !important;
    margin-bottom: 30px !important;
}

body.page-id-32182 #start-learning .lg-resource-grid {
    gap: 20px;
}

body.page-id-32182 #start-learning .lg-resource-grid article {
    min-height: 170px;
    padding: 26px 26px;
}

body.page-id-32182 #start-learning .lg-resource-grid article h3 {
    font-size: 21px !important;
    line-height: 1.25 !important;
    margin-bottom: 11px !important;
}

body.page-id-32182 #start-learning .lg-resource-grid article p {
    font-size: 15px !important;
    line-height: 1.55 !important;
}

@media (max-width: 767px) {
    body.page-id-32182 #start-learning h2 {
        font-size: 34px !important;
    }

    body.page-id-32182 #start-learning .lg-resource-grid article {
        padding: 22px 20px;
    }
}

