/*
 Theme Name: Astra Child
 Theme URI: https://wpastra.com/
 Description: Child theme per Astra
 Author: Gracocem
 Template: astra
 Version: 1.0.0
*/

/* LOGO – dimensioni fisse per eliminare CLS */
.site-logo-img img,
.custom-logo,
.custom-logo-link img {
  width: 200px;
  height: 170px;
  aspect-ratio: 200 / 170;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .site-logo-img img,
  .custom-logo,
  .custom-logo-link img {
    width: 150px;
    height: 128px;
  }
}

@media (max-width: 768px) {
  .site-logo-img img,
  .custom-logo,
  .custom-logo-link img {
    width: 120px;
    height: 102px;
  }
}

/* HEADER – riserva spazio per evitare spostamenti */
.site-primary-header-wrap {
  min-height: 90px;
}

.main-header-bar {
  min-height: 60px;
}

/* COMPLIANZ – elimina animazioni e shift */
.cmplz-cookiebanner {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  left: auto !important;
  width: auto !important;
  max-width: 360px;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}