
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: white;
}

.hidden {
    display: none !important;
}

/* social media sharing dropdown styles: */
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 3.5rem;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
}

.dropdown-content a:not(.close-dropdown):after {
    content: "";
    display: block;
    width: 90%;
    background: #dddddd;
    height: 1px;
    margin-left: 5%;
    margin-top: 10px;
    margin-bottom: -10px;
}

.dropdown-content a.close-dropdown {
    padding-bottom: 16px;
    color: darkred;
}

.dropdown.show-dropdown .dropdown-content {
    display: block;
}

.dropbtn {
    background: tomato;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-weight: 600;
    margin-left: 10px;
    display: block;
    min-height: 2.7rem;
    min-width: 2.7rem;
    border: 1px solid #b3c2d35c;
}

.not-so-aaa .dropbtn {
    background: #28384b;
}

.dropbtn svg {
    vertical-align: middle;
    position: absolute;
    margin-left: -0.9rem;
    margin-top: -0.08rem;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

@media (max-width: 420px) {
    .dropdown {
        position: fixed;
        bottom: 10px;
        left: 0;
    }
}

.underline {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .dropdown-content {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        position: fixed;
        flex-direction: column;
        /* center it vertically */
        justify-content: center;
        align-items: center;
    }

    .dropdown-content a {
        font-size: 1.6rem;
        font-weight: 700;
    }

    .dropdown.show-dropdown .dropdown-content {
        display: flex;
    }
}

.logo {
    max-height: 580px;
    max-width: 80%;
    margin: 0 0 1.5rem 0;
}


.quicksand-300 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.quicksand-400 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.quicksand-500 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.quicksand-600 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.quicksand-700 {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

body {
    font-family: 'Arial', sans-serif;
    background: #3d3f45;
    min-height: 100vh;
    color: #fff;
}

body.not-so-aaa {
    background: #1b2838;
}

.header {
    min-height: 140px;
    text-align: center;
    padding: 2.5rem 1rem 3rem;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    margin-bottom: 1rem;
    min-width: 320px;
}
button.toggle-advanced-options-vertical-dots {
    background: none;
    border: 1px solid #697181;
    padding: 1.1rem 1rem;
    height: 2rem;
    line-height: 0;
    color: white;
    display: inline-block;
    border-radius: 1.1rem;
    font-size: 1.2rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    margin-left: 0.8rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    color: #697181;
    text-overflow: ellipsis;
}

.arrow {
    font-size: 0.9rem;
    baseline-shift: super;
    display: inline-block;
    vertical-align: bottom;
}

.not-so-aaa header.header {
    padding: 0 1rem 0.5rem;
    margin-bottom: 2rem;
}

.social-media-wrapper {
    text-align: right;
    max-width: fit-content;
    margin-left: auto;
    position: fixed;
    right: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
}

.social-media-wrapper.visible {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

.not-so-aaa .social-media {
    padding: 0;
    padding-right: 1rem;
}

@media (max-width: 1024px) {
    .header {
        margin-bottom: 1.9rem;
    }
    .not-so-aaa .header {
        margin-bottom: 1rem;
    }
    .social-media {
        padding-right: 0;
    }
    .social-media-wrapper, .not-so-aaa .social-media-wrapper {
        margin: 0 auto;
        margin-bottom: -0.7rem;
        text-align: center;
    }
}


.header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    
}

.not-so-aaa .header .header-text {
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.9rem;
    line-height: 3rem;
    margin-bottom: 1.8rem;
    font-weight: 500;
    /* border: 2px dashed #ffffff; */
    border-radius: 4px;
    /* padding-top: 2rem; */
    padding: 1.5rem;
    /* border-radius: 30px; */
    max-width: 700px;
}


@media (max-width: 1024px) {
    .not-so-aaa .header .header-text {
        font-size: 1.2rem;
    }
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1rem;
    min-height: 1600px;
    min-width: 320px;
}

.games-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.game-card {
    line-height: 0;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    background: #36373b;
    border-radius: 6px;
    overflow: hidden;
}

.not-so-aaa .game-card {
    background: #384256;
}

.game-steam-link-anchor-area {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 60px;
    z-index: 4;
    text-decoration: none;
}


.game-card:hover {
    
}

.game-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}


.game-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;
}

