/* SecurityTalent Editorial Design System 1.1.34 */
:root {
  --st-ink-950: #062c36;
  --st-teal-800: #075e63;
  --st-teal-650: #087f86;
  --st-coral-650: #c74625;
  --st-aqua-300: #78dbd6;
  --st-gold-500: #d5a93f;
  --st-cloud-50: #f7f6f1;
  --st-white: #fff;
  --st-slate-700: #294b54;
  --st-mist-200: #d7e3e1;
  --st-mist-100: #edf3f1;
  --st-radius-sm: 12px;
  --st-radius-md: 18px;
  --st-radius-lg: 24px;
  --st-shadow-soft: 0 12px 34px rgba(6, 44, 54, .08);
  --st-shadow-lift: 0 20px 46px rgba(6, 44, 54, .14);
  --st-motion: 180ms cubic-bezier(.2, .7, .2, 1);
  --st-navy-950: var(--st-ink-950);
  --st-navy-900: var(--st-teal-800);
  --st-blue-700: var(--st-teal-650);
  --st-blue-600: var(--st-teal-650);
  --st-cyan-500: #13999d;
  --st-orange-500: var(--st-coral-650);
  --st-gold: var(--st-gold-500);
  --st-sage: var(--st-mist-100);
  --st-sand: #f1f4f1;
  --st-ivory: var(--st-cloud-50);
  --st-ink: var(--st-ink-950);
  --st-muted: #587078;
  --st-line: var(--st-mist-200);
  --st-surface: var(--st-white);
  --st-canvas: var(--st-cloud-50);
}

html { color-scheme: light; }

body.st-design-system,
body.st-design-system .body-wrapper,
body.st-design-system #sp-main-body {
  color: var(--st-slate-700) !important;
  background: var(--st-cloud-50) !important;
  font-family: Inter, "Noto Sans Arabic", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.st-design-system h1,
body.st-design-system h2,
body.st-design-system h3,
body.st-design-system h4,
body.st-design-system h5,
body.st-design-system h6 {
  color: var(--st-ink-950);
  font-family: Manrope, Sora, Inter, "Noto Sans Arabic", sans-serif;
  font-weight: 800;
  letter-spacing: -.025em;
  text-wrap: balance;
}

html[dir="rtl"] body.st-design-system h1,
html[dir="rtl"] body.st-design-system h2,
html[dir="rtl"] body.st-design-system h3,
html[dir="rtl"] body.st-design-system h4 {
  font-family: "Noto Kufi Arabic", "Noto Sans Arabic", Manrope, sans-serif;
  letter-spacing: 0;
}

body.st-design-system p { text-wrap: pretty; }

body.st-design-system a {
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

body.st-design-system :focus-visible {
  outline: 3px solid rgba(8, 127, 134, .32);
  outline-offset: 3px;
}

body.st-design-system #sp-header {
  background: var(--st-ink-950) !important;
  border-bottom-color: rgba(213, 169, 63, .72) !important;
  box-shadow: 0 10px 28px rgba(6, 44, 54, .14) !important;
}

body.st-design-system .btn,
body.st-design-system button,
body.st-design-system input[type="submit"],
body.st-design-system .es-button,
body.st-design-system .o-btn {
  border-radius: var(--st-radius-sm);
  transition: color var(--st-motion), background-color var(--st-motion), border-color var(--st-motion), transform var(--st-motion), box-shadow var(--st-motion);
}

body.st-design-system .btn-primary,
body.st-design-system .button-primary,
body.st-design-system input[type="submit"],
body.st-design-system .es-button--primary,
body.st-design-system .o-btn--primary {
  border-color: var(--st-teal-650) !important;
  background: var(--st-teal-650) !important;
  color: #fff !important;
  box-shadow: 0 8px 20px rgba(8, 127, 134, .2) !important;
}

body.st-design-system .btn-primary:hover,
body.st-design-system .button-primary:hover,
body.st-design-system input[type="submit"]:hover,
body.st-design-system .es-button--primary:hover,
body.st-design-system .o-btn--primary:hover {
  transform: translateY(-2px);
  border-color: var(--st-ink-950) !important;
  background: var(--st-ink-950) !important;
  box-shadow: var(--st-shadow-soft) !important;
}

body.st-design-system .card,
body.st-design-system .well,
body.st-design-system .panel,
body.st-design-system .es-card,
body.st-design-system .eb-card,
body.st-design-system .ed-card,
body.st-design-system .o-card,
body.st-design-system .t-card {
  border-color: var(--st-mist-200) !important;
  border-radius: var(--st-radius-md) !important;
  background: var(--st-white) !important;
  box-shadow: 0 8px 24px rgba(6, 44, 54, .06) !important;
}

body.st-design-system img[data-st-editorial-image="1"] {
  display: block;
  width: 100%;
  height: auto;
  max-height: min(72vh, 760px);
  border: 1px solid rgba(215, 227, 225, .92);
  border-radius: var(--st-radius-md);
  background: var(--st-mist-100);
  box-shadow: var(--st-shadow-soft);
  object-fit: cover;
  object-position: center;
}

body.st-design-system .item-page .item-image,
body.st-design-system .com-content-article .item-image,
body.st-design-system .eb-entry-featured-image,
body.st-design-system .eb-post-image {
  overflow: hidden;
  border-radius: var(--st-radius-md);
}

body.st-design-system .item-page .item-image img[data-st-editorial-image="1"],
body.st-design-system .com-content-article .item-image img[data-st-editorial-image="1"],
body.st-design-system .eb-entry-featured-image img[data-st-editorial-image="1"],
body.st-design-system .eb-post-image img[data-st-editorial-image="1"] {
  aspect-ratio: 16 / 9;
}

/* Live home-page discovery surface */
.st-fresh-content {
  position: relative;
  width: 100%;
  padding: clamp(64px, 8vw, 112px) 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 5%, rgba(120, 219, 214, .16), transparent 34%),
    linear-gradient(180deg, #fff 0%, var(--st-cloud-50) 100%);
}

.st-fresh-content::before {
  position: absolute;
  top: 0;
  right: max(22px, calc((100% - 1320px) / 2));
  left: max(22px, calc((100% - 1320px) / 2));
  height: 1px;
  background: var(--st-mist-200);
  content: "";
}

.st-fresh-content__shell {
  position: relative;
  z-index: 1;
  width: min(1320px, 100%);
  margin-inline: auto;
}

.st-fresh-content__heading {
  display: grid;
  max-width: 880px;
  margin-bottom: clamp(28px, 4vw, 50px);
  gap: 10px;
}

.st-fresh-content__eyebrow,
.st-fresh-feed__heading p {
  margin: 0;
  color: var(--st-teal-650);
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.st-fresh-content__heading h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.6vw, 4.25rem);
  line-height: 1.02;
}

.st-fresh-content__heading > p:last-child {
  max-width: 760px;
  margin: 0;
  color: #587078;
  font-size: clamp(1rem, 1.45vw, 1.15rem);
  line-height: 1.65;
}

.st-fresh-content__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.st-fresh-feed {
  --st-feed-accent: var(--st-teal-650);
  display: flex;
  min-width: 0;
  padding: clamp(20px, 2.4vw, 28px);
  border: 1px solid var(--st-mist-200);
  border-top: 5px solid var(--st-feed-accent);
  border-radius: var(--st-radius-lg);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--st-shadow-soft);
  flex-direction: column;
}

.st-fresh-feed--jobs { --st-feed-accent: var(--st-coral-650); }
.st-fresh-feed--study { --st-feed-accent: var(--st-gold-500); }

.st-fresh-feed__heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.st-fresh-feed__heading h3 {
  margin: 5px 0 0;
  font-size: clamp(1.3rem, 2vw, 1.72rem);
  line-height: 1.12;
}

.st-fresh-feed__heading > a {
  flex: 0 0 auto;
  padding-top: 4px;
  color: var(--st-feed-accent);
  font-size: .8rem;
  font-weight: 850;
  text-decoration: none;
}

.st-fresh-feed__heading > a:hover { text-decoration: underline; }

.st-fresh-jobs-fallback {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  padding: 18px;
  border: 1px dashed color-mix(in srgb, var(--st-coral-650) 58%, var(--st-mist-200));
  border-radius: var(--st-radius-md);
  color: var(--st-coral-650);
  font-weight: 850;
  text-align: center;
}

.st-fresh-feed__description {
  min-height: 4.5em;
  margin: 14px 0 20px;
  color: #5a7078;
  font-size: .91rem;
  line-height: 1.55;
}

.st-fresh-feed__items {
  display: grid;
  gap: 12px;
}

.st-fresh-card {
  display: flex;
  min-height: 224px;
  padding: 17px;
  border: 1px solid var(--st-mist-200);
  border-radius: var(--st-radius-md);
  background: #fff;
  flex-direction: column;
  transition: transform var(--st-motion), border-color var(--st-motion), box-shadow var(--st-motion);
}

