.discord-news {
    background-color: #36393f;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.news-header {
    border-bottom: 1px solid #4f545c;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.news-header h1 {
    color: #ffffff;
    font-size: 1.8em;
    margin: 0 0 10px 0;
}

.news-header time {
    color: #b9bbbe;
    font-size: 0.9em;
}

.news-image {
    margin: 15px 0;
    text-align: center;
}

.news-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.news-content {
    color: #dcddde;
    line-height: 1.5;
}

/* Стилизация текста как в Discord */
.news-content p {
    margin-bottom: 12px;
}

.news-content h2 {
    color: #ffffff;
    border-bottom: 1px solid #4f545c;
    padding-bottom: 5px;
    margin: 25px 0 15px 0;
}

.news-content h3 {
    color: #ffffff;
    margin: 20px 0 10px 0;
}

.news-content ul,
.news-content ol {
    margin-left: 20px;
    margin-bottom: 15px;
}

.news-content li {
    margin-bottom: 5px;
}

.news-content code {
    background-color: #2f3136;
    color: #00d700;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'Courier New', monospace;
}

.news-content pre {
    background-color: #2f3136;
    color: #e0e0e0;
    padding: 15px;
    border-radius: 4px;
    overflow-x: auto;
    margin: 15px 0;
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.back-link {
    display: inline-block;
    color: #7289da;
    text-decoration: none;
    margin-bottom: 20px;
    font-weight: 500;
}

.back-link:hover {
    text-decoration: underline;
}
