/* Ahoj loan payment module CSS **************************** */
/* PrestaShop 1.7.x */

/* Currency list */
ul.currency-list-ahojsplatky { 
  margin-left: 40px; 
  list-style-type: circle; 
}

/* Payments icons */
.block-payment-logo-ahojsplatky {
  /* background: #fff none repeat scroll 0 0;
  box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 1.5625rem 1.25rem; */
  padding: 1.2rem 0;
}
.block-payment-logo-ahojsplatky img {
  margin: .25rem 0;
}
img.ahojsplatky-logo {
  float: right;
}
/* Debug & Testing mode */
.debug-area-ahojsplatky {
  border-color: #cc0000
}
.debug-area-ahojsplatky h3,
p.red-text, .red-price {
  color: #cc0000;
}
.debug-list-ahojsplatky dl {
  display: flex;
  flex-wrap: wrap;
}
.debug-list-ahojsplatky dl dt, .debug-list-ahojsplatky dl dd {
  -moz-box-flex: 0;
  background: #ebebeb none repeat scroll 0 0;
  margin: 0.125rem;
  padding: 0.625rem;
}
.debug-list-ahojsplatky dl dt {
  flex: 0 0 20%;
}
.debug-list-ahojsplatky dl dd {
  flex: 0 0 78%;
}
p.ahojsplatky-important {
  font-weight: 600;
  color: #cc0000;
}
a.ahojCalculateLink {
  color: #2fb5d2!important;
}
a.ahojCalculateLink:hover, a.ahojLink:hover {
  color: #2592a9!important;
  cursor: pointer;
  cursor: hand;
}
p#ahojsplatky-calculator {
  margin-top: 30px;
}
p#ahojsplatky-calculator span,
span.ahojsplatky-calculator {
  display: block;
  margin-top: 10px;
  font-size: 80%;
}