.st-fresh-card[hidden] {
  display: none !important;
}

.st-fresh-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--st-feed-accent) 52%, var(--st-mist-200));
  box-shadow: 0 14px 30px rgba(6, 44, 54, .1);
}

.st-fresh-card__meta {
  display: flex;
  margin: 0 0 10px;
  gap: 7px;
  flex-wrap: wrap;
}

.st-fresh-card__meta span {
  display: inline-flex;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--st-mist-100);
  color: var(--st-slate-700);
  align-items: center;
  font-size: .72rem;
  font-weight: 760;
}

.st-fresh-card h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.35;
}

.st-fresh-card h3 a {
  color: var(--st-ink-950);
  text-decoration: none;
}

.st-fresh-card h3 a::after {
  position: absolute;
  inset: 0;
  content: "";
}

.st-fresh-card { position: relative; }

.st-fresh-card__summary {
  display: -webkit-box;
  margin: 10px 0 16px;
  overflow: hidden;
  color: #587078;
  font-size: .84rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.st-fresh-card__footer {
  display: flex;
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid var(--st-mist-200);
  color: #6a8086;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  font-size: .75rem;
}

.st-fresh-card__footer > a {
  position: relative;
  z-index: 1;
  color: var(--st-feed-accent);
  font-weight: 850;
  text-decoration: none;
}

/* Auto-advancing, keyboard-accessible latest-news rail below the three feeds. */
.st-latest-news {
  position: relative;
  margin-top: clamp(28px, 4vw, 48px);
  padding: clamp(24px, 3vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(133, 211, 208, .26);
  border-radius: var(--st-radius-lg);
  background:
    radial-gradient(circle at 92% 5%, rgba(29, 150, 153, .34), transparent 33%),
    linear-gradient(135deg, #062f3a 0%, #0a4651 100%);
  box-shadow: 0 24px 54px rgba(6, 44, 54, .18);
}

.st-latest-news__header {
  display: flex;
  margin-bottom: 22px;
  gap: 22px;
  align-items: flex-end;
  justify-content: space-between;
}

.st-latest-news__header > div:first-child {
  max-width: 720px;
}

.st-latest-news__eyebrow {
  margin: 0 0 6px;
  color: #7ed9d4;
  font-size: .73rem;
  font-weight: 850;
  letter-spacing: .15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.st-latest-news__header h3 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
  line-height: 1.08;
}

.st-latest-news__header > div:first-child > p:last-child {
  margin: 9px 0 0;
  color: #d7ebea;
  font-size: .95rem;
  line-height: 1.55;
}

.st-latest-news__actions {
  display: flex;
  gap: 13px;
  align-items: center;
}

.st-latest-news__all {
  color: #fff;
  font-size: .83rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.st-latest-news__all:hover,
.st-latest-news__all:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.st-latest-news__controls {
  display: flex;
  gap: 7px;
}

.st-latest-news__controls button {
  display: inline-grid;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  cursor: pointer;
  place-items: center;
  transition: background var(--st-motion), border-color var(--st-motion), transform var(--st-motion);
}

.st-latest-news__controls button:hover,
.st-latest-news__controls button:focus-visible {
  border-color: #fff;
  background: rgba(255, 255, 255, .22);
  transform: translateY(-1px);
}

.st-latest-news__viewport {
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.st-latest-news__viewport::-webkit-scrollbar {
  display: none;
}

.st-latest-news__viewport:focus-visible {
  outline: 3px solid #f2c44d;
  outline-offset: 5px;
}

.st-latest-news__track {
  display: grid;
  grid-auto-columns: minmax(280px, calc((100% - 32px) / 3));
  grid-auto-flow: column;
  gap: 16px;
}

.st-latest-news__card {
  display: flex;
  min-height: 226px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: var(--st-radius-md);
  background: #fff;
  color: var(--st-ink-950);
  flex-direction: column;
  scroll-snap-align: start;
}

.st-latest-news__meta {
  display: flex;
  min-height: 25px;
  margin-bottom: 11px;
  color: #5d737a;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  font-size: .72rem;
}

.st-latest-news__meta span {
  display: inline-flex;
  min-height: 25px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--st-mist-100);
  color: var(--st-teal-750);
  align-items: center;
  font-weight: 800;
}

.st-latest-news__card h4 {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
}

.st-latest-news__card h4 a {
  color: var(--st-ink-950);
  text-decoration: none;
}

.st-latest-news__card h4 a:hover,
.st-latest-news__card h4 a:focus-visible {
  color: var(--st-teal-650);
  text-decoration: underline;
}

.st-latest-news__card > p {
  display: -webkit-box;
  margin: 10px 0 18px;
  overflow: hidden;
  color: #587078;
  font-size: .84rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.st-latest-news__read {
  margin-top: auto;
  padding-top: 13px;
  border-top: 1px solid var(--st-mist-200);
  color: var(--st-coral-650);
  font-size: .79rem;
  font-weight: 850;
  text-decoration: none;
}

.st-latest-news__read:hover,
.st-latest-news__read:focus-visible {
  color: var(--st-coral-650);
  text-decoration: underline;
}

.st-latest-news.is-static .st-latest-news__controls {
  display: none;
}

/* News cards receive a real image even when an EasyBlog media record is absent
   or points to a file that was not included in the site archive. */
body.st-design-system .st-news-story-card__image[data-st-fallback="1"] {
  position: relative;
  background: var(--st-ink-950);
}

body.st-design-system .st-news-story-card__image[data-st-fallback="1"]::after {
  position: absolute;
  inset: auto 12px 12px auto;
  padding: 6px 9px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  background: rgba(6, 44, 54, .72);
  color: #fff;
  content: "SecurityTalent";
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .08em;
  pointer-events: none;
}

body.st-design-system .st-news-story-card__image img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.st-design-system .st-news-story-card,
body.st-design-system .st-news-static-article,
body.st-design-system .st-news-hub-intro {
  border-color: var(--st-mist-200) !important;
  border-radius: var(--st-radius-lg) !important;
  box-shadow: var(--st-shadow-soft) !important;
}

/* EasyBlog's native category panel remains useful for taxonomy navigation.
   Give the News Desk category a designed identity instead of the default
   folder tile, while leaving all other EasyBlog categories untouched. */
body.st-design-system.st-news-category-page #eb .eb-categories {
  display: grid;
  gap: 18px;
  margin-block: clamp(24px, 4vw, 44px);
}

body.st-design-system.st-news-category-page #eb .eb-categories > .eb-category {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(8, 127, 134, .2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 5%, rgba(120, 219, 214, .22), transparent 26%),
    linear-gradient(145deg, #fff 0%, #f4faf8 100%);
  box-shadow: 0 22px 56px rgba(6, 44, 54, .1);
}

body.st-design-system.st-news-category-page #eb .eb-categories > .eb-category::before {
  display: block;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--st-teal-650), #13a0a3 58%, var(--st-coral-650));
  content: "";
}

body.st-design-system.st-news-category-page #eb .eb-categories > .eb-category::after {
  position: absolute;
  z-index: -1;
  inset-block-start: -96px;
  inset-inline-end: -72px;
  width: 250px;
  height: 250px;
  border: 28px solid rgba(8, 127, 134, .045);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-head {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
  padding: clamp(24px, 4vw, 42px);
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-head > .t-flex-shrink--0 {
  padding: 0 !important;
}

body.st-design-system.st-news-category-page #eb .eb-category .o-avatar,
body.st-design-system.st-news-category-page #eb .eb-category [class*="o-avatar--"],
body.st-design-system.st-news-category-page #eb .eb-category .eb-avatar {
  width: 108px !important;
  height: 108px !important;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 25px !important;
  background: linear-gradient(145deg, var(--st-teal-650), var(--st-ink-950));
  box-shadow: 0 16px 34px rgba(6, 44, 54, .2);
}

body.st-design-system.st-news-category-page #eb .eb-category .o-avatar img,
body.st-design-system.st-news-category-page #eb .eb-category .eb-avatar img,
body.st-design-system.st-news-category-page #eb .eb-category img[src*="easyblog_cavatar"] {
  display: block;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  border-radius: 20px !important;
  object-fit: cover;
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-name {
  margin: 0;
  color: var(--st-ink-950);
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-name a {
  color: inherit;
  text-decoration: none;
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-name a:hover,
body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-name a:focus-visible {
  color: var(--st-teal-650);
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-subscribe {
  margin-block-start: 8px;
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-subscribe a {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(8, 127, 134, .2);
  border-radius: 50%;
  background: #fff;
  color: var(--st-teal-650);
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio {
  max-width: 82ch;
  margin-block-start: 18px;
  color: #46636b;
  font-size: clamp(.98rem, 1.4vw, 1.08rem);
  line-height: 1.7;
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio p {
  margin: 0 0 12px;
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio b {
  color: var(--st-ink-950);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .09em;
  text-transform: uppercase;
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio > a,
body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio > span a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  margin: 4px 7px 4px 0;
  padding: 7px 12px;
  border: 1px solid rgba(8, 127, 134, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--st-teal-650);
  font-size: .88rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 5px 14px rgba(6, 44, 54, .05);
}

body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio > a:hover,
body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio > a:focus-visible,
body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio > span a:hover,
body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio > span a:focus-visible {
  border-color: var(--st-teal-650);
  background: var(--st-teal-650);
  color: #fff;
}

body.st-design-system.st-news-category-page #eb .eb-categories + .pagination,
body.st-design-system.st-news-category-page #eb .eb-categories .pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-block: 22px 0;
}

body.st-design-system.st-news-category-page #eb .pagination a,
body.st-design-system.st-news-category-page #eb .pagination span {
  display: inline-grid;
  min-width: 42px;
  min-height: 42px;
  place-items: center;
  border-radius: 11px !important;
}

html[dir="rtl"] body.st-design-system.st-news-category-page #eb .eb-category {
  text-align: right;
}

html[dir="rtl"] body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio > a,
html[dir="rtl"] body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio > span a {
  margin-right: 0;
  margin-left: 7px;
}

@media (max-width: 640px) {
  body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-head {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 15px;
    padding: 20px 17px 23px;
  }

  body.st-design-system.st-news-category-page #eb .eb-category .o-avatar,
  body.st-design-system.st-news-category-page #eb .eb-category [class*="o-avatar--"],
  body.st-design-system.st-news-category-page #eb .eb-category .eb-avatar {
    width: 76px !important;
    height: 76px !important;
    border-width: 4px;
    border-radius: 19px !important;
  }

  body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-name {
    font-size: clamp(1.25rem, 6.8vw, 1.7rem);
  }

  body.st-design-system.st-news-category-page #eb .eb-category .eb-authors-bio {
    grid-column: 1 / -1;
    margin-block-start: 15px;
    font-size: .96rem;
  }
}

body.st-design-system #sp-bottom,
body.st-design-system #sp-footer,
body.st-design-system .st-footer {
  background: var(--st-ink-950) !important;
}

.st-social-follow {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 88% 20%, rgba(74, 183, 174, .22), transparent 30%),
    linear-gradient(120deg, #082f3a 0%, #075967 55%, #0b7e83 100%);
  border-block-start: 1px solid rgba(255, 255, 255, .12);
}

.st-social-follow::after {
  content: "";
  position: absolute;
  inset-inline-end: -68px;
  inset-block-start: -88px;
  width: 260px;
  height: 260px;
  border: 42px solid rgba(255, 255, 255, .05);
  border-radius: 50%;
  pointer-events: none;
}

.st-social-follow__inner {
  position: relative;
  z-index: 1;
  width: min(1320px, calc(100% - 40px));
  margin-inline: auto;
  padding: 38px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
}

.st-social-follow__copy {
  max-width: 700px;
}

.st-social-follow__eyebrow {
  margin: 0 0 8px;
  color: #f4c34e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
}

body.st-design-system .st-social-follow__copy h2 {
  margin: 0;
  color: #fff !important;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 1.1;
}

.st-social-follow__copy > p:last-child {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, .82);
  font-size: 1rem;
  line-height: 1.6;
}

.st-social-follow__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.st-social-follow__link {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 17px;
  color: #fff !important;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 15px;
  box-shadow: 0 12px 28px rgba(0, 22, 30, .16);
  font-size: .95rem;
  font-weight: 750;
  line-height: 1;
  text-decoration: none !important;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}

a.st-social-follow__link:hover,
a.st-social-follow__link:focus-visible {
  color: #fff !important;
  background: rgba(255, 255, 255, .19);
  border-color: rgba(255, 255, 255, .58);
  transform: translateY(-2px);
}

.st-social-follow__link--facebook:hover,
.st-social-follow__link--facebook:focus-visible {
  background: #1877f2;
}

.st-social-follow__link--instagram:hover,
.st-social-follow__link--instagram:focus-visible {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.st-social-follow__link--disabled {
  opacity: .64;
  cursor: default;
}

.st-social-follow__link small {
  padding: 5px 7px;
  color: #073743;
  background: #f4c34e;
  border-radius: 999px;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.st-social-follow__icon {
  width: 25px;
  height: 25px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 25px;
}

.st-social-follow__icon svg {
  width: 100%;
  height: 100%;
}

body.st-design-system #sp-footer .st-copyright-line {
  max-width: 1240px;
  margin: 0 auto;
  padding: 17px 20px;
  text-align: center;
  line-height: 1.65;
}

body.st-design-system #sp-footer .st-copyright-line a {
  color: #9ee9e5;
  text-decoration: underline;
  text-decoration-color: rgba(158, 233, 229, .45);
  text-underline-offset: 3px;
}

body.st-design-system #sp-footer .st-copyright-line a:hover,
body.st-design-system #sp-footer .st-copyright-line a:focus-visible {
  color: #fff;
}

@media (max-width: 900px) {
  .st-social-follow__inner {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .st-social-follow__links {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .st-social-follow__inner {
    width: min(100% - 28px, 1320px);
    padding: 30px 0;
  }

  .st-social-follow__links {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .st-social-follow__link {
    width: 100%;
    justify-content: flex-start;
  }
}

html[dir="rtl"] .st-fresh-content,
html[dir="rtl"] .st-fresh-feed,
html[dir="rtl"] .st-fresh-card { text-align: right; }

html[dir="rtl"] .st-fresh-card__footer span[aria-hidden="true"],
html[dir="rtl"] .st-fresh-feed__heading span[aria-hidden="true"],
html[dir="rtl"] .st-latest-news__all span[aria-hidden="true"],
html[dir="rtl"] .st-latest-news__read span[aria-hidden="true"] {
  display: inline-block;
  transform: scaleX(-1);
}

@media (max-width: 1199.98px) {
  .st-fresh-content__grid { grid-template-columns: 1fr; }
  .st-fresh-feed__description { min-height: 0; }
  .st-fresh-feed__items { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .st-latest-news__track { grid-auto-columns: minmax(280px, calc((100% - 16px) / 2)); }
}

@media (max-width: 767.98px) {
  .st-fresh-content { padding: 54px 14px; }
  .st-fresh-content__heading h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .st-fresh-feed { padding: 18px; border-radius: 20px; }
  .st-fresh-feed__heading { align-items: flex-start; flex-direction: column; }
  .st-fresh-feed__heading > a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 8px 0;
  }
  .st-fresh-feed__items { grid-template-columns: 1fr; }
  .st-fresh-card { min-height: 0; }
  .st-latest-news { padding: 20px 16px; border-radius: 20px; }
  .st-latest-news__header { align-items: flex-start; flex-direction: column; }
  .st-latest-news__actions { width: 100%; justify-content: space-between; }
  .st-latest-news__track { grid-auto-columns: minmax(265px, 88%); }
}

/* Keep the EasySocial sign-in popbox inside every viewport. Its inline `left`
   coordinate is measured before late header assets finish loading and can
   otherwise push the panel beyond the right edge. */
body.st-design-system .popbox--navbar.popbox-navbar-signin {
  right: max(12px, env(safe-area-inset-right)) !important;
  left: auto !important;
  width: min(300px, calc(100vw - 24px)) !important;
  max-width: calc(100vw - 24px) !important;
  max-height: calc(100dvh - 24px);
  overflow: auto;
}

@media (max-width: 767.98px) {
  body.st-design-system .popbox--navbar.popbox-navbar-signin {
    position: fixed !important;
    top: auto !important;
    right: max(12px, env(safe-area-inset-right)) !important;
    bottom: max(72px, calc(env(safe-area-inset-bottom) + 72px)) !important;
    max-height: calc(100dvh - 104px);
  }
}

/* EasySocial appends reaction and GIF popboxes directly to body with a second
   #es root. Constrain those floating roots explicitly so their legacy inline
   coordinates cannot stretch across the page or escape beyond the viewport. */
body.st-design-system > #es.popbox-reaction-stats,
body.st-design-system > #es.popbox-giphy {
  box-sizing: border-box !important;
  min-width: 0 !important;
  border: 1px solid rgba(8, 139, 142, .22) !important;
  border-radius: 16px !important;
  background: var(--st-white) !important;
  box-shadow: 0 18px 46px rgba(6, 47, 58, .18) !important;
  overflow: hidden !important;
}

body.st-design-system > #es.popbox-reaction-stats {
  width: min(360px, calc(100vw - 24px)) !important;
  max-width: min(360px, calc(100vw - 24px)) !important;
}

body.st-design-system > #es.popbox-giphy {
  width: min(520px, calc(100vw - 24px)) !important;
  max-width: min(520px, calc(100vw - 24px)) !important;
}

body.st-design-system > #es.popbox-reaction-stats .popbox-content,
body.st-design-system > #es.popbox-giphy .popbox-content,
body.st-design-system > #es.popbox-giphy .es-gif-browser,
body.st-design-system > #es.popbox-giphy .ed-giphy,
body.st-design-system > #es.popbox-giphy .es-gif-list-container {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

body.st-design-system > #es.popbox-giphy .es-gif-list-container {
  max-height: min(52vh, 430px) !important;
  overflow: auto !important;
  overscroll-behavior: contain;
}

body.st-design-system > #es.popbox-giphy .es-gif-browser__input-search {
  padding-inline: 12px !important;
}

