:root {
  --urlwp-blue: #26a9e0;
  --urlwp-blue-dark: #168fc5;
  --urlwp-blue-soft: #7ad2f1;
  --urlwp-ink: #222222;
  --urlwp-muted: #666666;
  --urlwp-border: #e2e6e9;
  --urlwp-surface: #ffffff;
  --urlwp-content-width: 1600px;
  --urlwp-reading-width: 940px;
  --urlwp-sidebar-width: 253px;
  --urlwp-shadow: 0 8px 24px rgb(24 91 126 / 12%);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

html {
  scroll-behavior: smooth;
}

body.urlwp-template-024 {
  margin: 0;
  background: #fff;
  color: var(--urlwp-ink);
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial,
    sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

body.urlwp-template-024 *,
body.urlwp-template-024 *::before,
body.urlwp-template-024 *::after {
  box-sizing: border-box;
}

body.urlwp-template-024 img {
  max-width: 100%;
  height: auto;
}

body.urlwp-template-024 a {
  color: #137ab0;
  text-decoration: none;
}

body.urlwp-template-024 a:hover,
body.urlwp-template-024 a:focus-visible {
  color: #075b85;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#wrapper {
  min-height: 100vh;
  background: #fff;
}

#header.urlwp-site-header {
  position: relative;
  z-index: 60;
  min-height: 106px;
  background: var(--urlwp-blue);
  color: #fff;
}

.urlwp-header-inner {
  width: min(var(--urlwp-content-width), 100%);
  min-height: 106px;
  padding: 20px 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 20px;
}

.urlwp-logo-link {
  width: 205px;
  max-width: 18vw;
  min-height: 66px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: #fff !important;
}

.urlwp-site-logo {
  display: block;
  width: 205px;
  max-height: 66px;
  object-fit: contain;
  object-position: left center;
}

.urlwp-site-title {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
}

.urlwp-primary-navigation {
  min-width: 0;
  margin-left: auto;
}

.urlwp-primary-menu,
.urlwp-primary-menu ul,
.urlwp-mobile-menu-list,
.urlwp-footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}

.urlwp-primary-menu {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}

.urlwp-primary-menu > li {
  position: relative;
  display: flex;
  align-items: center;
}

.urlwp-primary-menu > li > a {
  min-height: 44px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  white-space: nowrap;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.active > a {
  color: #102938;
}

.sub-menu {
  position: absolute;
  z-index: 30;
  top: 100%;
  left: 0;
  display: none;
  width: 230px;
  padding: 8px !important;
  background: #fff;
  border: 1px solid var(--urlwp-border);
  box-shadow: var(--urlwp-shadow);
}

.menu-item-has-children:hover > .sub-menu,
.menu-item-has-children:focus-within > .sub-menu,
.menu-item-has-children.is-open > .sub-menu {
  display: block;
}

.sub-menu li {
  position: relative;
}

.sub-menu a {
  display: block;
  padding: 9px 10px;
  color: #222 !important;
  font-size: 14px;
  font-weight: 600;
}

.sub-menu a:hover,
.sub-menu a:focus-visible {
  background: #edf9fe;
}

.urlwp-submenu-toggle {
  width: 24px;
  min-width: 24px;
  height: 36px;
  padding: 0;
  margin-left: -8px;
  border: 0;
  background: transparent;
  color: currentcolor;
  cursor: pointer;
}

.urlwp-header-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
}

.urlwp-header-action {
  min-height: 34px;
  padding: 7px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background: #fff;
  color: #0c78a7 !important;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.urlwp-header-action-secondary {
  background: #126d98;
  color: #fff !important;
}

.urlwp-mobile-menu {
  display: none;
  width: 44px;
  height: 44px;
  padding: 9px;
  margin-left: auto;
  border: 0;
  background: transparent;
  color: #18323e;
  cursor: pointer;
}

.urlwp-mobile-menu > span:not(.screen-reader-text) {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: currentcolor;
}

.urlwp-mobile-menu[aria-expanded="true"] > span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.urlwp-mobile-menu[aria-expanded="true"] > span:nth-child(2) {
  opacity: 0;
}

.urlwp-mobile-menu[aria-expanded="true"] > span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.urlwp-mobile-navigation {
  padding: 10px 24px 20px;
  background: #128fc5;
  border-top: 1px solid rgb(255 255 255 / 25%);
}

.urlwp-mobile-navigation[hidden] {
  display: none;
}

.urlwp-mobile-menu-list a {
  display: block;
  padding: 11px 4px;
  border-bottom: 1px solid rgb(255 255 255 / 22%);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.urlwp-mobile-menu-list .sub-menu {
  position: static;
  width: auto;
  padding: 0 0 0 16px !important;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.urlwp-mobile-navigation .urlwp-header-actions {
  margin-top: 14px;
}

.urlwp-site-main {
  min-height: 55vh;
}

.urlwp-home-hero {
  position: relative;
  height: 765px;
  overflow: hidden;
  background: #eef9ff;
}

.urlwp-home-hero-background,
.urlwp-home-hero-background > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.urlwp-home-hero-background > img {
  object-fit: cover;
  filter: saturate(0.72) brightness(1.12);
  opacity: 0.52;
}

.urlwp-home-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 92%, rgb(255 255 255 / 88%), transparent 33%),
    linear-gradient(180deg, rgb(219 244 255 / 45%), rgb(255 255 255 / 22%));
}

.urlwp-home-hero-panels {
  position: relative;
  z-index: 2;
  width: min(1140px, calc(100% - 80px));
  height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: end;
}

.urlwp-hero-panel {
  position: relative;
  height: 100%;
  padding: 58px 0 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.urlwp-hero-panel-image {
  width: 100%;
  max-height: 560px;
  display: block;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 18px 60px rgb(17 107 154 / 18%);
}

.urlwp-hero-panel > span {
  min-width: 290px;
  padding: 13px 46px;
  margin-top: 24px;
  border: 5px solid #77caee;
  border-radius: 999px;
  background: linear-gradient(#fff, #dff6ff);
  box-shadow: 0 5px 0 #2c9fd4;
  color: #1887bd;
  font-size: 25px;
  font-weight: 800;
  text-align: center;
}

.urlwp-front-page,
.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(var(--urlwp-content-width), 100%);
  margin: 0 auto;
}

.urlwp-home-layout {
  display: grid;
  grid-template-columns: 253px minmax(0, 1fr) 253px;
  align-items: stretch;
}

.urlwp-front-content,
.urlwp-primary-column,
.urlwp-archive-primary {
  min-width: 0;
}

.urlwp-front-content {
  padding: 20px;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  padding: 20px 32px 54px;
}

.urlwp-content-with-sidebar,
.urlwp-archive-with-sidebar {
  max-width: 1265px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  gap: 20px;
}

.urlwp-article,
.urlwp-archive-primary {
  min-width: 0;
  background: #fff;
}

.urlwp-entry-header {
  margin-bottom: 24px;
}

body.urlwp-template-024 h1,
body.urlwp-template-024 h2,
body.urlwp-template-024 h3,
body.urlwp-template-024 h4 {
  color: #181818;
  font-weight: 500;
  line-height: 1.24;
}

body.urlwp-template-024 h1 {
  margin: 0 0 28px;
  font-size: clamp(34px, 3.1vw, 46px);
}

body.urlwp-template-024 h2 {
  margin-top: 34px;
  font-size: clamp(27px, 2.2vw, 34px);
}

body.urlwp-template-024 h3 {
  margin-top: 28px;
  font-size: 24px;
}

.urlwp-entry-content {
  color: #222;
}

.urlwp-entry-content p,
.urlwp-archive-description p {
  margin: 0 0 1.3em;
}

.urlwp-entry-content img {
  display: block;
  margin: 20px auto;
}

.urlwp-entry-content figure {
  max-width: 100% !important;
  margin: 24px auto;
  text-align: center;
}

.urlwp-entry-content figcaption {
  color: #696969;
  font-size: 14px;
}

.urlwp-entry-content ul,
.urlwp-entry-content ol {
  margin: 0 0 1.4em 1.4em;
}

.urlwp-entry-content table,
.urlwp-archive-description table {
  width: 100%;
  margin: 24px 0;
  border-collapse: collapse;
  background: #fff;
  font-size: 15px;
}

.urlwp-entry-content th,
.urlwp-entry-content td,
.urlwp-archive-description th,
.urlwp-archive-description td {
  padding: 11px 13px;
  border: 1px solid #b9dced;
  text-align: left;
  vertical-align: top;
}

.urlwp-entry-content th,
.urlwp-archive-description th {
  background: #e6f7ff;
  color: #115b7f;
  font-weight: 750;
}

.urlwp-entry-meta {
  margin: 0 0 10px;
  color: #777;
  font-size: 14px;
}

.urlwp-sidebar {
  min-width: 0;
  padding: 0;
  background: #fff;
}

.urlwp-version-tag {
  min-height: 83px;
  padding: 16px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #25a8df, #76d1f0);
  clip-path: polygon(8% 0, 92% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.urlwp-version-tag span {
  display: block;
  font-size: 20px;
}

.urlwp-side-box {
  padding: 13px;
  margin: 10px 10px 18px;
  border-radius: 12px;
  background: radial-gradient(circle farthest-corner at 10% 20%, #30ade2 0%, #7ad2f1 90.1%);
  box-shadow: 0 8px 20px rgb(36 139 187 / 15%);
  color: #06354b;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.urlwp-side-box h2 {
  padding-bottom: 8px;
  margin: 0 0 10px !important;
  border-bottom: 1px solid rgb(255 255 255 / 62%);
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 750 !important;
}

.urlwp-side-box p {
  margin: 0 0 10px;
}

.urlwp-side-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.urlwp-side-box li {
  padding: 7px 0;
  border-bottom: 1px solid rgb(255 255 255 / 45%);
}

.urlwp-side-box a {
  color: #06354b;
  font-weight: 650;
}

.urlwp-archive-header {
  padding: 0 0 24px;
}

.urlwp-archive-description {
  font-size: 17px;
}

.urlwp-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: 20px;
}

.urlwp-post-grid > .urlwp-post-card:first-child {
  grid-column: span 2;
}

.urlwp-post-card {
  min-width: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #e7eaec;
}

.urlwp-card-link {
  display: block;
  color: inherit !important;
}

.urlwp-card-media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eaf7fd;
}

.urlwp-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 220ms ease;
}

.urlwp-card-link:hover .urlwp-card-media img {
  transform: scale(1.035);
}

.urlwp-card-copy {
  padding: 17px;
}

.urlwp-card-meta {
  margin: 0 0 7px;
  color: #747474;
  font-size: 13px;
}

.urlwp-card-title {
  margin: 0 0 10px !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.urlwp-card-excerpt {
  margin: 0;
  color: #505050;
  font-size: 14px;
}

.navigation.pagination {
  margin: 32px 0 0;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.nav-links .page-numbers {
  min-width: 38px;
  min-height: 38px;
  padding: 7px 11px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9dced;
  color: #146e9b;
}

.nav-links .current {
  background: var(--urlwp-blue);
  color: #fff;
}

.urlwp-attachment {
  margin: 20px auto 30px;
  text-align: center;
}

.urlwp-attachment img {
  display: block;
  max-height: 720px;
  margin: 0 auto;
  object-fit: contain;
}

.urlwp-post-navigation {
  padding-top: 24px;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  border-top: 1px solid var(--urlwp-border);
}

.urlwp-post-navigation > div:last-child {
  text-align: right;
}

.urlwp-toc,
#ftwp-container,
.lwptoc,
#ez-toc-container {
  padding: 16px 18px;
  margin: 24px 0;
  border: 1px solid #b9dced;
  background: #f4fbff;
}

.urlwp-toc button,
#ftwp-trigger,
.lwptoc_header,
.ez-toc-toggle {
  color: #0d668f;
  font-weight: 750;
  cursor: pointer;
}

#ez-toc-container .ez-toc-title-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

#ez-toc-container .ez-toc-title {
  flex: 1;
  margin: 0;
  font-weight: 750;
}

#ez-toc-container .ez-toc-toggle {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  border: 1px solid #b9dced;
  border-radius: 50%;
  background: #ffffff;
}

#ez-toc-container .ez-toc-toggle svg {
  width: 18px;
  height: 18px;
}

.urlwp-toc.is-collapsed ol,
#ftwp-container.is-collapsed #ftwp-list,
.lwptoc.is-collapsed .lwptoc_items,
#ez-toc-container.is-collapsed .ez-toc-list {
  display: none;
}

.accordion,
.urlwp-accordion {
  margin: 24px 0;
  border-top: 1px solid #b9dced;
}

.accordion-item,
.urlwp-accordion-item {
  border-bottom: 1px solid #b9dced;
}

.accordion-title,
.urlwp-accordion-item > button {
  position: relative;
  width: 100%;
  min-height: 50px;
  padding: 13px 46px 13px 14px;
  display: block;
  border: 0;
  background: #f4fbff;
  color: #164f6c;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.accordion-title::after,
.urlwp-accordion-item > button::after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "+";
  transform: translateY(-50%);
  font-size: 22px;
}

.accordion-title[aria-expanded="true"]::after,
.urlwp-accordion-item > button[aria-expanded="true"]::after {
  content: "−";
}

.accordion-inner,
.urlwp-accordion-panel {
  padding: 14px 16px;
  background: #fff;
}

.accordion-inner[hidden],
.urlwp-accordion-panel[hidden] {
  display: none;
}

.urlwp-site-footer {
  border-top: 1px solid #e2e6e9;
  background: #fff;
}

.urlwp-footer-grid {
  width: min(1265px, calc(100% - 64px));
  padding: 42px 0;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.urlwp-footer-grid h2 {
  margin: 0 0 16px !important;
  color: #222 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
}

.urlwp-footer-grid p,
.urlwp-footer-grid li {
  color: #4f4f4f;
  font-size: 14px;
}

.urlwp-footer-grid ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.urlwp-footer-grid li {
  padding: 5px 0;
}

.urlwp-footer-bottom {
  padding: 28px 24px;
  border-top: 1px solid #e7e7e7;
  text-align: center;
}

.urlwp-footer-bottom p {
  margin: 0;
  color: #606060;
  font-size: 14px;
}

.urlwp-back-to-top {
  position: fixed;
  z-index: 45;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  padding: 0;
  display: grid;
  visibility: hidden;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--urlwp-blue);
  color: #fff;
  opacity: 0;
  cursor: pointer;
  transition: opacity 160ms ease, visibility 160ms ease;
}

.urlwp-back-to-top.is-visible {
  visibility: visible;
  opacity: 1;
}

.urlwp-not-found {
  max-width: 720px;
  padding: 90px 24px;
  margin: 0 auto;
  text-align: center;
}

.urlwp-error-code {
  margin: 0;
  color: var(--urlwp-blue);
  font-size: 80px;
  font-weight: 800;
}

.urlwp-button {
  min-height: 42px;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background: var(--urlwp-blue);
  color: #fff !important;
}

@media (max-width: 1350px) {
  .urlwp-header-inner {
    padding-inline: 24px;
    gap: 12px;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 175px;
  }

  .urlwp-primary-menu > li > a {
    padding-inline: 7px;
    font-size: 12px;
  }

  .urlwp-header-action {
    padding-inline: 9px;
  }
}

