.tibiacentral-news-title-line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tibiacentral-news-logo {
    display: block;
    width: 45px;
    height: auto;
    flex-shrink: 0;
    object-fit: contain;
    margin-bottom: 0 !important;
    margin-right: 5px;
}

.tibiacentral-news-date {
    font-size: 13px;
    font-weight: 700;
    color: #2c3e50;
    white-space: nowrap;
    align-self: baseline;
    margin-bottom: 0 !important;
    margin-right: 5px;
}

.tibiacentral-news-title {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    flex: 1;
    margin: 0;
    align-self: baseline;
}

.tibiacentral-news-title a {
    color: inherit;
    text-decoration: none;
}

.tibiacentral-news-title a:hover {
    text-decoration: underline;
}

.tibiacentral-news-separator {
    border: 0;
    border-top: 2px solid #dddddd;
    margin-bottom: 15px;
}

.tibiacentral-news-content {
    font-size: 14px;
    line-height: 1.8;
    color: #34495e;
    margin-bottom: 0;
}

.tibiacentral-news-author {
    text-align: right;
    font-size: 13px;
    color: #2c3e50;
    margin: 0;
}

.tibiacentral-news-author a {
    font-weight: bold;
    color: #2c3e50;
    text-decoration: none;
}

.tibiacentral-news-author a:hover {
    text-decoration: underline;
}

.tibiacentral-news-readmore {
    text-align: left;
    font-size: 13px;
    margin: 0;
}

.tibiacentral-news-readmore a {
    color: #2c3e50;
    font-weight: 700;
    text-decoration: none;
}

.tibiacentral-news-readmore a:hover {
    text-decoration: underline;
}