@media (max-width: 767.98px) {
  body.st-design-system > #es.popbox-reaction-stats,
  body.st-design-system > #es.popbox-giphy {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
  }

  body.st-design-system > #es.popbox-giphy .es-gif-list-container {
    max-height: min(48vh, 360px) !important;
  }
}

/* EasySocial activity cards: improve scanning, hierarchy and interaction
   without changing the stream, comment or reaction behaviours. */
body.st-design-system #es .es-stream-list {
  display: grid;
  gap: 20px;
  margin: 0 !important;
  padding: 0 !important;
}

body.st-design-system #es .es-stream-list > .es-stream-item {
  position: relative !important;
  z-index: 0;
  margin: 0 !important;
  border: 1px solid rgba(8, 139, 142, .2) !important;
  border-radius: 20px !important;
  background: #fff !important;
  box-shadow: 0 12px 32px rgba(6, 47, 58, .075) !important;
  overflow: visible;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

body.st-design-system #es .es-stream-list > .es-stream-item:hover {
  z-index: 2;
  border-color: rgba(8, 139, 142, .38) !important;
  box-shadow: 0 16px 38px rgba(6, 47, 58, .11) !important;
  transform: translateY(-1px);
}

/* A transformed card is its own stacking context. Raise the card containing
   the open action menu so later stream cards cannot paint over the dropdown. */
