/** * Saferpay PaymentService * * NOTICE OF LICENSE * * Once you have purchased the software with PIT Solutions AG / Six Payment services AG * or one of its  authorised resellers and provided that you comply with the conditions of this contract, * PIT Solutions AG and Six Payment services AG grants you a non-exclusive license, * unlimited in time for the usage of the software in the manner of and for the purposes specified in License.txt * available in extension package, according to the subsequent regulations * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade this extension to * newer versions in the future. * * @category Saferpay * @package Saferpay_PaymentService * @author PIT Solutions Pvt. Ltd. * @copyright Copyright (c) 2020 PIT Solutions AG. (www.pitsolutions.ch) and Six Payment services AG ( https://www.six-payment-services.com/) * @license https://www.webshopextension.com/en/licence-agreement-saferpay * */ #saferpay-div input {    background-color: transparent;    border: 0px solid;}.sample-four-input-wrap {    display: flex;    justify-content: space-between;}.sample-four .form-group {    margin-bottom: 15px;}.sample-four .form-group label {    display: block;    margin-bottom: 6px;}.sample-four iframe {    width: 100% !important;    height: 36px !important;}.sample-four-input-wrap .form-group:nth-child(1) {    width: 40%;}.sample-four-input-wrap .form-group:nth-child(2) {    width: 32%;}.sample-four-input-wrap .form-group:nth-child(3) {    width: 20%;}@media (max-width: 768px) {    .sample-four-input-wrap {        display: block !important;    }    .sample-four-input-wrap .form-group {        width: 100% !important;    }}