/* Shared by the notice page and the service-discontinuation dialog. */
.teamly-service-dialog,
.teamly-service-card {
  box-sizing: border-box;
  width: min(540px, calc(100% - 32px));
  padding: 42px;
  border: 1px solid #e0e7f2;
  border-radius: 24px;
  background: #fff;
  color: #161a36;
  font-family: Poppins, system-ui, sans-serif;
  text-align: left;
  box-shadow: 0 24px 90px rgba(8, 15, 45, .25);
}
.teamly-service-dialog { position: fixed; margin: auto; max-height: calc(100% - 32px); overflow: auto; }
.teamly-service-dialog:not([open]) { display: none; }
.teamly-service-dialog::backdrop { background: rgba(9, 13, 38, .72); backdrop-filter: blur(5px); }
.teamly-service-dialog img,
.teamly-service-card img { display: block; width: 145px; height: auto; margin: 0 0 30px; }
.teamly-service-dialog .teamly-service-eyebrow,
.teamly-service-card .teamly-service-eyebrow { color: #3568b2; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 12px; }
.teamly-service-dialog h1,
.teamly-service-dialog h2,
.teamly-service-card h1 { color: #161a36; font-size: 28px; line-height: 1.25; font-weight: 700; letter-spacing: -.03em; margin: 0 0 20px; }
.teamly-service-dialog p,
.teamly-service-card p { font-size: 16px; line-height: 1.7; color: #525b70; margin: 0 0 16px; }
.teamly-service-dialog a,
.teamly-service-card a { color: #1755b8; text-decoration: underline; overflow-wrap: anywhere; }
.teamly-service-dialog .teamly-service-continue,
.teamly-service-card .teamly-service-continue { display: block; box-sizing: border-box; width: 100%; margin: 28px 0 0; padding: 15px 20px; border: 0; border-radius: 12px; background: #2874e5; color: #fff; font: 600 16px/1.5 Poppins, system-ui, sans-serif; text-align: center; text-decoration: none; cursor: pointer; }
.teamly-service-dialog .teamly-service-continue:hover,
.teamly-service-card .teamly-service-continue:hover { background: #1b5cc0; }
.teamly-service-dialog :focus-visible,
.teamly-service-card :focus-visible { outline: 3px solid #1755b8; outline-offset: 4px; }
.teamly-service-page { min-height: 100vh; margin: 0; padding: 32px 0; box-sizing: border-box; display: grid; place-items: center; background: radial-gradient(ellipse at top, #243b69, #0c102b 75%); }
html.teamly-service-open { overflow: hidden; }
/* Retired lead-capture overlays must never cover the browsing experience. */
.mail-catch-container, .mail-catch-bg, .mail-catch-overlay { display: none !important; }
@media (max-width: 480px) {
  .teamly-service-dialog, .teamly-service-card { padding: 28px 24px; border-radius: 20px; }
  .teamly-service-dialog h2, .teamly-service-card h1 { font-size: 25px; }
}
