/* GTA Energy PDF Button v3.3 */

.gta-pdf-wrap--cart {
    margin: 0 0 10px;
    padding: 8px 10px;
    background: #f4f8f5;
    border: 1px solid #c3e6d1;
    border-radius: 6px;
    text-align: center;
}

.gta-pdf-wrap--product {
    display: block;
    width: 100%;
    clear: both;
    margin-top: 12px;
    padding: 10px;
    background: #f9fdf9;
    border: 1px solid #c3e6d1;
    border-left: 3px solid #00B74F;
    border-radius: 6px;
    box-sizing: border-box;
    text-align: center;
}

/* Buton verde solid, centrat, fara hover */
.gta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 18px;
    background: #00B74F;
    color: #fff !important;
    border: none;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none !important;
    white-space: nowrap;
    line-height: 1.3;
    width: auto;
}

.gta-btn:hover { background: #00B74F; color: #fff !important; }
.gta-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.gta-icon { width: 14px; height: 14px; flex-shrink: 0; }

@keyframes gta-pulse { 0%,100%{opacity:1} 50%{opacity:.5} }
.gta-btn--loading { animation: gta-pulse 1.2s ease-in-out infinite; }

.gta-note {
    margin: 5px 0 0 !important;
    font-size: 11px !important;
    color: #6a9a78 !important;
    line-height: 1.3;
    text-align: center;
}

.gta-status {
    margin-top: 6px;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
}
.gta-status--loading { background:#e8f4fd; border:1px solid #90caf9; color:#1a5276; }
.gta-status--success { background:#e8f7ef; border:1px solid #a8d8b9; color:#1a6b3a; }
.gta-status--error   { background:#fdf0f0; border:1px solid #f0a0a0; color:#7b1a1a; }
