.menu-container {
    background-color: #277a54;
    margin-bottom: 20px;
}
.menu-container .menu-inner-container {
    display: flex;
    justify-content: space-between;
    /* max-width: 1016px; */
    max-width: 1020px;
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
}
.menu-container .menu-inner-container .custom-logo-link img {
    width: 170px;
}
#main-menu-sevenjackpots {
    display: flex;
    list-style: none;
    gap: 15px;
}
#main-menu-sevenjackpots .sub-menu .sub-menu {
    left: calc(100% + 0px);
    background-color: #081911;
    border-radius: 10px;
    display: none;
    top: -10px;
}
#main-menu-sevenjackpots > li {
    position: relative;
    padding: 30px 0px;
}
#main-menu-sevenjackpots .sub-menu li {
    padding: 0px 10px;
}
#main-menu-sevenjackpots li a {
 color: white;
 text-decoration: none;
}
#main-menu-sevenjackpots li a:hover {
    color: #ffa33f;
}
#main-menu-sevenjackpots .sub-menu {
    position: absolute;
    top: 80%;
    opacity: 1;
    background-color: #0e2d1f;
    width: 260px;
    display: none;
    border-radius: 10px;
    left: -10px;
    padding: 0px !important;
    z-index: 1;
}
#main-menu-sevenjackpots .submenu-icon {
    width: 17px;
    height: 17px;
    color: white;
    font-weight: 700;
    transform: rotate(90deg);
}
#main-menu-sevenjackpots .menu-item {
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.menu-container .navigation__button {
    display: none;
    justify-content: end;
}
.menu-container .navigation__icon, 
.menu-container .navigation__icon::before, 
.menu-container .navigation__icon::after {
    height: 4px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 10px;
}
.menu-container .navigation__icon::before, 
.menu-container .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    transition: all 0.2s;
}
.menu-container .navigation__icon::before {
    top: -11.2px;
}
.menu-container .navigation__icon::after {
    top: 11.2px
}
.menu-container .navigation__icon {
    position: relative;
    margin-top: 11.2px;
    width: 20px;
}
.header-review {
  margin-bottom: 0px;
  padding: 0;
}
.header-review .header-review-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: auto;
    /* max-width: 1016px; */
    max-width: 1020px;
    padding: 0;
    padding-bottom: 40px;
}
.header-review .header-review-ratings {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}
.header-review .header-review-ratings .header-review-ratings-top {
  display: flex;
  flex-direction: row;
  align-items: end;
}
.header-review .header-review-ratings p {
  padding: 0 0 5px 0;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 400;
}
.header-review .header-review-ratings p:first-child { 
  font-size: 16px;
  padding-right: 10px;
  font-weight: 500;
}
.header-review .header-review-ratings .header-review-ratings-bottom {
  display: flex;
  align-items: end;
}
.header-review .header-review-ratings .header-review-ratings-bottom p {
  padding-left: 10px;
  padding-bottom: 0;
  font-weight: 700;
}
.header-review .header-review-tags {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.header-review .header-review-overview {
  max-width: 900px;
}
.header-review .header-review-info {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.header-review .header-review-info .header-review-info-section {
  display: flex;
  flex-direction: column;
}
.header-review .header-review-info .header-review-info-section p {
  font-size: 16px;
}
.header-review .header-review-info .header-review-info-section .info-title {
  display: flex;
  flex-direction: row;
  font-weight: 500;
  letter-spacing: 1px;
  gap: 10px;
  padding-bottom: 5px;
}
.header-review .header-review-info .header-review-info-section .info-title svg {
  fill: white;
  width: 24px;
  height: 24px;
  filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.25));
}
.header-review .header-review-info .header-review-info-section a, .header-review .header-review-info .header-review-info-section .menu .toggle-menu, .menu .header-review .header-review-info .header-review-info-section .toggle-menu {
  color: white;
}
.header-review .review__container--info {
  margin: 0;
  padding: 0;
  width: 100%;
}
.header-review .review__container--info .box {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0;
}
.header-review .review__container--info .box .box__icon {
    position: absolute;
    left: 10px;
    top: 15px;
    height: 30px;
    width: 30px;
}
.header-review .review__container--info .box .box-expand {
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 35px;
    flex-wrap: wrap;
    background-color: #ffffff;
    justify-content: center;
}
.header-review .review__container--info .box  .plus::before {
    content: "+";
    height: 30px;
    width: 30px;
    position: absolute;
    font-size: 30px;
    z-index: 10;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-family: courier;
    color: #0b482c;
}
.header-review .review__container--info .box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: -9999px;
}
.header-review .review__container--info .box .box-expand {
  margin: 0;
  background: rgba(255, 255, 255, 0.1);
}
.header-review .review__container--info .box .box-expand svg {
  fill: white;
}
.header-review .review__container--info .box .box-expand .plus::before {
  color: white;
}
.header-review .review__container--info .box .box-expand .box__h2 {
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 16px;
    margin: 0 auto; 
    padding: 10px; 
    display: block; 
}
.header-review .review__container--info .box .box-expand .box__title {
  color: white;
}
.header-review .review__container--info .box .box-expand .general-info-expand {
    border-top: none;
    display: none;
    position: relative;
}
.header-review .review__container--info .box .provider-icons::before, 
.header-review .review__container--info .box .payment-icons::before {
  background: none;
}
.header-review .review__container--info .box .provider-icons::after, 
.header-review .review__container--info .box .payment-icons::after {
  background: none;
}
.header-review__page-intro {
  padding-top: 30px;
  /* max-width: 1016px; */
    max-width: 1020px;
}
.header-review__page-intro h1 {
    text-align: center;
    font-size: 24px;
    color: #ffffff !important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    padding-bottom: 10px;
    padding-bottom: 0;
    letter-spacing: 1px;
}
.header-review__img {
  margin-top: 0;
}
.header-review__img .img-wrapper {
  max-width: 360px;
}
.header-review__img-slot {
  margin-top: 0px;
  margin: auto;
  padding-top: 60px;
}
.header-review__background-cta {
  background: #f8f8f8;
  border-top: 2px solid #ffffff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
  width: 100vw;
  padding: 5px;
  margin-left: calc(50% - 50vw);
  height: 20px;
}
.header-review .slot-header-title {
  padding: 0px;
}
.header-review .slot-header-title h1 {
  padding: 0;
}
.header-review__background-cta-slot {
  background: #f8f8f8;
  border-top: 2px solid #ffffff;
  width: 100vw;
  padding: 45px;
  margin-left: calc(50% - 50vw);
  height: 20px;
  margin-top: 20px;
}
.header-review__cta--review {
  background: #f8f8f8;
  border-top: 2px solid #ffffff;
  width: 100vw;
  padding: 5px;
}
.header-review__cta--slot {
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.header-review__rating-review {
  padding-bottom: 0px;
}
.header-review__rating-review--slot {
  padding-bottom: 100px;
}
.header-review__convert {
  z-index: 10;
  position: relative;
  padding-bottom: 50px;
}
.header-review p {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    color: white;
}
#main-menu-sevenjackpots li p {
    padding-bottom: 0px;
}

