/* Frontend Styles */

.giftique-voucher-wrapper {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

.giftique-voucher-message {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.giftique-voucher-download {
    display: inline-block;
    background: #0073aa;
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
}

.giftique-voucher-download:hover {
    background: #005a87;
    color: white;
    text-decoration: none;
}

.giftique-voucher-info {
    background: white;
    padding: 15px;
    border-radius: 4px;
    border-left: 4px solid #0073aa;
}

.giftique-voucher-info p {
    margin: 5px 0;
    font-size: 14px;
}
