    .fake-webring {
        background-color: #ffffff;
        border: 2px solid #000000;
        box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
        padding: 12px;
        font-family: 'VT323', monospace;
        text-align: center;
        max-width: 280px;
        margin: 10px auto;
    }

    .webring-title {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
        margin-bottom: 8px;
        text-transform: uppercase;
        color: #000000;
    }

    .webring-nav {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 8px;
    }

    .webring-btn {
        color: #0000ff;
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        transition: background-color 0.2s, color 0.2s;
        padding: 2px 4px;
    }

    .webring-btn:hover {
        background-color: #000000;
        color: #ffffff;
    }

    .webring-info {
        font-size: 16px;
        color: #555555;
        border-top: 1px dotted #888888;
        padding-top: 6px;
    }

    .webring-list-link {
        color: #ff00ff;
        text-decoration: underline;
    }

    .webring-list-link:hover {
        color: #000000;
        background-color: #ff00ff;
        text-decoration: none;
    }