
    .p-header {
        position: relative !important;
    }

    .mv {
        &::before {
            content: none;
        }

        .mv__contents {
            margin-top: 70px;
        }
    }

    .p-mv {
        .p-mv__heading {
            padding-top: 50px;
        }
    }

    .section__title {
        font-size: 35px;
        color: #4a7ebb;
        display: flex;
        align-items: baseline;
        gap: 26px;
        margin-bottom: 30px;
        letter-spacing: 1.75px;
    }

    /* Property Archive Page (BEM) */
    .p-archive-property {
        padding: 60px 0 50px;
        margin-bottom: 40px;
        background-color: #FAFAF8;
    }

    .p-property-filter {
        margin-bottom: 60px;
    }

    .p-property-filter__inner {
        grid-template-columns: 1fr;
    }

    @media (min-width: 768px) {
        .p-property-filter__inner {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 0 30px;
        }
    }

    .p-property-search__filter-box {
        margin-bottom: 40px;
    }

    .p-property-filter__group {
        padding: 30px;
        margin-bottom: 32px;
        background: #fff;
    }

    .p-property-search__filter-title {
        font-size: 24px;
        color: #538BBD;
        border-left: 3px solid #538BBD;
        padding-left: 15px;
        margin-bottom: 25px;
        line-height: 1;
        letter-spacing: 1.2px;
    }

    .u-required {
        font-size: 14px;
        margin-left: -5px;
    }

    .p-property-search__checkbox-list {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        padding-left: 10px;
    }

    .p-property-search__checkbox-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 16px;
        position: relative;
    }

    .p-property-search__checkbox-label {
        display: flex;
        align-items: center;
        cursor: pointer;
        font-size: 20px;
        position: relative;
        padding-left: 28px;
        user-select: none;
    }

    .p-property-search__checkbox-input {
        display: none;
    }

    .p-property-search__checkbox-dummy {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        border: 2px solid #5B90C0;
        background: #fff;
        box-sizing: border-box;
    }

    .p-property-search__checkbox-input:checked+.p-property-search__checkbox-dummy {
        background-color: #538BBD;
    }

    .p-property-search__checkbox-input:checked+.p-property-search__checkbox-dummy::after {
        content: "";
        position: absolute;
        left: 5px;
        top: 1px;
        width: 5px;
        height: 10px;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(45deg);
    }

    .p-property-search__btn-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .p-property-search__submit {
        background: #538BBD;
        color: #fff;
        width: 235px;
        height: 70px;
        border: none;
        border-radius: 35px;
        font-size: 20px;
        cursor: pointer;
        transition: opacity 0.3s;
        text-align: center;
    }

    @media (min-width: 768px) {
        .p-property-search__category-list {
            grid-template-columns: repeat(3, 1fr);
        }

        .p-archive-property .p-property-search__checkbox-list {
            gap: 20px;
        }
    }

    .p-property-filter__range-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 30px;
        margin-bottom: 50px;
        background-color: #fff;
    }

    @media (min-width: 440px) {
        .p-property-filter__range-container {
            grid-column: 1 / -1;
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 700px) {
        .p-property-filter__range-container {
            grid-column: 1 / -1;
            grid-template-columns: repeat(3, 1fr);
        }
    }

    @media (min-width: 900px) {
        .p-property-filter__range-container {
            grid-template-columns: repeat(6, 1fr);
        }
    }

    .p-property-filter__select-wrapper {
        position: relative;
        margin-bottom: 8px;
    }

    .p-property-filter__select {
        width: 100%;
        height: 50px;
        padding: 0 35px 0 15px;
        background-color: #EAEAEA;
        border: none;
        font-size: 16px;
        appearance: none;
        -webkit-appearance: none;
        cursor: pointer;
        position: relative;
    }
    .select-wrap {
        position: relative;
        width: 100%;
    }
    .select-wrap::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%);
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #333;
        pointer-events: none;
    }

    .p-property-filter__input {
        width: 100%;
        height: 50px;
        padding: 0 15px;
        background-color: #EAEAEA;
        border: none;
        font-size: 16px;
        box-sizing: border-box;
    }

    .p-property-filter__input-wrapper {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 8px;
    }

    .p-property-filter__range-sep {
        width: 40px;
        font-size: 16px;
        color: #333;
    }

    .p-property-list__no-image {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: #f0f0f0;
        color: #999;
        font-size: 14px;
        font-weight: bold;
    }

    .p-property-filter__select-arrows {
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 4px;
        pointer-events: none;
    }

    .p-property-filter__arrow-up,
    .p-property-filter__arrow-down {
        display: block;
        width: 16px;
        height: 16px;
        position: relative;
    }

    .p-property-filter__arrow-up::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-bottom: 5px solid #333;
    }

    .p-property-filter__arrow-down::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid #333;
    }

    .p-property-filter__btn-wrapper {
        grid-column: 1 / -1;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .p-property-filter__submit {
        background: #538BBD;
        color: #fff;
        width: 235px;
        height: 70px;
        border: none;
        border-radius: 35px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        transition: opacity 0.3s;
        text-align: center;
    }

    .p-property-list-info {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    .p-property-list-info__count {
        font-size: 20px;
    }

    .p-property-list-info__count .blue--large {
        font-size: 40px;
        color: #538BBD;
        font-weight: bold;
        margin: 0 5px;
        letter-spacing: 2px;
    }

    .p-property-list-info__count .blue {
        color: #538BBD;
        margin: 0 5 0 10px;
        letter-spacing: 1.2px;
    }

    .p-property-list-info .p-property-filter__select {
        width: 180px;
        height: 50px;
        background-color: #fff;
        border: 2px solid #EAEAEA;
    }

    .p-property-list a {
        opacity: 1;
    }

    .p-property-list__head {
        margin-bottom: 60px;
    }

    .p-property-list__title {
        font-size: 35px;
        color: #4a7ebb;
        display: flex;
        align-items: baseline;
        gap: 26px;
        margin-bottom: 30px;
        letter-spacing: 0.05em;
    }

    .p-property-list__title span {
        font-size: 25px;
        font-family: "Georgia", serif;
        font-weight: normal;
    }

    .p-property-list__lead {
        font-size: 16px;
        line-height: 2.1;
        color: #333;
    }

    .p-property-list-pagination {
        display: flex;
        align-items: baseline;
        gap: 10px;
        font-size: 16px;
    }

    .p-property-list-pagination__current {
        font-size: 24px;
        letter-spacing: 1.2px;
    }

    .p-property-list-pagination__prev,
    .p-property-list-pagination__next {
        text-decoration: none;
        color: #AEAEAD;
        position: relative;
        transition: color 0.3s;
    }

    .p-property-list-pagination__prev {
        padding-left: 25px;
    }

    .p-property-list-pagination__next {
        padding-right: 25px;
        color: #538BBD;
    }

    .p-property-list-pagination__prev::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 18px;
        border-bottom: 2px solid #AEAEAD;
    }

    .p-property-list-pagination__prev::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 14px;
        height: 2px;
        background-color: #AEAEAD;
        transform: rotate(-35deg);
        transform-origin: left bottom;
    }

    .p-property-list-pagination__next::before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 18px;
        border-bottom: 2px solid #538BBD;
    }

    .p-property-list-pagination__next::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 10px;
        width: 14px;
        height: 2px;
        background-color: #538BBD;
        transform: rotate(35deg);
        transform-origin: right bottom;
    }

    .p-property-list-pagination__next:hover {
        opacity: 0.7;
    }

    .p-property-list {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
        margin-bottom: 40px;
    }

    @media (min-width: 600px) {
        .p-property-list {
            gap: 24px;
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width: 900px) {
        .p-property-list {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .p-property-list__item {
        text-decoration: none;
        color: #333;
        background-color: #fff;
        transition: background-color 0.3s ease;
        display: flex;
        flex-direction: column;
    }

    .p-property-list__item:hover {
        background-color: #538BBD33;
    }

    .p-property-list__img-wrapper {
        position: relative;
    }

    .p-property-list__thumbnail {
        width: 100%;
        aspect-ratio: 380 / 280;
        overflow: hidden;
    }

    .p-property-list__thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }

    .p-property-list__item:hover .p-property-list__thumbnail img {
        transform: scale(1.1);
    }

    .p-property-list__badge {
        position: absolute;
        top: -20px;
        right: -10px;
        width: 65px;
        height: auto;
        z-index: 10;
        pointer-events: none;
    }

    .p-property-list__badge img {
        width: 100%;
        height: auto;
        display: block;
    }

    .p-property-list__body {
        padding: 40px 30px;
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .p-property-list__name {
        font-size: 20px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .p-property-list__info {
        margin-bottom: 10px;
    }

    .p-property-list__address,
    .p-property-list__spec {
        font-size: 16px;
        color: #727271;
        margin-bottom: 10px;
    }

    .p-property-list__footer {
        margin-top: auto;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .p-property-list__price {
        color: #333;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 1.75px;
    }

    .p-property-list__price span {
        color: #538BBD;
        font-size: 35px;
        margin-right: 10px;
    }

    .p-property-list__arrow-css {
        position: relative;
        width: 80px;
        height: 12px;
        border-bottom: 2px solid #707070;
        transition: border-color 0.3s ease;
    }

    .p-property-list__arrow-css::after {
        content: "";
        position: absolute;
        right: -1px;
        bottom: -2px;
        width: 20px;
        height: 2px;
        background-color: #707070;
        transform: rotate(35deg);
        transform-origin: right bottom;
        transition: background-color 0.3s ease;
    }

    .p-property-list__item:hover .p-property-list__arrow-css {
        border-color: #538BBD;
    }

    .p-property-list__item:hover .p-property-list__arrow-css::after {
        background-color: #538BBD;
    }

    @media (max-width: 991px) {
        .p-property-list__list {
            gap: 15px;
        }

        .p-property-list__body {
            padding: 20px 15px;
        }

        .p-property-list__price span {
            font-size: 28px;
        }
    }

    @media (max-width: 767px) {
        .p-property-list__list {
            flex-direction: column;
            gap: 50px;
        }
    }

    /* Navigation override */
    .pagination {
        display: flex;
        gap: 10px;
    }

    .screen-reader-text {
        display: none;
    }

    .nav-links {
        display: flex;
        gap: 10px;
        list-style: none;
    }

    .page-numbers {
        padding: 5px 10px;
        border: 1px solid #ddd;
        text-decoration: none;
        color: #333;
    }

    .page-numbers.current {
        background: #538BBD;
        color: #fff;
        border-color: #538BBD;
    }
