    .reviews-col {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .review-form-shell,
    .reviews-stats,
    .review-card {
        background: linear-gradient(180deg, #222a3f 0%, #1b2133 100%);
        border: 1px solid #2f364a;
        border-radius: 16px;
        box-shadow: 0 20px 30px rgba(10, 14, 24, 0.5);
    }

    .review-form {
        padding: 4px 0 0;
    }

    .review-form-shell {
        padding: 18px;
        display: grid;
        grid-template-columns: 1fr 240px;
        gap: 18px;
        position: relative;
        overflow: hidden;
    }

    .review-form-shell::after {
        content: "";
        position: absolute;
        right: -40px;
        top: -40px;
        width: 160px;
        height: 160px;
        background: radial-gradient(60% 60% at 50% 0, rgba(79, 234, 159, 0.22), transparent 70%);
        opacity: 0.9;
        pointer-events: none;
    }

    .review-form-main label,
    .review-form-rating label,
    .review-form-main span,
    .review-form-rating span {
        color: #cfd4e4;
        font-weight: 600;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 6px;
    }

    .review-label i {
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 7px;
        background: linear-gradient(180deg, #2a3145 0%, #232a3d 100%);
        color: #7f889f;
        font-size: 11px;
    }

    .review-form-main .form-text,
    .review-form-main small {
        color: #8d93a8;
    }

    .review-form textarea,
    .review-form select,
    .review-form .form-control {
        width: 100%;
        min-height: 120px;
        padding: 12px 14px;
        border-radius: 12px;
        border: 1px solid #2c3448;
        background: #1a2031;
        color: #e1e6f2;
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
        resize: vertical;
    }

    .review-form select,
    .review-form .form-control:not(textarea) {
        min-height: 44px;
    }

    .review-form textarea:focus,
    .review-form select:focus,
    .review-form .form-control:focus {
        outline: none;
        border-color: #4cda95;
        box-shadow: 0 0 0 3px rgba(76, 218, 149, 0.2);
    }

    .review-form-side {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 12px;
        border-radius: 12px;
        background: linear-gradient(180deg, #22293d 0%, #1f2436 100%);
        border: 1px solid #2c3347;
    }

    .review-submit {
        border-radius: 12px;
        border: 1px solid rgba(76, 218, 149, 0.55);
        background: radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%);
        color: #e8fff5;
        font-weight: 600;
        padding: 10px 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    }

    .review-submit i {
        width: 18px;
        height: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        background: rgba(0, 0, 0, 0.18);
        font-size: 10px;
    }

    .review-submit:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 26px rgba(10, 40, 26, 0.5);
        border-color: rgba(76, 218, 149, 0.9);
    }

    .review-result {
        color: #9ce7c5;
        font-size: 12px;
        font-weight: 600;
    }

    .reviews-list {
        margin-top: 14px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    /* === Birthday-style Review Card === */
    .block_birthday_review {
        position: relative;
        border-radius: 17px;
        overflow: hidden;
        background: linear-gradient(1deg, #25252e 30%, #292932 100%);
        box-shadow: 0px 5px 10px #13151a4f;
        transition: all 0.2s ease;
    }

    .happy_review_badge {
        position: absolute;
        z-index: 20;
        background: linear-gradient(34deg, #a65050 0%, #eb7979 65%);
        padding: 1px 9px;
        border-radius: 50px;
        box-shadow: 0px 0px 20px #ea79798a;
        font-weight: 600;
        text-shadow: #00000096 1px 0 7px;
        font-size: 8.5px;
        color: #ffffff;
        margin-top: 18px;
        right: 50px;
    }

    .birthday_review_card {
        display: flex;
        background: #32323d;
        padding: 17px;
        background-size: cover;
        border-radius: 15px 15px 0px 0px;
        justify-content: space-between;
        flex-direction: column-reverse;
    }

    .flex_info_birthday_review {
        display: flex;
        gap: 10px;
        margin-left: 3px;
        position: relative;
        top: 39px;
        align-items: center;
    }

    .profile-link {
        display: block;
        text-decoration: none;
    }

    .img_birthday_review {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        border: solid 5px #383844;
    }

    .flex_birthday_review_user {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .text_birthday_review {
        color: #fff;
        font-weight: 600;
        font-size: 12.5px;
        text-decoration: none;
        transition: color 0.2s ease;
    }

    .text_birthday_review:hover {
        color: #4fea9f;
    }

    .review-date-text {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: #77778b;
        font-weight: 600;
        font-size: 11px;
    }

    .review-date-text i {
        font-size: 10px;
    }

    .flex_review_rait {
        display: flex;
        transform: skewX(348deg);
        gap: 7px;
        margin-bottom: -23px;
    }

    .rait_review_icons {
        color: #fff;
        border: solid 1px #4b4b5a;
        display: flex;
        background: #4d4d6073;
        padding: 0px 10px 0px 4px;
        gap: 8px;
        font-weight: 600;
        font-size: 11px;
        height: 26px;
        border-radius: 6px;
        align-items: center;
    }

    .rait_review_icons .review-stars {
        display: inline-flex;
        align-items: center;
        gap: 3px;
    }

    .rait_review_icons .review-star {
        width: 12px;
        height: 12px;
    }

    .rait_review_icons .review-star svg {
        width: 12px;
        height: 12px;
        display: block;
        fill: #ffc107;
    }

    .bottom_birthday_review {
        border-radius: 0px 0px 15px 15px;
        height: 35px;
        background: linear-gradient(90deg, #383844 10%, #32323d 90%);
        padding: 0 15px;
        display: flex;
        align-items: center;
        border-top: solid 1px #444851;
        justify-content: flex-start;
        gap: 15px;
    }

    .btn_birthday {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: #77778b;
        font-weight: 600;
        font-size: 11px;
        transition: 0.2s all;
        height: auto;
        box-shadow: none;
        text-shadow: none;
    }

    .btn_birthday:hover {
        color: #ffffff;
        background: none;
    }

    .bottom_birthday_review .btn,
    .bottom_birthday_review .btn-danger {
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        color: #77778b;
        font-weight: 600;
        font-size: 11px;
        transition: 0.2s all;
        height: auto;
        box-shadow: none;
        text-shadow: none;
    }

    .bottom_birthday_review .btn:hover,
    .bottom_birthday_review .btn-danger:hover {
        color: #ff6b6b;
        background: none;
    }

    /* === Модальное окно отзыва === */
    .review-modal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        backdrop-filter: blur(5px);
    }

    .review-modal-content {
        position: relative;
        background: linear-gradient(135deg, rgba(40, 42, 54, 0.95) 0%, rgba(30, 32, 48, 0.98) 100%);
        margin: 5% auto;
        padding: 30px;
        border-radius: 15px;
        max-width: 600px;
        animation: modalopen 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    }

    .close {
        color: #77778b;
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        transition: all 0.3s ease;
        background: none;
        border: none;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
    }

    .close:hover {
        color: #4fea9f;
        transform: rotate(90deg);
        background: rgba(79, 234, 159, 0.1);
    }

    .review-modal-header {
        display: flex;
        align-items: center;
        gap: 15px;
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid rgba(79, 234, 159, 0.2);
    }

    .review-modal-avatar {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        border: 3px solid rgba(79, 234, 159, 0.3);
    }

    .review-modal-user {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .review-modal-name {
        color: #e8f6ff;
        font-size: 16px;
        font-weight: 700;
    }

    .review-modal-stars {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    .review-modal-body {
        color: #d1d1e0;
        line-height: 1.8;
        font-size: 14px;
        margin-bottom: 20px;
        padding: 15px 0;
        max-height: 400px;
        overflow-y: auto;
    }

    .review-modal-body::-webkit-scrollbar {
        width: 6px;
    }

    .review-modal-body::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0.2);
        border-radius: 3px;
    }

    .review-modal-body::-webkit-scrollbar-thumb {
        background: rgba(79, 234, 159, 0.3);
        border-radius: 3px;
    }

    .review-modal-body::-webkit-scrollbar-thumb:hover {
        background: rgba(79, 234, 159, 0.5);
    }

    .review-modal-footer {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-top: 15px;
        border-top: 1px solid rgba(79, 234, 159, 0.2);
        color: #8a90a6;
        font-size: 12px;
        font-weight: 600;
    }

    .review-modal-footer i {
        color: #4fea9f;
    }

    @keyframes modalopen {
        from {opacity: 0; transform: translateY(-50px);}
        to {opacity: 1; transform: translateY(0);}
    }

    /* === Статистика отзывов === */
    }

    .review-stats-grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .review-stat {
        display: flex;
        align-items: center;
        gap: 12px;
        padding: 12px 14px;
        border-radius: 12px;
        background: linear-gradient(180deg, #232b41 0%, #1f2537 100%);
        border: 1px solid #2c3448;
    }

    .review-stat-icon {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        background: radial-gradient(100% 100% at 50% 0, #4fea9f 0, #38644f 100%);
        color: #e8fff5;
        font-size: 14px;
        box-shadow: 0 10px 18px rgba(12, 16, 24, 0.35);
    }

    .review-stat-body {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .review-stat-label {
        font-size: 11px;
        color: #8d93a8;
        font-weight: 600;
    }

    .review-stat-value {
        font-size: 15px;
        font-weight: 700;
        color: #e8f6ff;
        letter-spacing: 0.3px;
    }

    @media (max-width: 991.99px) {
        .review-form-shell {
            grid-template-columns: 1fr;
        }
    }

    @media (max-width: 767.99px) {
        .review-card {
            grid-template-columns: 1fr;
        }

        .review-card-top {
            flex-direction: column;
            align-items: flex-start;
        }

        .review-tools {
            width: 100%;
            justify-content: flex-end;
        }
    }