﻿.content-jump__container {
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(34, 34, 34, 0.2);
    background-color: #ffffff;
    overflow: hidden;
    
}
.content-jump__heading {
    height: 43px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #DDDDDD;
    
}
.content-jump__heading h3 {
    margin: 0;
    line-height: 42px;
    padding-left: 15px;
    padding-right: 40px;
    font-family: WorkSans;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;
}
.content-jump__link-container {
    overflow-y: scroll;
}
.content-jump__link-container::-webkit-scrollbar{
    width: 0;
}

.content-jump__jump-link {
    font-family: WorkSans;
    display: block;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: #5b009b;
    text-decoration: none;
    margin-bottom: 8px;
    padding: 0 15px;
    cursor: pointer;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;
}
.content-jump__jump-link:first-of-type {
    margin-top: 15px;
}
.content-jump__jump-link:last-of-type {
    margin-bottom: 15px;
}
.content-jump__jump-link.H3-link {
    padding-left: 30px;
}
.content-jump__jump-link.H3-link::before {
    content: "- ";
}
.content-jump__dropdown-arrow {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}
.content-jump__dropdown-arrow.closed {
    -webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);
}
.single-casino .content-jump__link-container {
    height: auto !important;
    z-index: 3;
}