<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gopay_select {
  cursor: pointer;
  padding: 10px;
  border-bottom: 1px dashed #b9b8b8;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.gopay_select:hover {
  background-color: #dddddd;
}
.gopay_select .gopay_select_input {
  padding: 9px;
}
.gopay_select img {
  height: 45px;
  margin-right:5px;
  margin-left: 10px;
  border-radius: 5px;
}
.gopay_select span {
  font-weight: bold;
  font-size: 16px;
  padding-left: 5px;
}
#pay_by_gopay_inline {
  float: right;
}
body {
  position: relative;
}
#gopay-popup {
  background-color: #ffffff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  min-width: 50%;
  max-width: 1200px;
  padding: 40px;
}
#gopay-processing,
#gopay-success,
#gopay-failure {
  text-align: center;
}
#gopay-popup h2,
#gopay-popup p {
  margin-bottom: 30px;
}

.payment_method_gopay-inline &gt; label &gt; img {
  max-height: 24px;
    max-width: 200px;
    float: right;
}</pre></body></html>