.hippocampe-download-block {
    margin: 20px 0;
}

.hippocampe-download-link {
    display: flex;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.hippocampe-download-link:hover {
    background: #e9ecef;
    border-color: #ced4da;
    text-decoration: none;
    color: inherit;
}

.hippocampe-download-icon {
    margin-right: 20px;
    color: #007bff;
}

.hippocampe-download-icon svg {
    width: 32px;
    height: 32px;
}

.hippocampe-download-content {
    flex: 1;
}

.hippocampe-download-title {
    margin: 0 0 5px 0;
    font-size: 1.2em;
    color: #212529;
}

.hippocampe-download-description {
    margin: 0;
    font-size: 0.9em;
    color: #6c757d;
} 