﻿
    .btn-avalie {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        background: #D8232A;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        padding: 12px 24px;
        border-radius: 999px;
        text-decoration: none;
        transition: background 0.2s ease, transform 0.15s ease;
    }

    .btn-avalie:hover {
        background: #b81c22;
        color: #fff;
        transform: translateY(-1px);
    }

    .btn-avalie i {
        font-size: 16px;
    }
    
    .qrCode canvas {
        box-shadow: 0px 0px 8px white !important;
        margin-bottom: 16px;
        margin-top: 8px;
    }


