﻿h4.with-stripe {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

h4.with-stripe:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 5px;
    background: rgba(var(--color-primary), 1);
}

h4.with-stripe:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(var(--color-secondary), 0.4);
}

.paywallLogin:before {
    top: -200px;
    left: 0;
    width: 100%;
    height: 200px;
    background: transparent url('https://pubblestorage.blob.core.windows.net/assets/web/paywall_fade.png') repeat-x 0 0;
    content: " ";
    position: absolute;
    border-bottom: 40px #fff solid;
}

@media (min-width: 768px) {
    .articleBody q {
        float: left;
        font-size: 120%;
        font-family: var(--font-premium) !important;
        font-weight: bold !important;
        margin-left: -60px !important;
        margin-top: 0px;
        margin: 30px;
        position: relative;
        width: 250px;
    }

}

.articleBody q {
    font-size: 120%;
    font-family: var(--font-premium) !important;
    font-weight: bold !important;
}


.inarticle-related-image {
    width: 150px;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.articlediv q {
    display: inline-block;
    font-size: 120%;
    font-weight: bold !important;
    margin-top: 0px;
    margin: 20px;
    position: relative;
}

.inarticle-related a {
    display: block;
    margin: 0;
    padding: 30px 30px 30px 170px;
    background-color: #f3f4f6;
    border-radius: 3px;
    position: relative;
}

.inarticle-related p.color-blue.font-fs-sb {
    margin: 0 0 5px;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: rgba(var(--color-premium), 1);
}

.inarticle-related p.font-Mw-b.font20 {
    margin: 0;
    font: bold 20px/1.2 'Gulliver Web', Georgia, serif;
}

.inarticle-related a {
    color: inherit;
    text-decoration: inherit;
}

.prose img, .prose video {
    display: unset;
}

.md\:prose img, .md\:prose video {
    margin-bottom: 0.25em;
    margin-top: 0.25em;
}

.prose iframe[src*="youtube"], #articlediv iframe[src*="youtube"] {
    display: block;
    vertical-align: middle;
    aspect-ratio: 16 / 9;
    height: auto;
}

.md\:prose h2 {
    color: #111827;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3333333;
    margin-bottom: 0.25em;
    margin-top: 0.25em;
}

img.fr-fic {
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
}

.special_container {
    background: #eee;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border: 1px solid #ececec !important;
    font: 'Source Sans Pro', sans-serif !important;
    margin-bottom: 25px !important;
}

.horizontal-scroll a {
    cursor: grab;
    cursor: -webkit-grab;
}

.horizontal-scroll.active
.horizontal-scroll-item,
.horizontal-scroll.active a {
    cursor: grabbing !important;
    cursor: -webkit-grabbing !important;
    transform: scale(1);
}

.horizontal-scroll .horizontal-scroll-item {
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
}

.yellowOverlay {
    transition: border 0.2s linear, box-shadow 0.4s linear, background-color 0.2s linear;   
    opacity: 0;
    cursor: pointer;
}
.articleOverlay {
    transition: border 0.2s linear, box-shadow 0.4s linear, background-color 0.2s linear;
    opacity: 0;   
    cursor: pointer;

}
.yellowOverlay.active {
    background-color: #ffe55b !important;
    box-shadow: 0 0 40px rgb(0, 174, 241);
    opacity: .2;
}
.articleOverlay.active {
    background-color: rgb(0, 174, 241);
    box-shadow: 0 0 40px rgb(0, 174, 241);
    opacity: .2;
}

.underArticlePushButton {
    --tw-bg-opacity: 1;
    background-color: rgba(var(--color-primary),var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 0.75rem;
    padding-top: 0.75rem;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: 0.375rem;
    display: inline-flex;
    margin-top: 5px;
    text-decoration: none !important;
}


.fa-exclamation {
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
    background-image: url(https://storage.pubble.nl/assets/images/exclamation-solid-3.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    margin-top: 3px;
}

.exclamation-solid {
    color: rgb(255 255 255/var(--tw-text-opacity)) !important;
    fill: rgb(255 255 255/var(--tw-text-opacity)) !important;
}

.toggle-background {
    background: #8cc63f
}

.min-h-44 {
    min-height: 11rem;
}