.game-card:hover .game-video {
    opacity: 1;
    pointer-events: auto;
}

.game-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.preview-button {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 4;
    line-height: 0;
    display: none;
}

.preview-button:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.preview-button.active {
    background: #4a5d6b96;
    font-size: 1.5em;
    border-radius: 0;
}

button.preview-button.active > b {
    font-weight: normal;
    margin-top: -1px;
    display: block;
}

@media (max-width: 768px) {
    .container {
        padding: 0 1.2rem;
    }

    .game-card:hover .game-video {
        opacity: 0;
    }

    .preview-button {
        display: block;
    }

    .game-video.mobile-active {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}

.game-overlay {
    line-height: 1rem;
    padding: 0.6rem 0.8rem 0.8rem 0.8rem;
    transition: transform 0.3s ease;
}

.game-name {
    font-size: 1.2rem;
    /* padding-bottom: 0.1rem; */
    font-weight: 600;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
    line-height: 1.5;
    /* force one line only: */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 0.2rem;
}



.loading {
    text-align: center;
    padding: 2rem;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.8);
}

.spinner {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    margin: 1rem auto;
}

.video-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.info {
    text-align: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 1rem 0;
    overflow: hidden;
}

.info.stats {
    display: flex;
    justify-content: space-between;
    min-height: 68px;
    overflow: visible;
}

.info.stats > div {
    flex: 0.8;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
}

.info.stats > div.flex-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-left {
    /* justify-self: start; */
    text-align: left;
}

.info.stats > div.flex-right {
    flex: 0.6;
}

@media (max-width: 1024px) {
    .info.stats {
        flex-direction: column;
        align-items: center;
    }
    .spacer {
        display: none;
    }
    .info.stats > div {
        margin: 0.9rem 0;
    }
}

.info.want-more {
    margin-top: 2rem;
    background: none;
    grid-column: 1 / -1
}

.info.end-message {
    font-size: 1.5rem;
    grid-column: 1 / -1;
}

.convertkit-form {
    margin-top: 2rem;
    margin-bottom: 2rem;
    grid-column: 1 / -1;
}

.info-item,
.extra-link {
    display: inline-block;
    margin: 0 0.4rem;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    backdrop-filter: blur(5px);
}

.info-item {
    background: none;
    color: #d4d6df;
}

.not-so-aaa .info-item {
    background: #2b3546;
}

.emoji {
    transform: scale(3.5) rotate(0) translate(-0.2rem, 0.09rem);
    display: inline-block;
    padding-right: 0.6rem;
    margin-left: 0.9rem;
}

.not-so-aaa .emoji {
    transform: scale(3) rotate(0) translate(-0.2rem, 0.2rem);
}

.want-more .emoji {
    transform: scale(3.5) rotate(0deg) translate(-0.2rem, -0.1rem);
}


.emoji img {
    max-width: 1.4rem;
}

.not-so-aaa .emoji img {
    max-width: 1.2rem;
}

a.extra-link {
    color: white;
    font-weight: 600;
    border: 1px solid white;
    text-decoration: none;
    background: bottom;
    box-shadow: 1px 2px white;
    background: #1c1c1b;
    transform: translateY(-1px);
    display: flex;
    max-width: fit-content;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: -3px;
    margin-top: -2px;
}

.not-so-aaa a.extra-link {
    background: #19222e;
}

.instagram-icon {
    max-width: 1.3rem;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 0.2rem;
    margin-left: -0.1rem;
}

/* instagram icon has a scaling up and shaking animation after 30 seconds, to incentive clicking */
@keyframes animation {
    0% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(15deg);
    }
    70% {
        transform: scale(1.2) rotate(-15deg);
    }
    90% {
        transform: scale(1.2) rotate(15deg);
    }
    100% {
        transform: scale(1) rotate(0deg);
    }
}

.instagram-icon {
    animation: animation 0.5s ease-in-out 2;
    animation-delay: 30s;
    animation-fill-mode: forwards;
    transform-origin: 50% 50%;
}

a.extra-link:hover {
    box-shadow: 0px 1px white;
    transform: translateY(1px) translateX(1px);
    text-decoration: underline;
}

