.rider-content {
    font-size: 1.25rem !important; /* Крупный, читаемый шрифт */
    max-width: 800px;
    line-height: 1.6;
}

.rider-section h3 {
    font-family: 'Special Elite', cursive;
    color: #fff;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    margin: 30px 0 15px 0;
}

.rider-list li {
    margin-bottom: 8px;
    color: #999;
}

.rider-list li::before {
    content: "— ";
    color: #555;
}

.rider-important {
    font-size: 1.25rem !important; /* Крупный, читаемый шрифт */
    margin-top: 25px;
    padding: 20px;
    border: 1px double #444;
    background: rgba(255, 255, 255, 0.02);
    font-style: italic;
}

/* Кнопка скачивания в оверлее */
.pdf-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    margin: auto;
    background: transparent;
    border: 1px solid #444;
    color: #888;
    font-family: 'IM Fell English', serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.4s ease;
    text-decoration: none;
}

.pdf-download-btn:hover {
    border-color: #888;
    color: #fff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
}

.pdf-download-btn i {
    font-size: 0.9em;
}