.host-profile-type-box {
    margin-top: 10px;
    max-width: 260px;
}

.host-profile-type-box label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #555;
    margin-bottom: 5px;
}

.host-profile-type-select {
    width: 100%;
    height: 38px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 0 10px;
    background: #fff;
    font-size: 13px;
}

.host-type-badge {
    display: inline-block;
    padding: 1px 12px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 500;
}

.shopping-center-badge {
    background: #ffffff;
    color: #be185d;
    border: 1px solid #be185d;
}

.normal-host-badge {
    background: #ffffff;
    color: #1518df;
    border: 1px solid #1518df;
}

.ah-center-page {
    position: relative;
    height: calc(100vh - 92px);
    overflow: hidden;
    padding: 22px 32px 32px;
    background: #fff;
}

.ah-center-filter-btn {
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: #f3eeee;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
    margin-bottom: 24px;
}

.ah-center-layout {
    display: grid;
    grid-template-columns: minmax(420px, 48%) minmax(520px, 1fr);
    gap: 52px;
    align-items: start;
    height: 100%;
}

.ah-center-spots-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.ah-center-spots-grid .listing-item-container {
    width: 100% !important;
    margin: 0 !important;
}

.ah-center-spots {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 12px;
}

.ah-center-spots::-webkit-scrollbar {
    width: 8px;
}

.ah-center-spots::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 20px;
}

.ah-center-hero {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.ah-center-hero-img {
    width: 100%;
    height: calc(100vh - 170px);
    object-fit: cover;
    border-radius: 48px;
    display: block;
}

.ah-center-info {
    margin-top: 22px;
    align-items: center;
    justify-content: center;
}

.ah-center-info h1 {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 10px;
    font-weight: 800;
    text-align: center;
}

.ah-center-info p {
    margin: 0 0 6px;
    font-size: 15px;
    color: #555;
}

.ah-center-pagination {
    margin-top: 35px;
}

.ah-center-empty {
    grid-column: 1 / -1;
    padding: 40px;
    border-radius: 20px;
    background: #f8f8f8;
}

@media (max-width: 1200px) {
    .ah-center-layout {
        grid-template-columns: 1fr;
    }

    .ah-center-hero {
        position: relative;
        top: auto;
        order: -1;
    }

    .ah-center-hero-img {
        height: 480px;
        min-height: auto;
    }

    .ah-center-page {
        height: auto;
        overflow: visible;
    }

    .ah-center-spots {
        height: auto;
        overflow: visible;
    }
}

@media (max-width: 768px) {
    .ah-center-page {
        padding: 18px 16px 50px;
    }

    .ah-center-spots-grid {
        grid-template-columns: 1fr;
    }

    .ah-center-hero-img {
        height: 360px;
        border-radius: 28px;
    }
}



.ahs-center-image-box {
    position: relative;
}

.ahs-center-main-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ahs-center-image-info {
    position: absolute;
    left: 32px;
    right: 32px;
    top: 5px;
    z-index: 2;
    padding: 18px;
    border-radius: 24px;
    background: rgba(99, 99, 99, 0.429);
    backdrop-filter: blur(10px);
    text-align: center;
}

.ahs-center-image-info h1 {
    margin: 0 0 8px;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
    color: #ffffff;
}

.ahs-center-image-info p {
    margin: 0 0 2px;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 1050px) {
    .ahs-center-image-fixed {
        order: 1;
    }

    .ahs-center-main-image {
        height: 100%;
    }
}

@media (max-width: 700px) {
    .ahs-center-image-info {
        left: 22px;
        right: 22px;
        bottom: 22px;
        padding: 18px;
        border-radius: 18px;
    }

    .ahs-center-image-info h1 {
        font-size: 22px;
    }
}




.ahs-shopping-center-card {
    height: 100%;
    min-height: 330px;
    display: flex !important;
    flex-direction: column;
}

.ahs-shopping-center-card .ahs-spot-image-wrap {
    height: 205px;
    flex-shrink: 0;
}

.ahs-shopping-center-card .ahs-spot-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ahs-shopping-center-card .ahs-spot-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.ahs-shopping-center-card .ahs-title-row h3 {
    min-height: 52px;
}

.ahs-shopping-center-card .ahs-address {
    min-height: 24px;
}