.want-more .extra-link a {
    color: gold;
    font-size: 1.4em;
    font-weight: bold;
    text-decoration: none;
}

.want-more .extra-link a:hover {
    color: white;
}

.want-more .extra-link {
    margin: 0 0.4rem;
    padding: 0.8rem 2rem;
    border: 2px solid gold;
    border-radius: 30px;
}

.want-more .extra-link:has(a:hover) {
    border-color: white;
}

@media (max-width: 768px) {
    .want-more .emoji {
        display: block;
        margin-bottom: 4rem;
        text-decoration: none;
        border: 0;
        transform: scale(3.5) rotate(0deg) translate(0rem, 0.4rem);
    }
}

.reset-button {
    display: inline-block;
    margin: 0 1rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 59, 59, 0.2);
    border: 1px solid rgba(255, 59, 59, 0.5);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.reset-button:hover {
    background: rgba(255, 59, 59, 0.4);
    transform: translateY(-1px);
}

.social-media-wrapper {
    z-index: 10;
    padding: 1rem;
    text-align: center;
}

.social-media {
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    z-index: 10;
    font-size: 1.1rem;
}

.social-media p {
    margin: 0 0 1rem 0;
    font-size: 1rem;
    color: #fff;
}

.social-link {
    vertical-align: top;
    display: inline-block;
    padding: 0.7rem 1.5rem;
    background: tomato;
    border: 1px solid rgb(60 77 99 / 48%);
    border-radius: 25px;
    backdrop-filter: blur(5px);
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    font-weight: 500;
}

.not-so-aaa .social-link {
    background: linear-gradient(135deg, rgb(255 0 0), rgb(138 43 226));
}


.social-link:hover {
    background: linear-gradient(135deg, rgba(0, 191, 255, 0.5), rgb(43 74 226 / 50%));
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 191, 255, 0.3);
}

.not-so-aaa .social-link:hover {
    background: linear-gradient(135deg, rgba(0, 191, 255, 0.5), rgba(138, 43, 226, 0.5));
}

.game-extra-info {
    text-shadow: 1.5px 1.5px 0px rgba(0, 0, 0, 0.5);
    font-size: 0.75em;
    text-transform: uppercase;
    color: #e7e6ed;
    padding-top: 0.2em;
    font-weight: 400;
}

