/* === LL_FILE_START === */
/* File: gbp-info-cta.css */
/* Description: Styles for GBP info page CTA box */

.ll-gbp-info-cta-box {
  float: right;
  width: 320px;
  max-width: 100%;
  margin: 0 0 24px 32px;
  padding: 18px;
  border: 1px solid #cfe8d8;
  border-radius: 12px;
  background: #f1fff6;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

.ll-gbp-info-cta-box h3 {
  margin-top: 0;
  font-size: 18px;
}

.ll-gbp-info-cta-box .ll-gbp-repair-payment-btn {
  width: 100%;
  text-align: center;
}

@media (max-width: 700px) {
  .ll-gbp-info-cta-box {
    float: none;
    width: auto;
    margin: 0 0 24px;
  }
}