.metin2-servers-grid {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18px;
    font-family: sans-serif;
}
.metin2-servers-grid h3 {
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.6154;
    padding: 10px 18px 12px;
    background-color: #374C56;
    color: #FAFAFA;
}
.metin2-servers-grid h2 {
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.6154;
    padding: 10px 18px 12px;
    background-color: #374C56;
    color: #FAFAFA;
}
.server-cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 18px 0px;
}
.server-card {
    border: 1px solid #555;
    border-radius: 5px;
    background-color: #2E3A40;
    padding: 15px;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #ccc;
    transition: box-shadow 0.3s ease;
}
.server-card:hover {
    box-shadow: 4px 4px 12px rgba(0,0,0,0.4);
}
.server-card .server-title a {
    font-weight: bold;
    color: #aaddff;
    text-decoration: none;
    font-size: 1.1em;
    display: block;
    margin-bottom: 12px;
    line-height: 1.3;
}
.server-card .server-title a:hover {
    text-decoration: underline;
    color: #1976D2;
}
.server-card .server-details {
    margin-bottom: 10px;
}
.server-card .server-details div {
    margin-bottom: 6px;
    font-size: 0.9em;
    color: #bbb;
}
.server-card .server-details strong {
    color: #ddd;
    min-width: 85px;
    display: inline-block;
    font-weight: bold;
}
.server-card .server-footer {
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px solid #484848;
    font-size: 0.85em;
    color: #aaa;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
.server-card .server-footer a {
    color: #8bc3f7;
    text-decoration: none;
    font-weight: bold;
}
.server-card .server-footer a:hover {
    text-decoration: underline;
    color: #1976D2;
}
.metin2-servers-grid h3 a {
    color: #FAFAFA;
}
.metin2-servers-grid h3 a:hover {
    color: rgb(173, 173, 173);
}
.metin2-servers-grid h3 a:active {
    color: rgb(31, 43, 48);
}
.metin2-servers-grid h2 a {
    color: #FAFAFA;
}
.metin2-servers-grid h2 a:hover {
    color: rgb(173, 173, 173);
}
.metin2-servers-grid h2 a:active {
    color: rgb(31, 43, 48);
}
.pvp-takvim-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
}
.takvim-container {
    display: flex;
    background-color: #2E3A40;
    padding: 10px;
    gap: 1px;
    overflow-x: auto;
}
.gun-kolon {
    flex: 1;
    min-width: 130px;
    background-color: rgba(0, 0, 0, 0.12);
    border: 1px solid #222D32;
    display: flex;
    flex-direction: column;
}
.gun-header {
    background-color: #374C56;
    color: #FAFAFA;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
}
.bugun-aktif {
    border: 1px solid #1976D2;
}
.bugun-aktif .gun-header {
    background-color: #1976D2;
}
.gun-body {
    padding: 8px 5px;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.srv-madde {
    background-color: #374C56;
    color: #CCCCCC !important;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: 3px solid transparent;
}
.srv-madde:hover {
    background-color: #1976D2;
    color: #FAFAFA !important;
    border-left-color: #FAFAFA;
    padding-left: 10px;
}
.no-server {
    color: #616161;
    font-size: 11px;
    text-align: center;
    margin-top: 20px;
    font-style: italic;
}
@media (max-width: 700px) {
    .takvim-container {
        padding: 5px;
    }
    .gun-kolon {
        min-width: 100px;
    }
}