/* Hide the ugly default file input completely */
#pvo_file {
    display: none !important;
}

/* Wrapper cleanup */
.pvo-wrapper {
    padding: 0 !important;
    border: none !important;
    max-width: 100% !important;
}

/* Consent text */
.pvo-consent {
    font-size: 12px !important;
    margin: 6px 0 12px 0 !important;
    opacity: 0.8 !important;
}

/* Horizontal layout for the two buttons */
.pvo-button-row {
    display: flex !important;
    gap: 12px !important;
    align-items: center !important;
    margin-top: 10px !important;
}

/* FORCE styling on both buttons */
.pvo-btn {
    padding: 12px 22px !important;
    border-radius: 40px !important;
    border: none !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-align: center !important;
    color: #ffffff !important;

    background: linear-gradient(90deg, #3ABEF9, #FFAA4C) !important;
    transition: 0.25s ease !important;
    display: inline-block !important;
}

/* Hover effect */
.pvo-btn:hover {
    opacity: 0.85 !important;
    transform: translateY(-2px) !important;
}
