.ruargentina-season-note-record {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.season-note {
  box-sizing: border-box;
  width: min(860px, calc(100% - 48px));
  margin: 12px auto 100px;
  padding: 19px 28px;
  border-radius: 18px;
  color: #4e3735;
  background: #fff1ee;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.season-note__copy p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.season-note__copy p + p {
  margin-top: 12px;
}

.season-note__copy a {
  color: #d83b36;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.season-note__icon {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  margin-right: 11px;
  border-radius: 8px;
  color: #fff;
  background: #f5333f;
  font-family: Georgia, serif;
  font-weight: 800;
  vertical-align: middle;
}

@media (max-width: 760px) {
  .season-note {
    width: calc(100% - 20px);
    margin-bottom: 78px;
    padding: 16px 12px;
  }

  .season-note__icon {
    width: 24px;
    height: 24px;
    margin-right: 7px;
    border-radius: 7px;
  }

  .season-note__copy p {
    font-size: 13.5px;
  }
}
