.forum-title {
    text-transform: uppercase;
    font-weight: 700;
}

.forum-title .sub-title {
    font-size: 70%;
    opacity: 0.7;
}

.forum-container {
    padding: 0;
}

.sub-forum, .forum-subforum {
    font-size: 11px;
}

.forum-subforum {
    font-weight: 600;
}

.nowrap > .fa {
    margin-right: 5px !important;
}

.forum-container {
    margin-top: 20px;
}

.forum-link {
    font-size: 15px;
    font-weight: 500;
}

.forum-stats > span {
    opacity: 0.6;
    font-size: 11px;
    color: #444;
    text-transform: uppercase;
    font-weight: 300;
}

.forum-lastuser {
    border-left: 4px solid #777;
    font-size: 11px;
    min-height: 50px;
    word-wrap: break-word;
    word-break: break-all;
}

.forum-pages > nav {
    font-size: 13px;
    margin-top: 10px;
}

.forum_profile_link {
    font-size: 11px;
    margin-top: 10px;
}

.forum_profile_link > a {
    font-size: 13px;
}

.forum-pages > nav > .btn-group > a {
    background: none;
    box-shadow: none;
    padding: 0 5px;
    font-size: 11px;
}

.lastpost-title {
    font-weight: 500;
    font-size: 12px;
}

.lastpost-goto {
    font-size: 12px;
}

.thread-item {
    padding: 10px;
}

.filter {
    border: 1px solid #DDD;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 15px 0;
}

.forum-filter {
    display: inline-block;
    margin: 0 10px;
    position: relative;
    vertical-align: middle;
}

.tag_info {
    display: inline-block;
    margin-right: 10px;
}

/* viewthread */
.thread_tags {
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 10px;
}

.top-action-bar {
    margin-bottom: 20px;
    margin-top: 15px;
}

.last-updated {
    margin-bottom: 10px;
    display: inline-block;
}

.forum_rank, .forum_poster {
    display: inline-block;
    margin-right: 10px;
    font-weight: 600;
    font-size: 15px;
}

.forum_poster a:hover {
    text-decoration: underline;
}

.forum_avatar {
    float: left;
    margin-bottom: 10px;
}

.display-inline-block > .fusion_count, .count > .fusion_count {
    font-size: 20px;
    text-align: center;
}

.count > .fusion_word {
    text-transform: uppercase;
    color: #777;
    font-weight: 300;
    font-size: 12px;
}

.display-inline-block > .fusion_word {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}

.vatop {
    vertical-align: top;
}

.emulated-legend {
    font-size: 11px;
    margin-bottom: 10px;
}

.emulated-fieldset {
    display: block;
    margin-bottom: 30px;
}

.post_message {
    margin: 15px 0;
    word-wrap: break-word;
}

.post-item, .forum-list, .polls-block {
    margin: 25px 0 10px;
    padding: 10px;
}

.post-item {
    border: 1px solid #DDD;
    border-radius: 5px;
    background: rgba(247, 247, 247, .04);
    padding: 20px;
}

.post-item .post_stats {
    font-size: 12px;
}

.post-item .post_profile_container {
    float: right;
    width: 30%;
}

.post-item .post_profiles {
    display: block;
    list-style: none;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 5px;
}

.post-item .post_profiles img {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.post-item .post_profiles > .title {
    text-transform: uppercase;
    color: #aaa;
    font-weight: 600;
    font-size: 80%;
    margin-bottom: 10px;
}

.post-item .post_profiles .social-link > img {
    width: 20px;
    height: 20px;
}

.forum_sig {
    display: block;
    opacity: 0.8;
    margin-top: 10px;
    margin-bottom: 10px;
}

.quote {
    font-size: 11px;
}

.forum-img-wrapper {
    display: block;
    overflow: auto;
}

a.answer_unchecked {
    color: #ddd;
}

a.answer_unchecked:hover,
a.answer_unchecked:focus {
    color: #ccc;
}

.vote_up.disabled,
.vote_down.disabled {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    box-shadow: none;
    pointer-events: none;
}

.forum_thread_user_post {
    word-wrap: break-word;
    word-break: break-all;
}

.rank-label {
    margin: 0 2px;
    padding: 6px 10px;
}

.forum_cat_name h3,
.forum_name h3 {
    margin: 0;
}

.forum_name h3 {
    display: inline;
    font-weight: normal;
}

.forum-icon,
.forum-stats,
.forum-lastpost {
    white-space: nowrap;
}

.lastpost-avatar > .avatar {
    width: 40px;
    margin-right: 4px;
}
/* ===== Klasický 2-stĺpcový layout príspevku ===== */
.fp-card{
  border:0; border-radius:.5rem; overflow:hidden;
  box-shadow:0 2px 10px rgba(0,0,0,.08);
  background:#fff;
}
.fp-hdr{
  display:flex; align-items:center; justify-content:space-between;
  padding:.5rem .75rem; background:#f7f8fa; border-bottom:1px solid #edf0f3;
  color:#6b7684; font-size:.92rem;
}
.fp-row{ display:flex; flex-wrap:nowrap; }
.fp-aside{
  flex:0 0 220px; max-width:220px; background:#1f2732; color:#e9edf2;
  padding:14px; text-align:center;
}
.fp-aside .fp-avatar{
  width:96px; height:96px; border-radius:10px; object-fit:cover;
  margin-bottom:.5rem; box-shadow:0 2px 10px rgba(0,0,0,.25);
}
.fp-aside .fp-name{ font-weight:700; margin-bottom:.25rem; }
.fp-aside .fp-rank{ display:inline-block; padding:.2rem .55rem; border-radius:999px; background:#2f3947; font-size:.8rem; }
.fp-main{ flex:1 1 auto; min-width:0; }
.fp-body{ padding: .95rem 1rem; font-size:1rem; line-height:1.6; color:#222; }
.fp-ftr{ padding:0 1rem 1rem; color:#6b7684; font-size:.88rem; }

/* responsivita */
@media (max-width: 767.98px){
  .fp-row{ display:block; }
  .fp-aside{ max-width:none; width:100%; border-bottom:1px solid #2b3644; }
}
/* meta blok v ľavom paneli */
.fp-meta{ margin-top:.6rem; text-align:left; font-size:.9rem; line-height:1.35; }
.fp-meta .item{
  background:#2b3644; color:#cfe2ff;
  border-radius:8px; padding:6px 8px; margin-bottom:6px;
}
.fp-meta .item b{ color:#fff; }
.fp-meta .item a{ color:#9bd1ff; text-decoration:none; }
.fp-meta .item a:hover{ text-decoration:underline; }
/* vždy viditeľná „bublinka“ pre ikonu fóra */
.forum-icon {
  width: 28px; height: 28px;
  display:flex; align-items:center; justify-content:center;
  border-radius: 50%;
  background: rgba(255,255,255,.06); /* jemný podklad na tmavom */
  margin-right: 8px;
}
.forum-icon i { font-size: 16px; line-height: 1; }

/* farby stavu */
.forum-icon.new { color: #e74c3c; }   /* nové príspevky = červená */
.forum-icon.old { color: #98a5b1; }   /* bez nových = sivá */
