:root {
  --color-text: #000;
  --color-text-white: #fff;
  --red-color: #db002f;
  --red-label-color: #d8002f;
  --btn-border-red-color: #c6002b;
  --btn-bg-color: #282828;
  --currency-dark-color: #0c0003;
  --btn-hero-bg-color: #1a0004;
  --section-bg-gray-color: #f4f4f4;
  --img-default-bg-color: #e5e5e5;
  --light-gray: #717171;
  --dark-gray: #424242;
  --shape-gray-color: #f5f5f5;
  --prefooter-bg-color: #2e2e2e;
  --white-color: #fff;
  --bottom-footer-text: #525252;
  --footer-border-color: #eb093a;
  --btn-color-dark-transparent: #1a00048f;
  --main-light-gray: #f8f8f8;
  --add-red: #c8002b;
  --add-red-darker: #ba002b;
  --add-pink: #ffb4b4;
  --add-dark: #292929;
  --add-gray: #ececec;
  --gray-button: #4b4b4b;
  --menu-transp-bg: rgba(0, 0, 0, 0.8);
  --btn-border-dark-grey: #2b2b2b;
  --breadcrumbs-text-color: #b0b0b0;
  --section-bg-gray-lighten-color: #f3f3f3;
  --section-bg-gray-darker-color: #e9e9e9;
  --tabs-inactive: #c7c7c7;
  --tabs-bg-content: #fbfbfb;
  --tabs-bg-btn-disabled: #5e5e5e;
  --main-light-gray-opacity: rgba(248, 248, 248, 0.5);
  --gray-color: #c7c7c7;
  --add-red-border: #c3002a;
  --box-color: #f1f1f1;
  --medium-gray: #303030;
  --column-border: #dc0030;
  --checkbox-bgcolor: #c8c8c8;
  --source-code-pro: "Source Code Pro", monospace;
  --pop-up-grey: #979797;
  --dark-grey-trans: rgba(66, 66, 66, 0.6);
  --color-gray-add: #838383;
  --newsletter-alert: #190e90;
  --hiring-number: #e8e9e9;
  --li-color: #db1d2f;
  --btn-border-dark: #2f2f2f;
  --dot-gray-dark: #3d3d3d;
  --offer-header-white: #eaeaea;
  --offer-header-white-100: #f2f2f2;
  --offset-col-bg: #ededed;
  --support-pack-bg: #fafafa;
  --support-features-bg: #e9e9e9;
  --btn-light-gray: #272727;
  --users-choice-bg: #313131;
  --expert-pattern-bg: #dedede;
  --newsletter-popup-bg: #f0f0f0;
  --green-color: #00b300;
  --igaming-bg: #181716;
  --igaming-hero-form: #181716;
  --white-half-opacity: rgba(255, 255, 255, 0.5);
  --case-study-archieve-single-description-color: #010001;
  --red-survey: #dc0432;
  --fast-track-btn-bg: #171717;
}

.igaming-single-post-container {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-shadow: rgba(152,149,165,.12) 0 1px 4px -2px,rgba(39,33,66,.12) 0 4px 16px 1px;
  transition: transform .3s;
}

.igaming-single-post-container--dark {
  background: rgba(0,0,0,.8);
}

.igaming-single-post-container:hover {
  transform: translateY(-10px);
}

.igaming-single-post-container__image {
  margin: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1200/630;
  object-fit: cover;
}

.igaming-single-post-container__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 1rem;
  margin-bottom: 0;
}

.igaming-single-post-container__title a {
  color: inherit;
  text-decoration: none;
}

.igaming-single-post-container__excerpt {
  opacity: .8;
}

.igaming-single-post-container__meta {
  display: flex;
  flex-wrap: wrap;
  font-size: .875rem;
  gap: .5rem;
  margin-top: 1rem;
  color: #999;
}

.igaming-single-post-container__meta a {
  color: inherit;
  position: relative;
  z-index: 2;
}

@media (min-width: 576px) {
  .igaming-single-post-container.post-1 {
    grid-column: span 2;
    grid-row: 1;
  }
}

@media (min-width: 992px) {
  .igaming-single-post-container.post-1 {
    grid-column: span 1;
  }
}

@media (min-width: 576px) {
  .igaming-single-post-container.post-2,
  .igaming-single-post-container.post-3 {
    grid-row: 2;
  }
}

@media (min-width: 992px) {
  .igaming-single-post-container.post-2,
  .igaming-single-post-container.post-3 {
    grid-row: 1;
  }
}

.igaming-single-post-container__wrapper {
  padding: 1rem;
}

.igaming-single-post-container__wrapper p {
  margin-bottom: 1rem;
}

.igaming-single-post-container__wrapper .btn--read-more {
  background-color: red;
  color: #fff;
}

.igaming-latest-posts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #ccc;
  background: linear-gradient(126.79deg, #000 14.96%, rgba(0, 0, 0, 0) 65.09%),linear-gradient(0deg, #20222e, #20222e);
}

.igaming-latest-posts+figure {
  margin-top: 0;
}

.igaming-latest-posts__wrapper {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.25rem;
  margin-top: 4rem;
}

@media (min-width: 576px) {
  .igaming-latest-posts__wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .igaming-latest-posts__wrapper {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.igaming-latest-posts__heading-1 {
  color: #fff;
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  font-size: 1.875rem;
  text-align: center;
}

@media (min-width: 1200px) {
  .igaming-latest-posts__heading-1 {
    font-size: 2.9375rem;
    margin-bottom: 0;
  }
}

.igaming-latest-posts a {
  text-decoration: none;
  margin: 0 auto;
}

.igaming-latest-posts__heading-2 {
  font-family: "Montserrat",sans-serif;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  font-size: .875rem;
  font-weight: 600;
  color: hsla(0,0%,100%,.8);
  transition: color .2s ease;
}

.igaming-latest-posts__heading-2 a {
  color: hsla(0,0%,100%,.8);
}

.igaming-latest-posts__heading-2 a:hover {
  color: var(--red-color);
}

@media (min-width: 1200px) {
  .igaming-latest-posts__heading-2 {
    font-size: 1.4375rem;
    margin-bottom: 2.75rem;
    margin-left: auto;
    margin-right: auto;
    width: max-content;
  }
}

.igaming-latest-posts__heading-2::after {
  content: "";
  width: 2.5625rem;
  height: 3px;
  background-color: var(--red-color);
  position: absolute;
  bottom: -0.75rem;
  transform: translateX(50%);
  right: 50%;
  pointer-events: none;
}

@media (min-width: 1200px) {
  .igaming-latest-posts__heading-2::after {
    width: 4.0625rem;
    height: 3px;
    bottom: -1.5rem;
  }
}

.igaming-latest-posts__link {
  display: block;
  padding: 0 1.875rem;
}

.igaming-latest-posts__description {
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
  margin-top: 1.25rem;
  color: hsla(0,0%,100%,.5);
}

@media (min-width: 1200px) {
  .igaming-latest-posts__description {
    font-size: 1.125rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
