.nes-checkout-badge {
    vertical-align: middle;
}

.nes-checkout-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
    padding: 4px 7px;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid #dbe7f3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    line-height: 1;
}

.nes-checkout-badge-image {
    height: 20px;
    width: auto;
    display: block;
    opacity: 0.98;
}

.nes-checkout-badge-text {
    display: inline-block;
    margin-left: 12px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #16a34a;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    white-space: nowrap;
}