.order-form .container {
    color: #4c4c4c;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.block .block_title, .block h2 {
    background: none repeat scroll 0 0 #00917B;
    color: #fff;
    text-align: center;
    margin: 0;
    font-size: 16px;
}

.block .block_title a, .block a {
    color: #fff;
}

h2 {
    white-space: nowrap;
}

a {
  font-size: 14px;
}

.select2-container {
    width: 100% !important;
}

@media (max-width: 768px) {
    h2 {
      white-space: normal;
    }
}

.image-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap; /* allow wrapping on small screens */
}

.image-block {
    flex: 1 1 200px; /* flexible width with minimum of 200px */
    max-width: 250px; /* optional: limit width */
}

.image-block img {
    height: auto;
    display: block;
    width: 210px;
}

/* Optional: center images if they shrink */
@media (max-width: 1306px) {
    .image-container {
      justify-content: center; /* center the stacked images */
      flex-wrap: unset;
    }
}

@media (max-width: 576px) {
    .image-container {
      flex-wrap: wrap;
    }
}

.pdf-prenumerata-link {
    font-size: 2rem;
    margin-bottom: .5rem;
    font-weight: 500;
}
