@charset "UTF-8";
/***!  /templates/yootheme/html/com_easyblog/styles/custom.css  !***/

#eb .eb-subscribe-form {
    background-color: rgb(221 83 6);
    padding: 16px;
    margin: 16px 0;
    display: flex;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
  }
  #eb .eb-entry-author-recents {
    background: rgb(30 34 37);
    border-top: 1px solid rgba(var(--fd-gray-200), 1);
    border-radius: 0 0 7px 7px;
    padding: 13.333333333333px;
    margin: 20px 0 10px;
    font-size: 13px;
    
}
#eb .is-empty .o-empty {
    display: inline-block;
    background-color: rgb(221 83 6);
}
#eb .eb-comments-tab>li.active a {
    font-weight: bold;
    background: rgb(221 83 6);
}
#eb .eb-entry-nav {
    border: 1px solid rgba(var(--fd-gray-200), 1);
    border-radius: 8px;
    margin: 20px 0;
    overflow: hidden;
    font-size: 16px;
}
#eb .eb-entry-author-recents {
    background: rgb(30 34 37);
    border-top: 1px solid rgba(var(--fd-gray-200), 1);
    border-radius: 0 0 7px 7px;
    padding: 13.333333333333px;
    margin: 20px 0 10px;
    font-size: 16px;
}
*#eb .eb-restrictions {
    background: rgb(229 60 39);
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    line-height: 1.25;
}
