/*=============== SINGLE SERVICE ===============*/
.single__services {
    padding-block: 13rem 7.0625rem;

    .single__services__container {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 25px;

        .btn__back {
            width: 109px;
            height: 38px;
            gap: 8px;
            border-radius: 4px;
            background-color: var(--ofwhite);
            color: var(--gray);
            font-size: 18px;
            font-weight: var(--font-regular);

            i {
                transform: rotate(-90deg);
            }
        }

        .single__services__content {
            display: flex;
            justify-content: space-between;
            align-items: start;
            gap: 49px;

            .laft {
                display: flex;
                justify-content: center;
                align-items: start;
                flex-direction: column;
                gap: 34px;

                .single__img {
                    width: 747px;
                    height: 418px;
                    border-radius: 8px;
                    border: 2px solid var(--ofwhite);

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        border-radius: 8px;
                    }
                }

                .info {
                    display: flex;
                    justify-content: center;
                    align-items: start;
                    flex-direction: column;
                    gap: 34px;

                    .header__info {
                        display: flex;
                        justify-content: center;
                        align-items: start;
                        flex-direction: column;
                        gap: 24px;

                        span {
                            font-size: 15px;
                            font-weight: var(--font-bold);
                            text-transform: uppercase;
                            color: white;
                            background-color: var(--red);
                            width: 96px;
                            height: 36px;
                            border-radius: 4px;
                        }

                        h1 {
                            font-size: 48px;
                            font-weight: var(--font-bold);
                            color: #111827;
                        }
                    }

                    .about__services {
                        display: flex;
                        justify-content: center;
                        align-items: start;
                        flex-direction: column;
                        gap: 24px;

                        .header__about {
                            display: flex;
                            justify-content: start;
                            align-items: center;
                            gap: 12px;

                            .icon {
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                width: 40px;
                                height: 40px;
                                border-radius: 5px;
                                background-color: #8B00000D;
                                color: var(--red);
                                font-size: 20px;
                            }

                            h2 {
                                font-size: 24px;
                                font-weight: var(--font-medium);
                                color: var(--red);
                            }
                        }

                        .imgs {
                            display: flex;
                            justify-content: start;
                            align-items: center;
                            gap: 13px;

                            .img {
                                height: 164px;
                                border-radius: 5xp;

                                img {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    border-radius: 5px;
                                }

                                &:nth-child(1) {
                                    width: 197px;
                                }

                                &:nth-child(2) {
                                    width: 126px;
                                }

                                &:nth-child(3) {
                                    width: 209px;
                                }

                                &:nth-child(4) {
                                    width: 176px;
                                }
                            }
                        }

                        .description {
                            display: flex;
                            justify-content: center;
                            align-items: start;
                            flex-direction: column;
                            gap: 12px;
                            padding: 40px 40px 40px 20px;
                            background: #F9FAFB80;
                            border-radius: 12px;
                            border: 1px solid #F3F4F6;

                            h3 {
                                font-size: 28px;
                                font-weight: var(--font-medium);
                                color: #111827;
                            }

                            p {
                                font-size: 16px;
                                font-weight: var(--font-regular);
                                color: #616875;
                                width: 90%;
                            }
                        }
                    }
                }
            }

            .right {
                display: flex;
                justify-content: center;
                align-items: start;
                flex-direction: column;
                gap: 34px;
                padding: 40px 30px;
                background-color: white;
                border-radius: 12px;
                box-shadow: 0px 1px 18px 0px #6B728014;
                border: 0.5px solid var(--ofwhite);
                width: 405px;

                h2 {
                    font-size: 32px;
                    font-weight: var(--font-bold);
                    color: var(--black);
                }

                .contact {
                    display: flex;
                    justify-content: center;
                    align-items: start;
                    flex-direction: column;
                    gap: 24px;
                    width: 100%;

                    a {
                        display: flex;
                        justify-content: start;
                        align-items: center;
                        gap: 20px;
                        padding: 20px;
                        border-radius: 8px;
                        width: 100%;

                        .icon {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            width: 48px;
                            height: 48px;
                            border-radius: 8px;
                            color: var(--red);
                            font-size: 20px;
                            box-shadow: 0px 1px 2px 0px #0000000D;
                        }

                        .text {
                            display: flex;
                            justify-content: start;
                            align-items: start;
                            flex-direction: column;

                            span {
                                font-size: 14px;
                                font-weight: var(--font-medium);
                                color: var(--gray);
                            }

                            p {
                                font-size: 18px;
                                font-weight: var(--font-semi-bold);
                                color: var(--black);
                            }
                        }

                        &:nth-child(1) {
                            background-color: #F9FAFB;

                            .icon {
                                background-color: white;
                                color: #9CA3AF;
                            }
                        }

                        &:nth-child(2) {
                            background-color: #F0F9FF;

                            .icon {
                                background-color: #16A34A;
                                color: white;

                            }
                        }

                        &:nth-child(3) {
                            background-color: #EDBC4017;

                            .icon {
                                background-color: var(--gold);
                                color: white;
                            }
                        }

                        &:nth-child(4) {
                            background-color: #FBEBE880;

                            .icon {
                                background-color: var(--red);
                                color: white;
                            }
                        }

                    }
                }

                .form {
                    display: flex;
                    justify-content: center;
                    align-items: start;
                    flex-direction: column;
                    gap: 24px;
                    box-shadow: 0px 1px 2px 0px #0000000D;
                    padding: 32px 24px;
                    border-radius: 12px;
                    background-color: #FCFCFD;
                    width: 100%;

                    h3 {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        font-size: 24px;
                        gap: 3px;
                        font-weight: var(--font-bold);
                        background: var(--gold-gradiant);
                        background-clip: text;
                        -webkit-background-clip: text;
                        color: transparent;
                    }

                    form {
                        display: flex;
                        justify-content: center;
                        align-items: start;
                        flex-direction: column;
                        gap: 16px;
                        width: 100%;

                        .input__group {
                            width: 100%;
                        }

                        input,
                        textarea {
                            font-size: 14px;
                            font-weight: var(--font-regular);
                            color: var(--gray);
                            background-color: white;
                            padding: 16px 20px;
                            border-radius: 8px;
                            width: 100%;
                            height: 48px;
                            border: 1px solid #E7E7EE4D;
                            outline: none;
                        }

                        textarea {
                            font-size: 14px;
                            font-weight: var(--font-regular);
                            height: 120px;
                            resize: none;
                        }

                        .btn__submit {
                            width: 100%;
                            height: 48px;
                            background: var(--gold-gradiant);
                            color: white;
                            font-size: 16px;
                            font-weight: var(--font-bold);
                            border-radius: 5px;
                            margin-top: 8px;
                            text-transform: uppercase;
                        }
                    }
                }
            }
        }

        .single__services__bottom {
            display: flex;
            justify-content: start;
            align-items: center;
            width: 100%;
            gap: 25px;
            margin-top: 18px;

            .adress {
                display: flex;
                justify-content: center;
                align-items: start;
                flex-direction: column;
                gap: 15px;
                box-shadow: 0px 25px 50px -12px #0000001A;
                background-color: var(--black);
                padding: 40px;
                border-radius: 11px;
                height: 177px;
                width: 354px;

                span {
                    display: flex;
                    justify-content: center;
                    align-items: start;
                    gap: 8px;
                    font-size: 27px;
                    font-weight: var(--font-medium);
                    color: white;

                    i {
                        color: var(--gold);
                        font-size: 30px;
                    }
                }

                p {
                    font-size: 16px;
                    font-weight: var(--font-medium);
                    color: white;
                }
            }

            .share {
                display: flex;
                justify-content: center;
                align-items: start;
                flex-direction: column;
                gap: 34px;
                background-color: #F9FAFB80;
                padding: 20px 40px;
                border-radius: 11px;
                height: 177px;
                border: 1px solid #E8EAEB;

                p {
                    display: flex;
                    justify-content: center;
                    align-items: start;
                    gap: 12px;
                    font-size: 24px;
                    font-weight: var(--font-medium);
                    color: var(--black);

                    i {
                        color: var(--red);
                        font-size: 30px;
                    }
                }

                .social {
                    display: flex;
                    justify-content: start;
                    align-items: start;
                    gap: 21px;
                    width: 100%;

                    a {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        width: 229px;
                        gap: 8px;
                        height: 72px;
                        border-radius: 7px;
                        padding: 10px;
                        font-size: 16px;
                        box-shadow: 0px 1px 2px 0px #0000000D;

                        .icon {
                            width: 40px;
                            height: 40px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            border-radius: 8px;
                            font-size: 25px;
                        }

                        &:nth-child(1) {
                            background-color: white;
                            color: var(--gray);

                            .icon {
                                background-color: #F9FAFB;
                            }
                        }

                        &:nth-child(2) {
                            background: #F0F9FF;
                            color: #16A34A;

                            .icon {
                                background-color: white;
                            }
                        }

                        &:nth-child(3) {
                            background-color: #F0F9FF;
                            color: #0EA5E9;

                            .icon {
                                background-color: white;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 1200px) {

    /*=============== SINGLE SERVICE ===============*/
    .single__services {
        padding-block: 11rem 6rem;

        .single__services__container {
            gap: 22px;

            .btn__back {
                width: 100px;
                height: 36px;
                font-size: 16px;
            }

            .single__services__content {
                gap: 30px;

                .laft {
                    gap: 28px;
                    flex: 1;

                    .single__img {
                        width: 100%;
                        max-width: 680px;
                        height: 390px;
                    }

                    .info {
                        gap: 28px;

                        .header__info {
                            gap: 18px;

                            h1 {
                                font-size: 40px;
                            }
                        }

                        .about__services {
                            gap: 20px;

                            .imgs {
                                gap: 10px;

                                .img {
                                    height: 145px;

                                    &:nth-child(1) {
                                        width: 175px;
                                    }

                                    &:nth-child(2) {
                                        width: 112px;
                                    }

                                    &:nth-child(3) {
                                        width: 185px;
                                    }

                                    &:nth-child(4) {
                                        width: 155px;
                                    }
                                }
                            }

                            .description {
                                padding: 32px 28px 32px 18px;

                                h3 {
                                    font-size: 24px;
                                }

                                p {
                                    width: 100%;
                                }
                            }
                        }
                    }
                }

                .right {
                    width: 360px;
                    gap: 28px;
                    padding: 30px 22px;

                    h2 {
                        font-size: 28px;
                    }

                    .contact {
                        gap: 18px;

                        a {
                            gap: 14px;
                            padding: 16px;
                        }
                    }

                    .form {
                        padding: 26px 18px;

                        h3 {
                            font-size: 22px;
                        }
                    }
                }
            }

            .single__services__bottom {
                gap: 18px;

                .adress {
                    width: 300px;
                    padding: 30px;
                }

                .share {
                    flex: 1;
                    padding: 20px 24px;

                    .social {
                        gap: 14px;

                        a {
                            width: 100%;
                            max-width: 200px;
                            height: 64px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 991px) {

    /*=============== SINGLE SERVICE ===============*/
    .single__services {
        padding-block: 9.5rem 5.5rem;

        .single__services__container {
            gap: 20px;

            .btn__back {
                width: 96px;
                height: 36px;
                font-size: 15px;
            }

            .single__services__content {
                flex-direction: column;
                gap: 32px;

                .laft {
                    width: 100%;
                    gap: 26px;

                    .single__img {
                        width: 100%;
                        max-width: 100%;
                        height: 420px;
                    }

                    .info {
                        width: 100%;
                        gap: 26px;

                        .header__info {
                            gap: 16px;

                            h1 {
                                font-size: 34px;
                                line-height: 1.4;
                            }
                        }

                        .about__services {
                            .imgs {
                                flex-wrap: wrap;
                                gap: 12px;

                                .img {
                                    height: 150px;

                                    &:nth-child(1),
                                    &:nth-child(2),
                                    &:nth-child(3),
                                    &:nth-child(4) {
                                        width: calc(50% - 6px);
                                    }
                                }
                            }

                            .description {
                                padding: 26px 22px 26px 18px;

                                h3 {
                                    font-size: 22px;
                                }

                                p {
                                    font-size: 15px;
                                }
                            }
                        }
                    }
                }

                .right {
                    width: 100%;
                    max-width: 100%;
                    gap: 26px;
                    padding: 28px 22px;

                    h2 {
                        font-size: 26px;
                    }

                    .contact {
                        a {
                            .text {
                                p {
                                    font-size: 17px;
                                }
                            }
                        }
                    }

                    .form {
                        padding: 24px 18px;
                    }
                }
            }

            .single__services__bottom {
                flex-direction: column;
                align-items: stretch;
                gap: 16px;

                .adress,
                .share {
                    width: 100%;
                    height: auto;
                }

                .adress {
                    padding: 28px;
                }

                .share {
                    gap: 24px;
                    padding: 22px 24px;

                    .social {
                        flex-wrap: wrap;
                        gap: 14px;

                        a {
                            width: calc(50% - 7px);
                            height: 62px;
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 768px) {

    /*=============== SINGLE SERVICE ===============*/
    .single__services {
        padding-block: 8rem 5rem;

        .single__services__container {
            gap: 18px;

            .btn__back {
                width: 90px;
                height: 34px;
                font-size: 14px;
            }

            .single__services__content {
                gap: 26px;

                .laft {
                    gap: 22px;

                    .single__img {
                        height: 300px;
                    }

                    .info {
                        gap: 22px;

                        .header__info {
                            gap: 14px;

                            span {
                                width: 90px;
                                height: 34px;
                                font-size: 14px;
                            }

                            h1 {
                                font-size: 28px;
                            }
                        }

                        .about__services {
                            gap: 18px;

                            .header__about {
                                gap: 10px;

                                .icon {
                                    width: 36px;
                                    height: 36px;
                                    font-size: 18px;
                                }

                                h2 {
                                    font-size: 21px;
                                }
                            }

                            .imgs {
                                .img {
                                    height: 130px;
                                }
                            }

                            .description {
                                gap: 10px;
                                padding: 22px 18px 22px 16px;

                                h3 {
                                    font-size: 20px;
                                }

                                p {
                                    font-size: 14px;
                                    line-height: 1.8;
                                }
                            }
                        }
                    }
                }

                .right {
                    gap: 22px;
                    padding: 22px 16px;

                    h2 {
                        font-size: 24px;
                    }

                    .contact {
                        gap: 16px;

                        a {
                            gap: 12px;
                            padding: 14px;

                            .icon {
                                width: 42px;
                                height: 42px;
                                font-size: 18px;
                            }

                            .text {
                                span {
                                    font-size: 13px;
                                }

                                p {
                                    font-size: 16px;
                                }
                            }
                        }
                    }

                    .form {
                        gap: 20px;
                        padding: 20px 14px;

                        h3 {
                            font-size: 20px;
                        }

                        form {
                            gap: 14px;

                            input,
                            textarea {
                                padding: 14px 16px;
                                font-size: 13px;
                            }

                            textarea {
                                height: 110px;
                            }

                            .btn__submit {
                                height: 46px;
                                font-size: 15px;
                            }
                        }
                    }
                }
            }

            .single__services__bottom {
                .adress {
                    padding: 22px;
                    gap: 12px;

                    span {
                        font-size: 22px;

                        i {
                            font-size: 24px;
                        }
                    }

                    p {
                        font-size: 14px;
                    }
                }

                .share {
                    gap: 18px;
                    padding: 18px 16px;

                    p {
                        gap: 10px;
                        font-size: 20px;

                        i {
                            font-size: 24px;
                        }
                    }

                    .social {
                        a {
                            width: 100%;
                            height: 56px;
                            font-size: 14px;

                            .icon {
                                width: 36px;
                                height: 36px;
                                font-size: 20px;
                            }
                        }
                    }
                }
            }
        }
    }
}

@media (max-width: 576px) {
    .section {
        padding-inline: 1rem;
    }

    /*=============== SINGLE SERVICE ===============*/
    .single__services {
        padding-block: 7rem 4rem;

        .single__services__container {
            gap: 23px;

            .btn__back {
                width: 85px;
                height: 34px;
                gap: 8px;
                font-size: 18px;
            }

            .single__services__content {
                gap: 32px;

                .laft {
                    gap: 32px;

                    .single__img {
                        height: 410px;
                        border-radius: 4px;

                        img {
                            border-radius: 4px;
                        }
                    }

                    .info {
                        gap: 34px;

                        .header__info {
                            gap: 20px;

                            span {
                                width: 82px;
                                height: 26px;
                                font-size: 14px;
                            }

                            h1 {
                                font-size: 36px;
                                line-height: 1.5;
                            }
                        }

                        .about__services {
                            gap: 19px;

                            .header__about {
                                .icon {
                                    width: 34px;
                                    height: 34px;
                                    font-size: 16px;
                                }

                                h2 {
                                    font-size: 20px;
                                }
                            }

                            .imgs {
                                gap: 6px;

                                .img {
                                    height: 165px;

                                    &:nth-child(1) {
                                        width: 197px;
                                    }

                                    &:nth-child(2) {
                                        width: 140px;
                                    }

                                    &:nth-child(3) {
                                        width: 161px;
                                    }

                                    &:nth-child(4) {
                                        width: 175px;
                                    }
                                }
                            }

                            .description {
                                gap: 3px;
                                padding: 18px 14px 18px 14px;
                                border-radius: 8px;

                                h3 {
                                    font-size: 24px;
                                }

                                p {
                                    font-size: 16px;
                                    line-height: 1.8;
                                }
                            }
                        }
                    }
                }

                .right {
                    gap: 32px;
                    padding: 18px 12px;

                    h2 {
                        font-size: 28px;
                    }

                    .contact {
                        gap: 12px;

                        a {
                            gap: 24px;
                            padding: 12px;

                            .icon {
                                width: 48px;
                                height: 48px;
                                font-size: 22px;
                                border-radius: 8px;
                            }

                            .text {
                                span {
                                    font-size: 14px;
                                }

                                p {
                                    font-size: 16px;
                                }
                            }
                        }
                    }

                    .form {
                        gap: 24px;
                        padding: 16px 12px;
                        border-radius: 10px;

                        h3 {
                            font-size: 24px;
                        }

                        form {
                            gap: 16px;

                            input,
                            textarea {
                                padding: 12px 14px;
                                font-size: 14px;
                                border-radius: 4px;
                            }

                            textarea {
                                height: 120px;
                            }

                            .btn__submit {
                                height: 48px;
                                font-size: 18px;
                                margin-top: 0;
                            }
                        }
                    }
                }
            }

            .single__services__bottom {
                gap: 14px;
                margin-top: 12px;

                .adress {
                    padding: 18px 14px;
                    border-radius: 4px;

                    span {
                        font-size: 27px;
                        gap: 8px;

                        i {
                            font-size: 22px;
                        }
                    }

                    p {
                        font-size: 14px;
                        line-height: 1.7;
                    }
                }

                .share {
                    gap: 36px;
                    padding: 16px 14px;
                    border-radius: 10px;
                    background-color: transparent;
                    border: none;

                    p {
                        font-size: 24px;
                        gap: 24px;

                        i {
                            font-size: 20px;
                        }
                    }

                    .social {
                        gap: 28px;
                        width: 100%;

                        a {
                            gap: 13px;
                            height: 72px;
                            padding: 16px 24px;
                            font-size: 18px;
                            border-radius: 8px;
                            max-width: 100%;
                            justify-content: start;

                            .icon {
                                width: 40px;
                                height: 40px;
                                font-size: 20px;
                                border-radius: 8px;
                            }
                        }
                    }
                }
            }
        }
    }
}

/*=============== PREMIUM ADDITIONS ===============*/
.business-hours-v2,.admin-oversight-v2 {
    margin-top: 2.5rem;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #FCFCFD;
    border: 1px solid #E7E7EE4D;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}

.admin-oversight-v2 {
    background-color: rgba(139, 0, 0, 0.03);
    border-color: rgba(139, 0, 0, 0.1);
}

.premium-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 1.5rem !important;
}

.business-hours-v2 .premium-title {
    background: var(--gold-gradiant);
    -webkit-background-clip: text;
    color: transparent;
}

.admin-oversight-v2 .premium-title {
    color: var(--red);
}

.stat-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stat-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    transition: all 0.2s;
    border: 1px solid transparent;
}

.business-hours-v2 .stat-row:hover {
    background-color: white;
    border-color: #E7E7EE80;
}

.stat-label-group {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.stat-label {
    font-size: 14px;
    font-weight: 500;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.stat-value {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    background-color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 0.5rem;
    border: 1px solid #F3F4F6;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}

.stat-value .sep {
    margin: 0 0.25rem;
    color: #D1D5DB;
}

.stat-value .time {
    color: var(--red);
}

.stat-value.closed {
    color: #EF4444;
    opacity: 0.8;
}

.status-badge {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.125rem 0.5rem;
    border-radius: 0.375rem;
}

.status-badge.approved { background-color: #DCFCE7; color: #15803D; }
.status-badge.pending { background-color: #FEF3C7; color: #B45309; }
.status-badge.rejected { background-color: #FEE2E2; color: #B91C1C; }

.dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--gold);
    opacity: 0.4;
}

.stat-row:hover .dot {
    opacity: 1;
}

/* RTL Support */
[dir="rtl"] .stat-row {
    flex-direction: row;
}

/*=============== REVIEWS SECTION ===============*/
.reviews-section {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

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

.review-card {
    background: #FFFFFF;
    border: 1px solid #F3F4F6;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s;
}

.review-card:hover {
    transform: translateY(-2px);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 16px;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.user-avatar {
    width: 40px;
    height: 40px;
    background: var(--red);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
}

.user-name h4 {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.user-name .date {
    font-size: 13px;
    color: #6B7280;
}

.rating {
    color: #FBBF24;
    font-size: 14px;
}

.review-comment {
    font-size: 15px;
    line-height: 1.6;
    color: #4B5563;
    margin: 0;
}

.no-reviews {
    text-align: center;
    padding: 40px;
    background: #F9FAFB;
    border-radius: 12px;
    color: #6B7280;
    font-style: italic;
}

.add-review {
    background: #F9FAFB;
    border-radius: 12px;
    padding: 30px;
    margin-top: 20px;
}

.add-review h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111827;
}

.rating-input {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.rating-input label {
    font-weight: 500;
    color: #374151;
}

.stars {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.stars input {
    display: none;
}

.stars label {
    font-size: 30px;
    color: #D1D5DB;
    cursor: pointer;
    transition: color 0.2s;
}

.stars label:hover,
.stars label:hover ~ label,
.stars input:checked ~ label {
    color: #FBBF24;
}

.add-review textarea {
    width: 100%;
    height: 120px;
    padding: 15px;
    border: 1px solid #D1D5DB;
    border-radius: 8px;
    resize: none;
    font-family: inherit;
    font-size: 15px;
    margin-bottom: 15px;
}

.add-review .btn__submit {
    background: var(--gold-gradiant);
    color: white;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: opacity 0.2s;
}

.add-review .btn__submit:hover {
    opacity: 0.9;
}

.login-to-review {
    text-align: center;
    padding: 20px;
    background: #FEF3C7;
    border-radius: 8px;
    color: #92400E;
}

.login-to-review a {
    font-weight: 700;
    text-decoration: underline;
}