body.st-design-system #es .es-stream-list > .es-stream-item:focus-within,
body.st-design-system #es .es-stream-list > .es-stream-item:has(.es-stream-control.open) {
  z-index: 120 !important;
}

body.st-design-system #es .es-stream-item .es-stream-control.open,
body.st-design-system #es .es-stream-item .es-stream-control.open > .dropdown-menu {
  z-index: 1300 !important;
}

body.st-design-system #es .es-stream-list > .es-stream-item > .es-stream {
  border-radius: inherit !important;
  background: transparent !important;
  overflow: visible;
}

body.st-design-system #es .es-stream-item .es-stream-meta {
  padding: 18px 20px 12px !important;
  border-bottom: 1px solid rgba(8, 139, 142, .12);
}

body.st-design-system #es .es-stream-item .es-stream-avatar-wrap {
  padding-right: 14px !important;
}

body.st-design-system #es .es-stream-item .es-stream-avatar .o-avatar-v2 {
  width: 48px !important;
  height: 48px !important;
  box-shadow:
    0 0 0 3px #fff,
    0 0 0 5px rgba(8, 139, 142, .18);
}

body.st-design-system #es .es-stream-item .es-stream-title {
  padding-right: 34px;
  color: #274d57 !important;
  font-size: clamp(.98rem, .94rem + .18vw, 1.08rem) !important;
  font-weight: 500 !important;
  line-height: 1.45;
}

/* The actor name is the strongest element in the stream header. */
body.st-design-system #es .es-stream-item .es-stream-title > a:first-of-type {
  color: #07333e !important;
  font-weight: 800 !important;
  letter-spacing: -.01em;
  text-decoration: none !important;
}

body.st-design-system #es .es-stream-item .es-stream-title > a:not(:first-of-type) {
  color: #087f83 !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body.st-design-system #es .es-stream-item .es-stream-title > a:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

body.st-design-system #es .es-stream-item .es-stream-meta-footer {
  margin-top: 4px;
  color: #71868c !important;
  font-size: .88rem !important;
  line-height: 1.45;
}

body.st-design-system #es .es-stream-item .es-stream-meta-footer a {
  color: #71868c !important;
  font-weight: 600;
}

body.st-design-system #es .es-stream-item .es-stream-control {
  top: 16px !important;
  right: 16px !important;
}

body.st-design-system #es .es-stream-item .es-stream-content {
  display: block !important;
  width: calc(100% - 40px) !important;
  max-width: calc(100% - 40px) !important;
  box-sizing: border-box !important;
  margin: 16px 20px !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(8, 139, 142, .12);
  border-left: 4px solid rgba(8, 139, 142, .62);
  border-radius: 12px;
  background: linear-gradient(135deg, #f7fbfa 0%, #fff 100%) !important;
  color: #294f59 !important;
  font-size: clamp(1rem, .97rem + .12vw, 1.08rem) !important;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

body.st-design-system #es .es-stream-item .st-es-stream-read-more {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 14px;
  padding: 8px 15px;
  border: 1px solid #087f86;
  border-radius: 999px;
  background: #fff;
  color: #075e63 !important;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

body.st-design-system #es .es-stream-item .st-es-stream-read-more::after {
  content: "→";
  margin-inline-start: 7px;
}

body.st-design-system #es .es-stream-item .st-es-stream-read-more:hover,
body.st-design-system #es .es-stream-item .st-es-stream-read-more:focus-visible {
  border-color: #087f86;
  background: #087f86;
  color: #fff !important;
  outline: 3px solid rgba(8, 127, 134, .18);
}

body.st-design-system #es .es-stream-content-title,
body.st-design-system #es .es-stream-content-title a,
body.st-design-system #es .es-stream-embed__title {
  font-size: clamp(1rem, .96rem + .2vw, 1.12rem) !important;
  line-height: 1.45;
}

body.st-design-system #es .es-stream-item .es-actions {
  margin: 0 !important;
  border-top: 1px solid rgba(8, 139, 142, .12) !important;
  border-radius: 0 0 20px 20px;
  background: #fbfaf7 !important;
  overflow: visible;
}

body.st-design-system #es .es-stream-item .es-actions__item-action {
  padding: 10px 14px !important;
}

body.st-design-system #es .es-stream-item .es-actions-list {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 8px;
}

body.st-design-system #es .es-stream-item .es-actions-list > li {
  margin: 0 !important;
}

body.st-design-system #es .es-stream-item .es-actions-list > li > a,
body.st-design-system #es .es-stream-item .es-reaction-option__link {
  display: inline-flex !important;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px !important;
  border-radius: 999px;
  color: #526c73 !important;
  font-size: .88rem !important;
  font-weight: 700;
  text-decoration: none !important;
  transition:
    background-color .18s ease,
    color .18s ease;
}

body.st-design-system #es .es-stream-item .es-actions-list > li > a:hover,
body.st-design-system #es .es-stream-item .es-actions-list > li > a:focus-visible,
body.st-design-system #es .es-stream-item .es-reaction-option__link:hover,
body.st-design-system #es .es-stream-item .es-reaction-option__link:focus-visible {
  background: #e7f5f3 !important;
  color: #087f83 !important;
  outline: none;
}

body.st-design-system #es .es-stream-item .es-comments-wrapper {
  border-radius: 0 0 20px 20px;
}

body.st-design-system #es .es-streams .nav-actions,
body.st-design-system #es .es-streams .nav-actions a,
body.st-design-system #es .es-stream-counter {
  font-size: .9rem !important;
  line-height: 1.5;
}

@media (max-width: 767.98px) {
  body.st-design-system #es .es-stream-list {
    gap: 14px;
  }

  body.st-design-system #es .es-stream-list > .es-stream-item {
    border-radius: 16px !important;
  }

  body.st-design-system #es .es-stream-item .es-stream-meta {
    padding: 16px 14px 12px !important;
  }

  body.st-design-system #es .es-stream-item .es-stream-avatar-wrap {
    padding-right: 11px !important;
  }

  body.st-design-system #es .es-stream-item .es-stream-avatar .o-avatar-v2 {
    width: 42px !important;
    height: 42px !important;
  }

  body.st-design-system #es .es-stream-item .es-stream-title {
    padding-right: 28px;
    font-size: .98rem !important;
  }

  body.st-design-system #es .es-stream-item .es-stream-content {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    margin: 12px 14px !important;
    padding: 14px !important;
    font-size: .98rem !important;
    line-height: 1.58;
  }

  body.st-design-system #es .es-stream-item .st-es-stream-read-more {
    width: 100%;
    min-height: 44px;
    margin-top: 12px;
  }

  body.st-design-system #es .es-stream-item .es-actions {
    border-radius: 0 0 16px 16px;
  }

  body.st-design-system #es .es-stream-item .es-actions__item-action {
    padding: 8px !important;
  }

  body.st-design-system #es .es-stream-item .es-actions-list {
    gap: 3px;
  }

  body.st-design-system #es .es-stream-item .es-actions-list > li > a,
  body.st-design-system #es .es-stream-item .es-reaction-option__link {
    min-height: 32px;
    padding: 6px 9px !important;
    font-size: .82rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.st-design-system #es .es-stream-list > .es-stream-item,
  body.st-design-system #es .es-stream-item .es-actions-list > li > a,
  body.st-design-system #es .es-stream-item .es-reaction-option__link {
    transition: none;
  }

  body.st-design-system #es .es-stream-list > .es-stream-item:hover {
    transform: none;
  }
}

