/* Properties Index Page Styles */

.alert-success-banner {
    background: #d1fae5;
    color: #065f46;
    padding: 12px 16px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-weight: 600;
}

.card-title-link {
    color: inherit;
    text-decoration: none;
}

.contact-btn-link {
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.no-properties-box {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
}

.pagination-wrapper {
    margin-top: 30px;
}

.contact-alert-success {
    background: #d1fae5;
    color: #065f46;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 13px;
}

.terms-privacy-link {
    color: var(--accent-orange);
    text-decoration: underline;
}
