.elementor-widget-adbn-osun-election-centre,
.elementor-widget-adbn-osun-election-centre > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  align-self: stretch;
}

.adbn-oec {
  --oec-red: #e30613;
  --oec-black: #090a0d;
  --oec-bg: #f4f4f1;
  --oec-card: #fff;
  --oec-text: #121317;
  width: 100%;
  max-width: none;
  overflow: hidden;
  background: var(--oec-bg);
  color: var(--oec-text);
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}

.adbn-oec *,
.adbn-oec *::before,
.adbn-oec *::after {
  box-sizing: border-box;
}

.adbn-oec img {
  max-width: 100%;
}

.adbn-oec a {
  color: inherit;
  text-decoration: none;
}

.adbn-oec--full-bleed {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
}

.adbn-oec__masthead {
  position: relative;
  padding: clamp(26px, 4vw, 64px) clamp(22px, 5vw, 86px) 0;
  overflow: hidden;
  border-top: 6px solid var(--oec-red);
  background-color: var(--oec-black);
  background-image:
    radial-gradient(circle at 1px 1px, rgba(255,255,255,.07) 1.25px, transparent 1.3px),
    radial-gradient(circle at 95% 12%, rgba(227,6,19,.2), transparent 27%);
  background-size: 34px 34px, 100% 100%;
  color: #fff;
}

.adbn-oec__masthead::after {
  content: '';
  position: absolute;
  right: -95px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 2px solid rgba(227,6,19,.2);
  border-radius: 50%;
  box-shadow: 0 0 0 45px rgba(227,6,19,.04), 0 0 0 90px rgba(227,6,19,.025);
}

.adbn-oec__brandline,
.adbn-oec__heading-row,
.adbn-oec__nav {
  position: relative;
  z-index: 1;
}

.adbn-oec__brandline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: clamp(30px, 5vw, 58px);
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.adbn-oec__brandmarks {
	display: flex;
	align-items: center;
	gap: 10px;
}

.adbn-oec__brandmark {
  display: block;
	width: auto;
	height: clamp(38px, 3.6vw, 54px);
	object-fit: contain;
}

.adbn-oec__brandline span {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: #d7d7da;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.adbn-oec__brandline i,
.adbn-oec__section-heading--dark span i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--oec-red);
  box-shadow: 0 0 0 6px rgba(227,6,19,.14);
  animation: adbn-oec-live 1.8s infinite;
}

.adbn-oec__heading-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding: clamp(32px, 5vw, 66px) 0 clamp(34px, 4vw, 54px);
}

.adbn-oec__kicker {
  margin: 0 0 15px !important;
  color: var(--oec-red);
  font-size: clamp(11px, 1vw, 14px);
  font-weight: 900;
  letter-spacing: .23em;
  line-height: 1.25;
  text-transform: uppercase;
}

.adbn-oec__heading-row h1 {
  max-width: 1000px;
  margin: 0 !important;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(42px, 6.3vw, 92px);
  font-weight: 700;
  letter-spacing: -.045em;
  line-height: .98;
}

.adbn-oec__intro {
  max-width: 820px;
  margin: 22px 0 0 !important;
  color: #b9b9be;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.7;
}

.adbn-oec__date-stamp {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
  padding-left: 28px;
  border-left: 2px solid var(--oec-red);
}

.adbn-oec__date-stamp strong {
  color: #fff;
  font-size: clamp(48px, 5vw, 76px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .85;
}

.adbn-oec__date-stamp span {
  color: #bdbdc1;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.35;
}

.adbn-oec__nav {
  display: flex;
  width: calc(100% + clamp(44px, 10vw, 172px));
  margin-left: calc(-1 * clamp(22px, 5vw, 86px));
  padding: 0 clamp(22px, 5vw, 86px);
  overflow-x: auto;
  border-top: 1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.27);
  scrollbar-width: none;
}

.adbn-oec__nav::-webkit-scrollbar { display: none; }

.adbn-oec__nav a {
  position: relative;
  display: inline-flex;
  min-height: 70px;
  padding: 0 clamp(16px, 2.6vw, 38px);
  align-items: center;
  color: #e4e4e6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  white-space: nowrap;
}

.adbn-oec__nav a:first-child { padding-left: 0; }

.adbn-oec__nav a::after {
  content: '';
  position: absolute;
  right: 20%;
  bottom: 0;
  left: 20%;
  height: 3px;
  background: var(--oec-red);
  transform: scaleX(0);
  transition: transform .2s ease;
}

.adbn-oec__nav a:hover::after,
.adbn-oec__nav a:focus-visible::after { transform: scaleX(1); }

.adbn-oec__advert {
  padding: 22px clamp(22px, 5vw, 86px);
  text-align: center;
}

