/* Minimal custom styling for olehomelchenko.com */ /* Vega-Lite visualization styling - center and add subtle shadow */ .vega-embed { justify-content: center; display: flex; } .vega-embed canvas.marks { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); margin: 10px; }