body.icofcv-access-open { overflow: hidden; }
.icofcv-access-overlay[hidden] { display: none !important; }
.icofcv-access-overlay {
  position: fixed; inset: 0; z-index: 1000000; display: grid; place-items: center;
  padding: 20px; background: rgba(8, 32, 39, .56); backdrop-filter: blur(4px);
}
.icofcv-access-dialog, .icofcv-access-dialog * { box-sizing: border-box; letter-spacing: 0; }
.icofcv-access-dialog {
  width: min(100%, 560px); max-height: min(720px, calc(100vh - 40px)); overflow: auto;
  padding: 28px; border: 1px solid #c5d5d8; border-radius: 8px;
  background: #fff; color: #17282d; box-shadow: 0 24px 70px rgba(8, 32, 39, .26);
}
.icofcv-access-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.icofcv-access-head p { margin: 0 0 5px; color: #08748b; font-size: 13px; font-weight: 750; text-transform: uppercase; }
.icofcv-access-head h2 { margin: 0; color: #17282d; font-size: 28px; line-height: 1.25; font-weight: 750; }
.icofcv-access-close {
  display: inline-grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px;
  padding: 0; border: 1px solid #c5d5d8; border-radius: 50%; background: #fff;
  color: #17282d; font: inherit; font-size: 30px; line-height: 1; cursor: pointer;
}
.icofcv-access-options { display: grid; margin-top: 24px; border-top: 1px solid #dce7e9; }
.icofcv-access-option {
  display: grid; gap: 4px; min-width: 0; padding: 18px 4px; border-bottom: 1px solid #dce7e9;
  color: #17282d; text-decoration: none; overflow-wrap: anywhere;
}
.icofcv-access-option strong { color: #08748b; font-size: 17px; line-height: 1.35; }
.icofcv-access-option span { color: #53666c; font-size: 14px; line-height: 1.5; }
.icofcv-access-option:hover { background: #f1f7f8; color: #17282d; padding-inline: 12px; }
.icofcv-access-option:focus-visible, .icofcv-access-close:focus-visible { outline: 3px solid #af5b12; outline-offset: 3px; }
@media (max-width: 560px) {
  .icofcv-access-overlay { align-items: end; padding: 12px; }
  .icofcv-access-dialog { max-height: calc(100vh - 24px); padding: 22px 20px; }
  .icofcv-access-head h2 { font-size: 24px; }
}
