.tooltip.interactive-tooltip, .tooltip.interactive-tooltip-no-video {
    pointer-events: auto !important;
    
}

.interactive-tooltip-no-video .tooltip-inner {
    position: relative;
    z-index: 2;
    pointer-events: auto !important;
    width: 100% !important;
    max-height: none !important; 
    max-width: none !important;
    border-radius: 5px !important;
    border: 1px solid #506070;
    box-shadow: 0 0 10px 0 rgba(15, 24, 40, 0.8) !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

.interactive-tooltip-wrapper {
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(15, 24, 40, 0.8) !important;
}

.grey-tooltip-icon > svg {
    width: 24px;
    height: 24px;
    cursor: default !important;
}

.grey-tooltip-icon.icon-end > svg,
.grey-tooltip-icon.icon-next > svg {
    width: 28px;
    height: 28px;
}

.grey-tooltip-icon > svg path {
    fill: #647381 !important;
}

.grey-tooltip-icon:hover > svg path,
.grey-tooltip-icon[aria-describedby] > svg path {
    fill: #7F8E9C !important;
}

.no-margin-icon {
    margin: 0 !important;
}

.grey-tooltip .tooltip-inner {
    box-sizing: border-box !important;
    max-width: none !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-family: 'Lato' !important;
    background-color: #2E3743 !important;
    padding: 10px 15px 15px 15px !important;
    border-radius: 5px !important;
    border: 1px solid #506070;
    font-size: 13px !important;
    line-height: 18px !important;
    font-weight: 400 !important;
}

.interactive-tooltip::before,
.interactive-tooltip-no-video::before {
    content: '';
    position: absolute;
}

.bs-tooltip-top.interactive-tooltip::before,
.bs-tooltip-top.interactive-tooltip-no-video::before {
    bottom: -8px;
    top: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 8px;
}

.bs-tooltip-bottom.interactive-tooltip::before,
.bs-tooltip-bottom.interactive-tooltip-no-video::before {
    top: -8px;
    bottom: auto;
    left: 0;
    right: 0;
    width: auto;
    height: 8px;
}

.bs-tooltip-left.interactive-tooltip::before,
.bs-tooltip-left.interactive-tooltip-no-video::before {
    right: -8px;
    left: auto;
    top: 0;
    bottom: 0;
    width: 8px;
    height: auto;
}

.bs-tooltip-right.interactive-tooltip::before,
.bs-tooltip-right.interactive-tooltip-no-video::before {
    left: -8px;
    right: auto;
    top: 0;
    bottom: 0;
    width: 8px;
    height: auto;
}

.bs-tooltip-right.display-settings-tooltip::before {
    top: 51%;
    bottom: auto;
    height: 55px;
    margin-top: -30px;
}

.interactive-tooltip .tooltip-inner {
    width: 300px !important;
    max-height: 112px; 
    border-radius: 0 0 5px 5px !important;
    border-top: none !important;
    box-shadow: none !important;
}

.interactive-tooltip-full-radius .tooltip-inner {
    border-radius: 5px !important;
    width: auto !important;
    max-height: none !important;
}

.interactive-tooltip .fit-content {
    max-height: fit-content !important;
}

.interactive-tooltip .video {
    position: relative; 
    width: 300px;
    margin: 0 auto; 
    border-radius: 5px 5px 0 0; 
    overflow: hidden;
    background: transparent;
    box-sizing: border-box !important;
    border: 1px solid #506070;
    border-bottom: none;
    flex: 1 0 0;
    aspect-ratio: 9/5
}

.interactive-tooltip .video:has(+ .tooltip-inner:empty) {
    border-radius: 5px;
    border: none;
    outline: 1px solid #506070;
}

.interactive-tooltip .tooltip-inner b, .interactive-tooltip-no-video .tooltip-inner b {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.bs-tooltip-bottom.grey-tooltip .arrow::before,
.grey-tooltip[x-placement^="top"] .arrow::before {
    border-top-color: #506070 !important;
}

.bs-tooltip-bottom.grey-tooltip .arrow::before,
.grey-tooltip[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #506070 !important;
}

.bs-tooltip-right.grey-tooltip .arrow::before,
.grey-tooltip[x-placement^="right"] .arrow::before {
    border-right-color: #506070 !important;
}

.bs-tooltip-left.grey-tooltip .arrow::before,
.grey-tooltip[x-placement^="left"] .arrow::before {
    border-left-color: #506070 !important;
}

.hotspot-wishlist-tooltip-title,
.hotspot-wishlist-tooltip-text {
    color: rgba(255, 255, 255, 0.80);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.hotspot-wishlist-tooltip-title {
    margin-bottom: 5px;
}

.hotspot-wishlist-tooltip-subtext {
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hotspot-wishlist-tooltip-buttons {
    display: flex;
    gap: 10px;
}

.hotspot-wishlist-tooltip-btn {
    display: flex;
    padding: 5px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex: 1 0 0;
    border-radius: 5px;
    background: #3461C9;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

.hotspot-wishlist-tooltip-btn:hover {
    color: #FFF;
    text-decoration: none;
    background: #2a52b3;
}

.tooltip-custom-upgrade-btn {
    display: flex;
    width: 120px;
    padding: 5px 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 3px;
    border-radius: 5px;
    background: #F7A301;
    color: #28323F;
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700 !important;
    position: relative;
    z-index: 3;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}

.tooltip-custom-upgrade-btn:hover {
    text-decoration: none;
    background: #FFC31C;
    color: #28323F;
}

.tooltip-custom-upgrade-btn:focus,
.tooltip-custom-upgrade-btn:active {
    outline: none;
    box-shadow: none;
}

.custom-control-label .icon--crown {
    width: 18px;
    height: 18px;
    padding: 1.125px;
    align-items: flex-start;
    gap: 11.25px;
    cursor: pointer;
}

.custom-control-label .icon--crown:hover,
.custom-control-label .icon--crown[aria-describedby] {
    border-radius: 9px !important;
    background: #384452 !important;
}

.custom-control-label .icon--crown svg {
    width: 100%;
    height: 100%;
}

.custom-control-label .icon--crown svg path {
    transition: .15s fill ease;
    fill: #F7A301;
}

.tooltip-220 {
    max-width: 220px;
}