/* EasySocial controls: replace the extension's purple defaults with the
   SecurityTalent teal, navy, cream, coral and gold interface palette. */
body.st-design-system #es .btn-es-primary,
body.st-design-system #es .es-story-submit,
body.st-design-system #es .o-btn--primary {
  border-color: var(--st-teal-650) !important;
  background: linear-gradient(135deg, var(--st-teal-800), var(--st-teal-650)) !important;
  color: var(--st-white) !important;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(8, 127, 134, .2) !important;
}

body.st-design-system #es .btn-es-primary:hover,
body.st-design-system #es .btn-es-primary:focus,
body.st-design-system #es .es-story-submit:hover,
body.st-design-system #es .es-story-submit:focus,
body.st-design-system #es .o-btn--primary:hover,
body.st-design-system #es .o-btn--primary:focus {
  border-color: var(--st-ink-950) !important;
  background: var(--st-ink-950) !important;
  color: var(--st-white) !important;
  box-shadow: 0 10px 24px rgba(6, 44, 54, .22) !important;
}

body.st-design-system #es .btn-es-default-o,
body.st-design-system #es .es-story-meta-button,
body.st-design-system #es .insert-button {
  border-color: rgba(8, 127, 134, .48) !important;
  background: var(--st-white) !important;
  color: var(--st-teal-800) !important;
  font-weight: 750;
  box-shadow: 0 5px 14px rgba(6, 44, 54, .07) !important;
}

body.st-design-system #es .btn-es-default-o:hover,
body.st-design-system #es .btn-es-default-o:focus,
body.st-design-system #es .es-story-meta-button:hover,
body.st-design-system #es .es-story-meta-button:focus,
body.st-design-system #es .insert-button:hover,
body.st-design-system #es .insert-button:focus {
  border-color: var(--st-teal-650) !important;
  background: var(--st-mist-100) !important;
  color: var(--st-ink-950) !important;
  box-shadow: 0 8px 18px rgba(8, 127, 134, .14) !important;
}

body.st-design-system #es .open > .btn-es-default-o,
body.st-design-system #es .btn-es-default-o[aria-expanded="true"],
body.st-design-system #es .dropdown-toggle_[aria-expanded="true"] {
  border-color: var(--st-teal-650) !important;
  background: var(--st-teal-650) !important;
  color: var(--st-white) !important;
  box-shadow: 0 8px 18px rgba(8, 127, 134, .2) !important;
}

body.st-design-system #es .btn-es-default,
body.st-design-system #es .o-btn--default {
  border-color: var(--st-mist-200) !important;
  background: var(--st-cloud-50) !important;
  color: var(--st-ink-950) !important;
  font-weight: 750;
}

body.st-design-system #es .btn-es-default:hover,
body.st-design-system #es .btn-es-default:focus,
body.st-design-system #es .o-btn--default:hover,
body.st-design-system #es .o-btn--default:focus {
  border-color: var(--st-teal-650) !important;
  background: var(--st-mist-100) !important;
  color: var(--st-teal-800) !important;
}

body.st-design-system #es .btn-es-danger,
body.st-design-system #es .btn-danger,
body.st-design-system #es .o-btn--danger {
  border-color: var(--st-coral-650) !important;
  background: var(--st-coral-650) !important;
  color: var(--st-white) !important;
  font-weight: 800;
  box-shadow: 0 7px 17px rgba(199, 70, 37, .2) !important;
}

body.st-design-system #es .btn-es-danger:hover,
body.st-design-system #es .btn-es-danger:focus,
body.st-design-system #es .btn-danger:hover,
body.st-design-system #es .btn-danger:focus,
body.st-design-system #es .o-btn--danger:hover,
body.st-design-system #es .o-btn--danger:focus {
  border-color: #9f341b !important;
  background: #9f341b !important;
  color: var(--st-white) !important;
}

body.st-design-system #es .btn-es-success,
body.st-design-system #es .btn-success,
body.st-design-system #es .o-btn--success {
  border-color: var(--st-teal-800) !important;
  background: var(--st-teal-800) !important;
  color: var(--st-white) !important;
  font-weight: 800;
}

body.st-design-system #es .btn-es-warning,
body.st-design-system #es .btn-warning,
body.st-design-system #es .o-btn--warning {
  border-color: var(--st-gold-500) !important;
  background: var(--st-gold-500) !important;
  color: var(--st-ink-950) !important;
  font-weight: 800;
}

body.st-design-system #es .es-privacy-toggle.btn {
  border-color: rgba(225, 177, 60, .78) !important;
  background: linear-gradient(135deg, var(--st-teal-800), var(--st-teal-700)) !important;
  color: var(--st-white) !important;
  box-shadow: 0 8px 20px rgba(6, 94, 99, .2) !important;
}

body.st-design-system #es .es-privacy-toggle.btn .fa-caret-down,
body.st-design-system #es .es-privacy-toggle.btn [class*="caret"] {
  color: #f6e7c5 !important;
  opacity: 1 !important;
  filter: drop-shadow(0 1px 0 rgba(0, 0, 0, .22));
}

body.st-design-system #es .es-privacy-toggle.btn:hover,
body.st-design-system #es .es-privacy-toggle.btn:focus,
body.st-design-system #es .es-privacy.active > .es-privacy-toggle.btn {
  border-color: var(--st-gold-500) !important;
  background: var(--st-ink-950) !important;
  color: var(--st-white) !important;
}

body.st-design-system #es .btn-control {
  color: var(--st-teal-800) !important;
}

body.st-design-system #es .btn-control:hover,
body.st-design-system #es .btn-control:focus {
  background: var(--st-mist-100) !important;
  color: var(--st-ink-950) !important;
}

body.st-design-system #es .btn-es-primary > *,
body.st-design-system #es .btn-es-default-o > *,
body.st-design-system #es .btn-es-default > *,
body.st-design-system #es .btn-es-danger > *,
body.st-design-system #es .btn-es-success > *,
body.st-design-system #es .btn-es-warning > *,
body.st-design-system #es .es-privacy-toggle.btn > * {
  color: inherit !important;
}

body.st-design-system #es .btn-es-primary:focus-visible,
body.st-design-system #es .btn-es-default-o:focus-visible,
body.st-design-system #es .btn-es-default:focus-visible,
body.st-design-system #es .btn-es-danger:focus-visible,
body.st-design-system #es .btn-es-success:focus-visible,
body.st-design-system #es .btn-es-warning:focus-visible,
body.st-design-system #es .es-story-meta-button:focus-visible,
body.st-design-system #es .es-privacy-toggle.btn:focus-visible {
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(8, 127, 134, .25) !important;
}

body.st-design-system #es button[disabled],
body.st-design-system #es .btn.disabled,
body.st-design-system #es [class*="btn-es-"].disabled {
  cursor: not-allowed !important;
  box-shadow: none !important;
  opacity: .5 !important;
  transform: none !important;
}

/* SecurityTalent Events directory and detail experience */
body.st-design-system.view-events #sp-main-body {
  padding-block: clamp(28px, 4vw, 64px);
}

body.st-design-system.view-events #sp-main-body > .container {
  width: min(100%, 1840px);
  max-width: 1840px;
  padding-inline: clamp(16px, 2vw, 34px);
}

body.st-design-system.view-events #sp-main-body > .container > .container-inner > .row {
  align-items: flex-start;
  gap: clamp(18px, 2vw, 32px);
  margin-inline: 0;
}

body.st-design-system.view-events #sp-left,
body.st-design-system.view-events #sp-component {
  min-width: 0;
  padding-inline: 0;
}

body.st-design-system.view-events #sp-left > .sp-column {
  display: grid;
  gap: 22px;
}

body.st-design-system.view-events #sp-left .sp-module {
  min-width: 0;
  margin: 0;
  padding: clamp(20px, 2vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(8, 127, 134, .23);
  border-radius: var(--st-radius-lg);
  background: linear-gradient(155deg, #fff 0%, #f1f8f6 100%);
  box-shadow: var(--st-shadow-soft);
}

body.st-design-system.view-events #sp-left .sp-module-title,
body.st-design-system.view-events #sp-left .st-es-member-rail-card .sp-module-title,
body.st-design-system.view-events #sp-left .st-easysocial-sidebar-card .sp-module-title {
  max-width: 100%;
  margin: 0 0 22px;
  padding: 0 0 18px;
  overflow-wrap: normal;
  border-bottom: 1px solid rgba(8, 127, 134, .22);
  color: var(--st-ink-950);
  font-size: clamp(1.45rem, 1.65vw, 1.85rem);
  line-height: 1.08;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

body.st-design-system.view-events #sp-left .mod-es-title {
  color: var(--st-teal-800);
  font-weight: 800;
  line-height: 1.3;
}