@media (min-width: 1200px) {
    #main-menu-sevenjackpots li:hover > .sub-menu,
    #main-menu-sevenjackpots li .sub-menu li:hover .sub-menu {
        display: block;
    }
}
@media (max-width: 1199px) {
    .menu-container .menu-inner-container {
        padding: 0px 20px;
    }
    .site-main > article {
        margin-top: 100px;
    }
    .menu-container.mobileMenuToggled {
        height: 100vh;
        overflow-y: auto;
    }
    .menu-container .navigation__button {
        display: flex;
    }
    .menu-container .logo-container, 
    .menu-container .navigation__button {
        flex: 0 0 50%;
    }
    .menu-main-menu-container {
        flex: 0 0 100%;
    }
    #main-menu-sevenjackpots {
        display: none;
    }
    #main-menu-sevenjackpots.active {
        display: flex;
    }
    .menu-container .navigation__button.active .navigation__icon::before {
        top: 0;
        transform: rotate(135deg);
    }
    .menu-container .navigation__button.active .navigation__icon::after {
        top: 0;
        transform: rotate(-135deg);
    }
    .menu-container .navigation__button.active .navigation__icon {
        background-color: transparent;
    }
    #main-menu-sevenjackpots {
        flex-direction: column;
        padding: 0px;
        gap: 0px;
    }
    #main-menu-sevenjackpots li {
        padding: 15px 0px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.15);
        justify-content: space-between;
    }
    #main-menu-sevenjackpots li:last-child {
        border-bottom: 0px;
    }
    #main-menu-sevenjackpots .submenu-icon {
        height: 20px;
        width: 20px;
        transform: rotate(90deg);
        background: rgba(255, 255, 255, 0.1);
        border-radius: 100%;
        padding: 5px;
        transition: transform 0.3s ease-in-out;
    }
    #main-menu-sevenjackpots .sub-menu {
        display: none;
        position: relative;
        flex: 0 0 100%;
        background-color: transparent;
        border-radius: 0px;
        padding-bottom: 20px !important;
    }
    #main-menu-sevenjackpots .sub-menu .sub-menu {
        left: 0;
        position: relative;
        flex: 0 0 100%;
        background-color: transparent;
        border-radius: 0px;
    }
    #main-menu-sevenjackpots .menu-item-has-children.active > .sub-menu {
        display: flex;
    }
    #main-menu-sevenjackpots .menu-item-has-children.active > .submenu-icon {
        transform: rotate(-90deg);
    }

    .header-review .header-review-body {
        padding: 0px 20px 40px 20px;
        gap: 20px;
    }
    .header-review .header-review-ratings p:first-child {
        font-size: 13px;
    }
    .header-review .header-review-info {
        gap: 20px;
    }
    .header-review__page-intro {
        padding-top: 14px;
    }
    .header-review__img-slot {
        padding-top: 160px;
    }
    .header-review__cta--slot {
        width: 60px;
        height: 60px;
    }
    .header-review__rating-review--slot {
        padding-bottom: 60px;
    }
}
@media (max-width: 599px) {
    .header-review .header-review-info .header-review-info-section p {
        font-size: 14px;
    }
}
