/* Ukrainian Visual Identity - Simplified Modern Approach */

/* Header Top Border - Flag colors subtle gradient */
.site-header {
    border-top: 4px solid;
    border-image: linear-gradient(to right, #0057B8 50%, #FFD700 50%) 1;
}

/* Footer Top Border - Matching theme */
.site-footer {
    border-top: 4px solid var(--accent-fire);
}