.fs-modal { border: 0; border-radius: 8px; padding: 0; max-width: 560px; width: 90%; }
.fs-modal::backdrop { background: rgba(0,0,0,.6); }
.fs-modal__inner { padding: 24px; position: relative; }
.fs-modal__close { position: absolute; top: 8px; right: 8px; border: 0; background: none;
  font-size: 24px; line-height: 1; cursor: pointer; }