/* LetdomInPostPay - style widgetu fallback */

.letdom-ipp-widget {
    margin: 12px 0;
}

/* Glowny przycisk "Utwórz koszyk z InPost" */
.letdom-ipp-button {
    background: #ffcb00;
    color: #000;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    max-width: 400px;
    transition: background 0.15s ease;
}

.letdom-ipp-button:hover:not(:disabled) {
    background: #ffd633;
}

.letdom-ipp-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Komunikat statusu pod przyciskiem */
.letdom-ipp-status {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

/* Komunikat na stronie podziękowania */
.letdom-ipp-finish-notice {
    margin: 16px 0;
    padding: 16px 20px;
    background: #fff8e1;
    border-left: 4px solid #ffcb00;
    border-radius: 4px;
}

.letdom-ipp-finish-notice__text {
    margin: 0;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
}

@media (max-width: 576px) {
    .letdom-ipp-button {
        max-width: 100%;
    }
}
