﻿.resource-container {
    font-family: "Public Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    position: relative;
    max-width: 2560px;
    margin: auto;
}

/* 기본 폰트 및 여백 초기화 */
.resource-banner-wrapper {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.resource-banner-carousel {
    display: flex;
    width: 100%;
    max-width: 2560px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    position: relative;
    z-index: 20;
    height: 480px;
    margin: 0 auto;
    margin-top: -91px;
}

.resource-banner-inner {
    display: flex;
    position: absolute;
    -webkit-transition: -webkit-transform .5s ease-out;
    left: 0;
    transform: translateX(0%);
    width: 100%;
}
/* 배너 아이템: 이미지와 텍스트를 모두 감싸는 기준점 */
.resource-banner-item {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 480px;
}

.resource-banner-image-container {
    cursor: default;
}

picture {
    line-height: 0;
}

.resource-banner-image-container img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 480px;
    border-style: none;
}

/* 텍스트 정보 영역: 이미지 위에 배치될 컨테이너 */
.resource-banner-info {
    position: absolute;
    box-sizing: border-box;
    width: 540px;
    transform: translateY(-50%);
    left: calc(50% - 542px);
    top: calc((100% + 72px) / 2);
}

    /* 텍스트 스타일 */
    .resource-banner-info h1 {
        display: -webkit-box;
        margin-bottom: 17px;
        text-align: left;
        font-size: 2.875rem;
        width: 100%;
        color: #181818;
        font-weight: 500;
        margin: 0;
        line-height: 1.16em;
    }

    .resource-banner-info p {
        color: #181818;
        font-size: 1.25rem;
        font-weight: 500;
        line-height: 125%;
        max-height: 126px;
        margin-top: 16px;
        text-align: left;
        cursor: default;
    }

.resource-layout-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f8fa;
}

.resource-layout {
    width: 100%;
    max-width: 1236px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 0 120px;
}

.resource-layout-container {
    position: relative;
    width: 100%;
    max-width: 1260px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: auto;
}

.resource-toolbar-wrapper {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-block-end: 1px solid #dadce0;
    margin-block-end: 48px;
}

.resource-result-count-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #181818;
    margin-block-end: 14px;
    padding-block: 6.5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    line-height: 170%;
    letter-spacing: .02em;
    text-decoration: none;
}

.resource-clear-all-button {
    margin-inline-start: 16px;
    color: #13547a;
    flex-shrink: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 170%;
    letter-spacing: .48px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
}

    .resource-clear-all-button:hover {
        text-decoration: underline;
    }

.resource-tag-bar {
    display: flex;
    margin-block-end: 15px;
    overflow: hidden;
}

.resource-tag-list {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.resource-tag {
    align-items: center;
    min-height: 32px;
    margin-inline-end: 8px;
    margin-block-end: 8px;
    box-sizing: border-box;
    padding: 5px 8px;
    border: 1px solid #666;
    border-radius: 4px;
    -webkit-transition: all .3s ease-in-out;
    cursor: pointer;
    display: inline-flex;
}

    .resource-tag span {
        cursor: pointer;
        color: #666;
        font-weight: 500;
        line-height: 130%;
        font-size: 16px;
        font-style: normal;
        letter-spacing: .48px;
        text-decoration: none;
        margin: 0 8px 0 0;
    }

svg {
    outline: none;
}

    .resource-tag svg {
        width: 10px;
        height: 10px;
    }

    .resource-tag:hover {
        background: #666;
    }

        .resource-tag:hover span {
            color: #fff;
        }

        .resource-tag:hover svg path {
            color: #fff;
        }

    .resource-tag:active {
        padding: 5px 8px;
        background: #181818;
        border: 1px solid #666;
    }

        .resource-tag:active span {
            color: #fff;
        }

        .resource-tag:active svg path {
            color: #fff;
        }
.resource-sort-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-block-end: 20px;
}

.resource-show-more-tags {
    color: #13547a;
    margin-inline-end: 16px;
    -webkit-box-align: baseline;
    align-items: baseline;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: .48px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    user-select: none;
    visibility: hidden;
}

    .resource-show-more-tags svg {
        width: 11px;
        margin-inline-start: 6.35px;
        position: relative;
    }

        .resource-show-more-tags svg path {
            stroke: #13547a;
            -webkit-transition: all .2s ease-in-out;
        }

/* --- 커스텀 Select(정렬) 구조 --- */

.resource-sort-by-wrapper {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #181818;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: .48px;
    text-decoration: none;
    margin: 0 8px 0 auto;
}

.resource-select-list-wrapper {
    position: relative;
    cursor: pointer;
    margin-left: 4px;
}

    .resource-select-list-wrapper.active .resource-select-display svg {
        transform: rotate(180deg);
    }

