.monek-checkout-wrapper {
    border: 1px solid #dcdcde;
    border-radius: 6px;
    padding: 16px;
    background: #fff;
    display: grid;
    gap: 12px;
}

.monek-checkout-logo {
    max-width: 140px;
    height: auto;
    display: block;
    margin-bottom: 4px;
}

.monek-express-wrapper {
    display: grid;
    gap: 8px;
    text-align: left;
}

.monek-checkout-wrapper[data-loading='true'] {
    opacity: 0.65;
    pointer-events: none;
}

.monek-checkout-messages {
    color: #d63638;
    font-weight: 600;
    margin: 0;
    min-height: 1em;
}

.monek-checkout-description {
    margin: 0;
    color: #50575e;
    font-size: 0.9rem;
}

.monek-sdk-surface {
    min-height: 52px;
    background: #f6f7f7;
    border-radius: 4px;
    padding: 12px;
}

.monek-checkout-wrapper .monek-sdk-surface + .monek-sdk-surface {
    margin-top: 4px;
}

.monek-checkout-wrapper input[type='hidden'] {
    display: none;
}
