/* 
 * LTR Geometry Patch for grinder-b2b.css
 * Flips the industrial UI anchors for English and Russian layouts
 */

.data-card {
    border-right: none;
    border-left: 5px solid var(--accent-amber);
    border-radius: 0 8px 8px 0;
}

@media (max-width: 768px) {
    .border-accent {
        border-left: none;
        border-top: 4px solid var(--accent-amber);
    }
}