/* Webring and Footer Styles */

/* Webring styling */
.webring {
    margin-top: 15px;
    padding: 10px;
    background-color: var(--webring-bg);
    border: 1px solid var(--border-color);
    text-align: center;
}

.webring .retro-text {
    color: var(--text-primary);
}

.dark-theme .webring .retro-text {
    color: #333;
}

/* Web ring styling */
.web-ring {
    margin-top: 15px;
    padding: 8px;
    background: #333;
    border: 1px solid #666;
    text-align: center;
}

.webring-text {
    color: #ccc;
    margin: 0 5px;
}

.webring-link {
    color: #00ff00;
    text-decoration: underline;
    font-weight: bold;
}

.webring-link:hover {
    color: #ffff00;
}