
.icrea-newsletter-card{
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:14px;
  background:#fff;
  max-width:420px;
}
.icrea-newsletter-title{font-weight:700;font-size:16px;margin-bottom:6px;}
.icrea-newsletter-sub{font-size:13px;color:#555;margin-bottom:10px;}
.icrea-newsletter-row{margin-bottom:10px;}
.icrea-newsletter-email, .icrea-newsletter-frequency{
  width:100%;
  padding:10px 12px;
  border:1px solid #d1d5db;
  border-radius:10px;
  font-size:14px;
}
.icrea-newsletter-btn{
  width:100%;
  padding:10px 12px;
  border-radius:10px;
  border:0;
  background:#f2c94c;
  color:#000;
  font-weight:700;
  cursor:pointer;
}
.icrea-newsletter-btn:hover{filter:brightness(0.97);}
.icrea-newsletter-msg{font-size:13px;margin-top:6px;}
.icrea-newsletter-msg.ok{color:#0a7a2f;}
.icrea-newsletter-msg.err{color:#b42318;}


/* ===============================
   FIX commentaires propositions batteries
   =============================== */
.icrea-battery-requests,
.icrea-battery-requests * {
  box-sizing: border-box;
}
.icrea-battery-request-row {
  min-width: 0;
}
.icrea-battery-request-row .req-brand,
.icrea-battery-request-row .req-model,
.icrea-battery-request-row .req-link,
.icrea-battery-request-row .req-comment {
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: normal;
  min-width: 0;
}
@media (max-width: 600px) {
  .icrea-battery-request-row .req-comment {
    display: none !important;
  }
}
