.ig-rcn-quality-notice {
  box-sizing: border-box;
  width: 100%;
  margin: 0 0 18px;
  padding: 12px 14px;
  border: 1px solid #d7ad3c;
  border-radius: 12px;
  background: #fff8dc;
  color: #553f05;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.45;
  overflow-wrap: anywhere;
  box-shadow: 0 5px 18px rgba(76, 55, 2, .1);
}

.ig-rcn-quality-notice--map {
  position: absolute;
  z-index: 720;
  top: 96px;
  left: 50%;
  width: min(720px, calc(100% - 132px));
  margin: 0;
  transform: translateX(-50%);
}

@media (max-width: 720px) {
  .ig-rcn-quality-notice { font-size: 13px; }
  .ig-rcn-quality-notice--map { top: calc(env(safe-area-inset-top, 0px) + 126px); width: calc(100% - 24px); padding: 10px 12px; }
}