.game-extra-info > span {
    vertical-align: bottom;
    padding: 0.2rem;
    border-radius: 2px;
    display: inline-block;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.game-extra-info > .game-date {
    border-right: 1px solid #4a4a55;
    padding-right: 0.5rem;
}

.not-so-aaa .game-extra-info > .game-date {
    border-right: 1px solid #5e6772;
}

.game-extra-info > .game-price {
    padding-left: 0.5rem;
}

.game-extra-info a {
    margin-right: 0.5rem;
    text-decoration: none;
}

.not-so-aaa .game-extra-info a {
    color: #a1a6ad;
    font-weight: 500;
}

.game-extra-info > .game-reviews {
    border-left: 1px solid #5e6772;
    padding-left: 0.5rem;
    margin-left: 0.5rem;
}
.game-extra-info > .game-reviews img.thumbs-up-icon {
    display: inline-block;
    height: 12px;
    margin-right: 0.3em;
    vertical-align: text-bottom;
    margin-bottom: 2px;
    margin-top: -2px;
    opacity: 0.7;
}

.game-tag span{
    border-bottom: 1px solid #7f848b;
}

.not-so-aaa .game-tag span{
    border-bottom: 1px solid #60656b;
}

.game-extra-info a:last-child {
    margin-right: 0;
}

.game-extra-info .game-tags {
    font-size: 0.918em;
    display: block;
    opacity: 0.5;
    transition: opacity 0.2s ease;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
}

.game-extra-info:has(.mobile-active) .game-tags, .game-card:hover .game-extra-info .game-tags {
    opacity: 1;
}


span.game-discount  {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0.6rem;
    background: #4c6b22;
    color: #beee11;
    opacity: 0.9;
    font-weight: bold;
    padding: 0.9rem 0.5rem;
    font-size: 1rem;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

@media (max-width: 768px) {

    .game-card {
        border-radius: 6px;
        transition: none;
        overflow: visible;
    }

    .game-overlay {
        padding: 0.6rem 0.8rem 0.9rem 0.8rem;
    }

    .game-extra-info > .game-date, .game-extra-info > .game-price {
        border-radius: 0;
        font-size: 1.3em;
    }

    .game-extra-info > .game-tags {
        padding: 0;
        margin-top: 0.4rem;
        height: 1.5em;
    }

    .game-extra-info > .game-tags > a.game-tag {
        padding: 0.8rem 0.2rem 0.2rem 0.2rem;
        margin-right: 0em;
    }

    .game-extra-info > .game-tags > .game-tag:first-child {
        padding-left: 0.3em;
    }

    .game-extra-info > span {
        font-size: 1.2em;
    }

    .game-name {
        font-size: 1.3rem;
        padding-bottom: 0.2rem;
    }

    .header {
        padding-bottom: 0;
    }

    .header h1 {
        font-size: 2rem;
    }

    .header p {
        line-height: 1.9rem;
    }

    .games-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 1.3rem;
    }

    .info-item,
    .extra-link {
        display: block;
        margin: 0;
    }

    .reset-button {
        display: block;
        margin: 0;
    }

    .social-link {
        display: inline-block;
        margin: 0;
        padding: 0.8rem 1rem;
    }

    .dropdown {
        margin: 0;
    }

    .dropbtn {
        padding: 0.8rem 1rem;
        min-height: 3.1rem;
        min-width: 3.1rem;
    }

    .not-so-aaa .header p {
        /* font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 1rem;
        padding: 1rem; */
    }

    .not-so-aaa .flex-left {
        display: none;
    }

    .not-so-aaa .header br {
        display: none;
    }

}

.related-game-overlay {
    position: absolute;
    width: 100%;
    /* background: #00000036; */
    z-index: 100000;
    top: 69%;
    left: 0;
    border-radius: 10px 10px 0 0;
    color: white;
    text-align: left;
    line-height: 1.9em;
    font-size: 0.95em;
    display: block;
    transform: translateX(-20px);
    opacity: 0;
    height: 12%;
    pointer-events: none;
    background: #36373b;
}

.not-so-aaa .related-game-overlay {
    background: #374356;
}

.related-game-overlay > .overlay-content {
    padding: 0.4rem 1rem;
    /* force it to be a single line with ellipsis if too long */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.9);
}

.overlay-content strong {
    font-weight: 600;
}

.related-game-overlay.visible {
    animation: in 0.5s 3s ease-out forwards;
}

.related-game-overlay.out {
    animation: out 0.5s ease-in forwards;
}


@keyframes in{
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes out{
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-20px);
        opacity: 0;
    }
}

.min-max-reviews-form {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    width: 100%;
    text-align: right;
    flex-direction: row-reverse;
}

/* make the range use the colors of the page */
.min-max-reviews-form input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    background: #4a5d6b96;
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
    margin-bottom: 1em;
}

#max-reviews-value {
    display: inline-block;
    min-width: 18px;
    font-weight: bold;
}

.left-right-arrow-character {
    position: absolute;
    top: 2px;
    left: 0;
    color: #666;
    margin-left: -10px;
    font-size: 12px;
    scale: 2;
    text-align: center;
    width: 50px;
    margin-left: -10px;
    pointer-events: none;
    /* margin-left: -10px; */
    transform: translateX(5px);
}

/* the ball should be yellow and contain the "↔" symbol */
.min-max-reviews-form input[type="range"]::-webkit-slider-thumb {
    box-shadow: 0 0 8px #000000, 0 0 3px #0d0d0d;
    border: 0 solid #ffffff;
    width: 50px;
    height: 24px;
    border-radius: 7px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -10px;
}


.min-max-reviews-form input[type="range"]::-webkit-slider-thumb:active {
    cursor: grabbing;
    scale: 1.1;
    box-shadow: 0 0 8px #797e7e, 0 0 3px #5b5f5f;
}

.min-max-reviews-form input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3.1px;
    cursor: pointer;
    box-shadow: 0 0 0 #000000, 0 0 0 #0d0d0d;
    background: #76e799;
}