body.st-design-system.view-events #sp-left .mod-es-item {
  padding-block: 14px;
  border-color: rgba(8, 127, 134, .13);
}

body.st-design-system.view-events #sp-left .mod-es-meta {
  margin-top: 7px;
  color: var(--st-muted);
  font-size: .82rem;
  line-height: 1.45;
}

body.st-design-system.com-easysocial .st-profile-completion-duplicate {
  display: none !important;
}

/*
 * EasySocial groups page
 * Keep the profile prompt close to the group action, remove the unrelated
 * event rail from this view, and give the community introduction useful width.
 */
body.st-design-system.com-easysocial.st-es-context-rail-empty #sp-left {
  display: none !important;
}

body.st-design-system.com-easysocial.st-es-context-rail-empty #sp-component {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.st-design-system.com-easysocial:not(.view-events) #sp-left .st-es-events-rail-removed {
  display: none !important;
}

body.st-design-system.com-easysocial #es .es-sidebar > .st-es-sidebar-profile-completion {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 18px !important;
  padding: 16px !important;
  overflow: hidden;
  border: 1px solid rgba(8, 127, 134, .22);
  border-radius: 16px;
  background: linear-gradient(145deg, #fff 0%, #eef8f6 100%);
  box-shadow: 0 12px 28px rgba(7, 51, 62, .08);
}

body.st-design-system.com-easysocial #es .st-es-sidebar-profile-completion .sp-module-title {
  max-width: 100%;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  color: var(--st-ink-950);
  font-size: 1.05rem !important;
  font-weight: 850;
  line-height: 1.22;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

body.st-design-system.com-easysocial #es .st-es-sidebar-profile-completion .es-profile-completeness,
body.st-design-system.com-easysocial #es .st-es-sidebar-profile-completion .es-profile-completion {
  margin: 0 !important;
}

body.st-design-system.com-easysocial #es .st-es-sidebar-profile-completion a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 40px;
  margin-top: 10px;
  padding: 9px 12px;
  border: 1px solid var(--st-teal-700);
  border-radius: 10px;
  color: var(--st-teal-800) !important;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
}

body.st-design-system.com-easysocial #es .st-es-sidebar-profile-completion a:hover,
body.st-design-system.com-easysocial #es .st-es-sidebar-profile-completion a:focus-visible {
  background: var(--st-teal-800);
  color: #fff !important;
  outline: none;
}

body.st-design-system.view-groups #es .st-groups-intro {
  display: grid !important;
  grid-template-columns: minmax(440px, 1fr) minmax(220px, auto) !important;
  gap: clamp(28px, 4vw, 64px) !important;
  align-items: end !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

body.st-design-system.view-groups #es .st-groups-intro > div:first-child {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 760px !important;
}

body.st-design-system.view-groups #es .st-groups-intro h1,
body.st-design-system.view-groups #es .st-groups-intro p {
  width: auto !important;
  min-width: 0 !important;
  max-width: 760px !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body.st-design-system.view-groups #es .st-groups-intro > ul {
  width: auto !important;
  min-width: 220px !important;
  max-width: 360px !important;
  margin: 0 !important;
  justify-self: end;
  align-self: end;
}

body.st-design-system #es .es-stream-item .es-stream-meta-footer .es-privacy-toggle.btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin-inline-start: 6px !important;
  padding: 5px 8px !important;
  vertical-align: middle;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body.st-design-system #es .es-stream-item .es-stream-meta-footer > span:has(.es-privacy-toggle) {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

@media (max-width: 899.98px) {
  body.st-design-system.view-groups #es .st-groups-intro {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 22px !important;
  }

  body.st-design-system.view-groups #es .st-groups-intro > ul {
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    justify-self: stretch;
  }
}

body.st-design-system.view-events .es-component {
  color: var(--st-slate-700);
}

body.st-design-system.view-events .es-component .es-container {
  gap: clamp(18px, 2vw, 28px);
}

body.st-design-system.view-events .es-component .es-container__sidebar {
  flex: 0 0 238px;
  width: 238px;
  min-width: 0;
}

body.st-design-system.view-events .es-component .es-content {
  flex: 1 1 0;
  min-width: 0;
}

body.st-design-system.view-events .es-component .es-sidebar {
  padding: 20px;
  border: 1px solid rgba(8, 127, 134, .2);
  border-radius: var(--st-radius-md);
  background: rgba(255, 255, 255, .88);
  box-shadow: var(--st-shadow-soft);
  backdrop-filter: blur(12px);
}

body.st-design-system.view-events .es-component .es-side-widget + .es-side-widget {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--st-mist-200);
}

body.st-design-system.view-events .es-component .es-side-widget__title {
  color: var(--st-ink-950);
  font-size: 1rem;
  font-weight: 850;
  letter-spacing: -.01em;
}

body.st-design-system.view-events .es-component .o-tabs--stacked .o-tabs__item {
  border-radius: 10px;
}

body.st-design-system.view-events .es-component .o-tabs--stacked .o-tabs__item.active,
body.st-design-system.view-events .es-component .o-tabs--stacked .o-tabs__item:hover {
  background: var(--st-mist-100);
}

body.st-design-system.view-events .es-component .o-tabs--stacked .o-tabs__item.active {
  box-shadow: inset -3px 0 0 var(--st-teal-650);
}

html[dir="rtl"] body.st-design-system.view-events .es-component .o-tabs--stacked .o-tabs__item.active {
  box-shadow: inset 3px 0 0 var(--st-teal-650);
}

body.st-design-system.view-events .es-component .o-tabs--stacked .o-tabs__link {
  color: var(--st-slate-700);
  font-weight: 700;
}

body.st-design-system.view-events .es-component .o-tabs__bubble {
  border-radius: 999px;
  background: var(--st-mist-100);
  color: var(--st-teal-800);
  font-weight: 800;
}

body.st-design-system.view-events.layout-default .es-content > .es-snackbar,
body.st-design-system.view-events.layout-default .es-content > .es-toolbar,
body.st-design-system.view-events.layout-default .es-content > [data-sorting] {
  border-radius: var(--st-radius-md);
}

body.st-design-system.view-events.layout-default .es-cards.es-cards--2 {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin: 0 !important;
}

body.st-design-system.view-events.layout-default .es-cards.es-cards--2 > .es-cards__item {
  float: none !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

body.st-design-system.view-events .es-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(8, 127, 134, .2);
  border-radius: var(--st-radius-md);
  background: #fff;
  box-shadow: var(--st-shadow-soft);
  transition: transform var(--st-motion), box-shadow var(--st-motion), border-color var(--st-motion);
}

body.st-design-system.view-events .es-card:hover,
body.st-design-system.view-events .es-card:focus-within {
  border-color: rgba(8, 127, 134, .48);
  box-shadow: var(--st-shadow-lift);
  transform: translateY(-4px);
}

body.st-design-system.view-events .es-card__hd {
  position: relative;
  overflow: hidden;
  background: var(--st-ink-950);
}

body.st-design-system.view-events .es-card__cover,
body.st-design-system.view-events .es-profile-header__cover.no-cover {
  background-image:
    linear-gradient(110deg, rgba(6, 44, 54, .18), rgba(7, 94, 99, .08)),
    url("../images/st-events-conference-cover.webp") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

body.st-design-system.view-events .es-card__cover::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(6, 44, 54, .26));
  content: "";
  pointer-events: none;
}

body.st-design-system.view-events .es-card__bd {
  padding: clamp(20px, 2vw, 27px);
}

body.st-design-system.view-events .es-card__title {
  margin-bottom: 12px;
  color: var(--st-ink-950);
  font-size: clamp(1.12rem, 1.25vw, 1.35rem);
  line-height: 1.22;
}

body.st-design-system.view-events .es-card__title a {
  color: var(--st-ink-950);
  text-decoration: none;
}

body.st-design-system.view-events .es-card__title a:hover,
body.st-design-system.view-events .es-card__title a:focus-visible {
  color: var(--st-teal-650);
}

body.st-design-system.view-events .es-card__bd p,
body.st-design-system.view-events .es-card__bd .es-card__desc {
  color: var(--st-slate-700);
  line-height: 1.62;
}

body.st-design-system.view-events .es-card__meta,
body.st-design-system.view-events .es-card__meta a {
  color: var(--st-muted);
}

body.st-design-system.view-events .es-card__ft {
  padding: 16px 20px;
  border-top: 1px solid var(--st-mist-200);
  background: var(--st-mist-100);
}