@media (max-width: 1100px) {
  .urlwp-home-layout {
    grid-template-columns: 210px minmax(0, 1fr) 210px;
  }

  .urlwp-content-with-sidebar,
  .urlwp-archive-with-sidebar {
    grid-template-columns: minmax(0, 1fr) 220px;
  }

  .urlwp-primary-menu > li > a {
    padding-inline: 6px;
    font-size: 11px;
  }

  .urlwp-header-actions {
    display: none;
  }
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 76px;
  }

  .urlwp-header-inner {
    min-height: 76px;
    padding: 10px 24px;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 154px;
    max-width: 62vw;
    max-height: 56px;
  }

  .urlwp-primary-navigation,
  .urlwp-header-inner > .urlwp-header-actions {
    display: none;
  }

  .urlwp-mobile-menu {
    display: block;
  }

  .urlwp-mobile-navigation .urlwp-header-actions {
    display: flex;
  }

  .urlwp-home-hero {
    height: 580px;
  }

  .urlwp-home-hero-panels {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
  }

  .urlwp-hero-panel {
    padding: 42px 0 56px;
  }

  .urlwp-hero-panel-right {
    display: none;
  }

  .urlwp-hero-panel-image {
    max-height: 400px;
  }

  .urlwp-hero-panel > span {
    min-width: 245px;
    padding: 10px 30px;
    font-size: 20px;
  }

  .urlwp-home-layout,
  .urlwp-content-with-sidebar,
  .urlwp-archive-with-sidebar {
    display: block;
  }

  .urlwp-home-layout > .urlwp-sidebar,
  .urlwp-content-with-sidebar > .urlwp-sidebar,
  .urlwp-archive-with-sidebar > .urlwp-sidebar {
    display: none;
  }

  .urlwp-content-shell,
  .urlwp-archive-shell {
    width: 100%;
    padding: 28px 22px 46px;
  }

  .urlwp-front-content {
    padding: 38px 30px 48px;
  }

  body.urlwp-template-024 h1 {
    font-size: 40px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urlwp-footer-grid {
    width: calc(100% - 48px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 549px) {
  .urlwp-home-hero {
    height: 580px;
  }

  .urlwp-hero-panel-image {
    max-height: 340px;
  }

  .urlwp-front-content {
    padding-inline: 30px;
  }

  body.urlwp-template-024 {
    font-size: 16px;
  }

  body.urlwp-template-024 h1 {
    font-size: 40px;
  }

  body.urlwp-template-024 h2 {
    font-size: 29px;
  }

  .urlwp-post-grid {
    grid-template-columns: 1fr;
  }

  .urlwp-post-grid > .urlwp-post-card:first-child {
    grid-column: auto;
  }

  .urlwp-post-navigation {
    grid-template-columns: 1fr;
  }

  .urlwp-post-navigation > div:last-child {
    text-align: left;
  }

  .urlwp-footer-grid {
    grid-template-columns: 1fr;
  }

  .urlwp-entry-content table,
  .urlwp-archive-description table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}


/* Template 024 measured source-shape overrides. */
:root {
  --urlwp-blue: #0877b9;
  --urlwp-blue-dark: #04639b;
  --urlwp-ink: #292929;
  --urlwp-muted: #686868;
  --urlwp-border: #e5e5e5;
  --urlwp-content-width: 1120px;
  --urlwp-reading-width: 1120px;
}

body.urlwp-template-024 {
  background: #fff;
  color: var(--urlwp-ink);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.62;
}

#header.urlwp-site-header {
  min-height: 145px;
  background: #fff;
  color: #202020;
  box-shadow: 0 1px 4px rgb(0 0 0 / 10%);
}

.urlwp-header-main {
  background: #fff;
}

.urlwp-header-inner {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  min-height: 90px;
  padding: 10px 0;
}

.urlwp-logo-link {
  width: 210px;
  max-width: 35vw;
  min-height: 58px;
}

.urlwp-site-logo {
  width: 210px;
  max-height: 58px;
}

.urlwp-primary-navigation {
  margin: 0;
  background: var(--urlwp-blue);
}

.urlwp-nav-inner {
  width: min(var(--urlwp-content-width), calc(100% - 24px));
  min-height: 55px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  min-height: 55px;
  justify-content: center;
}

.urlwp-primary-menu > li > a {
  min-height: 55px;
  padding: 0 15px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.active > a {
  background: rgb(255 255 255 / 14%);
  color: #fff;
}

.urlwp-header-actions {
  margin-left: auto;
  gap: 10px;
}

.urlwp-header-action {
  min-width: 96px;
  min-height: 38px;
  padding: 8px 17px;
  border-radius: 999px;
  background: #f33c32;
  color: #fff !important;
  font-size: 13px;
  box-shadow: 0 4px 10px rgb(222 49 43 / 22%);
}

.urlwp-header-action-secondary {
  background: #ff7037;
}

.urlwp-header-action-tertiary {
  background: #f9a51a;
}

.urlwp-home-layout {
  display: block;
}

.urlwp-front-content,
.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  padding: 18px 0 64px;
  margin: 0 auto;
}

.urlwp-content-with-sidebar,
.urlwp-archive-with-sidebar {
  max-width: var(--urlwp-content-width);
  display: block;
}

.urlwp-content-with-sidebar > .urlwp-sidebar,
.urlwp-archive-with-sidebar > .urlwp-sidebar {
  display: none;
}

.urlwp-entry-header,
.urlwp-archive-header {
  margin: 0 auto 16px;
  text-align: center;
}

.urlwp-entry-header h1,
.urlwp-archive-header h1 {
  color: #ef3d2f;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.25;
}

.urlwp-entry-content {
  color: #303030;
  font-size: 15px;
}

.urlwp-entry-content h2,
.urlwp-entry-content h3,
.urlwp-entry-content h4 {
  color: #ef3d2f;
}

.urlwp-entry-content img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.urlwp-entry-content > :first-child img,
.urlwp-entry-content .urlwp-source-hero {
  width: 100%;
}

.urlwp-entry-content table {
  width: 100%;
  border-color: #e5e5e5;
}

.urlwp-entry-content th {
  background: #f3f3f3;
}

.urlwp-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.urlwp-card-media {
  aspect-ratio: 16 / 9;
}

.urlwp-site-footer {
  background: #181818;
  color: #d8d8d8;
}

.urlwp-footer-grid {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.urlwp-footer-logo {
  display: inline-flex;
  max-width: 220px;
  margin-bottom: 14px;
}

.urlwp-footer-logo .urlwp-site-logo {
  width: 220px;
}

.urlwp-site-footer h2 {
  color: #fff;
}

.urlwp-site-footer a {
  color: #d8d8d8;
}

.urlwp-footer-bottom {
  border-top-color: rgb(255 255 255 / 12%);
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 143px;
  }

  .urlwp-header-inner {
    min-height: 86px;
    justify-content: center;
  }

  .urlwp-mobile-menu {
    display: block;
    margin: 0 auto 0 0;
    color: var(--urlwp-blue);
  }

  .urlwp-logo-link {
    width: 150px;
    max-width: 42vw;
  }

  .urlwp-site-logo {
    width: 150px;
    max-height: 54px;
  }

  .urlwp-header-main .urlwp-header-actions {
    display: none;
  }

  .urlwp-primary-navigation {
    min-height: 57px;
  }

  .urlwp-primary-navigation .urlwp-primary-menu {
    display: none;
  }

  .urlwp-mobile-navigation {
    background: var(--urlwp-blue-dark);
  }

  .urlwp-mobile-navigation .urlwp-header-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .urlwp-header-action {
    min-width: 0;
    padding: 8px 7px;
  }

  .urlwp-front-content,
  .urlwp-content-shell,
  .urlwp-archive-shell {
    width: min(100% - 24px, var(--urlwp-content-width));
    padding-top: 12px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urlwp-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 549px) {
  body.urlwp-template-024 {
    font-size: 14px;
  }

  .urlwp-entry-content {
    font-size: 14px;
  }

  .urlwp-entry-header h1,
  .urlwp-archive-header h1 {
    font-size: 20px;
  }

  .urlwp-post-grid,
  .urlwp-footer-grid {
    grid-template-columns: 1fr;
  }
}


/* Template 024 measured source-shape overrides. */
:root {
  --urlwp-blue: #ff7a16;
  --urlwp-blue-dark: #df6510;
  --urlwp-ink: #242424;
  --urlwp-muted: #666;
  --urlwp-border: #eee3d8;
  --urlwp-content-width: 1220px;
  --urlwp-reading-width: 980px;
}

body.urlwp-template-024 {
  background: #fff;
  color: var(--urlwp-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

#header.urlwp-site-header {
  min-height: 145px;
  background: #f4dfcf;
  color: #333;
  box-shadow: none;
}

.urlwp-header-main {
  background: #f4dfcf;
}

.urlwp-header-inner {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  min-height: 90px;
  padding: 7px 0;
}

.urlwp-logo-link,
.urlwp-site-logo {
  width: 210px;
  max-width: 40vw;
  max-height: 68px;
}

.urlwp-primary-navigation {
  margin: 0;
  background: #ff7a16;
}

.urlwp-nav-inner {
  width: min(var(--urlwp-content-width), calc(100% - 24px));
  min-height: 55px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  min-height: 55px;
  justify-content: center;
}

.urlwp-primary-menu > li > a {
  min-height: 55px;
  padding: 0 14px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.active > a {
  background: rgb(255 255 255 / 15%);
  color: #fff;
}

.urlwp-header-actions {
  margin-left: auto;
  gap: 10px;
}

.urlwp-header-action {
  min-width: 98px;
  min-height: 38px;
  border-radius: 999px;
  background: #46bedd;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  box-shadow: none;
}

.urlwp-header-action-secondary {
  background: #73c98b;
}

.urlwp-header-action-tertiary {
  min-width: 42px;
  width: 42px;
  padding-inline: 7px;
  overflow: hidden;
  border-radius: 12px;
  background: #e94a3c;
}

.urlwp-home-layout {
  display: block;
}

.urlwp-front-content {
  width: 100%;
  padding: 0 0 58px;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  padding: 28px 0 64px;
  margin: 0 auto;
}

.urlwp-content-with-sidebar,
.urlwp-archive-with-sidebar {
  max-width: var(--urlwp-content-width);
  display: block;
}

.urlwp-content-with-sidebar > .urlwp-sidebar,
.urlwp-archive-with-sidebar > .urlwp-sidebar {
  display: none;
}

.urlwp-home-hero {
  position: relative;
  width: 100%;
  height: 410px;
  overflow: hidden;
  background: #2b0808;
}

.urlwp-home-hero img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.urlwp-home-hero-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(650px, calc(100% - 48px));
  padding: 26px 34px;
  transform: translate(-50%, -50%);
  border: 2px solid rgb(255 196 65 / 70%);
  background: rgb(72 12 5 / 72%);
  color: #fff;
  text-align: center;
}

.urlwp-home-hero-copy strong {
  display: block;
  color: #ffd25d;
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: 1.05;
}

.urlwp-home-cards {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  padding: 28px 0 18px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
}

.urlwp-home-card {
  overflow: hidden;
  border: 4px solid #d7b809;
  border-radius: 18px;
  background: #090909;
  box-shadow: 0 1px 0 rgb(0 0 0 / 20%);
}

.urlwp-home-card img {
  width: 100%;
  margin: 0;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.urlwp-home-card strong {
  min-height: 70px;
  padding: 12px 6px;
  display: grid;
  place-items: center;
  color: #ffcf82;
  font-size: clamp(15px, 1.45vw, 24px);
  text-align: center;
}

.urlwp-home-copy {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  margin: 0 auto;
}

.urlwp-home-copy h1 {
  padding: 10px 22px;
  margin: 0 0 28px;
  border-top: 1px solid #ead4bb;
  border-bottom: 1px solid #ead4bb;
  color: #d9902e;
  font-size: clamp(22px, 2.2vw, 30px);
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.urlwp-home-copy blockquote {
  padding: 0 0 0 36px;
  margin: 0 0 50px;
  border-left: 2px solid #f14136;
  font-size: 18px;
  font-style: italic;
}

.urlwp-entry-header,
.urlwp-archive-header {
  margin: 0 auto 18px;
  text-align: center;
}

.urlwp-entry-header h1,
.urlwp-archive-header h1 {
  color: #d9902e;
  font-size: clamp(24px, 2.4vw, 32px);
}

.urlwp-entry-content h2,
.urlwp-entry-content h3,
.urlwp-entry-content h4 {
  color: #d9902e;
}

.urlwp-entry-content figure,
.urlwp-archive-description figure {
  max-width: 100%;
  margin: 24px auto;
  text-align: center;
}

.urlwp-entry-content figcaption,
.urlwp-archive-description figcaption {
  margin-top: 8px;
  color: #696969;
  font-size: 14px;
  font-style: italic;
}

.urlwp-entry-content table {
  border-collapse: collapse;
}

.urlwp-entry-content th,
.urlwp-entry-content td {
  border-color: #e6caa7;
}

.urlwp-entry-content th {
  background: #fff3e4;
  color: #9c5b0b;
}

.urlwp-toc,
.accordion,
.urlwp-accordion {
  border-color: #e6caa7;
}

.accordion-title,
.urlwp-accordion-item > button {
  background: #fff6eb;
  color: #824f13;
}

.accordion-inner:not([hidden]),
.urlwp-accordion-panel:not([hidden]) {
  display: block;
}

.urlwp-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.urlwp-site-footer {
  border-top: 0;
  background: #fff;
  color: #242424;
}

.urlwp-footer-grid {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  gap: 34px;
}

.urlwp-footer-logo {
  display: inline-flex;
  width: 260px;
  max-width: 100%;
  margin-bottom: 18px;
}

.urlwp-footer-logo .urlwp-site-logo {
  width: 260px;
  max-width: 100%;
  max-height: 100px;
}

.urlwp-footer-grid h2 {
  color: #d9902e !important;
  text-align: center;
  text-transform: uppercase;
}

.urlwp-footer-menu a {
  color: #f13a33;
}

.urlwp-footer-bottom {
  padding: 20px 24px;
  border: 0;
  background: #666;
}

.urlwp-footer-bottom p {
  color: #ddd;
}

.urlwp-back-to-top {
  background: #666;
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 125px;
  }

  .urlwp-header-inner {
    min-height: 70px;
    padding: 4px 15px;
    justify-content: center;
  }

  .urlwp-mobile-menu {
    display: block;
    margin: 0 auto 0 0;
    color: #666;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 145px;
    max-width: 45vw;
    max-height: 56px;
  }

  .urlwp-header-inner > .urlwp-header-actions {
    display: flex;
    margin-left: auto;
  }

  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-primary,
  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-secondary {
    display: none;
  }

  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-tertiary {
    display: grid;
  }

  .urlwp-primary-navigation {
    min-height: 55px;
  }

  .urlwp-primary-navigation .urlwp-primary-menu {
    display: none;
  }

  .urlwp-nav-inner::before {
    width: 100%;
    min-height: 55px;
    display: grid;
    place-items: center;
    content: "ĐĂNG KÝ       ĐĂNG NHẬP";
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    word-spacing: 42px;
  }

  .urlwp-mobile-navigation {
    background: #df6510;
  }

  .urlwp-mobile-navigation .urlwp-header-actions {
    display: none;
  }

  .urlwp-home-hero {
    height: 150px;
  }

  .urlwp-home-hero-copy {
    width: min(260px, calc(100% - 26px));
    padding: 9px 13px;
  }

  .urlwp-home-hero-copy strong {
    font-size: 20px;
  }

  .urlwp-home-hero-copy span {
    font-size: 11px;
  }

  .urlwp-home-cards {
    width: calc(100% - 32px);
    padding-top: 28px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }

  .urlwp-home-card strong {
    min-height: 58px;
    font-size: 18px;
  }

  .urlwp-home-copy {
    width: calc(100% - 30px);
  }

  .urlwp-home-copy h1 {
    font-size: 21px;
  }

  .urlwp-home-copy blockquote {
    padding-left: 36px;
    font-size: 18px;
  }

  .urlwp-content-shell,
  .urlwp-archive-shell {
    width: calc(100% - 30px);
    padding-top: 24px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urlwp-footer-grid {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

  .urlwp-footer-brand {
    text-align: left;
  }
}

@media (max-width: 420px) {
  body.urlwp-template-024 {
    font-size: 16px;
  }

  .urlwp-home-cards {
    gap: 30px;
  }

  .urlwp-post-grid {
    grid-template-columns: 1fr;
  }
}


/* Template 024 measured source-shape overrides. */
:root {
  --urlwp-blue: #ffdb68;
  --urlwp-blue-dark: #ffbb00;
  --urlwp-ink: #000;
  --urlwp-muted: #666;
  --urlwp-border: #e8c24e;
  --urlwp-content-width: 1180px;
  --urlwp-reading-width: 1116px;
}

body.urlwp-template-024 {
  background: #ffbb00;
  color: var(--urlwp-ink);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.urlwp-template-024 #wrapper {
  width: min(1180px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

#header.urlwp-site-header {
  min-height: 145px;
  background: #fff;
  color: #000;
  box-shadow: none;
}

.urlwp-header-main {
  background: #fff;
}

.urlwp-header-inner {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  min-height: 90px;
  padding: 7px 0;
}

.urlwp-logo-link,
.urlwp-site-logo {
  width: 200px;
  max-width: 40vw;
  max-height: 82px;
  object-fit: contain;
}

.urlwp-primary-navigation {
  margin: 0;
  background: #ffdb68;
}

.urlwp-nav-inner {
  width: min(var(--urlwp-content-width), calc(100% - 24px));
  min-height: 55px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  min-height: 55px;
  justify-content: center;
}

.urlwp-primary-menu > li > a {
  min-height: 55px;
  padding: 0 12px;
  color: #e00404;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.active > a {
  background: rgb(255 255 255 / 45%);
  color: #9f0303;
}

.urlwp-header-actions {
  margin-left: auto;
  gap: 10px;
}

.urlwp-header-action {
  min-width: 150px;
  min-height: 40px;
  border-radius: 999px;
  background: #e00404;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow: inset 0 -3px 0 rgb(0 0 0 / 20%);
}

.urlwp-header-action-secondary {
  background: #ff5a36;
}

.urlwp-header-action-tertiary {
  min-width: 140px;
  width: auto;
  padding-inline: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #d60000;
}

.urlwp-home-layout {
  display: block;
}

.urlwp-front-content {
  width: 100%;
  padding: 0 0 58px;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  padding: 28px 0 64px;
  margin: 0 auto;
}

.urlwp-content-with-sidebar,
.urlwp-archive-with-sidebar {
  max-width: var(--urlwp-content-width);
  display: block;
}

.urlwp-content-with-sidebar > .urlwp-sidebar,
.urlwp-archive-with-sidebar > .urlwp-sidebar {
  display: none;
}

.urlwp-home-slider {
  position: relative;
  width: 100%;
  height: 593px;
  overflow: hidden;
  background: #111;
}

.urlwp-home-slider .urlwp-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.urlwp-home-slider .urlwp-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.urlwp-home-slider .urlwp-slide img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.urlwp-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgb(0 0 0 / 42%);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.urlwp-slider-arrow[data-direction="previous"] {
  left: 18px;
}

.urlwp-slider-arrow[data-direction="next"] {
  right: 18px;
}

.urlwp-slider-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.urlwp-slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.urlwp-slider-dot.is-active {
  background: #fff;
}

.urlwp-home-cards {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  padding: 22px 0 28px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
}

.urlwp-home-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.urlwp-home-card img {
  width: 100%;
  margin: 0;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.urlwp-home-card strong {
  min-height: 40px;
  padding: 8px 4px;
  display: grid;
  place-items: center;
  color: #9f0303;
  font-size: clamp(14px, 1.25vw, 18px);
  text-align: center;
}

.urlwp-home-copy {
  width: min(1150px, calc(100% - 30px));
  padding-top: 28px;
  margin: 0 auto;
}

.urlwp-home-copy h1 {
  padding: 0;
  margin: 0 0 14px;
  border: 0;
  color: #9f0303;
  font-size: clamp(24px, 2.3vw, 28px);
  line-height: 1.25;
  text-align: center;
  text-transform: none;
}

.urlwp-home-copy blockquote {
  padding: 10px 16px;
  margin: 18px 0;
  border-left: 3px solid #ffbb00;
  font-size: 16px;
  font-style: normal;
}

.urlwp-entry-header,
.urlwp-archive-header {
  margin: 0 auto 18px;
  text-align: center;
}

.urlwp-entry-header h1,
.urlwp-archive-header h1 {
  color: #9f0303;
  font-size: clamp(24px, 2.4vw, 32px);
}

.urlwp-entry-content h2,
.urlwp-entry-content h3,
.urlwp-entry-content h4 {
  color: #9f0303;
}

.urlwp-entry-content figure,
.urlwp-archive-description figure {
  max-width: 100%;
  margin: 24px auto;
  text-align: center;
}

.urlwp-entry-content figcaption,
.urlwp-archive-description figcaption {
  margin-top: 8px;
  color: #696969;
  font-size: 14px;
  font-style: italic;
}

.urlwp-entry-content table {
  border-collapse: collapse;
}

.urlwp-entry-content th,
.urlwp-entry-content td {
  border-color: #e6caa7;
}

.urlwp-entry-content th {
  background: #fff4cc;
  color: #9f0303;
}

.urlwp-toc,
.accordion,
.urlwp-accordion {
  border-color: #e6caa7;
}

.accordion-title,
.urlwp-accordion-item > button {
  background: #fff4cc;
  color: #9f0303;
}

.accordion-inner:not([hidden]),
.urlwp-accordion-panel:not([hidden]) {
  display: block;
}

.urlwp-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.urlwp-site-footer {
  border-top: 0;
  background: #ffdb68;
  color: #242424;
}

.urlwp-footer-grid {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  gap: 34px;
}

.urlwp-footer-logo {
  display: inline-flex;
  width: 260px;
  max-width: 100%;
  margin-bottom: 18px;
}

.urlwp-footer-logo .urlwp-site-logo {
  width: 260px;
  max-width: 100%;
  max-height: 100px;
}

.urlwp-footer-grid h2 {
  color: #9f0303 !important;
  text-align: center;
  text-transform: uppercase;
}

.urlwp-footer-menu a {
  color: #9f0303;
}

.urlwp-footer-bottom {
  padding: 20px 24px;
  border: 0;
  background: #ffbb00;
}

.urlwp-footer-bottom p {
  color: rgb(0 0 0 / 55%);
}

.urlwp-back-to-top {
  background: #666;
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 125px;
  }

  .urlwp-header-inner {
    min-height: 70px;
    padding: 4px 15px;
    justify-content: center;
  }

  .urlwp-mobile-menu {
    display: block;
    margin: 0 auto 0 0;
    color: #666;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 145px;
    max-width: 45vw;
    max-height: 56px;
  }

  .urlwp-header-inner > .urlwp-header-actions {
    display: flex;
    margin-left: auto;
  }

  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-primary,
  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-secondary {
    display: none;
  }

  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-tertiary {
    display: grid;
  }

  .urlwp-primary-navigation {
    min-height: 55px;
  }

  .urlwp-primary-navigation .urlwp-primary-menu {
    display: none;
  }

  .urlwp-nav-inner::before {
    width: 100%;
    min-height: 55px;
    display: grid;
    place-items: center;
    content: "ĐĂNG KÝ       ĐĂNG NHẬP";
    color: #e00404;
    font-size: 13px;
    font-weight: 800;
    word-spacing: 42px;
  }

  .urlwp-mobile-navigation {
    background: #ffdb68;
  }

  .urlwp-mobile-navigation .urlwp-header-actions {
    display: none;
  }

  .urlwp-home-slider {
    height: min(50.25vw, 300px);
  }

  .urlwp-home-cards {
    width: calc(100% - 32px);
    padding-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .urlwp-home-card strong {
    min-height: 58px;
    font-size: 18px;
  }

  .urlwp-home-copy {
    width: calc(100% - 30px);
  }

  .urlwp-home-copy h1 {
    font-size: 21px;
  }

  .urlwp-home-copy blockquote {
    padding-left: 36px;
    font-size: 18px;
  }

  .urlwp-content-shell,
  .urlwp-archive-shell {
    width: calc(100% - 30px);
    padding-top: 24px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urlwp-footer-grid {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

  .urlwp-footer-brand {
    text-align: left;
  }
}

@media (max-width: 420px) {
  body.urlwp-template-024 {
    font-size: 16px;
  }

  .urlwp-home-cards {
    gap: 18px;
  }

  .urlwp-post-grid {
    grid-template-columns: 1fr;
  }
}


/* Template 024 measured source-shape overrides. */
:root {
  --urlwp-blue: #ffdb68;
  --urlwp-blue-dark: #ffbb00;
  --urlwp-ink: #000;
  --urlwp-muted: #666;
  --urlwp-border: #e8c24e;
  --urlwp-content-width: 1180px;
  --urlwp-reading-width: 1116px;
}

body.urlwp-template-024 {
  background: #ffbb00;
  color: var(--urlwp-ink);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.urlwp-template-024 #wrapper {
  width: min(1180px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

#header.urlwp-site-header {
  min-height: 145px;
  background: #fff;
  color: #000;
  box-shadow: none;
}

.urlwp-header-main {
  background: #fff;
}

.urlwp-header-inner {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  min-height: 90px;
  padding: 7px 0;
}

.urlwp-logo-link,
.urlwp-site-logo {
  width: 200px;
  max-width: 40vw;
  max-height: 82px;
  object-fit: contain;
}

.urlwp-primary-navigation {
  margin: 0;
  background: #ffdb68;
}

.urlwp-nav-inner {
  width: min(var(--urlwp-content-width), calc(100% - 24px));
  min-height: 55px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  min-height: 55px;
  justify-content: center;
}

.urlwp-primary-menu > li > a {
  min-height: 55px;
  padding: 0 12px;
  color: #e00404;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.active > a {
  background: rgb(255 255 255 / 45%);
  color: #9f0303;
}

.urlwp-header-actions {
  margin-left: auto;
  gap: 10px;
}

.urlwp-header-action {
  min-width: 150px;
  min-height: 40px;
  border-radius: 999px;
  background: #e00404;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow: inset 0 -3px 0 rgb(0 0 0 / 20%);
}

.urlwp-header-action-secondary {
  background: #ff5a36;
}

.urlwp-header-action-tertiary {
  min-width: 140px;
  width: auto;
  padding-inline: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #d60000;
}

.urlwp-home-layout {
  display: block;
}

.urlwp-front-content {
  width: 100%;
  padding: 0 0 58px;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  padding: 28px 0 64px;
  margin: 0 auto;
}

.urlwp-content-with-sidebar,
.urlwp-archive-with-sidebar {
  max-width: var(--urlwp-content-width);
  display: block;
}

.urlwp-content-with-sidebar > .urlwp-sidebar,
.urlwp-archive-with-sidebar > .urlwp-sidebar {
  display: none;
}

.urlwp-home-slider {
  position: relative;
  width: 100%;
  height: 593px;
  overflow: hidden;
  background: #111;
}

.urlwp-home-slider .urlwp-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.urlwp-home-slider .urlwp-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.urlwp-home-slider .urlwp-slide img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.urlwp-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgb(0 0 0 / 42%);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.urlwp-slider-arrow[data-direction="previous"] {
  left: 18px;
}

.urlwp-slider-arrow[data-direction="next"] {
  right: 18px;
}

.urlwp-slider-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.urlwp-slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.urlwp-slider-dot.is-active {
  background: #fff;
}

.urlwp-home-cards {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  padding: 22px 0 28px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
}

.urlwp-home-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.urlwp-home-card img {
  width: 100%;
  margin: 0;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.urlwp-home-card strong {
  min-height: 40px;
  padding: 8px 4px;
  display: grid;
  place-items: center;
  color: #9f0303;
  font-size: clamp(14px, 1.25vw, 18px);
  text-align: center;
}

.urlwp-home-copy {
  width: min(1150px, calc(100% - 30px));
  padding-top: 28px;
  margin: 0 auto;
}

.urlwp-home-copy h1 {
  padding: 0;
  margin: 0 0 14px;
  border: 0;
  color: #9f0303;
  font-size: clamp(24px, 2.3vw, 28px);
  line-height: 1.25;
  text-align: center;
  text-transform: none;
}

.urlwp-home-copy blockquote {
  padding: 10px 16px;
  margin: 18px 0;
  border-left: 3px solid #ffbb00;
  font-size: 16px;
  font-style: normal;
}

.urlwp-entry-header,
.urlwp-archive-header {
  margin: 0 auto 18px;
  text-align: center;
}

.urlwp-entry-header h1,
.urlwp-archive-header h1 {
  color: #9f0303;
  font-size: clamp(24px, 2.4vw, 32px);
}

.urlwp-entry-content h2,
.urlwp-entry-content h3,
.urlwp-entry-content h4 {
  color: #9f0303;
}

.urlwp-entry-content figure,
.urlwp-archive-description figure {
  max-width: 100%;
  margin: 24px auto;
  text-align: center;
}

.urlwp-entry-content figcaption,
.urlwp-archive-description figcaption {
  margin-top: 8px;
  color: #696969;
  font-size: 14px;
  font-style: italic;
}

.urlwp-entry-content table {
  border-collapse: collapse;
}

.urlwp-entry-content th,
.urlwp-entry-content td {
  border-color: #e6caa7;
}

.urlwp-entry-content th {
  background: #fff4cc;
  color: #9f0303;
}

.urlwp-toc,
.accordion,
.urlwp-accordion {
  border-color: #e6caa7;
}

.accordion-title,
.urlwp-accordion-item > button {
  background: #fff4cc;
  color: #9f0303;
}

.accordion-inner:not([hidden]),
.urlwp-accordion-panel:not([hidden]) {
  display: block;
}

.urlwp-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.urlwp-site-footer {
  border-top: 0;
  background: #ffdb68;
  color: #242424;
}

.urlwp-footer-grid {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  gap: 34px;
}

.urlwp-footer-logo {
  display: inline-flex;
  width: 260px;
  max-width: 100%;
  margin-bottom: 18px;
}

.urlwp-footer-logo .urlwp-site-logo {
  width: 260px;
  max-width: 100%;
  max-height: 100px;
}

.urlwp-footer-grid h2 {
  color: #9f0303 !important;
  text-align: center;
  text-transform: uppercase;
}

.urlwp-footer-menu a {
  color: #9f0303;
}

.urlwp-footer-bottom {
  padding: 20px 24px;
  border: 0;
  background: #ffbb00;
}

.urlwp-footer-bottom p {
  color: rgb(0 0 0 / 55%);
}

.urlwp-back-to-top {
  background: #666;
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 125px;
  }

  .urlwp-header-inner {
    min-height: 70px;
    padding: 4px 15px;
    justify-content: center;
  }

  .urlwp-mobile-menu {
    display: block;
    margin: 0 auto 0 0;
    color: #666;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 145px;
    max-width: 45vw;
    max-height: 56px;
  }

  .urlwp-header-inner > .urlwp-header-actions {
    display: flex;
    margin-left: auto;
  }

  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-primary,
  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-secondary {
    display: none;
  }

  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-tertiary {
    display: grid;
  }

  .urlwp-primary-navigation {
    min-height: 55px;
  }

  .urlwp-primary-navigation .urlwp-primary-menu {
    display: none;
  }

  .urlwp-nav-inner::before {
    width: 100%;
    min-height: 55px;
    display: grid;
    place-items: center;
    content: "ĐĂNG KÝ       ĐĂNG NHẬP";
    color: #e00404;
    font-size: 13px;
    font-weight: 800;
    word-spacing: 42px;
  }

  .urlwp-mobile-navigation {
    background: #ffdb68;
  }

  .urlwp-mobile-navigation .urlwp-header-actions {
    display: none;
  }

  .urlwp-home-slider {
    height: min(50.25vw, 300px);
  }

  .urlwp-home-cards {
    width: calc(100% - 32px);
    padding-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .urlwp-home-card strong {
    min-height: 58px;
    font-size: 18px;
  }

  .urlwp-home-copy {
    width: calc(100% - 30px);
  }

  .urlwp-home-copy h1 {
    font-size: 21px;
  }

  .urlwp-home-copy blockquote {
    padding-left: 36px;
    font-size: 18px;
  }

  .urlwp-content-shell,
  .urlwp-archive-shell {
    width: calc(100% - 30px);
    padding-top: 24px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urlwp-footer-grid {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

  .urlwp-footer-brand {
    text-align: left;
  }
}

@media (max-width: 420px) {
  body.urlwp-template-024 {
    font-size: 16px;
  }

  .urlwp-home-cards {
    gap: 18px;
  }

  .urlwp-post-grid {
    grid-template-columns: 1fr;
  }
}



/* Template 024 measured green news-portal layout. */
:root {
  --urlwp-green: #0b8820;
  --urlwp-green-dark: #04651a;
  --urlwp-green-ink: #376326;
  --urlwp-soft: #f3f7f2;
  --urlwp-border: #d7e3d4;
  --urlwp-content-width: 1425px;
  --urlwp-reading-width: 1060px;
}

body.urlwp-template-024 {
  background: #fff;
  color: #0a0a0a;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

body.urlwp-template-024 #wrapper {
  width: min(1425px, 100%);
  margin: 0 auto;
  background: #fff;
}

#header.urlwp-site-header {
  min-height: 144px;
  background: #fff;
}

.urlwp-header-inner {
  position: relative;
  width: min(1425px, 100%);
  min-height: 80px;
  padding: 0 15px;
  justify-content: center;
}

.urlwp-logo-link,
.urlwp-site-logo {
  width: 180px;
  max-width: 34vw;
  max-height: 80px;
  object-fit: contain;
}

.urlwp-header-actions {
  position: absolute;
  right: 15px;
  gap: 16px;
}

.urlwp-header-action {
  min-width: auto;
  min-height: 34px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: #e50714;
  box-shadow: none;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.urlwp-header-action-secondary,
.urlwp-header-action-tertiary {
  background: #e50714;
}

.urlwp-header-action-tertiary {
  display: none;
}

.urlwp-primary-navigation {
  min-height: 64px;
  margin: 0;
  background: #fff;
}

.urlwp-nav-inner {
  width: min(1425px, 100%);
  min-height: 64px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  min-height: 64px;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.urlwp-primary-menu > li > a {
  min-height: 32px;
  padding: 0 12px;
  background: var(--urlwp-green);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.active > a {
  background: var(--urlwp-green-dark);
  color: #fff;
}

.urlwp-front-content {
  padding: 15px 15px 0;
}

.urlwp-news-hero {
  margin: 0 0 30px;
}

.urlwp-news-hero img {
  width: 100%;
  height: auto;
  max-height: 353px;
  display: block;
  object-fit: cover;
}

.urlwp-home-copy {
  width: 100%;
  padding: 0;
}

.urlwp-home-copy h1 {
  margin: 0 0 18px;
  color: var(--urlwp-green-ink);
  font-size: 27px;
  line-height: 1.1;
  text-align: left;
}

.urlwp-home-copy > p,
.urlwp-home-copy > ul {
  margin-inline: 0;
}

.urlwp-home-faq-title,
.urlwp-section-title {
  min-height: 45px;
  padding: 10px 16px;
  margin: 24px 0 8px;
  display: flex;
  align-items: center;
  background: var(--urlwp-green-dark);
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.accordion {
  margin-bottom: 8px;
  border: 0;
}

.accordion-title {
  min-height: 50px;
  padding: 11px 40px;
  border-bottom: 1px solid var(--urlwp-border);
  background: #fff;
  color: #0a0a0a;
  font-size: 17.6px;
  font-weight: 500;
}

.accordion-inner {
  padding: 14px 40px 18px;
  border-bottom: 1px solid var(--urlwp-border);
}

.urlwp-home-news,
.urlwp-home-columns {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.urlwp-home-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.55fr) minmax(300px, 1fr);
  gap: 18px;
}

.urlwp-home-news-primary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.urlwp-lead-story {
  grid-column: 1 / -1;
}

.urlwp-news-image {
  display: block;
  overflow: hidden;
  background: var(--urlwp-soft);
}

.urlwp-news-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  object-fit: cover;
}

.urlwp-lead-story .urlwp-news-image {
  aspect-ratio: 16 / 8.9;
}

.urlwp-news-card .urlwp-news-image {
  aspect-ratio: 1.44 / 1;
}

.urlwp-news-copy {
  padding: 10px 2px;
}

.urlwp-news-copy h3,
.urlwp-side-story h4,
.urlwp-horizontal-story h3 {
  margin: 0;
  color: #1f3e19;
  font-size: 17px;
  line-height: 1.35;
}

.urlwp-news-copy h3 a,
.urlwp-side-story h4 a,
.urlwp-horizontal-story h3 a {
  color: inherit;
}

.urlwp-home-news-side .urlwp-section-title {
  margin-top: 0;
}

.urlwp-side-story {
  margin-bottom: 18px;
}

.urlwp-side-story .urlwp-news-image {
  aspect-ratio: 16 / 9;
}

.urlwp-side-story h4 {
  padding: 8px 0;
}

.urlwp-home-columns {
  padding-bottom: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.urlwp-horizontal-story {
  min-height: 172px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid var(--urlwp-border);
}

.urlwp-horizontal-story .urlwp-news-image {
  height: 172px;
}

.urlwp-horizontal-story p {
  margin: 8px 0 0;
  color: #586454;
  font-size: 14px;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(1160px, calc(100% - 30px));
}

.urlwp-entry-header h1,
.urlwp-archive-header h1,
.urlwp-entry-content h2,
.urlwp-entry-content h3 {
  color: var(--urlwp-green-ink);
}

.urlwp-entry-content th {
  background: var(--urlwp-green-dark);
  color: #fff;
}

.urlwp-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.urlwp-site-footer {
  border-top: 4px solid var(--urlwp-green-dark);
  background: #fff;
  color: #0a0a0a;
}

.urlwp-footer-grid {
  width: min(1160px, calc(100% - 30px));
}

.urlwp-footer-grid h2,
.urlwp-footer-menu a {
  color: var(--urlwp-green-ink) !important;
}

.urlwp-footer-bottom {
  background: #e9e9e9;
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 80px;
  }

  .urlwp-header-inner {
    min-height: 80px;
  }

  .urlwp-header-inner > .urlwp-header-actions {
    display: none;
  }

  .urlwp-mobile-menu {
    position: absolute;
    left: 15px;
    color: var(--urlwp-green-dark);
  }

  .urlwp-primary-navigation {
    display: none;
  }

  .urlwp-mobile-navigation {
    background: #fff;
    border-top: 2px solid var(--urlwp-green-dark);
  }

  .urlwp-mobile-navigation a {
    color: var(--urlwp-green-dark);
  }

  .urlwp-front-content {
    padding: 12px 15px 0;
  }

  .urlwp-news-hero img {
    min-height: 170px;
  }

  .urlwp-home-copy h1 {
    font-size: 23px;
  }

  .accordion-title {
    padding-inline: 36px 14px;
    font-size: 16px;
  }

  .urlwp-home-news-grid,
  .urlwp-home-columns {
    grid-template-columns: 1fr;
  }

  .urlwp-home-news-primary {
    grid-template-columns: 1fr;
  }

  .urlwp-news-card {
    min-height: 120px;
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 12px;
  }

  .urlwp-news-card .urlwp-news-image {
    aspect-ratio: 16 / 10;
  }

  .urlwp-home-news-side {
    display: none;
  }

  .urlwp-horizontal-story {
    min-height: 130px;
    grid-template-columns: 42% 1fr;
  }

  .urlwp-horizontal-story .urlwp-news-image {
    height: 130px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .urlwp-news-hero img {
    min-height: 130px;
  }

  .urlwp-section-title,
  .urlwp-home-faq-title {
    font-size: 16px !important;
  }

  .urlwp-news-card,
  .urlwp-horizontal-story {
    grid-template-columns: 40% 1fr;
  }

  .urlwp-news-copy h3,
  .urlwp-horizontal-story h3 {
    font-size: 15px;
  }

  .urlwp-horizontal-story p {
    display: none;
  }

  .urlwp-post-grid {
    grid-template-columns: 1fr;
  }
}


/* Template 024 measured source-shape overrides. */
:root {
  --urlwp-blue: #ffdb68;
  --urlwp-blue-dark: #ffbb00;
  --urlwp-ink: #000;
  --urlwp-muted: #666;
  --urlwp-border: #e8c24e;
  --urlwp-content-width: 1180px;
  --urlwp-reading-width: 1116px;
}

body.urlwp-template-024 {
  background: #ffbb00;
  color: var(--urlwp-ink);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.urlwp-template-024 #wrapper {
  width: min(1180px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

#header.urlwp-site-header {
  min-height: 145px;
  background: #fff;
  color: #000;
  box-shadow: none;
}

.urlwp-header-main {
  background: #fff;
}

.urlwp-header-inner {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  min-height: 90px;
  padding: 7px 0;
}

.urlwp-logo-link,
.urlwp-site-logo {
  width: 200px;
  max-width: 40vw;
  max-height: 82px;
  object-fit: contain;
}

.urlwp-primary-navigation {
  margin: 0;
  background: #ffdb68;
}

.urlwp-nav-inner {
  width: min(var(--urlwp-content-width), calc(100% - 24px));
  min-height: 55px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  min-height: 55px;
  justify-content: center;
}

.urlwp-primary-menu > li > a {
  min-height: 55px;
  padding: 0 12px;
  color: #e00404;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.active > a {
  background: rgb(255 255 255 / 45%);
  color: #9f0303;
}

.urlwp-header-actions {
  margin-left: auto;
  gap: 10px;
}

.urlwp-header-action {
  min-width: 150px;
  min-height: 40px;
  border-radius: 999px;
  background: #e00404;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow: inset 0 -3px 0 rgb(0 0 0 / 20%);
}

.urlwp-header-action-secondary {
  background: #ff5a36;
}

.urlwp-header-action-tertiary {
  min-width: 140px;
  width: auto;
  padding-inline: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #d60000;
}

.urlwp-home-layout {
  display: block;
}

.urlwp-front-content {
  width: 100%;
  padding: 0 0 58px;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  padding: 28px 0 64px;
  margin: 0 auto;
}

.urlwp-content-with-sidebar,
.urlwp-archive-with-sidebar {
  max-width: var(--urlwp-content-width);
  display: block;
}

.urlwp-content-with-sidebar > .urlwp-sidebar,
.urlwp-archive-with-sidebar > .urlwp-sidebar {
  display: none;
}

.urlwp-home-slider {
  position: relative;
  width: 100%;
  height: 593px;
  overflow: hidden;
  background: #111;
}

.urlwp-home-slider .urlwp-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.urlwp-home-slider .urlwp-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.urlwp-home-slider .urlwp-slide img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.urlwp-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgb(0 0 0 / 42%);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.urlwp-slider-arrow[data-direction="previous"] {
  left: 18px;
}

.urlwp-slider-arrow[data-direction="next"] {
  right: 18px;
}

.urlwp-slider-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.urlwp-slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.urlwp-slider-dot.is-active {
  background: #fff;
}

.urlwp-home-cards {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  padding: 22px 0 28px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
}

.urlwp-home-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.urlwp-home-card img {
  width: 100%;
  margin: 0;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.urlwp-home-card strong {
  min-height: 40px;
  padding: 8px 4px;
  display: grid;
  place-items: center;
  color: #9f0303;
  font-size: clamp(14px, 1.25vw, 18px);
  text-align: center;
}

.urlwp-home-copy {
  width: min(1150px, calc(100% - 30px));
  padding-top: 28px;
  margin: 0 auto;
}

.urlwp-home-copy h1 {
  padding: 0;
  margin: 0 0 14px;
  border: 0;
  color: #9f0303;
  font-size: clamp(24px, 2.3vw, 28px);
  line-height: 1.25;
  text-align: center;
  text-transform: none;
}

.urlwp-home-copy blockquote {
  padding: 10px 16px;
  margin: 18px 0;
  border-left: 3px solid #ffbb00;
  font-size: 16px;
  font-style: normal;
}

.urlwp-entry-header,
.urlwp-archive-header {
  margin: 0 auto 18px;
  text-align: center;
}

.urlwp-entry-header h1,
.urlwp-archive-header h1 {
  color: #9f0303;
  font-size: clamp(24px, 2.4vw, 32px);
}

.urlwp-entry-content h2,
.urlwp-entry-content h3,
.urlwp-entry-content h4 {
  color: #9f0303;
}

.urlwp-entry-content figure,
.urlwp-archive-description figure {
  max-width: 100%;
  margin: 24px auto;
  text-align: center;
}

.urlwp-entry-content figcaption,
.urlwp-archive-description figcaption {
  margin-top: 8px;
  color: #696969;
  font-size: 14px;
  font-style: italic;
}

.urlwp-entry-content table {
  border-collapse: collapse;
}

.urlwp-entry-content th,
.urlwp-entry-content td {
  border-color: #e6caa7;
}

.urlwp-entry-content th {
  background: #fff4cc;
  color: #9f0303;
}

.urlwp-toc,
.accordion,
.urlwp-accordion {
  border-color: #e6caa7;
}

.accordion-title,
.urlwp-accordion-item > button {
  background: #fff4cc;
  color: #9f0303;
}

.accordion-inner:not([hidden]),
.urlwp-accordion-panel:not([hidden]) {
  display: block;
}

.urlwp-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.urlwp-site-footer {
  border-top: 0;
  background: #ffdb68;
  color: #242424;
}

.urlwp-footer-grid {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  gap: 34px;
}

.urlwp-footer-logo {
  display: inline-flex;
  width: 260px;
  max-width: 100%;
  margin-bottom: 18px;
}

.urlwp-footer-logo .urlwp-site-logo {
  width: 260px;
  max-width: 100%;
  max-height: 100px;
}

.urlwp-footer-grid h2 {
  color: #9f0303 !important;
  text-align: center;
  text-transform: uppercase;
}

.urlwp-footer-menu a {
  color: #9f0303;
}

.urlwp-footer-bottom {
  padding: 20px 24px;
  border: 0;
  background: #ffbb00;
}

.urlwp-footer-bottom p {
  color: rgb(0 0 0 / 55%);
}

.urlwp-back-to-top {
  background: #666;
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 125px;
  }

  .urlwp-header-inner {
    min-height: 70px;
    padding: 4px 15px;
    justify-content: center;
  }

  .urlwp-mobile-menu {
    display: block;
    margin: 0 auto 0 0;
    color: #666;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 145px;
    max-width: 45vw;
    max-height: 56px;
  }

  .urlwp-header-inner > .urlwp-header-actions {
    display: flex;
    margin-left: auto;
  }

  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-primary,
  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-secondary {
    display: none;
  }

  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-tertiary {
    display: grid;
  }

  .urlwp-primary-navigation {
    min-height: 55px;
  }

  .urlwp-primary-navigation .urlwp-primary-menu {
    display: none;
  }

  .urlwp-nav-inner::before {
    width: 100%;
    min-height: 55px;
    display: grid;
    place-items: center;
    content: "ĐĂNG KÝ       ĐĂNG NHẬP";
    color: #e00404;
    font-size: 13px;
    font-weight: 800;
    word-spacing: 42px;
  }

  .urlwp-mobile-navigation {
    background: #ffdb68;
  }

  .urlwp-mobile-navigation .urlwp-header-actions {
    display: none;
  }

  .urlwp-home-slider {
    height: min(50.25vw, 300px);
  }

  .urlwp-home-cards {
    width: calc(100% - 32px);
    padding-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .urlwp-home-card strong {
    min-height: 58px;
    font-size: 18px;
  }

  .urlwp-home-copy {
    width: calc(100% - 30px);
  }

  .urlwp-home-copy h1 {
    font-size: 21px;
  }

  .urlwp-home-copy blockquote {
    padding-left: 36px;
    font-size: 18px;
  }

  .urlwp-content-shell,
  .urlwp-archive-shell {
    width: calc(100% - 30px);
    padding-top: 24px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urlwp-footer-grid {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

  .urlwp-footer-brand {
    text-align: left;
  }
}

@media (max-width: 420px) {
  body.urlwp-template-024 {
    font-size: 16px;
  }

  .urlwp-home-cards {
    gap: 18px;
  }

  .urlwp-post-grid {
    grid-template-columns: 1fr;
  }
}



/* Template 024 measured green news-portal layout. */
:root {
  --urlwp-green: #0b8820;
  --urlwp-green-dark: #04651a;
  --urlwp-green-ink: #376326;
  --urlwp-soft: #f3f7f2;
  --urlwp-border: #d7e3d4;
  --urlwp-content-width: 1425px;
  --urlwp-reading-width: 1060px;
}

body.urlwp-template-024 {
  background: #fff;
  color: #0a0a0a;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

body.urlwp-template-024 #wrapper {
  width: min(1425px, 100%);
  margin: 0 auto;
  background: #fff;
}

#header.urlwp-site-header {
  min-height: 144px;
  background: #fff;
}

.urlwp-header-inner {
  position: relative;
  width: min(1425px, 100%);
  min-height: 80px;
  padding: 0 15px;
  justify-content: center;
}

.urlwp-logo-link,
.urlwp-site-logo {
  width: 180px;
  max-width: 34vw;
  max-height: 80px;
  object-fit: contain;
}

.urlwp-header-actions {
  position: absolute;
  right: 15px;
  gap: 16px;
}

.urlwp-header-action {
  min-width: auto;
  min-height: 34px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: #e50714;
  box-shadow: none;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.urlwp-header-action-secondary,
.urlwp-header-action-tertiary {
  background: #e50714;
}

.urlwp-header-action-tertiary {
  display: none;
}

.urlwp-primary-navigation {
  min-height: 64px;
  margin: 0;
  background: #fff;
}

.urlwp-nav-inner {
  width: min(1425px, 100%);
  min-height: 64px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  min-height: 64px;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.urlwp-primary-menu > li > a {
  min-height: 32px;
  padding: 0 12px;
  background: var(--urlwp-green);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.active > a {
  background: var(--urlwp-green-dark);
  color: #fff;
}

.urlwp-front-content {
  padding: 15px 15px 0;
}

.urlwp-news-hero {
  margin: 0 0 30px;
}

.urlwp-news-hero img {
  width: 100%;
  height: auto;
  max-height: 353px;
  display: block;
  object-fit: cover;
}

.urlwp-home-copy {
  width: 100%;
  padding: 0;
}

.urlwp-home-copy h1 {
  margin: 0 0 18px;
  color: var(--urlwp-green-ink);
  font-size: 27px;
  line-height: 1.1;
  text-align: left;
}

.urlwp-home-copy > p,
.urlwp-home-copy > ul {
  margin-inline: 0;
}

.urlwp-home-faq-title,
.urlwp-section-title {
  min-height: 45px;
  padding: 10px 16px;
  margin: 24px 0 8px;
  display: flex;
  align-items: center;
  background: var(--urlwp-green-dark);
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.accordion {
  margin-bottom: 8px;
  border: 0;
}

.accordion-title {
  min-height: 50px;
  padding: 11px 40px;
  border-bottom: 1px solid var(--urlwp-border);
  background: #fff;
  color: #0a0a0a;
  font-size: 17.6px;
  font-weight: 500;
}

.accordion-inner {
  padding: 14px 40px 18px;
  border-bottom: 1px solid var(--urlwp-border);
}

.urlwp-home-news,
.urlwp-home-columns {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.urlwp-home-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.55fr) minmax(300px, 1fr);
  gap: 18px;
}

.urlwp-home-news-primary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.urlwp-lead-story {
  grid-column: 1 / -1;
}

.urlwp-news-image {
  display: block;
  overflow: hidden;
  background: var(--urlwp-soft);
}

.urlwp-news-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  object-fit: cover;
}

.urlwp-lead-story .urlwp-news-image {
  aspect-ratio: 16 / 8.9;
}

.urlwp-news-card .urlwp-news-image {
  aspect-ratio: 1.44 / 1;
}

.urlwp-news-copy {
  padding: 10px 2px;
}

.urlwp-news-copy h3,
.urlwp-side-story h4,
.urlwp-horizontal-story h3 {
  margin: 0;
  color: #1f3e19;
  font-size: 17px;
  line-height: 1.35;
}

.urlwp-news-copy h3 a,
.urlwp-side-story h4 a,
.urlwp-horizontal-story h3 a {
  color: inherit;
}

.urlwp-home-news-side .urlwp-section-title {
  margin-top: 0;
}

.urlwp-side-story {
  margin-bottom: 18px;
}

.urlwp-side-story .urlwp-news-image {
  aspect-ratio: 16 / 9;
}

.urlwp-side-story h4 {
  padding: 8px 0;
}

.urlwp-home-columns {
  padding-bottom: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.urlwp-horizontal-story {
  min-height: 172px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid var(--urlwp-border);
}

.urlwp-horizontal-story .urlwp-news-image {
  height: 172px;
}

.urlwp-horizontal-story p {
  margin: 8px 0 0;
  color: #586454;
  font-size: 14px;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(1160px, calc(100% - 30px));
}

.urlwp-entry-header h1,
.urlwp-archive-header h1,
.urlwp-entry-content h2,
.urlwp-entry-content h3 {
  color: var(--urlwp-green-ink);
}

.urlwp-entry-content th {
  background: var(--urlwp-green-dark);
  color: #fff;
}

.urlwp-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.urlwp-site-footer {
  border-top: 4px solid var(--urlwp-green-dark);
  background: #fff;
  color: #0a0a0a;
}

.urlwp-footer-grid {
  width: min(1160px, calc(100% - 30px));
}

.urlwp-footer-grid h2,
.urlwp-footer-menu a {
  color: var(--urlwp-green-ink) !important;
}

.urlwp-footer-bottom {
  background: #e9e9e9;
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 80px;
  }

  .urlwp-header-inner {
    min-height: 80px;
  }

  .urlwp-header-inner > .urlwp-header-actions {
    display: none;
  }

  .urlwp-mobile-menu {
    position: absolute;
    left: 15px;
    color: var(--urlwp-green-dark);
  }

  .urlwp-primary-navigation {
    display: none;
  }

  .urlwp-mobile-navigation {
    background: #fff;
    border-top: 2px solid var(--urlwp-green-dark);
  }

  .urlwp-mobile-navigation a {
    color: var(--urlwp-green-dark);
  }

  .urlwp-front-content {
    padding: 12px 15px 0;
  }

  .urlwp-news-hero img {
    min-height: 170px;
  }

  .urlwp-home-copy h1 {
    font-size: 23px;
  }

  .accordion-title {
    padding-inline: 36px 14px;
    font-size: 16px;
  }

  .urlwp-home-news-grid,
  .urlwp-home-columns {
    grid-template-columns: 1fr;
  }

  .urlwp-home-news-primary {
    grid-template-columns: 1fr;
  }

  .urlwp-news-card {
    min-height: 120px;
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 12px;
  }

  .urlwp-news-card .urlwp-news-image {
    aspect-ratio: 16 / 10;
  }

  .urlwp-home-news-side {
    display: none;
  }

  .urlwp-horizontal-story {
    min-height: 130px;
    grid-template-columns: 42% 1fr;
  }

  .urlwp-horizontal-story .urlwp-news-image {
    height: 130px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .urlwp-news-hero img {
    min-height: 130px;
  }

  .urlwp-section-title,
  .urlwp-home-faq-title {
    font-size: 16px !important;
  }

  .urlwp-news-card,
  .urlwp-horizontal-story {
    grid-template-columns: 40% 1fr;
  }

  .urlwp-news-copy h3,
  .urlwp-horizontal-story h3 {
    font-size: 15px;
  }

  .urlwp-horizontal-story p {
    display: none;
  }

  .urlwp-post-grid {
    grid-template-columns: 1fr;
  }
}



/* Template 024 measured source-shape overrides. */
:root {
  --urlwp-red: #dd3333;
  --urlwp-red-dark: #9f1d1d;
  --urlwp-charcoal: #262425;
  --urlwp-footer-dark: #150f0f;
  --urlwp-content-width: 1080px;
  --urlwp-reading-width: 800px;
  --urlwp-sidebar-width: 278px;
}

body.urlwp-template-024 {
  background: #fff;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

body.urlwp-template-024 #wrapper {
  width: 100%;
  max-width: none;
  background: #fff;
}

#header.urlwp-site-header {
  min-height: 143px;
  background: rgb(0 0 0 / 90%);
  color: #fff;
}

.urlwp-header-main {
  background: rgb(0 0 0 / 90%);
}

.urlwp-header-inner {
  width: min(1080px, 100%);
  min-height: 88px;
  padding: 0 15px;
}

.urlwp-logo-link,
.urlwp-site-logo {
  width: 243px;
  max-width: 30vw;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}

.urlwp-header-actions {
  position: static;
  margin-left: auto;
  gap: 14px;
}

.urlwp-header-action {
  width: 120px;
  min-width: 120px;
  min-height: 31px;
  padding: 4px 14px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: var(--urlwp-red);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.urlwp-header-action-secondary {
  background: #4f9d37;
}

.urlwp-header-action-tertiary {
  display: none;
}

.urlwp-primary-navigation {
  min-height: 55px;
  margin: 0;
  background: var(--urlwp-charcoal);
}

.urlwp-nav-inner {
  width: min(1080px, 100%);
  min-height: 55px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  min-height: 55px;
  justify-content: center;
}

.urlwp-primary-menu > li > a {
  min-height: 55px;
  padding: 0 12px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.current-menu-ancestor > a {
  background: transparent;
  color: var(--urlwp-red-dark);
}

body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children > ul.sub-menu {
  display: none !important;
}

body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children:hover > ul.sub-menu,
body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children:focus-within > ul.sub-menu,
body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children.is-open > ul.sub-menu {
  display: block !important;
}

.sub-menu {
  background: #fff;
  border-color: #e6e6e6;
}

.sub-menu a {
  color: #282828 !important;
}

.urlwp-site-main {
  min-height: 60vh;
  background: var(--urlwp-charcoal);
  color: #fff;
}

.urlwp-front-page,
.urlwp-content-shell,
.urlwp-archive-shell {
  width: 100%;
  max-width: none;
}

.urlwp-home-layout {
  display: block;
}

.urlwp-front-content {
  width: 100%;
  padding: 0;
}

.urlwp-source-hero {
  width: 100%;
  height: min(31.25vw, 480px);
  min-height: 280px;
  overflow: hidden;
  background: #181818;
}

.urlwp-source-hero img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  object-fit: cover;
}

.urlwp-member-guide {
  width: min(1080px, calc(100% - 30px));
  padding: 30px 0 0;
  margin: 0 auto;
}

.urlwp-member-guide > h2,
.urlwp-home-copy > h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.urlwp-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.urlwp-guide-card {
  margin: 0;
  overflow: hidden;
  background: transparent;
  text-align: center;
}

.urlwp-guide-card img {
  width: 100%;
  aspect-ratio: 1.9 / 1;
  margin: 0;
  display: block;
  object-fit: cover;
}

.urlwp-guide-card strong {
  min-height: 42px;
  padding: 9px 6px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.urlwp-home-copy {
  width: min(1020px, calc(100% - 30px));
  padding: 29px 0 42px;
  margin: 0 auto;
  color: #fff;
}

.urlwp-home-copy > h1 {
  margin-bottom: 20px;
}

.urlwp-home-copy h2,
.urlwp-home-copy h3,
.urlwp-home-copy h4,
.urlwp-entry-content h2,
.urlwp-entry-content h3,
.urlwp-entry-content h4,
.urlwp-archive-description h2,
.urlwp-archive-description h3 {
  color: var(--urlwp-red);
  font-weight: 500;
}

.urlwp-home-copy h2,
.urlwp-entry-content h2 {
  font-size: 25.6px;
}

.urlwp-home-copy h3,
.urlwp-entry-content h3 {
  font-size: 20px;
}

.urlwp-home-copy p,
.urlwp-home-copy li,
.urlwp-entry-content p,
.urlwp-entry-content li,
.urlwp-archive-description p,
.urlwp-archive-description li {
  color: #fff;
}

.urlwp-home-copy img,
.urlwp-entry-content img,
.urlwp-archive-description img {
  width: min(800px, 100%);
  height: auto;
  margin: 22px auto;
  display: block;
  object-fit: cover;
}

.urlwp-home-copy table,
.urlwp-entry-content table,
.urlwp-archive-description table {
  color: #fff;
}

.urlwp-home-copy th,
.urlwp-entry-content th,
.urlwp-archive-description th {
  background: var(--urlwp-red-dark);
  color: #fff;
}

.urlwp-home-copy th,
.urlwp-home-copy td,
.urlwp-entry-content th,
.urlwp-entry-content td,
.urlwp-archive-description th,
.urlwp-archive-description td {
  border-color: #666;
}

.urlwp-home-copy a,
.urlwp-entry-content a,
.urlwp-archive-description a {
  color: #fff;
  text-decoration: underline;
}

.urlwp-home-news {
  width: min(1080px, calc(100% - 30px));
  padding: 0 0 60px;
  margin: 0 auto;
}

.urlwp-home-news > .urlwp-section-title {
  padding: 0 0 18px;
  margin: 0;
  display: block;
  background: transparent;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 500;
  text-align: center;
}

.urlwp-home-news-grid {
  display: block;
}

.urlwp-home-news-primary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.urlwp-home-news-primary .urlwp-lead-story {
  grid-column: auto;
}

.urlwp-home-news-primary .urlwp-lead-story,
.urlwp-home-news-primary .urlwp-news-card {
  min-width: 0;
}

.urlwp-home-news-primary .urlwp-news-image {
  aspect-ratio: 330 / 186;
}

.urlwp-home-news-primary .urlwp-news-copy {
  padding: 11px 0 20px;
}

.urlwp-home-news-primary h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.urlwp-home-news-primary h3 a {
  color: inherit;
}

.urlwp-home-news-primary p {
  display: none;
}

.urlwp-home-news-side,
.urlwp-home-columns {
  display: none;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(1080px, calc(100% - 30px));
  padding: 30px 0 64px;
  margin: 0 auto;
  color: #fff;
}

.urlwp-content-with-sidebar,
.urlwp-archive-with-sidebar {
  max-width: 1080px;
  display: grid;
  grid-template-columns: minmax(0, 772px) minmax(220px, 278px);
  gap: 30px;
}

.urlwp-entry-header,
.urlwp-archive-header {
  margin: 0 0 24px;
  text-align: left;
}

.urlwp-entry-header h1,
.urlwp-archive-header h1 {
  color: #fff;
  font-size: 27.2px;
  font-weight: 500;
  line-height: 1.25;
}

.urlwp-entry-meta,
.urlwp-entry-meta a {
  color: #b8b8b8;
}

.urlwp-post-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.urlwp-post-card {
  color: #fff;
}

.urlwp-post-card h2,
.urlwp-post-card h3,
.urlwp-post-card a {
  color: #fff;
}

.urlwp-post-card-thumbnail {
  aspect-ratio: 2 / 1;
}

.urlwp-post-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.urlwp-sidebar,
.urlwp-sidebar h2,
.urlwp-sidebar a {
  color: #fff;
}

.urlwp-toc,
.accordion,
.urlwp-accordion {
  border-color: #666;
  background: #201e1f;
}

.urlwp-toc a {
  color: #fff;
}

.accordion-title,
.urlwp-accordion-item > button {
  background: #312f30;
  color: #fff;
}

.accordion-inner,
.urlwp-accordion-panel {
  color: #fff;
}

.urlwp-site-footer {
  padding-top: 30px;
  border-top: 0;
  background: var(--urlwp-footer-dark);
  color: #f1f1f1;
}

.urlwp-footer-grid {
  width: min(1080px, calc(100% - 30px));
  padding: 30px 0;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
}

.urlwp-footer-grid h2 {
  color: #fff !important;
  font-size: 17px;
  text-align: left;
}

.urlwp-footer-grid p,
.urlwp-footer-grid li,
.urlwp-footer-menu a {
  color: #f1f1f1 !important;
}

.urlwp-footer-bottom {
  padding: 18px 24px;
  border: 0;
  background: #5b5b5b;
}

.urlwp-footer-bottom p {
  color: rgb(255 255 255 / 50%);
}

.urlwp-back-to-top {
  background: #5b5b5b;
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 80px;
  }

  .urlwp-header-inner {
    min-height: 80px;
    padding: 0 15px;
    justify-content: center;
  }

  .urlwp-mobile-menu {
    position: absolute;
    left: 15px;
    display: block;
    margin: 0;
    color: #fff;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 155px;
    max-width: 42vw;
    max-height: 60px;
  }

  .urlwp-header-inner > .urlwp-header-actions,
  .urlwp-primary-navigation {
    display: none;
  }

  .urlwp-mobile-navigation {
    background: var(--urlwp-charcoal);
    border-top: 1px solid #555;
  }

  .urlwp-mobile-navigation a {
    color: #fff;
  }

  .urlwp-source-hero {
    height: 31.25vw;
    min-height: 124px;
  }

  .urlwp-member-guide {
    padding-top: 22px;
  }

  .urlwp-member-guide > h2,
  .urlwp-home-copy > h1 {
    font-size: 22px;
  }

  .urlwp-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .urlwp-home-copy {
    padding-top: 24px;
  }

  .urlwp-home-copy h2,
  .urlwp-entry-content h2 {
    font-size: 23px;
  }

  .urlwp-home-news-primary {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .urlwp-home-news-primary .urlwp-lead-story,
  .urlwp-home-news-primary .urlwp-news-card {
    min-height: 118px;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    gap: 12px;
  }

  .urlwp-home-news-primary .urlwp-news-image {
    aspect-ratio: 16 / 10;
  }

  .urlwp-content-with-sidebar,
  .urlwp-archive-with-sidebar {
    grid-template-columns: 1fr;
  }

  .urlwp-sidebar {
    display: none;
  }

  .urlwp-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .urlwp-guide-grid {
    gap: 12px;
  }

  .urlwp-guide-card strong {
    font-size: 13px;
  }

  .urlwp-home-copy,
  .urlwp-home-news,
  .urlwp-content-shell,
  .urlwp-archive-shell {
    width: calc(100% - 24px);
  }

  .urlwp-entry-header h1,
  .urlwp-archive-header h1 {
    font-size: 24px;
  }
}


/* Template 024 measured source-shape overrides. */
:root {
  --urlwp-blue: #ffdb68;
  --urlwp-blue-dark: #ffbb00;
  --urlwp-ink: #000;
  --urlwp-muted: #666;
  --urlwp-border: #e8c24e;
  --urlwp-content-width: 1180px;
  --urlwp-reading-width: 1116px;
}

body.urlwp-template-024 {
  background: #ffbb00;
  color: var(--urlwp-ink);
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.urlwp-template-024 #wrapper {
  width: min(1180px, 100%);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

#header.urlwp-site-header {
  min-height: 145px;
  background: #fff;
  color: #000;
  box-shadow: none;
}

.urlwp-header-main {
  background: #fff;
}

.urlwp-header-inner {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  min-height: 90px;
  padding: 7px 0;
}

.urlwp-logo-link,
.urlwp-site-logo {
  width: 200px;
  max-width: 40vw;
  max-height: 82px;
  object-fit: contain;
}

.urlwp-primary-navigation {
  margin: 0;
  background: #ffdb68;
}

.urlwp-nav-inner {
  width: min(var(--urlwp-content-width), calc(100% - 24px));
  min-height: 55px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  min-height: 55px;
  justify-content: center;
}

.urlwp-primary-menu > li > a {
  min-height: 55px;
  padding: 0 12px;
  color: #e00404;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.active > a {
  background: rgb(255 255 255 / 45%);
  color: #9f0303;
}

.urlwp-header-actions {
  margin-left: auto;
  gap: 10px;
}

.urlwp-header-action {
  min-width: 150px;
  min-height: 40px;
  border-radius: 999px;
  background: #e00404;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  box-shadow: inset 0 -3px 0 rgb(0 0 0 / 20%);
}

.urlwp-header-action-secondary {
  background: #ff5a36;
}

.urlwp-header-action-tertiary {
  min-width: 140px;
  width: auto;
  padding-inline: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #d60000;
}

.urlwp-home-layout {
  display: block;
}

.urlwp-front-content {
  width: 100%;
  padding: 0 0 58px;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  padding: 28px 0 64px;
  margin: 0 auto;
}

.urlwp-content-with-sidebar,
.urlwp-archive-with-sidebar {
  max-width: var(--urlwp-content-width);
  display: block;
}

.urlwp-content-with-sidebar > .urlwp-sidebar,
.urlwp-archive-with-sidebar > .urlwp-sidebar {
  display: none;
}

.urlwp-home-slider {
  position: relative;
  width: 100%;
  height: 593px;
  overflow: hidden;
  background: #111;
}

.urlwp-home-slider .urlwp-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.urlwp-home-slider .urlwp-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.urlwp-home-slider .urlwp-slide img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
}

.urlwp-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgb(0 0 0 / 42%);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}

.urlwp-slider-arrow[data-direction="previous"] {
  left: 18px;
}

.urlwp-slider-arrow[data-direction="next"] {
  right: 18px;
}

.urlwp-slider-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.urlwp-slider-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.urlwp-slider-dot.is-active {
  background: #fff;
}

.urlwp-home-cards {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  padding: 22px 0 28px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 30px;
}

.urlwp-home-card {
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.urlwp-home-card img {
  width: 100%;
  margin: 0;
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.urlwp-home-card strong {
  min-height: 40px;
  padding: 8px 4px;
  display: grid;
  place-items: center;
  color: #9f0303;
  font-size: clamp(14px, 1.25vw, 18px);
  text-align: center;
}

.urlwp-home-copy {
  width: min(1150px, calc(100% - 30px));
  padding-top: 28px;
  margin: 0 auto;
}

.urlwp-home-copy h1 {
  padding: 0;
  margin: 0 0 14px;
  border: 0;
  color: #9f0303;
  font-size: clamp(24px, 2.3vw, 28px);
  line-height: 1.25;
  text-align: center;
  text-transform: none;
}

.urlwp-home-copy blockquote {
  padding: 10px 16px;
  margin: 18px 0;
  border-left: 3px solid #ffbb00;
  font-size: 16px;
  font-style: normal;
}

.urlwp-entry-header,
.urlwp-archive-header {
  margin: 0 auto 18px;
  text-align: center;
}

.urlwp-entry-header h1,
.urlwp-archive-header h1 {
  color: #9f0303;
  font-size: clamp(24px, 2.4vw, 32px);
}

.urlwp-entry-content h2,
.urlwp-entry-content h3,
.urlwp-entry-content h4 {
  color: #9f0303;
}

.urlwp-entry-content figure,
.urlwp-archive-description figure {
  max-width: 100%;
  margin: 24px auto;
  text-align: center;
}

.urlwp-entry-content figcaption,
.urlwp-archive-description figcaption {
  margin-top: 8px;
  color: #696969;
  font-size: 14px;
  font-style: italic;
}

.urlwp-entry-content table {
  border-collapse: collapse;
}

.urlwp-entry-content th,
.urlwp-entry-content td {
  border-color: #e6caa7;
}

.urlwp-entry-content th {
  background: #fff4cc;
  color: #9f0303;
}

.urlwp-toc,
.accordion,
.urlwp-accordion {
  border-color: #e6caa7;
}

.accordion-title,
.urlwp-accordion-item > button {
  background: #fff4cc;
  color: #9f0303;
}

.accordion-inner:not([hidden]),
.urlwp-accordion-panel:not([hidden]) {
  display: block;
}

.urlwp-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.urlwp-site-footer {
  border-top: 0;
  background: #ffdb68;
  color: #242424;
}

.urlwp-footer-grid {
  width: min(var(--urlwp-content-width), calc(100% - 32px));
  grid-template-columns: 1.25fr 1fr 1fr 1.25fr;
  gap: 34px;
}

.urlwp-footer-logo {
  display: inline-flex;
  width: 260px;
  max-width: 100%;
  margin-bottom: 18px;
}

.urlwp-footer-logo .urlwp-site-logo {
  width: 260px;
  max-width: 100%;
  max-height: 100px;
}

.urlwp-footer-grid h2 {
  color: #9f0303 !important;
  text-align: center;
  text-transform: uppercase;
}

.urlwp-footer-menu a {
  color: #9f0303;
}

.urlwp-footer-bottom {
  padding: 20px 24px;
  border: 0;
  background: #ffbb00;
}

.urlwp-footer-bottom p {
  color: rgb(0 0 0 / 55%);
}

.urlwp-back-to-top {
  background: #666;
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 125px;
  }

  .urlwp-header-inner {
    min-height: 70px;
    padding: 4px 15px;
    justify-content: center;
  }

  .urlwp-mobile-menu {
    display: block;
    margin: 0 auto 0 0;
    color: #666;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 145px;
    max-width: 45vw;
    max-height: 56px;
  }

  .urlwp-header-inner > .urlwp-header-actions {
    display: flex;
    margin-left: auto;
  }

  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-primary,
  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-secondary {
    display: none;
  }

  .urlwp-header-inner > .urlwp-header-actions .urlwp-header-action-tertiary {
    display: grid;
  }

  .urlwp-primary-navigation {
    min-height: 55px;
  }

  .urlwp-primary-navigation .urlwp-primary-menu {
    display: none;
  }

  .urlwp-nav-inner::before {
    width: 100%;
    min-height: 55px;
    display: grid;
    place-items: center;
    content: "ĐĂNG KÝ       ĐĂNG NHẬP";
    color: #e00404;
    font-size: 13px;
    font-weight: 800;
    word-spacing: 42px;
  }

  .urlwp-mobile-navigation {
    background: #ffdb68;
  }

  .urlwp-mobile-navigation .urlwp-header-actions {
    display: none;
  }

  .urlwp-home-slider {
    height: min(50.25vw, 300px);
  }

  .urlwp-home-cards {
    width: calc(100% - 32px);
    padding-top: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }

  .urlwp-home-card strong {
    min-height: 58px;
    font-size: 18px;
  }

  .urlwp-home-copy {
    width: calc(100% - 30px);
  }

  .urlwp-home-copy h1 {
    font-size: 21px;
  }

  .urlwp-home-copy blockquote {
    padding-left: 36px;
    font-size: 18px;
  }

  .urlwp-content-shell,
  .urlwp-archive-shell {
    width: calc(100% - 30px);
    padding-top: 24px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .urlwp-footer-grid {
    width: calc(100% - 30px);
    grid-template-columns: 1fr;
    padding-top: 44px;
  }

  .urlwp-footer-brand {
    text-align: left;
  }
}

@media (max-width: 420px) {
  body.urlwp-template-024 {
    font-size: 16px;
  }

  .urlwp-home-cards {
    gap: 18px;
  }

  .urlwp-post-grid {
    grid-template-columns: 1fr;
  }
}



/* Template 024 measured green news-portal layout. */
:root {
  --urlwp-green: #0b8820;
  --urlwp-green-dark: #04651a;
  --urlwp-green-ink: #376326;
  --urlwp-soft: #f3f7f2;
  --urlwp-border: #d7e3d4;
  --urlwp-content-width: 1425px;
  --urlwp-reading-width: 1060px;
}

body.urlwp-template-024 {
  background: #fff;
  color: #0a0a0a;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

body.urlwp-template-024 #wrapper {
  width: min(1425px, 100%);
  margin: 0 auto;
  background: #fff;
}

#header.urlwp-site-header {
  min-height: 144px;
  background: #fff;
}

.urlwp-header-inner {
  position: relative;
  width: min(1425px, 100%);
  min-height: 80px;
  padding: 0 15px;
  justify-content: center;
}

.urlwp-logo-link,
.urlwp-site-logo {
  width: 180px;
  max-width: 34vw;
  max-height: 80px;
  object-fit: contain;
}

.urlwp-header-actions {
  position: absolute;
  right: 15px;
  gap: 16px;
}

.urlwp-header-action {
  min-width: auto;
  min-height: 34px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  background: #e50714;
  box-shadow: none;
  color: #fff !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 800;
}

.urlwp-header-action-secondary,
.urlwp-header-action-tertiary {
  background: #e50714;
}

.urlwp-header-action-tertiary {
  display: none;
}

.urlwp-primary-navigation {
  min-height: 64px;
  margin: 0;
  background: #fff;
}

.urlwp-nav-inner {
  width: min(1425px, 100%);
  min-height: 64px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  min-height: 64px;
  align-content: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.urlwp-primary-menu > li > a {
  min-height: 32px;
  padding: 0 12px;
  background: var(--urlwp-green);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.active > a {
  background: var(--urlwp-green-dark);
  color: #fff;
}

.urlwp-front-content {
  padding: 15px 15px 0;
}

.urlwp-news-hero {
  margin: 0 0 30px;
}

.urlwp-news-hero img {
  width: 100%;
  height: auto;
  max-height: 353px;
  display: block;
  object-fit: cover;
}

.urlwp-home-copy {
  width: 100%;
  padding: 0;
}

.urlwp-home-copy h1 {
  margin: 0 0 18px;
  color: var(--urlwp-green-ink);
  font-size: 27px;
  line-height: 1.1;
  text-align: left;
}

.urlwp-home-copy > p,
.urlwp-home-copy > ul {
  margin-inline: 0;
}

.urlwp-home-faq-title,
.urlwp-section-title {
  min-height: 45px;
  padding: 10px 16px;
  margin: 24px 0 8px;
  display: flex;
  align-items: center;
  background: var(--urlwp-green-dark);
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.accordion {
  margin-bottom: 8px;
  border: 0;
}

.accordion-title {
  min-height: 50px;
  padding: 11px 40px;
  border-bottom: 1px solid var(--urlwp-border);
  background: #fff;
  color: #0a0a0a;
  font-size: 17.6px;
  font-weight: 500;
}

.accordion-inner {
  padding: 14px 40px 18px;
  border-bottom: 1px solid var(--urlwp-border);
}

.urlwp-home-news,
.urlwp-home-columns {
  width: calc(100% - 30px);
  margin: 0 auto;
}

.urlwp-home-news-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.55fr) minmax(300px, 1fr);
  gap: 18px;
}

.urlwp-home-news-primary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.urlwp-lead-story {
  grid-column: 1 / -1;
}

.urlwp-news-image {
  display: block;
  overflow: hidden;
  background: var(--urlwp-soft);
}

.urlwp-news-image img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  object-fit: cover;
}

.urlwp-lead-story .urlwp-news-image {
  aspect-ratio: 16 / 8.9;
}

.urlwp-news-card .urlwp-news-image {
  aspect-ratio: 1.44 / 1;
}

.urlwp-news-copy {
  padding: 10px 2px;
}

.urlwp-news-copy h3,
.urlwp-side-story h4,
.urlwp-horizontal-story h3 {
  margin: 0;
  color: #1f3e19;
  font-size: 17px;
  line-height: 1.35;
}

.urlwp-news-copy h3 a,
.urlwp-side-story h4 a,
.urlwp-horizontal-story h3 a {
  color: inherit;
}

.urlwp-home-news-side .urlwp-section-title {
  margin-top: 0;
}

.urlwp-side-story {
  margin-bottom: 18px;
}

.urlwp-side-story .urlwp-news-image {
  aspect-ratio: 16 / 9;
}

.urlwp-side-story h4 {
  padding: 8px 0;
}

.urlwp-home-columns {
  padding-bottom: 36px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.urlwp-horizontal-story {
  min-height: 172px;
  padding-bottom: 3px;
  margin-bottom: 3px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(0, 1fr);
  gap: 12px;
  border-bottom: 1px solid var(--urlwp-border);
}

.urlwp-horizontal-story .urlwp-news-image {
  height: 172px;
}

.urlwp-horizontal-story p {
  margin: 8px 0 0;
  color: #586454;
  font-size: 14px;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(1160px, calc(100% - 30px));
}

.urlwp-entry-header h1,
.urlwp-archive-header h1,
.urlwp-entry-content h2,
.urlwp-entry-content h3 {
  color: var(--urlwp-green-ink);
}

.urlwp-entry-content th {
  background: var(--urlwp-green-dark);
  color: #fff;
}

.urlwp-post-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.urlwp-site-footer {
  border-top: 4px solid var(--urlwp-green-dark);
  background: #fff;
  color: #0a0a0a;
}

.urlwp-footer-grid {
  width: min(1160px, calc(100% - 30px));
}

.urlwp-footer-grid h2,
.urlwp-footer-menu a {
  color: var(--urlwp-green-ink) !important;
}

.urlwp-footer-bottom {
  background: #e9e9e9;
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 80px;
  }

  .urlwp-header-inner {
    min-height: 80px;
  }

  .urlwp-header-inner > .urlwp-header-actions {
    display: none;
  }

  .urlwp-mobile-menu {
    position: absolute;
    left: 15px;
    color: var(--urlwp-green-dark);
  }

  .urlwp-primary-navigation {
    display: none;
  }

  .urlwp-mobile-navigation {
    background: #fff;
    border-top: 2px solid var(--urlwp-green-dark);
  }

  .urlwp-mobile-navigation a {
    color: var(--urlwp-green-dark);
  }

  .urlwp-front-content {
    padding: 12px 15px 0;
  }

  .urlwp-news-hero img {
    min-height: 170px;
  }

  .urlwp-home-copy h1 {
    font-size: 23px;
  }

  .accordion-title {
    padding-inline: 36px 14px;
    font-size: 16px;
  }

  .urlwp-home-news-grid,
  .urlwp-home-columns {
    grid-template-columns: 1fr;
  }

  .urlwp-home-news-primary {
    grid-template-columns: 1fr;
  }

  .urlwp-news-card {
    min-height: 120px;
    display: grid;
    grid-template-columns: 42% 1fr;
    gap: 12px;
  }

  .urlwp-news-card .urlwp-news-image {
    aspect-ratio: 16 / 10;
  }

  .urlwp-home-news-side {
    display: none;
  }

  .urlwp-horizontal-story {
    min-height: 130px;
    grid-template-columns: 42% 1fr;
  }

  .urlwp-horizontal-story .urlwp-news-image {
    height: 130px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .urlwp-news-hero img {
    min-height: 130px;
  }

  .urlwp-section-title,
  .urlwp-home-faq-title {
    font-size: 16px !important;
  }

  .urlwp-news-card,
  .urlwp-horizontal-story {
    grid-template-columns: 40% 1fr;
  }

  .urlwp-news-copy h3,
  .urlwp-horizontal-story h3 {
    font-size: 15px;
  }

  .urlwp-horizontal-story p {
    display: none;
  }

  .urlwp-post-grid {
    grid-template-columns: 1fr;
  }
}



/* Template 024 measured source-shape overrides. */
:root {
  --urlwp-red: #dd3333;
  --urlwp-red-dark: #9f1d1d;
  --urlwp-charcoal: #262425;
  --urlwp-footer-dark: #150f0f;
  --urlwp-content-width: 1080px;
  --urlwp-reading-width: 800px;
  --urlwp-sidebar-width: 278px;
}

body.urlwp-template-024 {
  background: #fff;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

body.urlwp-template-024 #wrapper {
  width: 100%;
  max-width: none;
  background: #fff;
}

#header.urlwp-site-header {
  min-height: 143px;
  background: rgb(0 0 0 / 90%);
  color: #fff;
}

.urlwp-header-main {
  background: rgb(0 0 0 / 90%);
}

.urlwp-header-inner {
  width: min(1080px, 100%);
  min-height: 88px;
  padding: 0 15px;
}

.urlwp-logo-link,
.urlwp-site-logo {
  width: 243px;
  max-width: 30vw;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}

.urlwp-header-actions {
  position: static;
  margin-left: auto;
  gap: 14px;
}

.urlwp-header-action {
  width: 120px;
  min-width: 120px;
  min-height: 31px;
  padding: 4px 14px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: var(--urlwp-red);
  color: #fff !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.urlwp-header-action-secondary {
  background: #4f9d37;
}

.urlwp-header-action-tertiary {
  display: none;
}

.urlwp-primary-navigation {
  min-height: 55px;
  margin: 0;
  background: var(--urlwp-charcoal);
}

.urlwp-nav-inner {
  width: min(1080px, 100%);
  min-height: 55px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  min-height: 55px;
  justify-content: center;
}

.urlwp-primary-menu > li > a {
  min-height: 55px;
  padding: 0 12px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.current-menu-ancestor > a {
  background: transparent;
  color: var(--urlwp-red-dark);
}

body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children > ul.sub-menu {
  display: none !important;
}

body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children:hover > ul.sub-menu,
body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children:focus-within > ul.sub-menu,
body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children.is-open > ul.sub-menu {
  display: block !important;
}

.sub-menu {
  background: #fff;
  border-color: #e6e6e6;
}

.sub-menu a {
  color: #282828 !important;
}

.urlwp-site-main {
  min-height: 60vh;
  background: var(--urlwp-charcoal);
  color: #fff;
}

.urlwp-front-page,
.urlwp-content-shell,
.urlwp-archive-shell {
  width: 100%;
  max-width: none;
}

.urlwp-home-layout {
  display: block;
}

.urlwp-front-content {
  width: 100%;
  padding: 0;
}

.urlwp-source-hero {
  width: 100%;
  height: min(31.25vw, 480px);
  min-height: 280px;
  overflow: hidden;
  background: #181818;
}

.urlwp-source-hero img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  object-fit: cover;
}

.urlwp-member-guide {
  width: min(1080px, calc(100% - 30px));
  padding: 30px 0 0;
  margin: 0 auto;
}

.urlwp-member-guide > h2,
.urlwp-home-copy > h1 {
  margin: 0 0 24px;
  color: #fff;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
}

.urlwp-guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.urlwp-guide-card {
  margin: 0;
  overflow: hidden;
  background: transparent;
  text-align: center;
}

.urlwp-guide-card img {
  width: 100%;
  aspect-ratio: 1.9 / 1;
  margin: 0;
  display: block;
  object-fit: cover;
}

.urlwp-guide-card strong {
  min-height: 42px;
  padding: 9px 6px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}

.urlwp-home-copy {
  width: min(1020px, calc(100% - 30px));
  padding: 29px 0 42px;
  margin: 0 auto;
  color: #fff;
}

.urlwp-home-copy > h1 {
  margin-bottom: 20px;
}

.urlwp-home-copy h2,
.urlwp-home-copy h3,
.urlwp-home-copy h4,
.urlwp-entry-content h2,
.urlwp-entry-content h3,
.urlwp-entry-content h4,
.urlwp-archive-description h2,
.urlwp-archive-description h3 {
  color: var(--urlwp-red);
  font-weight: 500;
}

.urlwp-home-copy h2,
.urlwp-entry-content h2 {
  font-size: 25.6px;
}

.urlwp-home-copy h3,
.urlwp-entry-content h3 {
  font-size: 20px;
}

.urlwp-home-copy p,
.urlwp-home-copy li,
.urlwp-entry-content p,
.urlwp-entry-content li,
.urlwp-archive-description p,
.urlwp-archive-description li {
  color: #fff;
}

.urlwp-home-copy img,
.urlwp-entry-content img,
.urlwp-archive-description img {
  width: min(800px, 100%);
  height: auto;
  margin: 22px auto;
  display: block;
  object-fit: cover;
}

.urlwp-home-copy table,
.urlwp-entry-content table,
.urlwp-archive-description table {
  color: #fff;
}

.urlwp-home-copy th,
.urlwp-entry-content th,
.urlwp-archive-description th {
  background: var(--urlwp-red-dark);
  color: #fff;
}

.urlwp-home-copy th,
.urlwp-home-copy td,
.urlwp-entry-content th,
.urlwp-entry-content td,
.urlwp-archive-description th,
.urlwp-archive-description td {
  border-color: #666;
}

.urlwp-home-copy a,
.urlwp-entry-content a,
.urlwp-archive-description a {
  color: #fff;
  text-decoration: underline;
}

.urlwp-home-news {
  width: min(1080px, calc(100% - 30px));
  padding: 0 0 60px;
  margin: 0 auto;
}

.urlwp-home-news > .urlwp-section-title {
  padding: 0 0 18px;
  margin: 0;
  display: block;
  background: transparent;
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 500;
  text-align: center;
}

.urlwp-home-news-grid {
  display: block;
}

.urlwp-home-news-primary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.urlwp-home-news-primary .urlwp-lead-story {
  grid-column: auto;
}

.urlwp-home-news-primary .urlwp-lead-story,
.urlwp-home-news-primary .urlwp-news-card {
  min-width: 0;
}

.urlwp-home-news-primary .urlwp-news-image {
  aspect-ratio: 330 / 186;
}

.urlwp-home-news-primary .urlwp-news-copy {
  padding: 11px 0 20px;
}

.urlwp-home-news-primary h3 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.35;
}

.urlwp-home-news-primary h3 a {
  color: inherit;
}

.urlwp-home-news-primary p {
  display: none;
}

.urlwp-home-news-side,
.urlwp-home-columns {
  display: none;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(1080px, calc(100% - 30px));
  padding: 30px 0 64px;
  margin: 0 auto;
  color: #fff;
}

.urlwp-content-with-sidebar,
.urlwp-archive-with-sidebar {
  max-width: 1080px;
  display: grid;
  grid-template-columns: minmax(0, 772px) minmax(220px, 278px);
  gap: 30px;
}

.urlwp-entry-header,
.urlwp-archive-header {
  margin: 0 0 24px;
  text-align: left;
}

.urlwp-entry-header h1,
.urlwp-archive-header h1 {
  color: #fff;
  font-size: 27.2px;
  font-weight: 500;
  line-height: 1.25;
}

.urlwp-entry-meta,
.urlwp-entry-meta a {
  color: #b8b8b8;
}

.urlwp-post-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.urlwp-post-card {
  color: #fff;
}

.urlwp-post-card h2,
.urlwp-post-card h3,
.urlwp-post-card a {
  color: #fff;
}

.urlwp-post-card-thumbnail {
  aspect-ratio: 2 / 1;
}

.urlwp-post-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.urlwp-sidebar,
.urlwp-sidebar h2,
.urlwp-sidebar a {
  color: #fff;
}

.urlwp-toc,
.accordion,
.urlwp-accordion {
  border-color: #666;
  background: #201e1f;
}

.urlwp-toc a {
  color: #fff;
}

.accordion-title,
.urlwp-accordion-item > button {
  background: #312f30;
  color: #fff;
}

.accordion-inner,
.urlwp-accordion-panel {
  color: #fff;
}

.urlwp-site-footer {
  padding-top: 30px;
  border-top: 0;
  background: var(--urlwp-footer-dark);
  color: #f1f1f1;
}

.urlwp-footer-grid {
  width: min(1080px, calc(100% - 30px));
  padding: 30px 0;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 28px;
}

.urlwp-footer-grid h2 {
  color: #fff !important;
  font-size: 17px;
  text-align: left;
}

.urlwp-footer-grid p,
.urlwp-footer-grid li,
.urlwp-footer-menu a {
  color: #f1f1f1 !important;
}

.urlwp-footer-bottom {
  padding: 18px 24px;
  border: 0;
  background: #5b5b5b;
}

.urlwp-footer-bottom p {
  color: rgb(255 255 255 / 50%);
}

.urlwp-back-to-top {
  background: #5b5b5b;
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 80px;
  }

  .urlwp-header-inner {
    min-height: 80px;
    padding: 0 15px;
    justify-content: center;
  }

  .urlwp-mobile-menu {
    position: absolute;
    left: 15px;
    display: block;
    margin: 0;
    color: #fff;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 155px;
    max-width: 42vw;
    max-height: 60px;
  }

  .urlwp-header-inner > .urlwp-header-actions,
  .urlwp-primary-navigation {
    display: none;
  }

  .urlwp-mobile-navigation {
    background: var(--urlwp-charcoal);
    border-top: 1px solid #555;
  }

  .urlwp-mobile-navigation a {
    color: #fff;
  }

  .urlwp-source-hero {
    height: 31.25vw;
    min-height: 124px;
  }

  .urlwp-member-guide {
    padding-top: 22px;
  }

  .urlwp-member-guide > h2,
  .urlwp-home-copy > h1 {
    font-size: 22px;
  }

  .urlwp-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .urlwp-home-copy {
    padding-top: 24px;
  }

  .urlwp-home-copy h2,
  .urlwp-entry-content h2 {
    font-size: 23px;
  }

  .urlwp-home-news-primary {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .urlwp-home-news-primary .urlwp-lead-story,
  .urlwp-home-news-primary .urlwp-news-card {
    min-height: 118px;
    display: grid;
    grid-template-columns: 42% minmax(0, 1fr);
    gap: 12px;
  }

  .urlwp-home-news-primary .urlwp-news-image {
    aspect-ratio: 16 / 10;
  }

  .urlwp-content-with-sidebar,
  .urlwp-archive-with-sidebar {
    grid-template-columns: 1fr;
  }

  .urlwp-sidebar {
    display: none;
  }

  .urlwp-footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .urlwp-guide-grid {
    gap: 12px;
  }

  .urlwp-guide-card strong {
    font-size: 13px;
  }

  .urlwp-home-copy,
  .urlwp-home-news,
  .urlwp-content-shell,
  .urlwp-archive-shell {
    width: calc(100% - 24px);
  }

  .urlwp-entry-header h1,
  .urlwp-archive-header h1 {
    font-size: 24px;
  }
}



/* Template 024 final measured red-and-white source shape. */
:root {
  --urlwp-red: #ff0b16;
  --urlwp-red-dark: #d9000b;
  --urlwp-yellow: #ffd047;
  --urlwp-paper: #efefef;
  --urlwp-ink: #151515;
  --urlwp-muted: #777;
  --urlwp-border: #e7e7e7;
  --urlwp-content-width: 1220px;
  --urlwp-reading-width: 820px;
  --urlwp-sidebar-width: 270px;
}

html {
  background: #fff;
}

body.urlwp-template-024 {
  overflow-x: clip;
  background: #fff;
  color: var(--urlwp-ink);
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body.urlwp-template-024 #wrapper {
  width: 100%;
  max-width: none;
  min-height: 100vh;
  margin: 0;
  background: #fff;
}

#header.urlwp-site-header {
  min-height: 182px;
  background: #fff;
  color: var(--urlwp-ink);
  box-shadow: none;
}

.urlwp-alert-bar {
  height: 29px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  background: #df2e35;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.urlwp-header-main {
  height: 94px;
  background: #fff;
}

.urlwp-header-inner {
  width: min(1215px, calc(100% - 60px));
  height: 94px;
  min-height: 94px;
  padding: 0;
  margin: 0 auto;
}

.urlwp-logo-link,
.urlwp-site-logo {
  width: 260px;
  max-width: 42vw;
  max-height: 66px;
  object-fit: contain;
  object-position: left center;
}

.urlwp-site-title {
  color: var(--urlwp-red-dark);
  font-size: 34px;
  font-weight: 900;
}

.urlwp-header-actions {
  margin-left: auto;
  gap: 16px;
}

.urlwp-header-action {
  min-width: 112px;
  min-height: 34px;
  padding: 6px 18px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff2387, #bd0073);
  box-shadow: none;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.urlwp-header-action-secondary {
  background: linear-gradient(180deg, #ffe16a, #f0ad10);
  color: #1d1d1d !important;
}

.urlwp-header-action-tertiary {
  display: none;
}

.urlwp-mobile-actions {
  display: none;
}

.urlwp-primary-navigation {
  height: 59px;
  min-height: 59px;
  margin: 0;
  background: var(--urlwp-red);
}

.urlwp-nav-inner {
  width: min(900px, 100%);
  height: 59px;
  min-height: 59px;
  margin: 0 auto;
}

.urlwp-primary-menu {
  height: 59px;
  min-height: 59px;
  justify-content: center;
}

.urlwp-primary-menu > li > a {
  height: 59px;
  min-height: 59px;
  padding: 0 17px;
  gap: 8px;
  background: transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.urlwp-primary-menu > li > a::before {
  width: 24px;
  height: 24px;
  display: inline-grid;
  flex: 0 0 24px;
  place-items: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "•";
  font-size: 17px;
  line-height: 1;
}

.urlwp-primary-menu > li:first-child > a::before {
  border-radius: 5px 5px 2px 2px;
  content: "◆";
  font-size: 11px;
}

.urlwp-primary-menu > li:hover > a,
.urlwp-primary-menu > li:focus-within > a,
.urlwp-primary-menu > li.current-menu-item > a,
.urlwp-primary-menu > li.current-menu-ancestor > a {
  background: rgb(155 0 8 / 35%);
  color: #fff;
}

body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children > ul.sub-menu {
  display: none !important;
}

body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children:hover > ul.sub-menu,
body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children:focus-within > ul.sub-menu,
body.urlwp-template-024 .urlwp-primary-menu > li.menu-item-has-children.is-open > ul.sub-menu {
  display: block !important;
}

.urlwp-mobile-navigation {
  background: #fff;
  border-top: 2px solid var(--urlwp-red);
}

.urlwp-mobile-navigation a {
  color: var(--urlwp-red-dark);
}

.urlwp-site-main {
  min-height: 60vh;
  background: #fff;
  color: var(--urlwp-ink);
}

body.home .urlwp-site-main {
  background: var(--urlwp-paper);
}

.urlwp-front-page,
.urlwp-home-layout,
.urlwp-front-content,
.urlwp-entry-content {
  width: 100%;
  max-width: none;
}

.urlwp-front-content {
  padding: 0;
}

.urlwp-home-slider {
  position: relative;
  width: 100%;
  height: min(23.45vw, 300px);
  min-height: 220px;
  overflow: hidden;
  background: #8e0710;
}

.urlwp-home-slider .urlwp-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.urlwp-home-slider .urlwp-slide.is-active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.urlwp-home-slider .urlwp-slide img {
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
  object-fit: cover;
}

.urlwp-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 42px;
  height: 42px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: rgb(0 0 0 / 32%);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.urlwp-slider-arrow[data-direction="previous"] {
  left: 18px;
}

.urlwp-slider-arrow[data-direction="next"] {
  right: 18px;
}

.urlwp-slider-dots {
  position: absolute;
  bottom: 13px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}

.urlwp-slider-dot {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.urlwp-slider-dot.is-active {
  background: #fff;
}

.urlwp-game-section {
  padding: 29px 28px 0;
  background: var(--urlwp-paper);
}

.urlwp-game-grid {
  width: min(1215px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
}

.urlwp-game-card {
  position: relative;
  height: 271px;
  margin: 0;
  overflow: hidden;
  border: 5px solid var(--urlwp-red);
  border-radius: 30px;
  background: var(--urlwp-red);
  color: #fff;
  text-align: center;
}

.urlwp-game-card strong {
  height: 46px;
  display: grid;
  place-items: center;
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}

.urlwp-game-card img {
  width: 100%;
  height: 220px;
  margin: 0;
  display: block;
  object-fit: cover;
}

.urlwp-game-card span {
  position: absolute;
  bottom: 17px;
  left: 50%;
  min-width: 94px;
  padding: 8px 12px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--urlwp-red);
  color: var(--urlwp-yellow);
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.urlwp-home-copy {
  width: 100%;
  padding: 0 28px 59px;
  color: var(--urlwp-ink);
}

.urlwp-home-copy > h1 {
  width: min(1215px, 100%);
  min-height: 315px;
  padding: 45px 10px 210px;
  margin: 0 auto;
  background: linear-gradient(90deg, #00e4d9, #88ff74, #ffee00, #ff8b08);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-size: clamp(34px, 3.5vw, 48px);
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.urlwp-home-intro {
  width: min(1215px, 100%);
  padding: 20px 22px;
  margin: 0 auto;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 2%);
  color: #252525;
  font-size: 16px;
  text-align: justify;
}

.urlwp-home-intro p {
  margin: 0 0 12px;
  color: #252525;
}

.urlwp-home-intro p:last-child {
  margin-bottom: 0;
}

.urlwp-content-shell,
.urlwp-archive-shell {
  width: min(1180px, calc(100% - 32px));
  padding: 32px 0 70px;
  margin: 0 auto;
}

.urlwp-content-with-sidebar,
.urlwp-archive-with-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) var(--urlwp-sidebar-width);
  gap: 34px;
}

.urlwp-primary-column,
.urlwp-archive-primary {
  min-width: 0;
}

.urlwp-sidebar {
  display: block;
  color: #333;
}

.urlwp-sidebar-widget,
.urlwp-side-box {
  margin-bottom: 24px;
  background: #fff;
}

.urlwp-sidebar h2,
.urlwp-sidebar-title,
.urlwp-side-box h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--urlwp-red);
  color: #222;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
}

.urlwp-entry-header {
  text-align: center;
}

.urlwp-entry-header h1,
.urlwp-archive-header h1 {
  margin: 0 0 15px;
  color: #5e5e5e;
  font-size: 28px;
  line-height: 1.3;
}

.urlwp-entry-meta {
  color: var(--urlwp-red);
  font-size: 12px;
  text-transform: uppercase;
}

.urlwp-entry-content,
.urlwp-archive-description {
  color: #333;
  font-size: 15px;
  line-height: 1.75;
}

.urlwp-entry-content h2,
.urlwp-entry-content h3,
.urlwp-entry-content h4,
.urlwp-archive-description h2,
.urlwp-archive-description h3 {
  color: #666;
}

.urlwp-entry-content img,
.urlwp-archive-description img {
  width: min(600px, 100%);
  height: auto;
  margin: 18px auto;
  display: block;
  object-fit: cover;
}

.urlwp-toc {
  width: min(430px, 100%);
  padding: 12px 18px;
  margin: 20px 0;
  border: 1px solid #cfcfcf;
  background: #fafafa;
  color: #333;
}

.urlwp-toc a {
  color: var(--urlwp-red-dark);
}

.urlwp-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.urlwp-post-card,
.col.post-item {
  overflow: hidden;
  border: 1px solid var(--urlwp-border);
  border-radius: 4px;
  background: #fff;
}

.urlwp-post-card img,
.col.post-item img {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 0;
  display: block;
  object-fit: cover;
}

.urlwp-post-card h2,
.urlwp-post-card h3,
.col.post-item h2,
.col.post-item h3 {
  padding: 0 14px;
  color: #333;
  font-size: 17px;
}

.urlwp-site-footer {
  min-height: 500px;
  padding: 36px 0 0;
  border: 0;
  background: var(--urlwp-red);
  color: #fff;
}

.urlwp-footer-grid {
  width: min(1215px, calc(100% - 56px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  gap: 50px;
}

.urlwp-footer-grid h2 {
  padding-bottom: 10px;
  margin: 0 0 14px;
  border-bottom: 1px solid rgb(255 255 255 / 40%);
  color: #fff !important;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.urlwp-footer-logo,
.urlwp-footer-logo .urlwp-site-logo {
  width: 290px;
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.urlwp-footer-grid p,
.urlwp-footer-menu a {
  color: #fff !important;
}

.urlwp-footer-menu {
  margin: 0;
}

.urlwp-footer-menu li {
  border-bottom: 1px solid rgb(255 255 255 / 28%);
}

.urlwp-footer-menu a {
  padding: 8px 0;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.urlwp-footer-bottom {
  margin-top: 150px;
  padding: 12px 20px;
  background: #8e0007;
  color: rgb(255 255 255 / 70%);
  text-align: center;
}

.urlwp-back-to-top {
  border-color: #fff;
  background: var(--urlwp-red-dark);
  color: #fff;
}

@media (max-width: 849px) {
  #header.urlwp-site-header {
    min-height: 105px;
  }

  .urlwp-alert-bar {
    height: 19px;
    padding: 0 10px;
    justify-content: center;
    font-size: 8px;
  }

  .urlwp-header-main,
  .urlwp-header-inner {
    height: 48px;
    min-height: 48px;
  }

  .urlwp-header-inner {
    width: 100%;
    padding: 0 12px;
    justify-content: center;
  }

  .urlwp-header-inner > .urlwp-header-actions {
    display: none;
  }

  .urlwp-mobile-menu {
    position: absolute;
    left: 14px;
    color: #777;
  }

  .urlwp-logo-link,
  .urlwp-site-logo {
    width: 154px;
    max-width: 60vw;
    max-height: 39px;
    object-position: center;
  }

  .urlwp-site-title {
    font-size: 21px;
  }

  .urlwp-mobile-actions {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--urlwp-red);
  }

  .urlwp-mobile-actions .urlwp-header-actions {
    position: static;
    right: auto;
    margin: 0;
    display: flex;
    gap: 6px;
  }

  .urlwp-mobile-actions .urlwp-header-action {
    min-width: 104px;
    min-height: 27px;
    padding: 5px 13px;
    font-size: 11px;
  }

  .urlwp-primary-navigation {
    display: none;
  }

  .urlwp-home-slider {
    height: 23.45vw;
    min-height: 0;
  }

  .urlwp-slider-arrow {
    width: 30px;
    height: 30px;
    font-size: 21px;
  }

  .urlwp-slider-dots {
    bottom: 6px;
  }

  .urlwp-slider-dot {
    width: 8px;
    height: 8px;
  }

  .urlwp-game-section {
    padding: 13px 8px 0;
  }

  .urlwp-game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px 3px;
  }

  .urlwp-game-card {
    height: 280px;
    border-width: 4px;
    border-radius: 24px;
  }

  .urlwp-game-card strong {
    height: 38px;
    font-size: 18px;
  }

  .urlwp-game-card img {
    height: 238px;
  }

  .urlwp-game-card span {
    bottom: 15px;
    min-width: 82px;
    padding: 7px 9px;
    font-size: 11px;
  }

  .urlwp-home-copy {
    padding: 0 12px 55px;
  }

  .urlwp-home-copy > h1 {
    min-height: 385px;
    padding: 38px 0 285px;
    font-size: 29px;
    line-height: 1.35;
  }

  .urlwp-home-intro {
    padding: 18px 16px;
    font-size: 14px;
  }

  .urlwp-content-with-sidebar,
  .urlwp-archive-with-sidebar {
    grid-template-columns: 1fr;
  }

  .urlwp-content-shell,
  .urlwp-archive-shell {
    width: calc(100% - 24px);
    padding: 24px 0 52px;
  }

  .urlwp-sidebar {
    display: none;
  }

  .urlwp-entry-header h1,
  .urlwp-archive-header h1 {
    font-size: 24px;
  }

  .urlwp-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .urlwp-site-footer {
    min-height: 980px;
    padding-top: 30px;
  }

  .urlwp-footer-grid {
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .urlwp-footer-bottom {
    margin-top: 190px;
  }
}

@media (max-width: 420px) {
  .urlwp-game-card {
    height: 265px;
  }

  .urlwp-game-card img {
    height: 223px;
  }

  .urlwp-home-copy > h1 {
    font-size: 27px;
  }

  .urlwp-post-grid {
    grid-template-columns: 1fr;
  }
}
