.news-menu-container {
    background-color: #2d2d2d;
    padding-top: 20px;
}
.news-menu-container .news-menu-inner-container {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
}
.news-menu-container .news-menu-inner-container .custom-logo-link img {
    width: 170px;
    height: auto;
}
#news-menu-sevenjackpots {
    display: flex;
    list-style: none;
    gap: 30px;
}
#news-menu-sevenjackpots .sub-menu .sub-menu {
    left: calc(100% + 0px);
    background-color: #081911;
    border-radius: 10px;
    display: none;
    top: -10px;
}
#news-menu-sevenjackpots > li {
    position: relative;
    padding: 30px 0px;
}
#news-menu-sevenjackpots .sub-menu li {
    padding: 0px 10px;
}
#news-menu-sevenjackpots li a {
 color: white;
 text-decoration: none;
}
#news-menu-sevenjackpots li a:hover {
    color: #ffa33f;
}
#news-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;
}
#news-menu-sevenjackpots .submenu-icon {
    width: 17px;
    height: 17px;
    color: white;
    font-weight: 700;
    transform: rotate(90deg);
}
#news-menu-sevenjackpots .menu-item {
    display: flex;
    gap: 5px;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
}
.news-menu-container .navigation__button {
    display: none;
    justify-content: end;
}
.news-menu-container .navigation__icon, 
.news-menu-container .navigation__icon::before, 
.news-menu-container .navigation__icon::after {
    height: 4px;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 10px;
}
.news-menu-container .navigation__icon::before, 
.news-menu-container .navigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    width: 2.5rem;
    transition: all 0.2s;
}
.news-menu-container .navigation__icon::before {
    top: -0.7rem;
}
.news-menu-container .navigation__icon::after {
    top: 0.7rem;
}
.news-menu-container .navigation__icon {
    position: relative;
    margin-top: 0.7rem;
    width: 2rem;
}
.news-menu-container .news-header-top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-menu-container .news-header-top a {
    text-decoration: none;
}
.news-menu-container .news-header-top small {
    letter-spacing: .1rem;
    color: #fff;
}

