/*
Theme Name: Vialietuva (Hello Elementor Child)
Theme URI: https://vialietuva.lt/
Description: Child theme for Hello Elementor to bridge legacy styles and Elementor widgets.
Author: Informacijos Linija, uAB
Author URI: https://informacijoslinija.lt/
Template: hello-elementor
Version: 0.1.1
Text Domain: vialietuva
*/

/* Minimal reset for legacy-like typography; detailed tokens should live in theme.json when available */
:root {
  --vlt-color-primary: #005eb8; /* adjust to brand */
  --vlt-color-text: #111;
  --vlt-color-muted: #666;
  --vlt-border-color: #e5e7eb;
  --vlt-bg-soft: #f8fafc;
}

body {
  color: var(--vlt-color-text);
}

.news-list .item{
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1023px) {
  .index-news .item .img{
    max-height: none !important;
  }
  div.cont-block .page-photo{
    max-width: 100%;
    margin-right: 0;
  }
}

.cont-block .page-photo{
  margin: 0 0 20px;
  border-radius: 15px;
  max-width: 50%;
  float: left;
  margin-right: 50px;
  height: auto;
}

.nuotr-tekstas img{
  border-radius: 15px;
}

.news-w-years{
  align-items: center !important;
}