.woocommerce-list__item-text {
    margin-right: 16px;
}

.woocommerce-list__item-content {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #757575;
    display: block;
}

.woocommerce-woopayments-payment-methods-logos {
    display: flex;
    align-items: center;
    padding: 12px 0;
    gap: 8px;
    flex-wrap: wrap;
}

.woocommerce-woopayments-payment-methods-logos svg:not([style*=background]) {
    border: 1px solid #f0f0f0;
}

.woocommerce-woopayments-payment-methods-logos svg {
    width: 38px;
    height: 24px;
    border-radius: 3px;
}

.woocommerce-woopayments-payment-methods-logos-count {
    font-size: 13px;
    font-weight: 500;
    color: #757575;
    white-space: nowrap;
}
