/* Figma: VOV1 ver1 / PHƯƠNG ÁN 3. Loaded after the legacy front-v3 styles. */
.vov-front-v3--option3 {
  --v3-shell: 1376px;
  background: #fff;
  color: #111827;
  overflow: visible;
  width: 100%;
}

.vov-front-v3--option3:has(.front-v3-o3-dock) { padding-bottom: 77px; }

.vov-front-v3--option3 .front-v3-shell {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 32px;
  width: 100%;
}

/* Header */
.vov-front-v3--option3 .front-v3-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  height: auto;
  min-height: 78px;
}

.vov-front-v3--option3 .front-v3-header__inner {
  gap: 0;
  grid-template-columns: 113px minmax(730px, 1fr) auto auto;
  height: 78px;
}

.vov-front-v3--option3 .front-v3-header__logo,
.vov-front-v3--option3 .front-v3-header__logo img {
  height: 55px;
  width: 113px;
}

.vov-front-v3--option3 .front-v3-nav,
.vov-front-v3--option3 .front-v3-nav--region {
  align-items: center;
  align-self: center;
  gap: 2px;
  height: 38px;
  margin-left: 32px;
}

.vov-front-v3--option3 .front-v3-nav > a {
  border-radius: 20px;
  color: #374151 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  height: 41px;
  padding: 0 16px !important;
}

.vov-front-v3--option3 .front-v3-nav a::after { display: none; }
.vov-front-v3--option3 .front-v3-nav a.is-active,
.vov-front-v3--option3 .front-v3-nav > a:first-child {
  background: #d4251e;
  color: #fff !important;
  height: 37px;
}

/* Isolated CMS menu used only by Front v3 - Header / Navigation. */
.front-v3-menu-block,
.front-v3-menu-block__items {
  height: 100%;
  min-width: 0;
}

.front-v3-menu-block__items {
  align-items: center;
  display: flex;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.front-v3-menu-block__item {
  flex: 0 0 auto;
  list-style: none;
  position: relative;
}

.front-v3-menu-block__item > a {
  align-items: center;
  border-radius: 20px;
  color: #374151;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  height: 41px;
  padding: 0 14px;
  white-space: nowrap;
}

.front-v3-menu-block__item:first-child > a,
.front-v3-menu-block__item.is-active > a,
.front-v3-menu-block__item > a:hover {
  background: #d4251e;
  color: #fff;
}

.front-v3-menu-block__submenu {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, .08);
  border-radius: 12px;
  box-shadow: 0 16px 38px rgba(17, 24, 39, .16);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 260px;
  padding: 8px;
  position: absolute;
  top: calc(100% + 8px);
  z-index: 1100;
}

.front-v3-menu-block__item:hover > .front-v3-menu-block__submenu,
.front-v3-menu-block__item:focus-within > .front-v3-menu-block__submenu {
  display: grid;
}

.front-v3-menu-block__submenu li { list-style: none; position: relative; }
.front-v3-menu-block__submenu a {
  border-radius: 8px;
  color: #374151;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  padding: 10px 12px;
  white-space: normal;
}

.front-v3-menu-block__submenu .has-children > a { padding-right: 28px; }
.front-v3-menu-block__submenu .has-children > a::after {
  content: "›";
  display: block;
  position: absolute;
  right: 12px;
}
.front-v3-menu-block__submenu--nested {
  left: calc(100% + 8px);
  top: -8px;
}
.front-v3-menu-block__submenu li:hover > .front-v3-menu-block__submenu--nested,
.front-v3-menu-block__submenu li:focus-within > .front-v3-menu-block__submenu--nested {
  display: grid;
}

.front-v3-menu-block__submenu a:hover,
.front-v3-menu-block__submenu .is-active > a {
  background: #f3f4f6;
  color: #d4251e;
}