.news-site-footer {
    margin-top: 2rem;
    background-color: #2d2d2d;
    overflow: hidden;
}
.news-site-footer .news-footer-inner-container {
    max-width: 1200px;
    margin: auto;
    padding: 0px 20px;
}
.news-site-footer #news-footer-menu-sevenjackpots {
    display: flex;
    list-style: none;
    gap: 30px;
    justify-content: space-around;
    padding: 0px;
    flex-wrap: wrap;
}
.news-site-footer #news-footer-menu-sevenjackpots .sub-menu {
    opacity: 1;
    list-style: none;
    background-color: transparent;
    padding: 0px !important;
}
.news-site-footer #news-footer-menu-sevenjackpots .sub-menu li {
    padding: 10px 0px;
}
.news-site-footer #news-footer-menu-sevenjackpots > li > a {
    font-weight: bold;
    font-size: 18px;
    color: white;
    text-decoration: underline;
}
.news-site-footer #news-footer-menu-sevenjackpots .sub-menu a {
    text-decoration: none;
    padding: 0px;
    font-weight: 200;
    color: white;
}
.news-site-footer .news-footer-middle {
    padding: 20px 0px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
    border-top: solid 1px rgba(255, 255, 255, 0.6);
    border-bottom: solid 1px rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.news-site-footer .menu-news-footer-container, 
.news-site-footer .menu-news-footer-br-container {
    flex: 0 0 70%;
}
.news-site-footer .news-footer-middle-about {
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-site-footer .news-footer-middle-about p {
    color: white;
    font-weight: 200;
    margin: 0px;
}
.news-site-footer .news-footer-middle-about p:last-child {
    font-style: italic;
    font-weight: 200;
    line-height: 1.3;
    margin-top: 10px;
}
.news-site-footer .news-footer-top {
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.news-site-footer .news-footer-top p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
        margin: 0px;
}
.news-site-footer .news-footer-top p img {
    height: 40px;
    width: 40px;
    object-fit: scale-down;
    border: 2px solid white;
    border-radius: 100%;
    transform: scale(1);
    transition: transform 0.15s ease-in-out;
}
.news-site-footer .news-footer-top p a:hover img {
    transform: scale(1.05);
}
.news-site-footer .news-footer-top p img {
    height: 40px;
    width: 40px;
    object-fit: scale-down;
}
.news-site-footer .news-footer-seen-on {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top: 2px solid #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 20px 0px 20px;
    text-shadow: none;
}
.news-site-footer .news-footer-seen-on p {
    margin: 0px;
}
.news-site-footer .news-footer-seen-on p:last-child {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 0px;
    justify-content: space-between;
}
.news-site-footer .news-footer-seen-on p:first-child {
    color: black;
    font-size: 16px;
    font-weight: 300;
}
.news-site-footer .news-footer-bottom {
    color: white;
    text-align: center;
    padding: 10px 0px;
}

@media (min-width: 1200px) {
    #news-menu-sevenjackpots li:hover > .sub-menu,
    #news-menu-sevenjackpots li .sub-menu li:hover .sub-menu {
        display: block;
    }
}
@media (max-width: 1199px) {
    .news-menu-container .news-menu-inner-container {
        row-gap: 20px;
    }
    .news-menu-container .news-header-top {
        order: 3;
        border-top: 1px solid rgba(217, 217, 217, .1215686275);
        padding: 10px 20px 0px;
    }
    .news-menu-container {
        position: sticky;
        width: 100vw;
    }
    .news-menu-container.newsMobileMenuToggled {
        height: 100vh;
        overflow-y: auto;
    }
    .news-menu-container .navigation__button {
        display: flex;
    }
    .news-menu-container .logo-container, 
    .news-menu-container .navigation__button {
        flex: 0 0 50%;
        padding: 0px 20px;
    }
    .menu-news-menu-container,
    .menu-news-menu-br-container {
        flex: 0 0 100%;
        order: 4;
        padding: 0px 20px;
    }
    #news-menu-sevenjackpots {
        display: none;
    }
    #news-menu-sevenjackpots.active {
        display: flex;
    }
    .news-menu-container .navigation__button.active .navigation__icon::before {
        top: 0;
        transform: rotate(135deg);
    }
    .news-menu-container .navigation__button.active .navigation__icon::after {
        top: 0;
        transform: rotate(-135deg);
    }
    .news-menu-container .navigation__button.active .navigation__icon {
        background-color: transparent;
    }
    #news-menu-sevenjackpots {
        flex-direction: column;
        padding: 0px;
        gap: 0px;
    }
    #news-menu-sevenjackpots li {
        padding: 15px 0px;
        border-bottom: solid 1px rgba(255, 255, 255, 0.15);
        justify-content: space-between;
    }
    #news-menu-sevenjackpots li:last-child {
        border-bottom: 0px;
    }
    #news-menu-sevenjackpots .submenu-icon {
        height: 2rem;
        width: 2rem;
        transform: rotate(90deg);
        background: rgba(255, 255, 255, 0.1);
        border-radius: 100%;
        padding: 5px;
        transition: transform 0.3s ease-in-out;
    }
    #news-menu-sevenjackpots .sub-menu {
        display: none;
        position: relative;
        flex: 0 0 100%;
        background-color: transparent;
        border-radius: 0px;
        padding-bottom: 20px !important;
    }
    #news-menu-sevenjackpots .sub-menu .sub-menu {
        left: 0;
        position: relative;
        flex: 0 0 100%;
        background-color: transparent;
        border-radius: 0px;
    }
    #news-menu-sevenjackpots .menu-item-has-children.active > .sub-menu {
        display: flex;
    }
    #news-menu-sevenjackpots .menu-item-has-children.active > .submenu-icon {
        transform: rotate(-90deg);
    }

    .news-site-footer .news-footer-middle {
        flex-direction: column;
    }
    .news-site-footer .menu-news-footer-container,
    .news-site-footer .menu-news-footer-br-container,
    .news-site-footer .news-footer-middle-about {
        flex: 0 0 100%;
        width: 100%;
    }
    .news-site-footer .news-footer-seen-on p:last-child {
        justify-content: center;
        column-gap: 10%;
    }
}