.shared-stars {
    display: inline-flex;
    flex-direction: row-reverse;
}

.shared-stars input {
    opacity: 0;
    position: absolute;
}

.shared-stars label {
    color: #d1d5db;
    cursor: pointer;
    font-size: 2rem;
    line-height: 1;
    margin-right: .25rem;
    transition: color .15s ease, transform .15s ease;
}

.shared-stars input:checked ~ label,
.shared-stars label:hover,
.shared-stars label:hover ~ label {
    color: #f59e0b;
}

.shared-stars label:hover {
    transform: translateY(-2px) scale(1.06);
}

#sharedPropertyBookingModal .modal-content,
#propertyInterestedModal .modal-content,
#propertyReviewsModal .modal-content,
#propertyAddReviewModal .modal-content {
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .24);
    overflow: hidden;
}

#sharedPropertyBookingModal .modal-header,
#propertyInterestedModal .modal-header,
#propertyReviewsModal .modal-header,
#propertyAddReviewModal .modal-header {
    background: linear-gradient(135deg, #eff6ff, #fff);
    border-bottom-color: #dbeafe;
    color: #0f172a !important;
}

#propertyAddReviewModal .modal-header {
    background: linear-gradient(135deg, #1d4ed8, #4338ca);
    border-bottom: 0;
    color: #fff !important;
}

#propertyAddReviewModal .modal-title,
#propertyAddReviewModal #propertyAddReviewTitle {
    color: #fff !important;
    font-weight: 850;
}

#propertyAddReviewModal .modal-header .text-warning {
    color: #fcd34d !important;
}

.shared-modal-close {
    align-items: center;
    background: #fee2e2;
    border: 0;
    border-radius: 50%;
    display: inline-flex;
    filter: none;
    height: 2rem;
    justify-content: center;
    margin-left: auto;
    opacity: 1;
    padding: 0;
    width: 2rem;
}

.shared-modal-close i {
    color: #dc2626;
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1;
}

.shared-modal-close:hover,
.shared-modal-close:focus-visible {
    background: #fecaca;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, .2);
}

#propertyAddReviewModal .btn-warning {
    background: #f59e0b;
    border-color: #f59e0b;
    color: #111827;
    font-weight: 800;
}

#propertyReviewsList > div,
#propertyInterestedList > div {
    transition: border-color .15s ease, box-shadow .15s ease;
}

#propertyReviewsList > div:hover,
#propertyInterestedList > div:hover {
    border-color: #93c5fd !important;
    box-shadow: 0 8px 20px rgba(37, 99, 235, .08);
}
