.quote-retry-notice{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin:12px 0 2px;
  padding:13px 14px;
  border:1px solid #0b9685;
  border-radius:12px;
  background:linear-gradient(110deg,#e8f8f4,#f7fcfb);
  box-shadow:0 7px 20px #086f6314;
}
.quote-retry-notice[hidden]{display:none}
.quote-retry-notice span,.quote-retry-notice b,.quote-retry-notice small{display:block}
.quote-retry-notice b{color:#0b554e;font-size:11px}
.quote-retry-notice small{max-width:470px;margin-top:3px;color:#496b68;font-size:9px;line-height:1.45}
.quote-retry-notice button{
  flex:0 0 auto;
  min-height:38px;
  padding:0 14px;
  border-color:#0b8f81;
  background:#0b8f81;
  color:#fff;
  font-weight:800;
}
.quote-retry-notice button:hover{background:#08766b}
.quote-retry-notice button[aria-busy="true"]{cursor:progress;opacity:.72}
@media(max-width:700px){
  .quote-retry-notice{align-items:stretch;flex-direction:column}
  .quote-retry-notice button{width:100%}
}
