.clk-nwotp-box {
    margin: 14px 0 18px;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 8px;
    background: rgba(0, 0, 0, .02);
}

.clk-nwotp-send-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.clk-nwotp-send {
    min-height: 42px;
}

.clk-nwotp-send[disabled] {
    opacity: .65;
    cursor: not-allowed;
}

.clk-nwotp-status {
    display: inline-block;
    font-size: 13px;
    line-height: 1.4;
}

.clk-nwotp-status.is-success {
    font-weight: 600;
}

.clk-nwotp-status.is-error {
    font-weight: 600;
}

.clk-nwotp-code {
    letter-spacing: .18em;
    font-variant-numeric: tabular-nums;
}

.clk-nwotp-checkout-wrap {
    margin-top: 24px;
}

.clk-nwotp-checkout-help {
    margin-bottom: 8px;
}

@media (max-width: 600px) {
    .clk-nwotp-send-row {
        align-items: stretch;
    }

    .clk-nwotp-send {
        width: 100%;
    }

    .clk-nwotp-status {
        width: 100%;
    }
}
