/* custom.css */

.news-item {
    margin-bottom: 20px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.news-date {
    color: #888;
    font-size: 0.9em;
    margin-bottom: 5px;
}

.news-title {
    color: #fff;
    margin: 0 0 10px 0;
}

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

/* Server Info Page Styles */
.content-box {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 5px;
    margin: 20px 0;
}

.heading {
    color: #fff;
    font-size: 2em;
    margin-bottom: 30px;
    text-align: center;
}

.sub-heading {
    color: #fff;
    font-size: 1.5em;
    margin: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 10px;
}

.info-section {
    margin-bottom: 40px;
}

.info-list {
    list-style: none;
    padding: 0;
}

.info-list li {
    color: #ccc;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.info-list li:last-child {
    border-bottom: none;
}
