.wc-checkout-sis-methods-container .wc-checkout-sis-method-group {
margin-bottom: 10px;
}
.wc-checkout-sis-methods-container .wc-checkout-sis-method-group-title {
font-weight: bold;
margin-bottom: 5px;
}
.wc-checkout-sis-methods-container .wc-checkout-sis-group-methods {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
gap: 10px;
}
.wc-checkout-sis-methods-container .wc-checkout-sis-group-methods .wc-checkout-sis-method {
background: #ffffff;
border: 1px solid #d5dfe0;
cursor: pointer;
text-align: center;
display: block;
width: 100%;
margin: 0;
}
.wc-checkout-sis-methods-container .wc-checkout-sis-group-methods .wc-checkout-sis-method.selected, .wc-checkout-sis-methods-container .wc-checkout-sis-group-methods .wc-checkout-sis-method:hover {
border-color: #7b9fa3;
}
.wc-checkout-sis-methods-container .wc-checkout-sis-group-methods .wc-checkout-sis-method .wc-checkout-sis-method-icon-container {
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.wc-checkout-sis-methods-container .wc-checkout-sis-group-methods .wc-checkout-sis-method .wc-checkout-sis-method-icon-container .wc-checkout-sis-method-icon {
flex: none;
max-width: 100% !important;
max-height: 100% !important;
padding: 5% 10% !important;
margin: 0 !important;
}
.wc-checkout-sis-methods-container .wc-checkout-sis-group-methods .wc-checkout-sis-method input[type="radio"] {
margin: 0 !important;
}
.wc-checkout-sis-description {
margin-bottom: 10px;
}
.wc-checkout-sis-terms {
font-size: small;
}
.wc-checkout-sis-terms.wc-checkout-sis-terms-above {
margin-bottom: 10px;
}