.mgs-block {
  box-sizing: border-box;
  width: 100%;
  clear: both;
  margin: 32px auto;
  padding: 0;
  font-family: inherit;
  text-align: center;
}
.mgs-block .mgs-comment {
  margin: 0 0 16px;
  padding: 0;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.mgs-block .mgs-action { display: flex; flex-direction: column; align-items: center; gap: 0; min-width: 0; }
.mgs-block .mgs-fallback { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: #316f90; font-size: 14px; line-height: 1.6; text-decoration: underline; }
.mgs-block .mgs-fallback[hidden] { display: none; }
.mgs-block .mgs-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 480px) { .mgs-block .mgs-comment { font-size: 14px; } }
