.wc-checkout-methods-container .wc-checkout-method-group {
  margin-bottom: 10px;
}

.wc-checkout-methods-container .wc-checkout-method-group-title {
  font-weight: bold;
  margin-bottom: 5px;
}

.wc-checkout-methods-container .wc-checkout-method {
  background: #ffffff;
  border: 1px solid #d5dfe0;
  background-repeat: no-repeat;
  background-position: center 10px;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 120px;
  vertical-align: top;
  text-align: center;
}

.wc-checkout-methods-container .wc-checkout-method.selected, .wc-checkout-methods-container .wc-checkout-method:hover {
  border-color: #7b9fa3;
}

.wc-checkout-methods-container .wc-checkout-method .wc-checkout-method-icon-container {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-checkout-methods-container .wc-checkout-method .wc-checkout-method-icon-container .wc-checkout-method-icon {
  flex: none;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 5% !important;
}
