﻿.card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.card-title {
    font-weight: 700;
    color: #2c3e50;
}

.star-rating {
    direction: rtl;
    display: flex;
    justify-content: center;
}

    .star-rating input[type="radio"] {
        display: none;
    }

    .star-rating label {
        font-size: 2rem;
        color: #dcdcdc;
        cursor: pointer;
        transition: color 0.3s ease;
    }

        .star-rating input:checked ~ label,
        .star-rating label:hover,
        .star-rating label:hover ~ label {
            color: #f8c10c;
        }

textarea.form-control {
    border-radius: 12px;
    resize: none;
    padding: 1rem;
}

.btn-primary,
.btn-outline-primary {
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 600;
}

.review-user-img,
.reply-user-img {
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #dee2e6;
}

.review-block {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
}

.text-warning {
    font-size: 1.2rem;
}

.btn-outline-secondary,
.btn-outline-danger {
    border-radius: 20px;
}

.collapse .form-control {
    border-radius: 10px;
}

.modal-content {
    border-radius: 20px;
}

.modal-title {
    color: #c0392b;
    font-weight: bold;
}

.text-muted {
    font-size: 0.875rem;
}

.text-danger {
    font-weight: 600;
}