/*
 * EasySocial ships the event RSVP dropdown as an outlined default button.
 * On the light card footer that can resolve to an almost-white control with
 * low-contrast text. Keep the event action visibly branded in every state.
 */
body.st-design-system.view-events #es .es-card__ft .o-btn-group > .btn-es-default-o,
body.st-design-system.view-events #es .es-card__ft .o-btn-group.open > .btn-es-default-o,
body.st-design-system.view-events #es .es-card__ft .o-btn-group > button.dropdown-toggle_,
body.st-design-system.view-events #es .es-card__ft .o-btn-group.open > button.dropdown-toggle_ {
  min-width: 92px;
  min-height: 42px;
  border: 1px solid var(--st-teal-650) !important;
  border-radius: 10px !important;
  background: var(--st-teal-650) !important;
  color: #fff !important;
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .01em;
  line-height: 1.15;
  box-shadow: 0 8px 18px rgba(8, 127, 134, .2);
  opacity: 1 !important;
  transition:
    background-color var(--st-motion),
    border-color var(--st-motion),
    box-shadow var(--st-motion),
    transform var(--st-motion);
}

body.st-design-system.view-events #es .es-card__ft .o-btn-group > .btn-es-default-o:hover,
body.st-design-system.view-events #es .es-card__ft .o-btn-group > .btn-es-default-o:focus,
body.st-design-system.view-events #es .es-card__ft .o-btn-group > .btn-es-default-o:focus-visible,
body.st-design-system.view-events #es .es-card__ft .o-btn-group.open > .btn-es-default-o,
body.st-design-system.view-events #es .es-card__ft .o-btn-group > button.dropdown-toggle_:hover,
body.st-design-system.view-events #es .es-card__ft .o-btn-group > button.dropdown-toggle_:focus,
body.st-design-system.view-events #es .es-card__ft .o-btn-group > button.dropdown-toggle_:focus-visible,
body.st-design-system.view-events #es .es-card__ft .o-btn-group.open > button.dropdown-toggle_ {
  border-color: var(--st-ink-950) !important;
  background: var(--st-ink-950) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(6, 44, 54, .24);
  transform: translateY(-1px);
}

body.st-design-system.view-events #es .es-card__ft .btn-es-default-o > span,
body.st-design-system.view-events #es .es-card__ft .btn-es-default-o > i,
body.st-design-system.view-events #es .es-card__ft .o-btn-group > button.dropdown-toggle_ > span,
body.st-design-system.view-events #es .es-card__ft .o-btn-group > button.dropdown-toggle_ > i {
  color: inherit !important;
}

body.st-design-system.view-events .es-card .o-btn--primary,
body.st-design-system.view-events .es-card .btn-es-primary,
body.st-design-system.view-events .es-profile .o-btn--primary,
body.st-design-system.view-events .es-profile .btn-es-primary {
  border-color: var(--st-teal-650) !important;
  background: var(--st-teal-650) !important;
  color: #fff !important;
  box-shadow: 0 8px 18px rgba(8, 127, 134, .2);
}

body.st-design-system.view-events .es-card .o-btn--primary:hover,
body.st-design-system.view-events .es-card .o-btn--primary:focus-visible,
body.st-design-system.view-events .es-profile .o-btn--primary:hover,
body.st-design-system.view-events .es-profile .o-btn--primary:focus-visible {
  border-color: var(--st-ink-950) !important;
  background: var(--st-ink-950) !important;
}

body.st-design-system.view-events.layout-item .es-profile {
  overflow: hidden;
  border: 1px solid rgba(8, 127, 134, .2);
  border-radius: var(--st-radius-lg);
  background: #fff;
  box-shadow: var(--st-shadow-soft);
}

body.st-design-system.view-events.layout-item .es-profile-header {
  margin: 0;
  border: 0;
  background: #fff;
}

body.st-design-system.view-events.layout-item .es-profile-header__cover {
  height: clamp(220px, 21vw, 330px);
  min-height: 220px;
}

body.st-design-system.view-events.layout-item .es-profile-header__bd {
  padding: clamp(24px, 3vw, 40px);
}

body.st-design-system.view-events.layout-item .es-profile-header__title {
  color: var(--st-ink-950);
  font-size: clamp(1.65rem, 2.4vw, 2.55rem);
  line-height: 1.14;
}

body.st-design-system.view-events.layout-item .es-profile-header__meta,
body.st-design-system.view-events.layout-item .es-profile-header__meta a {
  color: var(--st-muted);
}

body.st-design-system.view-events.layout-item .es-profile-header-nav {
  overflow-x: auto;
  border-top: 1px solid var(--st-mist-200);
  background: var(--st-mist-100);
  scrollbar-width: thin;
}

body.st-design-system.view-events.layout-item .es-profile-header-nav .o-tabs__link {
  min-height: 52px;
  color: var(--st-slate-700);
  font-weight: 750;
  white-space: nowrap;
}

body.st-design-system.view-events.layout-item .es-profile-header-nav .active .o-tabs__link {
  color: var(--st-teal-650);
}

body.st-design-system.view-events.layout-item .es-profile + .es-container,
body.st-design-system.view-events.layout-item .es-profile ~ .es-container {
  margin-top: 24px;
}

body.st-design-system.view-events.layout-item .es-container__sidebar {
  flex-basis: 330px;
  width: 330px;
}

body.st-design-system.view-events.layout-item .es-container__sidebar .es-sidebar {
  position: sticky;
  top: 110px;
}

body.st-design-system.view-events.layout-item .es-container__sidebar .es-side-widget__bd {
  color: var(--st-slate-700);
  font-size: .96rem;
  line-height: 1.65;
}

body.st-design-system.view-events.layout-item .es-container__sidebar .es-side-widget__bd a {
  color: var(--st-teal-650);
  font-weight: 700;
}

body.st-design-system.view-events.layout-item .es-content {
  min-height: 440px;
  padding: clamp(20px, 2.4vw, 34px);
  border: 1px solid rgba(8, 127, 134, .16);
  border-radius: var(--st-radius-md);
  background: rgba(255, 255, 255, .94);
  box-shadow: var(--st-shadow-soft);
}

@media (min-width: 1200px) {
  body.st-design-system.view-events #sp-main-body > .container > .container-inner > .row {
    flex-wrap: nowrap;
  }

  body.st-design-system.view-events #sp-left {
    flex: 0 0 286px;
    width: 286px;
    max-width: 286px;
  }

  body.st-design-system.view-events #sp-component {
    flex: 1 1 0;
    width: auto;
    max-width: none;
  }
}

@media (max-width: 1550px) {
  body.st-design-system.view-events.layout-default .es-cards.es-cards--2 {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1199.98px) {
  body.st-design-system.view-events #sp-main-body > .container > .container-inner > .row {
    display: flex;
  }

  body.st-design-system.view-events #sp-component {
    order: 1;
    width: 100%;
  }

  body.st-design-system.view-events #sp-left {
    order: 2;
    width: 100%;
  }

  body.st-design-system.view-events #sp-left > .sp-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 26px;
  }

  body.st-design-system.view-events .es-component .es-container__sidebar {
    flex-basis: 220px;
    width: 220px;
  }
}

@media (max-width: 767.98px) {
  body.st-design-system.view-events #sp-main-body {
    padding-block: 20px 40px;
  }

  body.st-design-system.view-events #sp-main-body > .container {
    padding-inline: 12px;
  }

  body.st-design-system.view-events #sp-left > .sp-column {
    grid-template-columns: 1fr;
  }

  body.st-design-system.view-events #sp-left .sp-module-title {
    font-size: clamp(1.35rem, 7vw, 1.65rem);
  }

  body.st-design-system.view-events .es-component .es-container {
    display: block;
  }

  body.st-design-system.view-events .es-component .es-container__sidebar,
  body.st-design-system.view-events.layout-item .es-container__sidebar {
    width: 100%;
    margin-bottom: 20px;
  }

  body.st-design-system.view-events .es-component .es-sidebar,
  body.st-design-system.view-events.layout-item .es-container__sidebar .es-sidebar {
    position: static;
  }

  body.st-design-system.view-events.layout-default .es-cards.es-cards--2 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  body.st-design-system.view-events.layout-item .es-profile-header__cover {
    height: 200px;
    min-height: 200px;
  }

  body.st-design-system.view-events.layout-item .es-profile-header__bd {
    padding: 22px 18px;
  }

  body.st-design-system.view-events.layout-item .es-profile-header__action-wrap {
    margin-top: 18px;
  }

  body.st-design-system.view-events.layout-item .es-content {
    min-height: 320px;
    padding: 18px;
  }
}

/*
 * EasySocial contextual shell
 * Joomla's generic template rail is not aware of the active EasySocial view.
 * The companion script moves only the relevant modules into this stable
 * es-side shell, with profile completion first in every member view.
 */