.resource-select-wrapper {
    position: relative;
}

.resource-select-display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .resource-select-display svg {
        width: 13px;
        max-height: 16px;
        transition: transform 0.3s ease;
    }

        .resource-select-display svg path {
            stroke: #181818;
        }


.resource-select-value {
    position: relative;
    color: #181818;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: .48px;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
    padding-right: 5px;
}

.resource-select-list {
    position: absolute;
    -webkit-box-shadow: 0 44px 40px -24px rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    top: 36px;
    width: 180px;
    display: none;
    overflow: hidden;
    z-index: 100;
    background: #fff;
    box-shadow: 0 44px 40px -24px rgba(0, 0, 0, .1);
    border-radius: 4px;
    cursor: default;
    right: 0;
}

.resource-select-list.active{
    display: block;
}

.resource-select-option {
    color: #666;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 135%;
    letter-spacing: .48px;
    text-decoration: none;
    padding: 6.5px 16px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
}

    .resource-select-option:hover {
        background-color: #f5f5f5;
    }

    .resource-select-option.selected {
        color: #13547a;
    }

.resource-main-content {
    position: relative;
    width: 100%;
    display: flex
}

.filter-wrapper {
    padding: 80px 0 120px;
    width: 100%;
    max-width: 1236px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-container {
    -webkit-transition: .15s;
    position: relative;
    width: 276px;
    margin-inline-end: 32px;
    height: 100%;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.filter-box {
    background-color: #fff;
    padding: 4px 16px;
    box-shadow: 0 44px 40px -24px rgba(0, 0, 0, .1);
    border-radius: 4px;
    position: relative;
    backdrop-filter: blur(20px);
    -ms-flex-item-align: start;
    align-self: flex-start;
    overflow-y: auto;
    height: auto;
    box-sizing: border-box;
}

.filter-header {
    left: 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
    padding: 0 16px;
    transform: translateZ(0);
    position: fixed;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 59px;
    z-index: 10101;
    font-weight: 600;
    font-size: 20px;
    line-height: 135%;
    letter-spacing: .48px;
    text-decoration: none;
    color: #181818;
    display: none;
    box-sizing: border-box;
}

.filter-clear {
    right: 15px;
    -webkit-transition: all .2s ease-in-out;
    position: absolute;
    top: 18px;
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    letter-spacing: .48px;
    text-decoration: none;
    color: #13547a;
}

.filter-list {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.filter-group-wrapper {
    width: 100%;
}

.filter-group {
    border-top: 1px solid #cbcdd1;
    padding: 12px 0;
    box-sizing: border-box;
}

    .filter-group:first-child {
        border-top: none;
    }

.filter-title {
    cursor: pointer;
    font-size: .875rem;
    color: #262626;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    user-select: none;
    box-sizing: border-box;
    position: relative;
    font-weight: 500;
}

.sensor-plus {
    display: none;
}

.sensor-minus {
    display: none;
}

.filter-item-list {
    display: none;
    padding-top: 6px;
    padding-bottom: 8px;
    -webkit-transition: max-height .3s cubic-bezier(1, 0, 1, .16), padding-bottom .1s cubic-bezier(.82, .27, 1, .52), padding-top .1s cubic-bezier(.82, .27, 1, .52);
    max-height: 7000px;
    box-sizing: border-box;
    visibility: initial;
    overflow: hidden;
}

    .filter-item-list.active {
        display: block;
    }

.filter-item {
    padding: 8px 0;
    cursor: pointer;
    min-height: 18px;
    color: #4d4d4d;
    display: flex;
    position: relative;
    user-select: none;
    box-sizing: border-box;
}

.checkbox-wrapper {
    padding-left: 16px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    min-height: .9375rem;
    box-sizing: border-box;
}

    .checkbox-wrapper input[type="checkbox"] {
        width: 0;
        height: 0;
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

.checkbox-label {
    padding-left: 8px;
    cursor: pointer;
    margin-top: -1px;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    user-select: none;
    font-size: .875rem;
    box-sizing: border-box;
    outline: none;
}

    .checkbox-label::before {
        left: 0;
        margin: auto;
        border: 1px solid #4d4d4d;
        border-radius: 4px;
        -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
        content: "";
        width: 16px;
        height: 16px;
        position: absolute;
        display: block;
        outline: none;
        pointer-events: none;
        cursor: pointer;
        user-select: none;
        font-size: .875rem;
    }

    .checkbox-label::after {
        left: 0;
        margin: auto;
        background: no-repeat 50% / 50% 50%;
        content: "";
        width: 16px;
        height: 16px;
        position: absolute;
        display: block;
        outline: none;
        cursor: pointer;
        user-select: none;
        font-size: .875rem;
    }

.checkbox-wrapper input[type="checkbox"]:checked + .checkbox-label::before {
    background-color: #13547a;
    border-color: #13547a;
    color: #fff;
}

.checkbox-wrapper input[type="checkbox"]:checked + .checkbox-label::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 7px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


.show-more-button {
    border: 1px solid #13547a;
    border-radius: 4px;
    -webkit-transition: all .3s;
    cursor: pointer;
    margin: 6px 0 12px;
    display: none;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    align-items: center;
    height: 24px;
    line-height: 24px;
    color: #13547a;
    font-size: .9375rem;
}

.filter-footer {
    left: 0;
    background: #fff;
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, .1);
    padding: 12px;
    transform: translateZ(0);
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 72px;
    z-index: 10101;
    box-sizing: border-box;
    display: none;
}

.filter-cancel-button {
    -webkit-transition: all .2s ease-in-out;
    display: inline-flex;
    font-size: 1.0625rem;
    color: #13547a;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 48px;
    margin-inline-end: 20px;
    width: calc((100% - 36px) / 2);
}

    .filter-cancel-button span {
        cursor: pointer;
        font-size: 1.0625rem;
        color: #13547a;
    }

.filter-apply-button {
    -webkit-transition: all .2s;
    cursor: pointer;
    padding: 6.5px 24px;
    border-radius: 8px;
    background-color: #13547a;
    border: none;
    margin: 0;
    display: inline-flex;
    text-decoration: none;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 44px;
    min-width: 180px;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.125rem;
    line-height: 125%;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    outline: none;
}

    .filter-apply-button span {
        text-align: center;
        display: inline-flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        color: #fff;
    }

.back-to-filter {
    box-shadow: 0 44px 40px -24px rgba(0, 0, 0, .1);
    border-radius: 4px;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 16px;
    color: #181818;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    line-height: 135%;
    letter-spacing: .48px;
    text-decoration: none;
    height: 48px;
    width: 100%;
    max-width: 276px;
    visibility: hidden;
    user-select: none;
    backdrop-filter: blur(20px);
    background: #fff;
}

.resource-product-list-container {
    width: calc(100% - 312px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-content: baseline;
    -ms-flex-item-align: baseline;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.resource-product-list-section {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-content: baseline;
    -ms-flex-item-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    gap: 40px 32px;
}

.resource-product-card {
    position: relative;
    width: calc((100% - 32px) / 2);
    transition: -webkit-box-shadow .3s ease-in-out;
    -o-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    display: noe;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s ease-in-out;
    margin-bottom: auto;
    min-height: auto;
    border-radius: 4px;
}

    .resource-product-card:hover {
        box-shadow: 0 44px 40px -24px rgba(0, 0, 0, .1);
    }

.resource-card-header {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

a {
    color: #13547a;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all .2s ease-in-out;
}

.resource-card-image-link {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    line-height: 0;
    overflow: hidden;
    aspect-ratio: 448 / 252;
    margin-bottom: 32px;
}

img {
    border-style: none;
}

.resource-card-image-link img {
    width: 100%;
    -webkit-transition: all .3s ease;
    min-height: auto;
}

.resource-product-card:hover .resource-card-image-link img {
    transform: scale(1.1);
}

.resource-card-info {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 24px;
}

.resource-card-type {
    color: #1a821c;
    font-weight: 700;
    font-size: 14px;
    line-height: 135%;
    letter-spacing: 2px;
    text-decoration: none;
    margin-bottom: 8px;
}

.resource-card-title {
    display: -webkit-box;
    color: #181818;
    font-weight: 700;
    font-size: 24px;
    line-height: 135%;
    letter-spacing: .02em;
    text-decoration: none;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-word;
    text-align: left;
    -webkit-line-clamp: 2;
    margin-bottom: 24px;
}

.resource-card-logo-bar {
    margin-bottom: 42.5px;
}

    .resource-card-logo-bar img {
        max-height: 60px;
    }


/* --- 카드 하단 링크 (Footer Link) --- */

.resource-card-footer-link {
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-left: 24px;
    margin-bottom: 34.5px;
}

.resource-card-link-text {
    position: relative;
    font-size: 1.125rem;
    line-height: 120%;
    -webkit-transition: all .5s;
    transform: translateY(-2px);
}

.resource-card-footer-link:hover .resource-card-link-text {
    text-decoration: underline;
    color: #002e52;
}

.resource-card-link-text svg {
    vertical-align: middle;
    margin-top: -4px;
    -webkit-transition: all .2s ease-in-out;
    transform: rotate(0);
    margin-left: 9px;
}

    .resource-card-link-text svg path {
        stroke: #13547a;
    }

.resource-card-footer-link:hover .resource-card-link-text svg {
    transform: translateX(4px);
}

.resource-next-page-bar {
    position: relative;
    width: 100%;
    margin-block-start: 40px;
}

.resource-next-page-bar-content {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.resource-line {
    height: 1px;
    width: 50%;
    background: #dadce0;
}

.resource-show-more-button {
    display: inline-flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: .48px;
    text-decoration: none;
    color: #13547a;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 66px;
    cursor: pointer;
}

    .resource-show-more-button:hover {
        color: #0051a8;
    }

    .resource-show-more-button svg {
        width: 12px;
        height: 12px;
        margin-inline-start: 10px;
    }

        .resource-show-more-button svg path {
            stroke: #13547a;
        }

    .resource-show-more-button:hover .resource-show-more-button svg path {
        color: #0051a8;
    }

.filter-button-wrapper {
    display: none;
    left: 16px;
    background: #005ec4;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transition: .3s;
    position: fixed;
    flex-flow: nowrap;
    -webkit-box-align: center;
    align-items: center;
    bottom: 16px;
    max-width: 44px;
    height: 44px;
    z-index: 10050;
    overflow: hidden;
}

@media (max-width: 768px) {
    .resource-banner-carousel {
        height: 320px;
        margin-top: -72px;
    }
    .resource-banner-item,
    .resource-banner-image-container img {
        height: 320px;
    }

    .resource-banner-info {
        padding: 0 16px;
        width: 100%;
        max-width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

        .resource-banner-info h1,
        .resource-banner-info p {
            text-align: center;
        }

        .resource-banner-info h1 {
            max-width: 240px;
            margin: 0 auto;
            font-size: 2rem;
        }

        .resource-banner-info p {
            font-size: 1rem;
        }

    .resource-layout {
        padding: 24px 16px 64px;
    }

    .resource-main-content {
        flex-direction: column;
    }

    /* --- Mobile Filter Overlay --- */
    .filter-container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        z-index: 10101;
        margin: 0;
        transform: translateY(100%);
        transition: transform .3s ease-in-out;
    }

        .filter-container.active {
            transform: translateY(0);
        }

    .filter-box {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 0;
    }

    .filter-header {
        display: flex;
        align-items: center;
        position: relative;
        flex-shrink: 0;
        height: 59px;
        padding: 0 16px;
        border-bottom: 1px solid #ccc;
        font-size: 20px;
        font-weight: 600;
    }

    .filter-list {
        padding: 0 16px;
        flex-grow: 1;
        overflow-y: auto;
    }

    .filter-footer {
        display: flex;
        flex-shrink: 0;
        height: 72px;
        padding: 12px;
        box-shadow: 0 -2px 4px rgba(0,0,0,.1);
    }

    .filter-cancel-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50%;
        color: #13547a;
    }

    .filter-apply-button {
        width: 50%;
    }

    /* Show mobile filter button */
    .filter-button-wrapper {
        display: flex;
    }

    /* --- Mobile Product List --- */
    .resource-product-list-container {
        width: 100%;
    }

    .resource-product-card {
        width: 100%;
    }

    .filter-button-wrapper {
        display: flex;
    }

    .filter-icon-wrapper {
        border-radius: 100%;
        position: relative;
        min-width: 44px;
        width: 44px;
        height: 44px;
    }

    .filter-icon {
        left: 0;
        right: 0;
        border-radius: 1px;
        margin: auto;
        background: #fff;
        position: absolute;
        top: 1px;
        bottom: 0;
        width: 12px;
        height: 2px;
    }

        .filter-icon:before {
            left: -3px;
            right: 0;
            border-radius: 1px;
            margin: auto;
            background: #fff;
            position: absolute;
            top: -5px;
            width: 18px;
            height: 2px;
            content: "";
        }

        .filter-icon:after {
            left: 0;
            right: 0;
            margin: auto;
            background: #fff;
            position: absolute;
            top: 5px;
            width: 4px;
            height: 2px;
            content: "";
        }

    .filter-label {
        padding-right: 0;
        user-select: none;
        font-size: .9375rem;
        color: #fff;
        opacity: 0;
        box-sizing: border-box;
    }

    .filter-wrapper {
        padding: 24px 16px 64px;
    }

    .filter-container {
        right: 0;
        left: 0;
        padding: 0;
        margin-top: 0;
        transform: translateY(100%);
        position: fixed;
        top: 0;
        bottom: 0;
        width: 100vw;
        z-index: 10101;
        margin-inline-end: 0;
        max-width: 100%;
    }

        .filter-container.active {
            transform: translateY(0);
        }

    .filter-box {
        padding: 0;
        height: inherit;
    }

    .filter-header {
        display: flex;
    }

    .filter-list {
        padding: 0 16px 72px;
        height: 100%;
        overflow-y: auto;
    }

    .filter-title {
        font-size: 1.125rem;
    }

    .filter-footer {
        display: flex;
    }
}