.not-so-aaa .min-max-reviews-form input[type="range"]::-webkit-slider-runnable-track {
    background: #67c1f5;
}

.min-max-reviews-form input[type="range"].slider-active {
    background: black;
}

.min-max-reviews-form input[type="range"]::-webkit-slider-runnable-track:active {
    background: white;
    /* add white glow too: */
    box-shadow: 0 0 8px #ffffff, 0 0 3px #ffffff;
}


.min-max-reviews-form label {
    flex: 1;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
}

.min-max-reviews-form label:has(.slider-active) .left-right-arrow-character {
    left: calc(21% - 10.395px);
    scale: 2.25 ;
    margin-left: -12px;
    color: #5098a6;
}

.min-max-reviews-form input[type="range"] {
    flex: 2;
}

.follow-us-on-yt {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    line-height: 3em;
    align-content: stretch;
}


/* start scale from 1 and end in 1.03 with a fun bounce effect */
@keyframes bouncyZoomFx {
    0% {
        scale: 1;
    }
    20% {
        scale: 1.05;
    }
    49% {
        scale: 0.98;
    }
    80% {
        scale: 1.04;
    }
    100% {
        scale: 1.03;
    }
}

@keyframes easeScale {
    0% {
        scale: 1.03;
    }
    100% {
        scale: 1;
    }
}

.follow-us-on-yt {
    /* background-image: url(./bg-email.png); */
    /* background-position: 0rem -5rem; */
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    line-height: 3em;
    padding: 5em 1em;
    align-content: stretch;
    cursor: pointer;
    text-decoration: none;
    border-radius: 12px;
    position: relative;
    scale: 1;
    will-change: transform;
    transition: scale 0.3s ease-in;
    animation: easeScale 0.3s ease-in-out forwards;
    line-height: 3.5em;

}

.follow-us-on-yt > * {
    pointer-events: none;
}

.follow-us-on-yt:hover {
    scale: 1.03;
    animation: bouncyZoomFx 0.7s cubic-bezier(1, 0, 0.04, 0.01) forwards;
}

.follow-us-on-yt .background, .follow-us-on-yt .background:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-radius: 12px;
    background-position-y: 40%;
    background-size: cover;
    background-image: url(./img/bg-email.png);
}


.follow-us-on-yt .background:before {
    opacity: 0;
    background-image: url(./img/bg-email-blue.png);
    transition: opacity 0.4s 0.05s ease-in-out;
}

.follow-us-on-yt:hover .background:before {
    opacity: 1;
}

.follow-us-on-yt h1 {
    font-size: 2.5em;
    text-underline-offset: 0.275em;
    text-decoration: underline;
    text-shadow: 1px 1px 2px #000000;
    margin-bottom: 0.1em;
}

.follow-us-on-yt h2 {
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000;
    line-height: 1.5em;
    padding-top: 0.4em;
}

/* Styles for screens wider than 768px AND in landscape orientation */
@media (max-width: 768px) and (orientation: portrait) {
    .follow-us-on-yt {
        min-height: 75lvh;
        justify-content: center;
        /* line-height: 10lvh; */
    }
    .follow-us-on-yt h1 {
        font-size: 3.5em;
        line-height: 1.4em;
    }
    .follow-us-on-yt h2 {
        font-size: 2em;
        padding: 0.5em 0.4em 0 0.4em;
    }
}

.advanced-filter-options {
    position: absolute;
    right: 0;
    top: 64px;
    z-index: 1000;
    padding: 1.5rem 1.5rem;
    border-radius: 10px;
    left: auto;
    background: #282a2c;
    border: 3px dashed #8690a3;
    box-shadow: 0 0 0px 3px #000000ad, 0 0 2px 6px #a0aab174, 3px 3px 7px 2px #727087;
}
.not-so-aaa .advanced-filter-options {
    background: #0f2537;
    border: 3px dashed #4e6a9c;
    box-shadow: 0 0 0px 3px black, 0 0 2px 6px #adc9d974, 3px 3px 7px 2px #262530;
}
 @media screen and (min-width: 768px) {
    .advanced-filter-options {
        left: -30px;
        right: 0;
    }
 }