/* ====  Navbar logo + meniu*/
#rec3792090503{
    opacity: 1;
    position: fixed;
    width: 100%;
    z-index: 700;
    top: 60px;
}

#rec3792090503 .t1331__row{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 8px;
    flex-direction: row;
}
#rec3792090503 .t-btnflex.t-btnflex_type_button, #rec3792090503 .t-btnflex.t-btnflex_type_button2{width: 100%;}
#rec3792090503{border-bottom: 1px solid #303c31a1;}

/*Emisiuni PAGE*/
.t-redactor__text, .t-redactor__h2, .js-feed-post-author-name{
    font-family: system-ui;
}

.t-feed__post-popup__date, .js-feed-post-author-name{
    font-size: 16px;
}

.t-feed__post-popup__title-wrapper{
    padding-top: 40px;
    padding-bottom: 0;
}

.t-redactor__preface {
    font-family: system-ui;
    font-size: 18px!important;
    font-weight: bold;
    color: #515151;
}

/*Navbar responsive*/
.t-menu-popover__wrapper{
    gap: 17px;
    align-items: center;
    flex: 2!important;
}

/*Mobile footer */
@media screen and (min-width: 960px) { 
    .t-sociallinks{display: none;}
}
@media screen and (max-width: 640px) {

.uc-nostalgia-footer .t981__logo {
        max-width: 360px !important;
        width: auto;
}
        
.tmenu-mobile__container {
    padding:10px !important;
}
}

@media screen and (max-width: 960px) {
    #rec3792153403 .t-menu-popover {
        width: 100%;
        margin: 0px;
        top: 0px;
    }
}

/* t391 image (iphone mockup) */
img.t391__img{
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5; 
}

img.tmenu-mobile__imglogo,
img.t981__logo.t-img{
  width: 200px;
}

body.radio-bar-opened #rec1364660661{
    padding-bottom:50px;
}