.vov-front-v3--option3 .front-v3-header__actions form { border-radius: 20px; height: 37px; }
.vov-front-v3--option3 .front-v3-header__actions form img { height: 15px; width: 15px; }
.vov-front-v3--option3 .front-v3-header__meta { display: grid; gap: 0; grid-template-rows: 15px 15px; justify-items: end; line-height: 15px; }
.vov-front-v3--option3 .front-v3-header__meta span { grid-row: 1; }
.vov-front-v3--option3 .front-v3-header__meta time { grid-row: 2; }
.front-v3-o3-header .front-v3-header__actions > button i,
.front-v3-header--regions .front-v3-header__actions > button i { border: 1.5px solid #99a1af; border-radius: 50%; display: block; height: 14px; position: relative; width: 14px; }
.front-v3-o3-header .front-v3-header__actions > button i::after,
.front-v3-header--regions .front-v3-header__actions > button i::after { background: #f3f4f6; border-radius: 50%; content: ""; height: 12px; left: -3px; position: absolute; top: -2px; width: 12px; }

/* Hero and live player */
.front-v3-o3-hero {
  background: #141414;
  color: #fff;
  height: 536px;
  overflow: hidden;
  position: relative;
}

.front-v3-o3-hero__background {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.front-v3-o3-hero__shade {
  background: linear-gradient(90deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .03) 66%, rgba(0, 0, 0, .12));
  inset: 0;
  position: absolute;
}

.front-v3-o3-hero__content { height: 486px; position: relative; z-index: 2; }

.front-v3-o3-live {
  background: linear-gradient(0deg, rgba(0,0,0,.7), transparent 50%), linear-gradient(142deg, rgba(255,0,0,.65), rgba(144,41,41,.55) 50%, transparent);
  border-radius: 16px;
  height: 420px;
  left: 12px;
  padding: 38px 44px 28px 32px;
  position: absolute;
  top: 20px;
  width: 540px;
}

.front-v3-o3-live::before { background: linear-gradient(180deg,transparent,#d4251e 50%,transparent); content: ""; height: 288px; left: 0; position: absolute; top: 0; width: 3px; }

.front-v3-o3-live__status,
.front-v3-o3-live__meta {
  font-family: "Roboto Mono", Consolas, monospace;
  text-transform: uppercase;
}

.front-v3-o3-live__status { color: #ff6467; font-size: 11px; left: 20px; letter-spacing: 1.98px; margin: 0; position: absolute; top: 4px; }
.front-v3-o3-live__status i { background: #fb2c36; border-radius: 50%; box-shadow: 0 0 0 4px rgba(251,44,54,.18); display: inline-block; height: 7px; margin-right: 9px; width: 7px; }
.front-v3-o3-live__meta { color: #fff; font-size: 11px; letter-spacing: .55px; margin: 0 0 6px; }
.front-v3-o3-live h1 { color: #fff; font-size: 28px; font-weight: 800; line-height: 1.2; margin: 0 0 5px; }
.front-v3-o3-live__description { color: #fff; font-size: 17px; letter-spacing: .325px; line-height: 19.5px; margin: 0; }

.front-v3-o3-wave { align-items: end; display: flex; gap: 3px; height: 68px; margin: 12px 0 0; overflow: hidden; width: 448px; }
.front-v3-o3-wave i { background: rgba(255,255,255,.65); border-radius: 8px; flex: 1 0 0; height: 22px; width: auto; }
.front-v3-o3-wave i:nth-child(3n) { height: 43px; }
.front-v3-o3-wave i:nth-child(5n) { height: 14px; }
.front-v3-o3-wave i:nth-child(7n) { height: 55px; }
.front-v3-live-player .front-v3-o3-wave i { animation: front-v3-live-wave .8s ease-in-out infinite alternate; animation-play-state: paused; transform-origin: center; }
.front-v3-live-player.is-playing .front-v3-o3-wave i { animation-play-state: running; }

.front-v3-o3-live__timeline { display: grid; gap: 4px; grid-template-rows: 4px auto; width: 448px; }
.front-v3-o3-live__timeline > i { background: rgba(255,255,255,.28); border-radius: 4px; height: 4px; position: relative; }
.front-v3-o3-live__timeline b { background: #fff; border-radius: 50%; height: 9px; left: 66%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 9px; }
.front-v3-o3-live__timeline span { color: #fca5a5; font: 9px Consolas, monospace; }
.front-v3-o3-live__controls { align-items: center; display: flex; gap: 9px; margin-top: 9px; }
.front-v3-o3-live__controls button,
.front-v3-o3-live__controls a { align-items: center; background: rgba(0,0,0,.22); border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; display: inline-flex; height: 32px; justify-content: center; min-width: 32px; }
.front-v3-o3-live__controls .front-v3-o3-live__primary { background: #fff; border: 0; border-radius: 22px; color: #111; font-size: 12px; font-weight: 700; gap: 8px; height: 40px; padding: 0 20px; }
.front-v3-o3-live__share { color: rgba(255,255,255,.55); font: 9px Consolas, monospace; margin-left: auto; text-transform: uppercase; }
.front-v3-o3-live__hosts { color: rgba(255,255,255,.6); font-size: 11px; margin: 11px 0 0; }

.front-v3-o3-schedule { color: #111; position: absolute; right: 32px; top: 19px; width: 330px; z-index: 4; }
.front-v3-o3-schedule summary { align-items: center; background: transparent; border: 0; border-radius: 0; box-sizing: border-box; color: #ffb900; cursor: pointer; display: flex; font: 500 15px "Roboto Mono",Consolas,monospace; gap: 10px; justify-content: end; letter-spacing: 1.98px; list-style: none; min-height: 28px; padding: 0; text-transform: uppercase; user-select: none; width: 100%; }
.front-v3-o3-schedule summary::-webkit-details-marker { display: none; }
.front-v3-o3-schedule__chevron { flex: 0 0 14px; transition: transform .2s ease; }
.front-v3-o3-schedule[open] .front-v3-o3-schedule__chevron { transform: rotate(180deg); }
.front-v3-o3-schedule > div { background: rgba(17,17,17,.94); border-radius: 12px; display: grid; gap: 5px; margin-top: 8px; padding: 12px; width: 100%; }
.front-v3-o3-schedule a { color: #fff; display: grid; font-size: 11px; gap: 12px; grid-template-columns: 42px 1fr; padding: 6px 8px; }
.front-v3-o3-schedule a.is-live { background: #fff; border-radius: 8px; color: #111; }
.front-v3-o3-ticker { background: rgba(17,17,17,.72); bottom: 0; height: 50px; left: 0; position: absolute; right: 0; z-index: 3; }
.front-v3-o3-ticker .front-v3-shell { align-items: center; display: flex; gap: 35px; height: 100%; }
.front-v3-o3-ticker strong { color: #ffcc00; font: 700 10px Consolas, monospace; letter-spacing: 1.5px; text-transform: uppercase; }
.front-v3-o3-ticker span { color: rgba(255,255,255,.76); font-size: 12px; }

/* Full-bleed background with a centered three-column content dashboard. */
.front-v3-o3-dashboard { background: linear-gradient(90deg, rgba(255,183,180,.2) 0 calc(50% - 26px), rgba(255,183,180,.08) calc(50% - 26px) calc(50% + 343px), rgba(180,231,255,.1) calc(50% + 343px) 100%); width: 100%; }
.front-v3-o3-dashboard__inner { height: auto; margin: 0 auto; max-width: 1440px; min-height: 961px; overflow: visible; width: 100%; }
.front-v3-o3-dashboard__inner > .row { min-height: inherit; }
.front-v3-o3-dashboard__latest { background: rgba(255,183,180,.2); padding: 26px 32px 25px; }
.front-v3-o3-dashboard__ranking { background: rgba(255,183,180,.08); padding: 41px 12px 25px 32px; }
.front-v3-o3-dashboard__feedback { background: rgba(180,231,255,.1); padding: 41px 25px 25px; }
.front-v3-o3-dashboard .front-v3-cms-category-block { margin: 0; }
.front-v3-o3-latest h2,
.front-v3-o3-compact-list h2,
.front-v3-o3-dashboard__feedback h2 { color: #d4251e; font: 700 16px "Roboto Mono", Consolas, monospace; letter-spacing: 1.5px; margin: 0 0 20px; text-transform: uppercase; }
.front-v3-o3-latest h2 { height: 45px; margin: 0; padding-top: 11px; }
.front-v3-o3-latest__grid { --bs-gutter-x: 20px; --bs-gutter-y: 32px; align-items: stretch; display: flex; flex-wrap: wrap; }
.front-v3-o3-latest article { display: flex; flex-direction: column; min-width: 0; padding-bottom: 32px; position: relative; }
.front-v3-o3-latest__image { aspect-ratio: 1; border-radius: 16px; display: block; height: auto; overflow: hidden; position: relative; width: 100%; }
.front-v3-o3-latest__image > img:first-child { height: 100%; object-fit: cover; width: 100%; }
.front-v3-o3-latest__play { height: 51px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 51px; }
.front-v3-o3-latest__play img { position: absolute; }
.front-v3-o3-latest__play img:first-child { height: 38.25px; left: 6.375px; top: 6.375px; width: 38.25px; }
.front-v3-o3-latest__play img:last-child { height: 15.52px; left: 19px; top: 17px; width: 15.76px; }
.front-v3-o3-latest article > p { color: #d4251e; font: 500 10px "DM Mono",monospace; letter-spacing: 1px; margin: 12px 0 6px; text-transform: uppercase; }
.front-v3-o3-latest h3 { font-family: "Plus Jakarta Sans",Roboto,sans-serif; font-size: 15px; font-weight: 700; line-height: 20.625px; margin: 0; max-width: 100%; overflow-wrap: anywhere; width: 100%; }
.front-v3-o3-latest small { color: #6b7280; display: block; font-size: 10px; margin-top: 7px; }
.front-v3-o3-latest .front-v3-o3-card-action { bottom: 0; right: 0; top: auto; }
.front-v3-o3-compact-list + .front-v3-o3-compact-list { border-top: 1px solid rgba(0,0,0,.08); margin-top: 28px; padding-top: 26px; }
.front-v3-o3-compact-list h2 { margin-bottom: 0; }
.front-v3-o3-compact-list article { align-items: center; display: grid; gap: 12px; grid-template-columns: 40px minmax(0,1fr) auto; height: 78px; padding: 12px 16px; }
.front-v3-o3-compact-list article + article { border-top: 0; padding-top: 12px; }
.front-v3-o3-compact-list img { border-radius: 7px; height: 40px; object-fit: cover; width: 40px; }
.front-v3-o3-compact-list h3 { font-size: 12px; line-height: 1.35; margin: 0 0 4px; }
.front-v3-o3-compact-list p { color: #9ca3af; font: 9px "DM Mono",monospace; margin: 0; text-transform: uppercase; }
.front-v3-o3-compact-list .front-v3-o3-compact-list__status { font: 12px Roboto,sans-serif; padding: 20px 16px; text-transform: none; }
.front-v3-o3-latest-ajax.is-loading .front-v3-o3-compact-list__status { opacity: .75; }
.front-v3-podcast-add { align-items: center; background: transparent; border: 0; border-radius: 50%; cursor: pointer; display: inline-flex; height: 28px; justify-content: center; padding: 2px; width: 28px; }
.front-v3-podcast-add img,
.front-v3-o3-compact-list .front-v3-podcast-add img { border-radius: 0; height: 24px; object-fit: contain; width: 24px; }
.front-v3-podcast-add:hover,
.front-v3-podcast-add.is-added { background: rgba(212,37,30,.12); }
.front-v3-podcast-add.is-added { box-shadow: inset 0 0 0 1px rgba(212,37,30,.3); }
.front-v3-podcast-add.is-loading { opacity: .55; }
.front-v3-podcast-add.has-error { outline: 2px solid #d4251e; }
.front-v3-o3-compact-list__playlist { flex: 0 0 auto; }
.front-v3-o3-dashboard__feedback > div { width: 100%; }
.front-v3-o3-dashboard__feedback article,
.front-v3-o3-dashboard__feedback .views-row { background: rgba(255,255,255,.7); border-radius: 10px; margin-bottom: 10px; padding: 14px; }
.front-v3-o3-dashboard__feedback form { margin-top: 24px; }
.front-v3-o3-dashboard__feedback input,
.front-v3-o3-dashboard__feedback textarea { background: #fff; border: 1px solid #e5e7eb; border-radius: 6px; margin-bottom: 10px; padding: 8px 10px; width: 100%; }
.front-v3-o3-dashboard__feedback textarea { min-height: 109px; }
.front-v3-o3-dashboard__feedback input[type="submit"] { background: #d4251e; border: 0; color: #fff; font-weight: 700; width: auto; }
.front-v3-o3-audience h2 { color: #d4251e; font: 500 16px "Roboto Mono",monospace; letter-spacing: 2.2px; margin: 0; text-transform: uppercase; }
.front-v3-o3-audience__list { align-content: start; display: grid; gap: 14px; min-height: 422px; padding-top: 17px; }
.front-v3-o3-audience__list article { align-items: center; background: rgba(255,252,252,.5); border-radius: 10px; display: grid; gap: 10px; grid-template-columns: 57px 1fr; height: 89px; margin: 0; padding: 9px 8px 9px 4px; }
.front-v3-o3-audience__list article > b { align-items: center; background: #155dfc; border-radius: 50%; color: #f5f5f5; display: flex; font-size: 18px; height: 57px; justify-content: center; width: 57px; }
.front-v3-o3-audience__list article:nth-child(2) > b { background: #ef4135; }
.front-v3-o3-audience__list article:nth-child(3) > b { background: #2b7fff; }
.front-v3-o3-audience__list article:nth-child(4) > b { background: #ffb900; }
.front-v3-o3-audience__list article > div { min-width: 0; }
.front-v3-o3-audience__list strong { color: #000; display: block; font-size: 12px; }
.front-v3-o3-audience__list p { color: #111; display: -webkit-box; font-size: 12px; line-height: 1.25; margin: 2px 0; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.front-v3-o3-audience__list small { color: #99a1af; font: 10px "DM Mono",monospace; }
.front-v3-o3-audience__list .front-v3-o3-audience__empty { color: #6a7282; display: block; font-size: 12px; margin: 0; }
.front-v3-o3-audience__form { margin-top: 19px !important; width: 100%; }
.front-v3-o3-audience__form h3 { color: #d4251e; font: 500 16px "Roboto Mono",monospace; letter-spacing: 2.2px; margin: 0 0 18px; text-transform: uppercase; }
.front-v3-o3-audience,
.front-v3-o3-audience__comment-form { box-sizing: border-box; max-width: 100%; width: 100%; }
.front-v3-o3-audience__comment-form.comment-form { align-items: initial; display: block !important; margin: 0 !important; }
.front-v3-o3-audience__comment-form .form-item,
.front-v3-o3-audience__comment-form .form-wrapper { box-sizing: border-box; flex: none; margin: 0; max-width: 100%; min-width: 0; width: 100%; }
.front-v3-o3-audience__comment-form label { color: #6a7282; display: block; font-size: 12px; font-weight: 400; margin: 0 0 5px; }
.front-v3-o3-audience__comment-form input[type="text"],
.front-v3-o3-audience__comment-form input[type="email"] { background: #fff; border: 1px solid #d1d5db; border-radius: 3px; box-sizing: border-box; display: block !important; height: 37px; margin: 0 0 9px; max-width: 100%; padding: 7px 9px; width: 100% !important; }
.front-v3-o3-audience__comment-form textarea { background: #fff; border: 1px solid #d1d5db; border-radius: 3px; box-sizing: border-box; display: block; height: 109px; margin: 0 0 9px; max-width: 100%; min-height: 109px; padding: 8px 10px; resize: vertical; width: 100% !important; }
.front-v3-o3-audience__comment-form .description,
.front-v3-o3-audience__comment-form .filter-wrapper { display: none; }
.front-v3-o3-audience__notice { color: #6a7282; font-size: 10px; line-height: 1.35; margin: 0 0 12px; }
.front-v3-o3-audience__comment-form .form-actions { margin: 0; }
.front-v3-o3-audience__comment-form .form-submit { background: #d4251e !important; border: 0 !important; border-radius: 16px; color: #fff !important; display: inline-block !important; font: 600 10px "Roboto Mono",monospace; height: 29px; margin: 0 !important; padding: 7px 14px; text-transform: uppercase; width: auto !important; }

/* News, podcast and programmes */
.front-v3-o3-news { background: #fff; min-height: 465px; overflow: visible; padding: 19px 0 56px; }
.front-v3-o3-news h2,
.front-v3-o3-podcast h2,
.front-v3-o3-programs h2 { color: #101828; font-size: 22px; font-weight: 800; margin: 0 0 24px; }
.front-v3-o3-news h2 { height: 41px; line-height: 33px; margin: 0 0 32px; padding-top: 8px; }
.front-v3-o3-news__grid { --bs-gutter-x: 24px; --bs-gutter-y: 32px; display: flex; flex-wrap: wrap; }
.front-v3-o3-news__image { aspect-ratio: 1.778; border-radius: 16px; display: block; overflow: hidden; }
.front-v3-o3-news__image img { height: 100%; object-fit: cover; width: 100%; }
.front-v3-o3-news article > p { color: #99a1af; font: 500 10px "DM Mono",monospace; letter-spacing: 1px; margin: 14px 0 7px; text-transform: uppercase; }
.front-v3-o3-news h3 { font-family: "Plus Jakarta Sans",Roboto,sans-serif; font-size: 15px; font-weight: 700; line-height: 20.625px; margin: 0; padding-right: 28px; }
.front-v3-o3-news article,
.front-v3-o3-podcast article { position: relative; }
.front-v3-o3-card-action { bottom: 0; height: 24px; position: absolute; right: 0; width: 24px; }
.front-v3-podcast-add.front-v3-o3-card-action { padding: 0; }
.front-v3-o3-podcast { background: #f5f4ef; min-height: 574px; overflow: visible; padding: 30px 0 56px; }
.front-v3-o3-podcast header,
.front-v3-o3-programs header { align-items: end; display: flex; height: 41px; justify-content: space-between; margin-bottom: 32px; }
.front-v3-o3-podcast header h2,
.front-v3-o3-programs header h2 { margin: 0; }
.front-v3-o3-podcast header img,
.front-v3-o3-programs header img { height: 16px; width: 16px; }
.front-v3-o3-podcast__grid { --bs-gutter-x: 24px; --bs-gutter-y: 32px; display: flex; flex-wrap: wrap; }
.front-v3-o3-podcast__image { aspect-ratio: 1; border-radius: 16px; display: block; overflow: hidden; }
.front-v3-o3-podcast__image img { height: 100%; object-fit: cover; width: 100%; }
.front-v3-o3-podcast article > p { color: #d4251e; font: 10px Consolas,monospace; margin: 13px 0 6px; text-transform: uppercase; }
.front-v3-o3-podcast h3 { font-size: 15px; margin: 0 0 7px; }
.front-v3-o3-podcast small { color: #9ca3af; font: 10px Consolas,monospace; }
.front-v3-o3-programs { background: #f5f4ef; min-height: 459px; overflow: visible; padding: 20px 0 40px; }
.front-v3-o3-programs header { margin-bottom: 18px; }
.front-v3-o3-programs__grid { --bs-gutter-x: 20px; --bs-gutter-y: 24px; display: flex; flex-wrap: wrap; }
.front-v3-o3-programs article { background: #fff; border: 1px solid #f3f4f6; border-radius: 16px; height: 301px; min-width: 0; overflow: hidden; position: relative; }
.front-v3-o3-programs article > .front-v3-podcast-add { bottom: 12px; position: absolute; right: 12px; z-index: 3; }
.front-v3-o3-programs__image { display: block; height: 176px; overflow: hidden; position: relative; }
.front-v3-o3-programs__image::after { background: linear-gradient(0deg,rgba(0,0,0,.45),transparent 55%); content: ""; inset: 0; position: absolute; }
.front-v3-o3-programs__image img { height: 100%; object-fit: cover; width: 100%; }
.front-v3-o3-programs__image span { align-items: center; background: rgba(255,255,255,.2); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; bottom: 12px; color: #fff; display: flex; height: 36px; justify-content: center; left: auto; position: absolute; right: 12px; width: 36px; z-index: 2; }
.front-v3-o3-programs__image span img { height: 16px; width: 16px; }
.front-v3-o3-programs article > div { padding: 15px 16px 18px; }
.front-v3-o3-programs h3 { font-size: 15px; margin: 0 0 7px; }
.front-v3-o3-programs p { color: #6b7280; font-size: 12px; line-height: 1.45; margin: 0 0 10px; }
.front-v3-o3-programs small { color: #9ca3af; font: 10px Consolas,monospace; }

/* Editorial block in option 3 */
.vov-front-v3--option3 .front-v3-editorial { background: #e5fbff; color: #111827; min-height: 604px; overflow: visible; padding: 30px 0 42px; }
.vov-front-v3--option3 .front-v3-editorial__grid { --bs-gutter-x: 48px; --bs-gutter-y: 40px; display: flex; flex-wrap: wrap; position: relative; }
.vov-front-v3--option3 .front-v3-viewpoint { border-right: 0; padding-right: 0; }
.vov-front-v3--option3 .front-v3-multimedia { padding-left: 0; }
.vov-front-v3--option3 .front-v3-viewpoint header span,
.vov-front-v3--option3 .front-v3-multimedia header span { color: #d4251e; font: 500 16px/16.5px "Roboto Mono",monospace; letter-spacing: 2.2px; }
.vov-front-v3--option3 .front-v3-viewpoint header h2,
.vov-front-v3--option3 .front-v3-multimedia header h2 { color: #111; }
.vov-front-v3--option3 .front-v3-viewpoint article { border-color: rgba(0,0,0,.1); }
.vov-front-v3--option3 .front-v3-viewpoint h3 { color: #111; }
.vov-front-v3--option3 .front-v3-viewpoint blockquote { border-color: #ffcc00; color: #374151; }
.vov-front-v3--option3 .front-v3-viewpoint article p { color: #6b7280; }
.vov-front-v3--option3 .front-v3-viewpoint .front-v3-podcast-add { float: right; margin-top: 14px; }
.vov-front-v3--option3 .front-v3-multimedia article { position: relative; }
.vov-front-v3--option3 .front-v3-multimedia .front-v3-podcast-add { position: absolute; right: 10px; top: 10px; z-index: 4; }
.vov-front-v3--option3 .front-v3-viewpoint article > a { background: #d4251e; color: #fff; }
.vov-front-v3--option3 .front-v3-viewpoint article > a img { display: inline-block; height: 12px; margin-right: 6px; vertical-align: -2px; width: 12px; }
.vov-front-v3--option3 .front-v3-multimedia article > a { height: 140px; }
.vov-front-v3--option3 .front-v3-multimedia article b { height: 44px; width: 44px; }
.vov-front-v3--option3 .front-v3-multimedia article b img { height: 16px; width: 16px; }

/* Footer */
.vov-front-v3--option3 .front-v3-footer { background: #0f2d52; border-top: 3px solid #c8102e; color: rgba(255,255,255,.55); min-height: 0; padding-top: 48px; }
.vov-front-v3--option3 .front-v3-footer__top { border-color: rgba(255,255,255,.12); }
.vov-front-v3--option3 .front-v3-footer__grid { min-height: 250px; }
.vov-front-v3--option3 .front-v3-footer h2,
.vov-front-v3--option3 .front-v3-footer__about strong { color: #fff; }
.vov-front-v3--option3 .front-v3-footer__grid a:hover { color: #fff; }
.vov-front-v3--option3 .front-v3-footer__bottom { border-color: rgba(255,255,255,.1); }
.front-v3-o3-footer { min-height: 450px; overflow: visible; padding-top: 0 !important; }
.front-v3-o3-footer__grid { --bs-gutter-x: 40px; --bs-gutter-y: 40px; display: flex; flex-wrap: wrap; min-height: 398px; padding-block: 48px; }
.front-v3-o3-footer__about img { height: 36px; margin-bottom: 20px; object-fit: contain; width: 104px; }
.front-v3-o3-footer__about > strong { color: #fff; display: block; font-size: 14px; margin-bottom: 5px; text-transform: none; }
.front-v3-o3-footer__about p { color: rgba(255,255,255,.58); font-size: 12px; line-height: 1.55; margin: 6px 0; max-width: 410px; }
.front-v3-o3-footer__about p b { color: #fff; }
.front-v3-o3-footer__social { display: flex; gap: 8px; margin-top: 18px; }
.front-v3-o3-footer__social a { align-items: center; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; color: #fff; display: flex; height: 36px; justify-content: center; width: 36px; }
.front-v3-o3-footer__navigation-region { min-width: 0; }
.front-v3-o3-footer-menu { --bs-gutter-x: 40px; --bs-gutter-y: 32px; display: flex; flex-wrap: wrap; width: auto; }
.front-v3-o3-footer-menu nav { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.front-v3-o3-footer-menu nav h2 { border-bottom: 1px solid rgba(255,255,255,.12); font-size: 12px; letter-spacing: .6px; margin: 0 0 6px; padding-bottom: 9px; }
.front-v3-o3-footer-menu nav h2 a { color: #fff; font-size: inherit; }
.front-v3-o3-footer-menu nav > a { color: rgba(255,255,255,.55); font-size: 12px; }
.front-v3-o3-footer__copyright { border-top: 1px solid rgba(255,255,255,.1); }
.front-v3-o3-footer__copyright > div { align-items: center; color: rgba(255,255,255,.38); display: flex; font-size: 12px; justify-content: space-between; min-height: 49px; }

/* CMS-placeable fixed Video.js player */
.front-v3-o3-dock { background: #111; border-top: 1px solid rgba(255,255,255,.08); bottom: 0; box-shadow: 0 -8px 20px rgba(0,0,0,.6); color: #fff; height: 77px; left: 0; position: fixed; right: 0; width: 100%; z-index: 1000; }
.front-v3-o3-dock__inner { align-items: center; display: grid; gap: 24px; grid-template-columns: 260px 1fr 220px; height: 76px; }
.front-v3-o3-dock__program { align-items: center; display: flex; gap: 14px; min-width: 0; }
.front-v3-o3-dock__cover { align-items: center; background: #1e2939; border-radius: 12px; display: flex; font-size: 10px; font-weight: 800; height: 52px; justify-content: center; overflow: hidden; width: 52px; }
.front-v3-o3-dock__cover img { box-sizing: border-box; height: 100%; object-fit: contain; padding: 5px; width: 100%; }
.front-v3-o3-dock.is-podcast-mode .front-v3-o3-dock__cover img { object-fit: cover; padding: 0; }
.front-v3-o3-dock__program > div { display: grid; min-width: 0; }
.front-v3-o3-dock__program small { color: #ff6467; font: 600 9px "Roboto Mono",Consolas,monospace; letter-spacing: .9px; text-transform: uppercase; }
.front-v3-o3-dock__program small i { background: #fb2c36; border-radius: 50%; display: inline-block; height: 6px; margin-right: 6px; width: 6px; }
.front-v3-o3-dock__program strong { font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.front-v3-o3-dock__program span { color: rgba(255,255,255,.45); font: 11px Consolas,monospace; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.front-v3-o3-dock__center { display: grid; gap: 6px; justify-items: center; }
.front-v3-o3-dock__controls { align-items: center; display: flex; gap: 20px; }
.front-v3-o3-dock button { background: transparent; border: 0; color: rgba(255,255,255,.75); position: relative; }
.front-v3-o3-dock__controls button { height: 32px; width: 32px; }
.front-v3-o3-dock__controls button small { font-size: 8px; left: 50%; position: absolute; top: 50%; transform: translate(-50%,-50%); }
.front-v3-o3-dock__controls .front-v3-o3-dock__play { background: #fff; border-radius: 50%; color: #111; height: 44px; width: 44px; }
.front-v3-o3-dock__progress { align-items: center; display: grid; gap: 12px; grid-template-columns: 40px minmax(120px,376px) 40px; width: 100%; }
.front-v3-o3-dock__progress time { color: rgba(255,255,255,.35); font: 10px Consolas,monospace; }
.front-v3-o3-dock__progress > i,
.front-v3-o3-dock__volume > i { background: rgba(255,255,255,.12); border-radius: 4px; height: 4px; position: relative; }
.front-v3-o3-dock__progress b { background: #fff; border-radius: inherit; display: block; height: 100%; width: 38%; }
.front-v3-o3-dock__volume { align-items: center; display: grid; gap: 8px; grid-template-columns: 20px 80px auto; justify-content: end; }
.front-v3-o3-dock__volume > i b { background: rgba(255,255,255,.7); border-radius: inherit; display: block; height: 100%; width: 80%; }
.front-v3-o3-dock__queue-toggle { align-items: center; border: 1px solid rgba(255,255,255,.16) !important; border-radius: 14px !important; display: inline-flex; font-size: 10px; gap: 6px; padding: 6px 9px; white-space: nowrap; }
.front-v3-o3-dock__queue-toggle b { align-items: center; background: #d4251e; border-radius: 9px; color: #fff; display: inline-flex; font-size: 9px; height: 18px; justify-content: center; min-width: 18px; padding: 0 5px; }
.front-v3-o3-playlist { background: #181818; border: 1px solid rgba(255,255,255,.1); border-radius: 12px 12px 0 0; bottom: 76px; box-shadow: 0 -12px 30px rgba(0,0,0,.42); max-height: min(460px,calc(100vh - 110px)); overflow: auto; padding: 14px; position: absolute; right: 32px; width: min(390px,calc(100vw - 32px)); }
.front-v3-o3-playlist[hidden] { display: none; }
.front-v3-o3-playlist header { align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; margin-bottom: 8px; padding: 2px 2px 10px; }
.front-v3-o3-playlist header strong { font-size: 13px; }
.front-v3-o3-playlist header button { border: 1px solid rgba(255,255,255,.16); border-radius: 14px; font-size: 10px; padding: 5px 9px; }
.front-v3-o3-playlist__item { align-items: center; border-radius: 8px; display: grid; gap: 6px; grid-template-columns: 1fr 28px; padding: 6px; }
.front-v3-o3-playlist__item.is-current { background: rgba(212,37,30,.16); }
.front-v3-o3-playlist__play { align-items: center; display: grid; gap: 10px; grid-template-columns: 42px minmax(0,1fr); min-width: 0; padding: 0; text-align: left; }
.front-v3-o3-playlist__play img { background: #29313d; border-radius: 7px; height: 42px; object-fit: cover; width: 42px; }
.front-v3-o3-playlist__play span { display: grid; min-width: 0; }
.front-v3-o3-playlist__play strong { font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.front-v3-o3-playlist__play small { color: rgba(255,255,255,.45); font-size: 9px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.front-v3-o3-playlist__remove { font-size: 20px; height: 28px; width: 28px; }
.front-v3-o3-playlist > p { color: rgba(255,255,255,.45); font-size: 11px; margin: 16px 4px 8px; }

@media (max-width: 1129.98px) {
  .vov-front-v3--option3 .front-v3-header__inner { grid-template-columns: 113px 1fr auto; }
  .front-v3-menu-block__item > a { font-size: 14px; padding-inline: 10px; }
  .front-v3-o3-dashboard { background: rgba(255,183,180,.12); }
  .front-v3-o3-dashboard__inner { height: auto; }
  .vov-front-v3--option3 .front-v3-editorial__grid > .front-v3-region--viewpoint,
  .vov-front-v3--option3 .front-v3-editorial__grid > .front-v3-region--multimedia {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .vov-front-v3--option3 .front-v3-editorial__grid--combined-region > .region > .block,
  .vov-front-v3--option3 .front-v3-editorial__grid--combined-region > .block {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    width: 100%;
  }
}

@media (max-width: 979.98px) {
  .front-v3-o3-hero { height: 550px; }
  .front-v3-o3-hero__content { height: 500px; }
  .front-v3-o3-live { border-radius: 0; height: 430px; left: 0; padding: 38px 20px 24px; right: 0; top: 20px; width: auto; }
  .front-v3-o3-wave,
  .front-v3-o3-live__timeline { max-width: 100%; width: 100%; }
  .front-v3-o3-live__share,
  .front-v3-o3-live__controls a { display: none; }
  .front-v3-o3-schedule { right: 16px; top: 14px; width: min(330px,calc(100vw - 32px)); }
  .front-v3-o3-audience__list { min-height: 0; }
  .front-v3-o3-footer { height: auto; overflow: visible; }
  .front-v3-o3-footer__grid { min-height: 0; }
  .front-v3-o3-dock__inner { grid-template-columns: 220px 1fr auto; }
  .front-v3-o3-dock__volume { display: flex; justify-content: end; }
  .front-v3-o3-dock__volume > [data-v3-live-volume],
  .front-v3-o3-dock__volume > i { display: none; }
}

@media (max-width: 767.98px) {
  .vov-front-v3--option3 .front-v3-shell { padding-inline: 16px; }
  .vov-front-v3--option3 .front-v3-header,
  .vov-front-v3--option3 .front-v3-header__inner { min-height: 64px; }
  .front-v3-o3-dashboard__latest,
  .front-v3-o3-dashboard__ranking,
  .front-v3-o3-dashboard__feedback { padding: 28px 16px; }
  .front-v3-o3-news,
  .front-v3-o3-podcast,
  .front-v3-o3-programs { padding-block: 34px; }
  .front-v3-o3-dock { height: 68px; }
  .vov-front-v3--option3:has(.front-v3-o3-dock) { padding-bottom: 68px; }
  .front-v3-o3-dock__inner { gap: 8px; grid-template-columns: minmax(0,1fr) auto auto; height: 67px; }
  .front-v3-o3-dock__program { min-width: 0; }
  .front-v3-o3-dock__cover { height: 44px; width: 44px; }
  .front-v3-o3-dock__center { display: block; }
  .front-v3-o3-dock__controls button:not(.front-v3-o3-dock__play),
  .front-v3-o3-dock__progress { display: none; }
  .front-v3-o3-playlist { bottom: 67px; right: 8px; }
  .front-v3-o3-footer__copyright > div { align-items: flex-start; flex-direction: column; gap: 5px; padding-block: 14px; }
}

@media (max-width: 479.98px) {
  .front-v3-o3-latest__grid,
  .front-v3-o3-news__grid,
  .front-v3-o3-podcast__grid,
  .front-v3-o3-programs__grid { --bs-gutter-y: 24px; }
  .front-v3-o3-ticker span { display: none; }
}

@media (min-width: 1130px) {
  .vov-front-v3--option3 .front-v3-editorial__grid:not(.front-v3-editorial__grid--single) > .front-v3-region--viewpoint,
  .vov-front-v3--option3 .front-v3-editorial__grid:not(.front-v3-editorial__grid--single) > .front-v3-region--multimedia {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .vov-front-v3--option3 .front-v3-editorial__grid--combined-region > .region > .block,
  .vov-front-v3--option3 .front-v3-editorial__grid--combined-region > .block {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    width: 50%;
  }
  .vov-front-v3--option3 .front-v3-region--multimedia { border-left: 1px solid rgba(0,70,161,.08); }
}
