/* Minimal custom styles */
.entry-row {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 8px 4px;
    margin-bottom: 8px;
}

.section-container {
    background: #ffffff;
    border: 1px solid #dee2e6;
}

/* Responsive fixes */
@media (max-width: 768px) {
    .entry-row .col-md-1, .entry-row .col-md-4 {
        margin-bottom: 4px;
    }
}