/* ============================================= MÉDIA OLDAL ========================================== */


body.media > .article-container {
    min-height: 0;
    padding: 4em 0 6em 0;
}

.media-nyito {
    margin-top: 100px;
    position: relative;
    min-height: 0;
}


body.media  h3 {
    border-bottom: 1px solid #13446b75;
}


/* ============================================= MÉDIA BOXOK ========================================== */
.article-media {
    padding-bottom: 8em;
}


.article-media h2 {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
    margin-top: 36px;
    margin-bottom: 20px;

    font-family: 'Neuton';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;


}



.article-media h2 {
    color: var(--menu-color);;
}

.article-media h2::before {
    content: url(site_images/play_icon_brown.png);
}



.brown .article-media h2::before,
.orange .article-media h2::before {
    content: url(site_images/play_icon_white.png);
}



/* ----------- BOXes --------------- */

.article-media>.row {
    align-items: stretch;
}


a.article-media-box {
    display: flex;
    text-decoration: none;

    position: relative;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-property: top, box-shadow;
    top: 0;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    border-radius: 10px;
    padding: 10px 25px;
    margin-bottom: 1em;

    min-height: 90px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #deecfd;
    background-color: #e9f8ff;
    color: var(--menu-color);

}

.article-media-box:hover {
    box-shadow: 0px 10px 13px rgba(36, 36, 36, 0.3);
    top: -3px;
}



.white .article-media-box {
    background-color: #f3e8e4;
    color: var(--menu-color);
    border: 1px solid #030c5457;
    font-weight: 400;
}