body.st-design-system.com-easysocial.st-es-context-shell #sp-component {
  flex: 0 0 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.st-design-system.com-easysocial.st-es-context-shell #sp-left {
  display: none !important;
}

body.st-design-system.com-easysocial .st-es-context-layout {
  display: grid;
  grid-template-columns: minmax(240px, 292px) minmax(0, 1fr);
  gap: clamp(18px, 2vw, 30px);
  align-items: start;
  width: 100%;
  min-width: 0;
}

body.st-design-system.com-easysocial .st-es-context-layout--no-sidebar {
  grid-template-columns: minmax(0, 1fr);
}

body.st-design-system.com-easysocial .st-es-context-layout--no-sidebar > .st-es-context-sidebar {
  display: none;
}

body.st-design-system.com-easysocial .st-es-context-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
  min-width: 0;
  max-height: calc(100dvh - 124px);
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
}

body.st-design-system.com-easysocial .st-es-context-main,
body.st-design-system.com-easysocial .st-es-context-main > #es.es-component {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

body.st-design-system.com-easysocial .st-es-context-sidebar > .sp-module {
  box-sizing: border-box;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 16px !important;
  overflow: hidden;
  border: 1px solid rgba(8, 127, 134, .2) !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, #fff 0%, #f0f8f6 100%) !important;
  box-shadow: 0 12px 28px rgba(7, 51, 62, .08) !important;
}

body.st-design-system.com-easysocial .st-es-context-sidebar > .st-es-sidebar-profile-completion a,
body.st-design-system.com-easysocial .st-es-context-sidebar > .st-easysocial-sidebar-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  padding: 10px 14px;
  border: 1px solid #0b8990;
  border-radius: 12px;
  color: #075f66 !important;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  overflow-wrap: anywhere;
}

body.st-design-system.com-easysocial .st-es-context-sidebar > .st-es-sidebar-profile-completion a:hover,
body.st-design-system.com-easysocial .st-es-context-sidebar > .st-easysocial-sidebar-card a:hover {
  color: #fff !important;
  background: linear-gradient(135deg, #087d82 0%, #0fa5a8 100%);
}

body.st-design-system.com-easysocial .st-es-context-sidebar > .sp-module[hidden],
body.st-design-system.com-easysocial .st-es-context-module-hidden {
  display: none !important;
}

body.st-design-system.com-easysocial .st-es-context-sidebar .sp-module-title {
  max-width: 100%;
  margin: 0 0 14px !important;
  color: var(--st-ink-950) !important;
  font-size: clamp(1.1rem, 1.35vw, 1.35rem) !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: none !important;
}

body.st-design-system.com-easysocial .st-es-context-sidebar > .st-es-sidebar-profile-completion .sp-module-title {
  font-size: clamp(1rem, 1.2vw, 1.2rem) !important;
  line-height: 1.16 !important;
}

body.st-design-system.com-easysocial .st-es-context-sidebar .mod-card,
body.st-design-system.com-easysocial .st-es-context-sidebar .mod-es-item {
  min-width: 0 !important;
  max-width: 100% !important;
}

body.st-design-system.com-easysocial .st-es-context-sidebar img {
  max-width: 100%;
  height: auto;
}

/*
 * EasySocial floating UI
 * Constrain every body-level popbox to a useful reading width and a viewport
 * safe height. The script anchors the normalized panel to its active trigger.
 */
body.st-design-system .st-es-popbox-normalized {
  box-sizing: border-box !important;
  min-width: 0 !important;
  max-height: min(72dvh, 560px) !important;
  border: 1px solid rgba(8, 127, 134, .24) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 18px 46px rgba(6, 47, 58, .2) !important;
  overflow: auto !important;
  overscroll-behavior: contain;
  z-index: 11050 !important;
}

body.st-design-system .st-es-popbox-profile {
  width: 600px !important;
  max-width: calc(100vw - 24px) !important;
  height: 400px !important;
  max-height: calc(100dvh - 24px) !important;
}

body.st-design-system .st-es-popbox-reaction {
  width: min(390px, calc(100vw - 24px)) !important;
  max-width: min(390px, calc(100vw - 24px)) !important;
}

body.st-design-system .st-es-popbox-giphy {
  width: min(480px, calc(100vw - 24px)) !important;
  max-width: min(480px, calc(100vw - 24px)) !important;
}

body.st-design-system .st-es-popbox-privacy {
  width: min(280px, calc(100vw - 24px)) !important;
  max-width: min(280px, calc(100vw - 24px)) !important;
}

body.st-design-system .st-es-popbox-generic {
  width: min(360px, calc(100vw - 24px)) !important;
  max-width: min(360px, calc(100vw - 24px)) !important;
}

body.st-design-system .st-es-popbox-normalized .popbox-content,
body.st-design-system .st-es-popbox-normalized .es-popbox-content,
body.st-design-system .st-es-popbox-normalized [class*="popbox-content"] {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body.st-design-system .st-es-reactions-complete .st-es-reaction-control {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  margin: 2px;
  padding: 6px !important;
  border-radius: 10px;
  transition: background var(--st-motion), transform var(--st-motion);
}

body.st-design-system .st-es-reactions-complete .st-es-reaction-control:hover,
body.st-design-system .st-es-reactions-complete .st-es-reaction-control:focus-visible {
  background: var(--st-mist-100);
  outline: 2px solid rgba(8, 127, 134, .28);
  transform: translateY(-1px);
}

body.st-design-system #es .es-stream-item:has(.dropdown-menu.show),
body.st-design-system #es .es-stream-item:has(.dropdown-menu[aria-expanded="true"]),
body.st-design-system #es .es-stream-item:has(.popbox-open) {
  z-index: 120 !important;
  overflow: visible !important;
}

body.st-design-system #es .dropdown-menu.show,
body.st-design-system #es .dropdown-menu[style*="display: block"],
body.st-design-system #es .es-comments-wrap,
body.st-design-system #es .es-comments-form {
  max-width: 100% !important;
}

body.st-design-system #es .dropdown-menu.show,
body.st-design-system #es .dropdown-menu[style*="display: block"] {
  z-index: 11040 !important;
}

@media (max-width: 991.98px) {
  body.st-design-system.com-easysocial .st-es-context-layout {
    grid-template-columns: minmax(210px, 250px) minmax(0, 1fr);
    gap: 18px;
  }
}

@media (max-width: 767.98px) {
  body.st-design-system.com-easysocial .st-es-context-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  body.st-design-system.com-easysocial .st-es-context-sidebar {
    position: static;
    order: 0;
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
  }

  body.st-design-system.com-easysocial .st-es-context-sidebar > .sp-module:not(.st-es-sidebar-profile-completion) {
    display: none !important;
  }

  body.st-design-system.com-easysocial .st-es-context-main {
    order: 1;
  }

  body.st-design-system.com-easysocial .st-es-context-sidebar > .sp-module {
    padding: 14px !important;
    border-radius: 16px !important;
  }

  body.st-design-system.com-easysocial .st-es-context-sidebar > .st-es-sidebar-profile-completion {
    padding: 12px 14px !important;
  }

  body.st-design-system.com-easysocial .st-es-context-sidebar > .st-es-sidebar-profile-completion .sp-module-title {
    margin-bottom: 8px !important;
    font-size: .98rem !important;
  }

  body.st-design-system.com-easysocial #sp-main-body,
  body.st-design-system.com-easysocial #sp-component,
  body.st-design-system.com-easysocial .st-es-context-layout,
  body.st-design-system.com-easysocial .st-es-context-main,
  body.st-design-system.com-easysocial .st-es-context-main > #es.es-component,
  body.st-design-system.com-easysocial #es .es-streams,
  body.st-design-system.com-easysocial #es .es-stream-list {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
  }

  body.st-design-system.com-easysocial #sp-main-body {
    position: relative;
    z-index: 1;
    clear: both;
    background: var(--st-cloud-50);
  }

  body.st-design-system.com-easysocial #sp-footer,
  body.st-design-system.com-easysocial #sp-bottom {
    position: relative !important;
    z-index: 0;
    clear: both !important;
  }

  body.st-design-system.com-easysocial .st-es-context-sidebar > .st-es-sidebar-profile-completion .sp-module-title {
    font-size: 1rem !important;
    line-height: 1.14 !important;
  }

  body.st-design-system .st-es-popbox-normalized {
    width: calc(100vw - 16px) !important;
    max-width: calc(100vw - 16px) !important;
    max-height: calc(100dvh - 24px) !important;
    border-radius: 14px !important;
  }

  body.st-design-system .st-es-popbox-profile {
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100dvh - 24px) !important;
  }

  body.st-design-system .st-es-popbox-giphy {
    max-height: min(68dvh, 480px) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.st-design-system *,
  body.st-design-system *::before,
  body.st-design-system *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