.adbn-oec__advert > span {
  display: block;
  margin-bottom: 8px;
  color: #96979b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.adbn-oec__advert img {
  display: block;
  width: 100%;
  max-height: 160px;
  object-fit: cover;
}

.adbn-oec__main { width: 100%; }

.adbn-oec__section {
  padding: clamp(52px, 7vw, 100px) clamp(22px, 5vw, 86px);
  scroll-margin-top: 30px;
}

.adbn-oec__section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: clamp(26px, 3vw, 44px);
  padding-bottom: 19px;
  border-bottom: 1px solid #d3d3d0;
}

.adbn-oec__section-heading span {
  display: block;
  margin-bottom: 8px;
  color: var(--oec-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.adbn-oec__section-heading h2 {
  margin: 0 !important;
  color: var(--oec-text);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(31px, 4vw, 56px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1;
}

.adbn-oec__section-heading > a {
  color: var(--oec-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.adbn-oec__lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.08fr) minmax(280px, .92fr);
  gap: clamp(22px, 3vw, 42px);
}

.adbn-oec__lead-side {
  display: grid;
  align-content: start;
  gap: 30px;
}

.adbn-oec-card {
  min-width: 0;
  overflow: hidden;
  background: var(--oec-card);
}

.adbn-oec-card__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #191a1e;
}

.adbn-oec-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease, opacity .35s ease;
}

.adbn-oec-card:hover .adbn-oec-card__image img { transform: scale(1.035); opacity: .92; }

.adbn-oec-card__label {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 9px 13px;
  background: var(--oec-red);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.adbn-oec-card__body { padding: clamp(18px, 2vw, 28px); }

.adbn-oec-card__body time {
  display: block;
  margin-bottom: 10px;
  color: #77797f;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.adbn-oec-card__body h3 {
  margin: 0 !important;
  color: var(--oec-text);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(20px, 2vw, 31px);
  font-weight: 700;
  line-height: 1.14;
}

.adbn-oec-card__body p {
  margin: 14px 0 0 !important;
  color: #606269;
  font-size: 14px;
  line-height: 1.65;
}

.adbn-oec-card__read {
  display: inline-flex;
  margin-top: 18px;
  align-items: center;
  gap: 9px;
  color: var(--oec-red) !important;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.adbn-oec-card--lead .adbn-oec-card__image { height: clamp(390px, 45vw, 680px); }
.adbn-oec-card--lead .adbn-oec-card__body { padding: clamp(24px, 3vw, 40px); }
.adbn-oec-card--lead .adbn-oec-card__body h3 { font-size: clamp(30px, 3.3vw, 53px); }
.adbn-oec-card--side { border-bottom: 3px solid var(--oec-red); }
.adbn-oec-card--side .adbn-oec-card__image { height: clamp(160px, 17vw, 245px); }
.adbn-oec-card--side .adbn-oec-card__body h3 { font-size: clamp(19px, 1.7vw, 27px); }
.adbn-oec-card--side .adbn-oec-card__read { display: none; }

.adbn-oec__social-section {
	position: relative;
	overflow: hidden;
	background:
		radial-gradient(circle at 8% 16%, rgba(24,119,242,.09), transparent 25%),
		radial-gradient(circle at 94% 10%, rgba(15,16,19,.08), transparent 27%),
		linear-gradient(145deg, #f8f8f6 0%, #eceef2 100%);
}

.adbn-oec__social-section::after {
	content: '#OSUNDECIDES';
	position: absolute;
	right: -20px;
	bottom: 20px;
	color: rgba(13,14,18,.035);
	font-size: clamp(70px, 11vw, 180px);
	font-weight: 900;
	letter-spacing: -.07em;
	line-height: .8;
	pointer-events: none;
}

.adbn-oec__section-heading--social,
.adbn-oec-social {
	position: relative;
	z-index: 1;
}

.adbn-oec-social__intro {
	position: relative;
	z-index: 1;
	max-width: 840px;
	margin: -16px 0 clamp(25px, 4vw, 44px) !important;
	color: #64666d;
	font-size: clamp(14px, 1.25vw, 18px);
	line-height: 1.7;
}

.adbn-oec-social__trends {
	display: grid;
	grid-template-columns: minmax(190px, .35fr) minmax(0, 1.65fr);
	margin-bottom: 28px;
	overflow: hidden;
	border-radius: 15px;
	background: #101114;
	box-shadow: 0 18px 48px rgba(10,11,15,.12);
}

.adbn-oec-social__trends > strong {
	display: flex;
	min-height: 88px;
	padding: 20px 24px;
	align-items: center;
	gap: 12px;
	border-right: 1px solid rgba(255,255,255,.13);
	color: #fff;
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.adbn-oec-social__trends > strong span {
	display: grid;
	width: 38px;
	height: 38px;
	flex: 0 0 38px;
	place-items: center;
	border-radius: 10px;
	background: #fff;
	color: #050506;
	font-size: 17px;
	font-weight: 900;
}

.adbn-oec-social__trends > div {
	display: flex;
	padding: 17px 20px;
	align-items: center;
	gap: 9px;
	overflow-x: auto;
}

.adbn-oec-social__trends a {
	display: flex;
	min-width: max-content;
	min-height: 48px;
	padding: 10px 15px;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	border: 1px solid rgba(255,255,255,.15);
	border-radius: 10px;
	color: #fff !important;
	font-size: 11px;
	font-weight: 800;
}

.adbn-oec-social__trends a:hover { border-color: var(--oec-red); background: rgba(227,6,19,.1); }
.adbn-oec-social__trends small { margin-top: 3px; color: #92949b; font-size: 8px; font-weight: 700; text-transform: uppercase; }

.adbn-oec-social__hashtags {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-bottom: 28px;
}

.adbn-oec-social__hashtags a {
	display: inline-flex;
	min-height: 34px;
	padding: 8px 13px;
	align-items: center;
	gap: 8px;
	border: 1px solid #d7d8dd;
	border-radius: 999px;
	background: rgba(255,255,255,.72);
	color: #292a30 !important;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .04em;
}

.adbn-oec-social__hashtags a:hover {
	border-color: #101114;
	background: #101114;
	color: #fff !important;
}

.adbn-oec-social__hashtags a span {
	display: grid;
	width: 20px;
	height: 20px;
	place-items: center;
	border-radius: 6px;
	background: #101114;
	color: #fff;
	font-size: 9px;
	font-weight: 900;
}

.adbn-oec-social__hashtags a:hover span { background: var(--oec-red); }

.adbn-oec-social__direct-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.65fr) minmax(300px, .85fr);
	align-items: start;
	gap: clamp(18px, 2.5vw, 34px);
}

.adbn-oec-social__network {
	min-width: 0;
	overflow: hidden;
	border: 1px solid #d5d6da;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 65px rgba(10,11,15,.12);
}

.adbn-oec-social__network > header {
	display: grid;
	min-height: 78px;
	padding: 15px 18px;
	grid-template-columns: 40px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	background: #101114;
	color: #fff;
}

.adbn-oec-social__network--facebook > header { background: #1877f2; }

.adbn-oec-social__network > header > span {
	display: grid;
	width: 40px;
	height: 40px;
	place-items: center;
	border: 1px solid rgba(255,255,255,.25);
	border-radius: 11px;
	background: #fff;
	color: #101114;
	font-size: 17px;
	font-weight: 900;
}

.adbn-oec-social__network--facebook > header > span { color: #1877f2; }
.adbn-oec-social__network > header strong,
.adbn-oec-social__network > header small { display: block; }
.adbn-oec-social__network > header strong { font-size: 12px; letter-spacing: .04em; }
.adbn-oec-social__network > header small { margin-top: 3px; color: rgba(255,255,255,.66); font-size: 8px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.adbn-oec-social__network > header a { color: #fff !important; font-size: 9px; font-weight: 900; text-transform: uppercase; }

.adbn-oec-social__x-feed,
.adbn-oec-social__facebook-feed {
	display: block;
	width: 100%;
	min-height: 420px;
	border: 0;
	background: #fff;
}

.adbn-oec-social__x-feed {
	overflow-y: auto;
	padding: 0 8px;
}

.adbn-oec-social__x-feed .twitter-timeline { display: block; padding: 24px; color: #111 !important; }
.adbn-oec-social__facebook-feed { max-width: 100%; overflow: hidden; }

.adbn-oec-social__api-feed {
	display: grid;
	max-height: 760px;
	padding: 14px;
	gap: 12px;
	overflow-y: auto;
	overscroll-behavior: contain;
	background: #f3f4f6;
}

.adbn-oec-social__api-card {
	min-width: 0;
	padding: 17px;
	border: 1px solid #e0e2e7;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(10,11,15,.055);
}

.adbn-oec-social__api-author {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
}

.adbn-oec-social__api-author > img,
.adbn-oec-social__api-author > span {
	display: grid;
	width: 42px;
	height: 42px;
	place-items: center;
	border-radius: 50%;
	background: #101114;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
	object-fit: cover;
}

.adbn-oec-social__api-feed--facebook .adbn-oec-social__api-author > span { background: #1877f2; }
.adbn-oec-social__api-author strong,
.adbn-oec-social__api-author small { display: block; }
.adbn-oec-social__api-author strong { color: #17181b; font-size: 12px; line-height: 1.25; }
.adbn-oec-social__api-author small { margin-top: 2px; color: #73767d; font-size: 9px; }
.adbn-oec-social__api-author time { color: #8b8e95; font-size: 8px; font-weight: 800; text-transform: uppercase; }

.adbn-oec-social__api-card > p {
	margin: 15px 0 0 !important;
	color: #313238;
	font-size: 12px;
	line-height: 1.6;
	white-space: normal;
	word-break: break-word;
}

.adbn-oec-social__api-media {
	display: block;
	margin-top: 14px;
	overflow: hidden;
	border-radius: 10px;
	background: #e9eaed;
}

.adbn-oec-social__api-media img {
	display: block;
	width: 100%;
	max-height: 340px;
	object-fit: cover;
}

.adbn-oec-social__api-actions {
	display: flex;
	margin-top: 14px;
	padding-top: 12px;
	align-items: center;
	flex-wrap: wrap;
	gap: 13px;
	border-top: 1px solid #eceef1;
	color: #777a82;
	font-size: 9px;
	font-weight: 800;
}

.adbn-oec-social__api-actions a {
	margin-left: auto;
	color: #111 !important;
	font-size: 9px;
	font-weight: 900;
	text-transform: uppercase;
}

.adbn-oec-social__api-feed--facebook .adbn-oec-social__api-actions a { color: #1877f2 !important; }

.adbn-oec-social__facebook-tabs {
	display: flex;
	padding: 10px;
	gap: 7px;
	overflow-x: auto;
	border-bottom: 1px solid #e1e3e8;
	background: #f5f7fb;
}

.adbn-oec-social__facebook-tabs button {
	min-width: max-content;
	min-height: 36px;
	padding: 8px 13px;
	border: 1px solid #d5d9e2;
	border-radius: 9px;
	background: #fff;
	color: #4a4d55;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .04em;
	cursor: pointer;
}

.adbn-oec-social__facebook-tabs button:hover,
.adbn-oec-social__facebook-tabs button.is-active {
	border-color: #1877f2;
	background: #1877f2;
	color: #fff;
}

.adbn-oec-social__facebook-panel[hidden] { display: none !important; }

.adbn-oec-social__facebook-posts {
	position: relative;
	margin-top: clamp(34px, 5vw, 62px);
	padding: clamp(24px, 4vw, 48px);
	overflow: hidden;
	border-radius: 18px;
	background: linear-gradient(140deg, #102a57 0%, #1877f2 62%, #4c93ee 100%);
	box-shadow: 0 24px 65px rgba(24,119,242,.2);
}

.adbn-oec-social__facebook-posts::after {
	content: 'f';
	position: absolute;
	right: -35px;
	top: -95px;
	color: rgba(255,255,255,.08);
	font-family: Arial, sans-serif;
	font-size: 340px;
	font-weight: 900;
	line-height: 1;
	pointer-events: none;
}

.adbn-oec-social__facebook-posts-head {
	position: relative;
	z-index: 1;
	display: flex;
	margin-bottom: 28px;
	align-items: center;
	gap: 15px;
	color: #fff;
}

.adbn-oec-social__facebook-posts-head > span {
	display: grid;
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	place-items: center;
	border: 1px solid rgba(255,255,255,.35);
	border-radius: 13px;
	background: rgba(255,255,255,.14);
	font-size: 23px;
	font-weight: 900;
}

.adbn-oec-social__facebook-posts-head h3 {
	margin: 0 !important;
	color: #fff;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: clamp(24px, 3vw, 40px);
}

.adbn-oec-social__facebook-posts-head p {
	margin: 6px 0 0 !important;
	color: rgba(255,255,255,.77);
	font-size: 12px;
}

.adbn-oec-social__facebook-posts-grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: 18px;
}

.adbn-oec-social__facebook-post {
	min-width: 0;
	overflow: hidden;
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 15px 36px rgba(6,25,55,.22);
}

.adbn-oec-social__facebook-post iframe {
	display: block;
	width: 100%;
	height: 620px;
	border: 0;
}

.adbn-oec-social__facebook-post > a {
	display: flex;
	min-height: 48px;
	padding: 10px 16px;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #e4e7ee;
	color: #1877f2 !important;
	font-size: 9px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.adbn-oec-social__network-empty {
	display: grid;
	min-height: 420px;
	padding: 30px;
	place-items: center;
	color: #676970;
	font-size: 13px;
	line-height: 1.65;
	text-align: center;
}

.adbn-oec-social__embed-shell {
	overflow: hidden;
	border: 1px solid #d5d6da;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 65px rgba(10,11,15,.12);
}

.adbn-oec-social__embed-head {
	display: flex;
	min-height: 82px;
	padding: 16px clamp(18px, 3vw, 32px);
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	background: #101114;
	color: #fff;
}

.adbn-oec-social__embed-head > div,
.adbn-oec-social__embed-head > small {
	display: flex;
	align-items: center;
	gap: 10px;
}

.adbn-oec-social__embed-head strong {
	margin-left: 4px;
	font-size: 12px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.adbn-oec-social__x-mark,
.adbn-oec-social__fb-mark {
	display: grid;
	width: 38px;
	height: 38px;
	place-items: center;
	border-radius: 10px;
	font-size: 17px;
	font-weight: 900;
}

.adbn-oec-social__x-mark { background: #fff; color: #050506; }
.adbn-oec-social__fb-mark { background: #1877f2; color: #fff; }
.adbn-oec-social__embed-head small { color: #aeb0b6; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.adbn-oec-social__embed-head small i { width: 8px; height: 8px; border-radius: 50%; background: #1fd56c; box-shadow: 0 0 0 5px rgba(31,213,108,.12); }

.adbn-oec-social__embed {
	display: block;
	width: 100%;
	min-height: 420px;
	border: 0;
	background: #f5f5f4;
}

.adbn-oec-social__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 24px;
	padding: 7px;
	border: 1px solid #d7d8dc;
	border-radius: 14px;
	background: rgba(255,255,255,.78);
	box-shadow: 0 10px 32px rgba(14,15,19,.05);
}

.adbn-oec-social__filters button {
	min-height: 40px;
	padding: 9px 16px;
	border: 0;
	border-radius: 9px;
	background: transparent;
	color: #575961;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .08em;
	text-transform: uppercase;
	cursor: pointer;
}

.adbn-oec-social__filters button:hover,
.adbn-oec-social__filters button.is-active {
	background: #101114;
	color: #fff;
}

.adbn-oec-social__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: start;
	gap: clamp(16px, 2vw, 28px);
}

.adbn-oec-social-card {
	--social-colour: #111;
	position: relative;
	min-width: 0;
	padding: clamp(18px, 2vw, 26px);
	overflow: hidden;
	border: 1px solid #dedfe3;
	border-top: 4px solid var(--social-colour);
	border-radius: 3px 3px 16px 16px;
	background: rgba(255,255,255,.95);
	box-shadow: 0 18px 48px rgba(10,11,15,.075);
	transition: transform .22s ease, box-shadow .22s ease;
}

.adbn-oec-social-card[hidden] { display: none !important; }

.adbn-oec-social-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 24px 58px rgba(10,11,15,.12);
}

.adbn-oec-social-card--facebook { --social-colour: #1877f2; }
.adbn-oec-social-card--featured { grid-column: span 2; }
.adbn-oec-social-card--featured > p { max-width: 900px; font-size: clamp(15px, 1.25vw, 18px); }

.adbn-oec-social-card__top {
	display: grid;
	grid-template-columns: 36px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
}

.adbn-oec-social-card__network {
	display: grid;
	width: 36px;
	height: 36px;
	place-items: center;
	border-radius: 10px;
	background: var(--social-colour);
	color: #fff;
	font-size: 17px;
	font-weight: 900;
}

.adbn-oec-social-card__person {
	display: flex;
	min-width: 0;
	align-items: center;
	gap: 10px;
}

.adbn-oec-social-card__person > img,
.adbn-oec-social-card__person > span {
	display: grid;
	width: 36px;
	height: 36px;
	flex: 0 0 36px;
	place-items: center;
	border-radius: 50%;
	background: #ebecf0;
	color: #222329;
	font-size: 13px;
	font-weight: 900;
	object-fit: cover;
}

.adbn-oec-social-card__person div { min-width: 0; }
.adbn-oec-social-card__person strong,
.adbn-oec-social-card__person small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.adbn-oec-social-card__person strong { color: #15161a; font-size: 12px; }
.adbn-oec-social-card__person small { margin-top: 3px; color: #85878e; font-size: 9px; }

.adbn-oec-social-card__top time {
	color: #9b9ca2;
	font-size: 9px;
	font-weight: 700;
	white-space: nowrap;
}

.adbn-oec-social-card__image {
	display: block;
	height: clamp(180px, 18vw, 280px);
	margin: 20px calc(-1 * clamp(18px, 2vw, 26px)) 0;
	overflow: hidden;
	background: #15161a;
}

.adbn-oec-social-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.adbn-oec-social-card > p {
	margin: 20px 0 0 !important;
	color: #383a40;
	font-size: 14px;
	line-height: 1.65;
}

.adbn-oec-social-card__foot {
	display: flex;
	margin-top: 22px;
	padding-top: 16px;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	border-top: 1px solid #e5e5e8;
	color: #898b92;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.adbn-oec-social-card__foot a { color: var(--social-colour); }
.adbn-oec-social-card__foot b { margin-left: 4px; font-size: 13px; }

.adbn-oec-social__empty {
	display: flex;
	min-height: 170px;
	padding: clamp(25px, 4vw, 48px);
	align-items: center;
	gap: 25px;
	border-radius: 16px;
	background: #101114;
	color: #fff;
	box-shadow: 0 22px 55px rgba(10,11,15,.13);
}

.adbn-oec-social__empty strong { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(24px, 3vw, 38px); }
.adbn-oec-social__empty p { max-width: 790px; margin: 9px 0 0 !important; color: #aaacb2; line-height: 1.65; }

.adbn-oec-social__signal {
	display: flex;
	width: 92px;
	height: 92px;
	flex: 0 0 92px;
	align-items: flex-end;
	justify-content: center;
	gap: 7px;
	padding: 20px;
	border: 1px solid rgba(255,255,255,.17);
	border-radius: 50%;
}

.adbn-oec-social__signal i {
	display: block;
	width: 9px;
	border-radius: 5px;
	background: var(--oec-red);
	animation: adbn-oec-social-signal 1.1s ease-in-out infinite alternate;
}
.adbn-oec-social__signal i:nth-child(1) { height: 24px; }
.adbn-oec-social__signal i:nth-child(2) { height: 48px; animation-delay: .18s; }
.adbn-oec-social__signal i:nth-child(3) { height: 34px; animation-delay: .36s; }

.adbn-oec-social__platform-links {
	display: grid;
	grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
	gap: 12px;
	margin-top: clamp(25px, 4vw, 42px);
}

.adbn-oec-social__platform-link {
	display: grid;
	min-height: 76px;
	grid-template-columns: 38px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	padding: 16px 20px;
	border-radius: 13px;
	background: #111;
	color: #fff !important;
}

.adbn-oec-social__platform-link--facebook { background: #1877f2; }
.adbn-oec-social__platform-link span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; font-size: 17px; font-weight: 900; }
.adbn-oec-social__platform-link strong { font-size: 12px; letter-spacing: .04em; }
.adbn-oec-social__platform-link b { font-size: 18px; }

@keyframes adbn-oec-social-signal {
	from { opacity: .45; transform: scaleY(.65); }
	to { opacity: 1; transform: scaleY(1); }
}

.adbn-oec__live-section {
  position: relative;
  overflow: hidden;
  background-color: var(--oec-black);
  background-image: radial-gradient(circle at 1px 1px, rgba(255,255,255,.06) 1.2px, transparent 1.3px);
  background-size: 34px 34px;
  color: #fff;
}

.adbn-oec__live-section::before {
  content: 'LIVE';
  position: absolute;
  right: -15px;
  bottom: -55px;
  color: rgba(227,6,19,.075);
  font-size: clamp(150px, 23vw, 360px);
  font-weight: 900;
  letter-spacing: -.09em;
  line-height: .75;
  pointer-events: none;
}

.adbn-oec__section-heading--dark {
  position: relative;
  z-index: 1;
  border-bottom-color: rgba(255,255,255,.17);
}

.adbn-oec__section-heading--dark h2 { color: #fff; }
.adbn-oec__section-heading--dark span { display: inline-flex; align-items: center; gap: 10px; color: #c9c9cd; }

.adbn-oec__timeline {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255,255,255,.13);
}

.adbn-oec-update {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  gap: 22px;
  padding: clamp(24px, 3vw, 38px) clamp(20px, 3vw, 38px);
  border-right: 1px solid rgba(255,255,255,.13);
  border-bottom: 1px solid rgba(255,255,255,.13);
}

.adbn-oec-update time {
  color: var(--oec-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.adbn-oec-update h3 {
  margin: 0 !important;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(18px, 1.6vw, 25px);
  font-weight: 700;
  line-height: 1.25;
}

.adbn-oec-update p {
  margin: 10px 0 0 !important;
  color: #aeb0b6;
  font-size: 13px;
  line-height: 1.55;
}

.adbn-oec__results-section { background: #fff; }
.adbn-oec__results-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.5vw, 34px); }
.adbn-oec-card--result { border: 1px solid #dfdfe0; }
.adbn-oec-card--result .adbn-oec-card__image { height: clamp(200px, 20vw, 310px); }

.adbn-oec__video-section {
  background: #101114;
  color: #fff;
}

.adbn-oec__section-heading--video { border-bottom-color: rgba(255,255,255,.17); }
.adbn-oec__section-heading--video h2 { color: #fff; }
.adbn-oec__section-heading--video > a { color: #fff; }

.adbn-oec-video {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(300px, .8fr);
  gap: clamp(24px, 3vw, 42px);
}

.adbn-oec-video__embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-bottom: 5px solid var(--oec-red);
  background: #000;
}

.adbn-oec-video__embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.adbn-oec-video__featured h3 {
  margin: 20px 0 0 !important;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(25px, 2.6vw, 39px);
  font-weight: 700;
  line-height: 1.18;
}

.adbn-oec-video__playlist {
  max-height: 590px;
  padding-right: 7px;
  overflow-y: auto;
  scrollbar-color: var(--oec-red) rgba(255,255,255,.08);
  scrollbar-width: thin;
}

.adbn-oec-video-item {
  display: grid;
  width: 100%;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 16px;
  padding: 0 0 18px;
  margin: 0 0 18px;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  opacity: .72;
  transition: opacity .2s ease;
}

.adbn-oec-video-item:hover,
.adbn-oec-video-item.is-active { opacity: 1; }
.adbn-oec-video-item.is-active { border-bottom-color: var(--oec-red); }

.adbn-oec-video-item__thumb,
.adbn-oec-video-card > span {
  position: relative;
  display: block;
  overflow: hidden;
  background: #000;
}

.adbn-oec-video-item__thumb { height: 82px; }
.adbn-oec-video-item img,
.adbn-oec-video-card img { display: block; width: 100%; height: 100%; object-fit: cover; }
.adbn-oec-video-item__thumb i,
.adbn-oec-video-card > span i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--oec-red);
  color: #fff;
  font-size: 12px;
  font-style: normal;
  transform: translate(-50%, -50%);
}

.adbn-oec-video-item strong {
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 16px;
  line-height: 1.28;
}

.adbn-oec-video-item small {
  display: block;
  margin-top: 9px;
  color: #92949b;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.adbn-oec-video-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 30px);
  margin-top: clamp(44px, 6vw, 76px);
}

.adbn-oec-video-card > span { height: clamp(145px, 15vw, 230px); }
.adbn-oec-video-card strong {
  display: block;
  margin-top: 15px;
  color: #fff;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.3;
}

.adbn-oec__all-news { background: var(--oec-bg); }
.adbn-oec__news-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.5vw, 34px); }
.adbn-oec-card--grid { border-bottom: 4px solid var(--oec-red); box-shadow: 0 12px 34px rgba(10,11,14,.06); }
.adbn-oec-card--grid .adbn-oec-card__image { height: clamp(220px, 22vw, 340px); }
.adbn-oec-card--grid .adbn-oec-card__body h3 { font-size: clamp(21px, 1.8vw, 29px); }

.adbn-oec__load-wrap { display: flex; justify-content: center; padding-top: 48px; }
.adbn-oec__load-more {
  min-width: 245px;
  min-height: 58px;
  padding: 15px 25px;
  border: 2px solid var(--oec-black);
  background: transparent;
  color: var(--oec-black);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.adbn-oec__load-more:hover,
.adbn-oec__load-more:focus-visible { background: var(--oec-black); color: #fff; }
.adbn-oec__load-more:disabled { cursor: wait; opacity: .65; }

.adbn-oec-empty {
  display: flex;
  min-height: 180px;
  padding: clamp(25px, 4vw, 48px);
  align-items: center;
  gap: 25px;
  border: 1px dashed #c9c9ca;
  background: rgba(255,255,255,.65);
}

.adbn-oec__video-section .adbn-oec-empty { border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.04); }
.adbn-oec-empty > span { color: var(--oec-red); font-size: clamp(28px, 4vw, 50px); font-weight: 900; }
.adbn-oec-empty h3 { margin: 0 !important; color: inherit; font-family: Georgia, 'Times New Roman', serif; font-size: 24px; }
.adbn-oec-empty p { margin: 8px 0 0 !important; color: #74767d; line-height: 1.55; }
.adbn-oec__video-section .adbn-oec-empty p { color: #a9abb1; }
.adbn-oec-empty a { display: inline-block; margin-top: 14px; color: var(--oec-red); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }

.adbn-oec__footer-strip {
  display: flex;
  padding: 28px clamp(22px, 5vw, 86px);
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 6px solid var(--oec-red);
  background: var(--oec-black);
  color: #fff;
}

.adbn-oec__footer-strip img { width: 120px; height: auto; }
.adbn-oec__footer-strip p { margin: 0 !important; color: #aeb0b5; font-size: 12px; letter-spacing: .04em; }

@keyframes adbn-oec-live {
  0%, 100% { box-shadow: 0 0 0 4px rgba(227,6,19,.13); }
  50% { box-shadow: 0 0 0 9px rgba(227,6,19,.02); }
}

@media (max-width: 1024px) {
  .adbn-oec__lead-grid { grid-template-columns: minmax(0, 1.55fr) minmax(250px, .8fr); }
  .adbn-oec-video { grid-template-columns: minmax(0, 1.35fr) minmax(280px, .85fr); }
  .adbn-oec-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .adbn-oec__results-grid,
  .adbn-oec__news-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.adbn-oec-social__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.adbn-oec-social__direct-grid { grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); }
	.adbn-oec-social__facebook-posts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .adbn-oec__masthead { padding-right: 20px; padding-left: 20px; }
  .adbn-oec__brandline { padding-bottom: 28px; }
	.adbn-oec__brandmarks { gap: 8px; }
	.adbn-oec__brandmark { width: auto; height: 34px; }
  .adbn-oec__brandline span { font-size: 8px; letter-spacing: .13em; }
  .adbn-oec__heading-row { display: block; padding: 34px 0; }
  .adbn-oec__heading-row h1 { font-size: clamp(39px, 12vw, 58px); }
  .adbn-oec__date-stamp { margin-top: 28px; padding: 17px 0 0; border-top: 2px solid var(--oec-red); border-left: 0; }
  .adbn-oec__date-stamp strong { font-size: 46px; }
  .adbn-oec__nav { width: calc(100% + 40px); margin-left: -20px; padding: 0 20px; }
  .adbn-oec__nav a { min-height: 60px; font-size: 10px; }
  .adbn-oec__section { padding-right: 20px; padding-left: 20px; }
  .adbn-oec__section-heading { align-items: flex-start; flex-direction: column; }
  .adbn-oec__lead-grid { grid-template-columns: 1fr; }
  .adbn-oec__lead-side { grid-template-columns: 1fr 1fr; gap: 16px; }
  .adbn-oec-card--lead .adbn-oec-card__image { height: clamp(300px, 82vw, 470px); }
  .adbn-oec-card--side .adbn-oec-card__image { height: 150px; }
  .adbn-oec-card--side .adbn-oec-card__body { padding: 15px; }
  .adbn-oec-card--side .adbn-oec-card__body h3 { font-size: 17px; }
  .adbn-oec__timeline { grid-template-columns: 1fr; }
	.adbn-oec-social__grid { grid-template-columns: 1fr; }
	.adbn-oec-social__direct-grid { grid-template-columns: 1fr; }
	.adbn-oec-social__facebook-posts-grid { grid-template-columns: 1fr; }
	.adbn-oec-social__platform-links { grid-template-columns: 1fr; }
	.adbn-oec-social__trends { grid-template-columns: 1fr; }
	.adbn-oec-social__trends > strong { min-height: 68px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.13); }
	.adbn-oec-social-card--featured { grid-column: span 1; }
	.adbn-oec-social__embed-head { align-items: flex-start; flex-direction: column; }
	.adbn-oec-social__network > header { grid-template-columns: 40px minmax(0, 1fr); }
	.adbn-oec-social__network > header a { grid-column: 1 / -1; }
	.adbn-oec-social-card__image { height: clamp(220px, 64vw, 390px); }
  .adbn-oec-update { grid-template-columns: 72px minmax(0, 1fr); padding-right: 0; padding-left: 0; border-right: 0; }
  .adbn-oec__results-grid,
  .adbn-oec__news-grid { grid-template-columns: 1fr; }
  .adbn-oec-card--result .adbn-oec-card__image,
  .adbn-oec-card--grid .adbn-oec-card__image { height: clamp(230px, 61vw, 350px); }
  .adbn-oec-video { grid-template-columns: 1fr; }
  .adbn-oec-video__playlist { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-height: none; padding: 0; overflow: visible; }
  .adbn-oec-video-item { display: block; margin: 0; padding: 0 0 14px; }
  .adbn-oec-video-item__thumb { height: 115px; margin-bottom: 10px; }
  .adbn-oec-video-item strong { font-size: 14px; }
  .adbn-oec-video-grid { grid-template-columns: 1fr 1fr; }
  .adbn-oec-video-card > span { height: 130px; }
  .adbn-oec__footer-strip { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 430px) {
  .adbn-oec__lead-side,
  .adbn-oec-video__playlist,
  .adbn-oec-video-grid { grid-template-columns: 1fr; }
  .adbn-oec-video-item { display: grid; grid-template-columns: 125px minmax(0, 1fr); gap: 13px; }
  .adbn-oec-video-item__thumb { height: 75px; margin-bottom: 0; }
  .adbn-oec-empty { align-items: flex-start; flex-direction: column; }
	.adbn-oec__brandline { gap: 12px; }
	.adbn-oec__brandline span { max-width: 72px; text-align: right; }
	.adbn-oec-social__empty { align-items: flex-start; flex-direction: column; }
	.adbn-oec-social__filters { display: grid; grid-template-columns: 1fr 1fr; }
	.adbn-oec-social__filters button { padding-right: 8px; padding-left: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  .adbn-oec *,
  .adbn-oec *::before,
  .adbn-oec *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
