.review .content {
    background-color: #fff;
    border-radius: 5px;
    max-width: 910px;
    width: 100%;
    border: 1px solid transparent !important;
    gap: 16px;
    margin: 0 auto;
    padding: 40px;
}

.review .content .item {
    background-color: #f6f6f6;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 100%;
    flex-direction: column !important;
    padding: 30px 40px;
    margin-bottom: 3rem;
    margin-top: 4rem;
}

.review .content .item .item-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.review .content .item .title {
    font-weight: 400;
}

.review .content .btn-status-toggle {
    padding: 6px 16px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    background-color: #f6f6f6;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 16px;
    width: auto;
    height: 40px;
}

.review .btn-status-toggle.active {
    background-color: #ff6100;
    color: #fff;
    border-color: #ff6100;
}

.review .btn-status-toggle:hover {
    border: 1px solid #ff6100;
    background-color: #f6f6f6;
    color: #ff6100;
}

.review .btn-review-orange {
    background-color: white;
    color: #ff6100;
    margin-top: 25%;
    margin-left: 10px;
    border: 1px solid #ff6100;
    font-size: 16px;
    font-weight: 400;
    width: 187px;
    height: 40px;
}

.review .btn-review-orange:hover {
    background-color: #ff6100;
    color: white;
    border: 1px solid #ff6100;
}
.review .btn-review-gray {
    background-color: #d9d9d9;
    color: white;
    margin-top: 25%;
    margin-left: 10px;
    border: 1px solid #d9d9d9;
    font-size: 16px;
    font-weight: 400;
    width: 187px;
    height: 40px;
}
.review .btn-review-gray:hover {
    background-color: white;
    color: #d9d9d9;
    border: 1px solid #d9d9d9;
}

.review .reservation-info {
    background-color: #ffffff;
    border-radius: 5px;
    font-size: 12px;
    line-height: 1.4;
    box-shadow: 0 1px 3px rgba(56, 19, 19, 0.05);
    color: #757575 !important;
    padding: 3px 10px;
    margin-top: 10px;
    display: inline-block;
}

@media (max-width: 768px) {
    .review .content {
        padding: 12px;
    }
    .review .btn-status-toggle {
        font-size: 14px;
        padding: 5px 12px;
    }
    .review .item-image img {
        width: 80px;
        height: 80px;
    }
    .review .btn-review-orange {
        margin-top: 10px;
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .review .content {
        padding: 10px;
        gap: 8px;
    }
    .review .btn-status-toggle {
        font-size: 13px;
        padding: 5px 8px;
        margin-right: 6px;
    }
    .review .item {
        flex-direction: column;
        padding: 12px;
    }
    .review .item-image img {
        width: 70px;
        height: 70px;
    }
    .review .btn-review-orange {
        width: 100%;
        margin-top: 8px;
        margin-left: 0;
    }
}

.review .no-review {
    justify-content: center !important;
    text-align: center;
}
.review .no-review .img {
    width: 89px;
    height: 89px;
    margin-top: 40px !important;
}

.review .no-review .text-header {
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.review .no-review .text-body {
    font-weight: 400;
    font-style: Italic;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #9b9b9b !important;
}
