.payment_box.payment_method_comax {
    margin-bottom: 0 !important;
}

ul.wc_payment_methods.payment_methods.methods {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

iframe:focus {
    outline: none;
}

.comax-3ds-notice {
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    max-width: 510px;
    margin: 0 0 18px;
    padding: 16px 18px;
    border: 1px solid #bfdbfe;
    border-inline-start: 4px solid #2563eb;
    border-radius: 10px;
    background: #eff6ff;
    color: #1e3a5f;
    box-shadow: 0 2px 8px rgba(30, 58, 95, 0.08);
    font-size: 15px;
    line-height: 1.65;
}

.comax-3ds-notice__icon {
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1.4;
}

.comax-3ds-notice__content {
    min-width: 0;
}

.comax-3ds-notice__content p {
    margin: 0 0 8px;
}

.comax-3ds-notice__content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .comax-3ds-notice {
        gap: 10px;
        padding: 14px;
        font-size: 14px;
    }
}
