.elementor-134 .elementor-element.elementor-element-63fd182{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:10%;--margin-bottom:0%;--margin-left:0%;--margin-right:0%;--padding-top:2%;--padding-bottom:1%;--padding-left:3%;--padding-right:03%;}.elementor-134 .elementor-element.elementor-element-63fd182:not(.elementor-motion-effects-element-type-background), .elementor-134 .elementor-element.elementor-element-63fd182 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-134 .elementor-element.elementor-element-a422096{text-align:center;font-family:"Open Sans", Sans-serif;font-size:12px;font-weight:400;line-height:16px;color:var( --e-global-color-cc21dbf );}.elementor-134 .elementor-element.elementor-element-3b04264{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--padding-top:3%;--padding-bottom:3%;--padding-left:3%;--padding-right:03%;}.elementor-134 .elementor-element.elementor-element-3b04264::before, .elementor-134 .elementor-element.elementor-element-3b04264 > .elementor-background-video-container::before, .elementor-134 .elementor-element.elementor-element-3b04264 > .e-con-inner > .elementor-background-video-container::before, .elementor-134 .elementor-element.elementor-element-3b04264 > .elementor-background-slideshow::before, .elementor-134 .elementor-element.elementor-element-3b04264 > .e-con-inner > .elementor-background-slideshow::before, .elementor-134 .elementor-element.elementor-element-3b04264 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#FFFFFF80;--background-overlay:'';}.elementor-134 .elementor-element.elementor-element-3b04264:not(.elementor-motion-effects-element-type-background), .elementor-134 .elementor-element.elementor-element-3b04264 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-134 .elementor-element.elementor-element-cf5e62e{--display:flex;--justify-content:flex-start;--gap:5px 0px;--row-gap:5px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-134 .elementor-element.elementor-element-4bbb6d3{width:100%;max-width:100%;}.elementor-134 .elementor-element.elementor-element-658c65c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-134 .elementor-element.elementor-element-cf5e62e{--width:100%;}}@media(min-width:1025px){.elementor-134 .elementor-element.elementor-element-3b04264:not(.elementor-motion-effects-element-type-background), .elementor-134 .elementor-element.elementor-element-3b04264 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS */.artwork-single-row {
  display: flex;
  flex-wrap: wrap;
justify-content: space-between;
  gap: 14px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px;
}

.artwork-row {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box;
}

.artwork-link {
  text-decoration: none;
  color: #fff;
  background: transparent;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.artwork-link:hover{
    text-decoration: underline;
    color: #fff;
}

.artwork-image {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.artwork-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

/* Full width (100%) 16:9 */
.artwork-row.full-width {
  flex: 0 0 100%;
  max-width: 100%;
}

.artwork-row.full-width .artwork-image img {
  aspect-ratio: 16 / 9;
  height: auto;
  max-height: none;
}

/* Width variabile per le altre immagini */
.artwork-row.width-25 { flex: 0 0 25%; max-width: 25%; }
.artwork-row.width-33 { flex: 0 0 33.33%; max-width: 33.33%; }
.artwork-row.width-50 { flex: 0 0 50%; max-width: 50%; }

/* Immagini verticali con altezza limitata */
.artwork-image.vertical img {
  width: auto;
  max-height: 300px;
}

/* Titolo */
.artwork-title {
  margin: 8px 12px;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .artwork-row {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}/* End custom CSS */