.sidra-lot8-sandbox {
    margin: 24px 0;
    padding: 20px;
    border: 1px solid #b7d8c4;
    border-radius: 12px;
    background: #f2faf5;
}
.sidra-lot8-sandbox h2 { margin-top: 0; }
.sidra-lot8-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.sidra-lot8-actions .button { margin: 0; }
.sidra-lot8-invoice { margin: 20px 0; }

.site-footer .footer-payments {
    gap: 16px;
}
.site-footer .footer-payments .text {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
    text-transform: none;
}
.site-footer .footer-payments ul.payments {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: flex-end;
    padding-left: 0;
}
.site-footer .footer-payments ul.payments li {
    line-height: 0;
    padding-left: 0;
}
.site-footer .footer-payments ul.payments img {
    display: block;
    width: auto;
    height: 34px;
    border-radius: 7px;
    box-shadow: 0 1px 3px rgba(24, 53, 42, .16);
}
@media (max-width: 480px) {
    .sidra-lot8-actions { display: grid; }
    .sidra-lot8-actions .button { width: 100%; text-align: center; }
    .site-footer .footer-payments {
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
    .site-footer .footer-payments ul.payments {
        justify-content: center;
    }
    .site-footer .footer-payments ul.payments img {
        height: 32px;
    }
}
