.fc-operator-guides .guide-card {
    background-color: #1a1a1a;
    border: 1px solid #444;
    padding: 2rem;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.fc-operator-guides .guide-card:hover {
    border-color: #fff;
}

.fc-operator-guides .guide-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.fc-operator-guides .red-line {
    width: 60px;
    height: 3px;
    background-color: #d31e44;
    margin: 0 auto 1rem auto;
}

.fc-operator-guides .download-link {
    font-weight: bold;
    text-decoration: none;
    color: #eaeaea;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.fc-operator-guides .download-link:hover {
    color: #d31e44;
}