.property-detail-page {
    padding: 1.5rem !important;
    border-radius: 34px;
    background: linear-gradient(180deg, #f4f8fd 0%, #edf3f9 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.property-detail-page .breadcrumb {
    margin-bottom: 1.4rem !important;
}

.property-detail-page .carousel-inner.rounded {
    border-radius: 28px !important;
    box-shadow: 0 24px 48px rgba(14, 31, 57, 0.12);
}

.property-detail-media-card .card-body {
    padding: 1rem;
}

.property-detail-image,
.property-detail-placeholder {
    border-radius: 28px;
}

.property-surface-card {
    border: 1px solid #dfe8f3;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(14, 31, 57, 0.08);
}

.property-surface-card:hover {
    transform: none;
    box-shadow: 0 20px 40px rgba(14, 31, 57, 0.08);
}

.property-surface-card .card-body {
    padding: 1.3rem;
}

.property-detail-sidebar-card .card-body {
    padding: 1.35rem;
}

.property-detail-address {
    margin-bottom: 0.95rem !important;
    color: #17314f !important;
    font-size: 0.95rem;
    line-height: 1.35;
}

.property-status-pill {
    border-radius: 999px !important;
    background: #6b7a8c !important;
}

.property-detail-sidebar-card .property-pricing {
    display: grid;
    gap: 0.7rem;
}

.property-detail-sidebar-card .price-value {
    margin-bottom: 0 !important;
    color: #10213a;
    font-size: 1.6rem;
    line-height: 1.15;
}

.property-search-band {
    max-width: 100%;
}

.property-detail-sidebar-card .search-band-card__value {
    padding: 0.72rem 0.9rem;
    font-size: clamp(1rem, 1.25vw, 1.12rem);
    border-radius: 16px;
}

.property-detail-feature-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.property-detail-feature-pills .feature-item {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    padding: 0.45rem 0.72rem;
    border-radius: 999px;
    background: #f2f7fd;
    color: #24405f;
    font-weight: 600;
}

.property-detail-feature-pills .feature-item i {
    margin-right: 0;
}

.property-detail-meta-row {
    margin-bottom: 0.7rem !important;
    padding: 0.72rem 0.9rem;
    border-radius: 16px;
    background: #f7fbff;
    border: 1px solid #e0eaf5;
}

.property-detail-meta-row:last-of-type {
    margin-bottom: 1.2rem !important;
}

.property-detail-meta-row .d-flex {
    align-items: center;
    gap: 1rem;
}

.property-detail-meta-row span {
    color: #60748c;
}

.property-detail-meta-row strong {
    color: #142846;
}

.property-detail-page .card-title {
    margin-bottom: 0.75rem;
    color: #10213a;
    font-size: 1.12rem;
    font-weight: 700;
    line-height: 1.2;
}

.property-detail-page h2.h4,
.property-detail-page h2.card-title,
.property-detail-page .card-body > h2 {
    color: #10213a;
    font-size: 1.6rem;
    line-height: 1.15;
    font-weight: 700;
}

.property-detail-page .card-text,
.property-detail-page p,
.property-detail-page td,
.property-detail-page small,
.property-detail-page li {
    color: #546985;
}

.property-detail-page .table {
    margin-bottom: 0;
}

.property-detail-page .table th,
.property-detail-page .table td {
    padding: 0.8rem 0;
    border-bottom-color: #e5edf7;
    color: #1d3654;
}

.property-detail-page .table th {
    color: #61738b;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.property-detail-map {
    border-radius: 22px !important;
    box-shadow: inset 0 0 0 1px rgba(222, 232, 243, 0.65);
}

.property-thumbnails {
    gap: 0.7rem !important;
    margin-top: 0.9rem !important;
}

.thumbnail-item {
    border-radius: 18px;
    overflow: hidden;
}

.thumbnail-item.active {
    border-color: #0a58bf;
    box-shadow: 0 12px 24px rgba(10, 88, 191, 0.18);
}

.property-detail-page .btn,
.property-detail-page .form-control,
.property-detail-page .form-select {
    border-radius: 14px;
}

.property-detail-page .btn-primary {
    box-shadow: 0 12px 24px rgba(12, 49, 107, 0.16);
}

.property-detail-sidebar-card .btn {
    min-height: 46px;
    font-size: 0.96rem;
}

.property-detail-page .btn-primary:hover,
.property-detail-page .btn-primary:focus {
    box-shadow: 0 14px 28px rgba(12, 49, 107, 0.2);
}

.property-detail-page .other-properties-grid .card {
    border-radius: 24px;
}

@media (max-width: 991.98px) {
    .property-detail-page {
        padding: 1.1rem !important;
        border-radius: 28px;
    }

    .property-surface-card,
    .property-detail-image,
    .property-detail-placeholder,
    .property-detail-page .carousel-inner.rounded {
        border-radius: 24px !important;
    }

    .property-surface-card .card-body,
    .property-detail-sidebar-card .card-body {
        padding: 1.1rem;
    }

    .property-detail-media-card .card-body {
        padding: 0.85rem;
    }
}

@media (max-width: 767.98px) {
    .property-detail-page {
        padding: 0.95rem !important;
        border-radius: 24px;
    }

    .property-detail-sidebar-card .price-value {
        font-size: 1.05rem;
    }

    .property-detail-page h2.h4,
    .property-detail-page h2.card-title,
    .property-detail-page .card-body > h2 {
        font-size: 1.2rem;
    }

    .property-detail-sidebar-card .search-band-card__value {
        font-size: 0.96rem;
        padding: 0.68rem 0.82rem;
    }

    .property-detail-sidebar-card .search-band-card__label {
        font-size: 0.76rem;
    }

    .property-detail-sidebar-card .search-band-card__confidence {
        font-size: 0.78rem;
    }

    .property-detail-meta-row {
        padding: 0.65rem 0.8rem;
    }
}
