/* Desktop/base styles. Existing archive sizing is kept intentionally. */
.gwd-casino-news-layout .blog-wrapper.blog-archive {
  background: radial-gradient(
    circle at 50% 0,
    #60300e 0,
    #1b0e09 43%,
    #120a07 100%
  );
  color: #fff;
}
.page-numbers {
  display: none !important;
}
.gwd-casino-news-layout .blog-wrapper.blog-archive > .row > .large-10.col {
  flex-basis: 100%;
  max-width: 100%;
}
.gwd-casino-news-layout .archive-page-header,
.gwd-casino-header,
.gwd-casino-hero,
.gwd-casino-latest {
  width: 100%;
  max-width: none;
  margin: 0;
  position: relative;
}
.gwd-casino-news-layout .archive-page-header {
  padding: 28px 20px 0;
}
.gwd-casino-news-layout .archive-page-header .page-title {
  color: #f1c96d;
}

.gwd-casino-header {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(222, 160, 64, 0.24);
  position: relative;
  z-index: 1;
}
.gwd-casino-header__title {
  margin: 0 0 14px;
  color: #f1c96d;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.gwd-casino-header__nav {
  overflow-x: auto;
  white-space: nowrap;
}
.gwd-casino-header__menu {
  display: flex;
  justify-content: center;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.gwd-casino-header__menu a {
  color: #efdbb0;
  font-size: 16px;
}
.gwd-casino-header__menu .current-menu-item > a,
.gwd-casino-header__menu .current-menu-ancestor > a,
#menu-gwd-casino-news-categories .current-menu-item > a,
#menu-gwd-casino-news-categories .current-menu-ancestor > a {
  color: #f1c96d;
  font-weight: 700;
}

.gwd-casino-hero {
  position: relative;
}
.section-glow-blur {
  z-index: -1;
}
.gwd-casino-hero,
.gwd-casino-latest {
  padding: 25px 0;
}
.gwd-casino-section-heading {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  margin-bottom: 16px;
  z-index: 1;
  position: relative;
}
#gwd-casino-hero-title {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  width: max-content;
}
#gwd-casino-latest-title {
  margin: 0;
  font-size: 30px;
}
.gwd-casino-featured h3,
.gwd-casino-featured h3 a,
.gwd-casino-mini-post h3,
.gwd-casino-mini-post h3 a,
#gwd-casino-latest-title {
  color: #fff !important;
  background: unset !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
}
.gwd-casino-news-filters {
  display: flex;
  flex: 0 0 auto;
  width: auto !important;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap;
}
.gwd-casino-news-filters a {
  display: inline-block;
  flex: 0 0 auto;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.gwd-casino-news-filters a::before {
  content: "✦";
  margin-right: 5px;
  color: #9d7b3b;
}
.gwd-casino-news-filters .is-active {
  color: #f1c96d;
  font-weight: 600;
}
.gwd-casino-news-filters .is-active::before {
  color: #f1c96d;
}
.gwd-casino-news-filters a:hover {
  color: #f1c96d;
}

.gwd-casino-hero .section-glow-line {
  background: url(/wp-content/uploads/2026/07/flare.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  background-position: center;
  position: absolute;
  bottom: 0;
  transform: translate(50%, 0);
  right: 50%;
  height: 191px;
}
.gwd-casino-featured__image {
  margin-bottom: 30px;
}
.gwd-casino-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, 1fr);
  gap: 28px;
  z-index: 2;
  position: relative;
}
.gwd-casino-featured__image,
.gwd-casino-list-post__image,
.gwd-casino-mini-post__image {
  display: block;
  overflow: hidden;
  background: #20150e;
  aspect-ratio: 16 / 9;
}
.gwd-casino-featured__image img,
.gwd-casino-list-post__image img,
.gwd-casino-mini-post__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gwd-casino-featured h3,
.gwd-casino-list-post h3,
.gwd-casino-mini-post h3 {
  margin: 12px 0 6px;
  line-height: 1.25;
}
.gwd-casino-featured h3 {
  font-size: 22px;
}
.gwd-casino-featured h3 a,
.gwd-casino-list-post h3 a,
.gwd-casino-mini-post h3 a {
  color: #efc75e;
}
.gwd-casino-featured p,
.gwd-casino-list-post p,
.gwd-casino-mini-post p {
  color: #e3e3e3;
  font-size: 16px;
}
.gwd-casino-mini-post {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 16px;
  padding: 0 0 16px;
  margin: 0 0 16px;
}
.gwd-casino-mini-post h3 {
  margin: 0;
  font-size: 16px;
}
.gwd-casino-mini-post p {
  margin: 7px 0 0;
  font-size: 16px;
}
.gwd-casino-mini-post__image {
  width: 100%;
  height: auto;
}

.gwd-casino-latest__grid {
  display: grid;
  grid-template-columns: minmax(0, 9fr) minmax(0, 3fr);
  gap: 35px;
}
.gwd-casino-list-post {
  display: grid;
  grid-template-columns: 285px 1fr;
  gap: 22px;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.gwd-casino-list-post__image {
  width: 285px;
  height: auto;
}
.gwd-casino-list-post h3 {
  margin: 2px 0 9px;
  font-size: 20px;
}
.gwd-casino-list-post p {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.gwd-casino-hero__side {
  padding-left: 22px;
  border-left: 1px solid rgba(237, 196, 112, 0.2);
}
.gwd-casino-empty-state {
  margin: 0;
  padding: 28px 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.gwd-casino-latest__sidebar {
  padding-left: 22px;
}
.gwd-casino-news-results.is-loading {
  opacity: 0.55;
  pointer-events: none;
  transition: opacity 0.15s ease;
}
