﻿.tw-release__tab:hover {
    color: white;
    background-color: #5284bd;
    cursor: pointer;
}

.tw-release__content-wrapper {
    position: relative;
    max-height: 750px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    position: relative;
}

.tw-release__link:hover {
    text-decoration: none !important;
}

.tw-release__link {
    color: black;
}