
.questrial {
    font-family: Questrial;
}

.gruppo {
    font-family: Gruppo;
}

.gradient-header {
  background-image: linear-gradient(90deg, rgb(11, 60, 93), rgb(50, 140, 193));
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto;

  border-radius: 3px;
  box-shadow:
    rgba(0, 0, 0, 0.56) 0px 16px 38px -12px,
    rgba(0, 0, 0, 0.12) 0px 4px 25px 0px,
    rgba(0, 0, 0, 0.2) 0px 8px 10px -5px;

  box-sizing: border-box;
  color: #fff;
  font-family: 'Questrial', sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding: 16px 15px;
  margin: -30px 15px 0 15px;
  text-align: left;
}

/* raises the z-index of the card and applies a drop shadoow. */
  .card-elevated {
    border: 1px solid rgba(0, 0, 0, 0.05);  /* subtle border */
    border-radius: 0.5rem;                 /* rounded edges */
    box-shadow:
      0 4px 6px rgba(0, 0, 0, 0.1),       /* soft shadow */
      0 1px 3px rgba(0, 0, 0, 0.06);      /* base shadow */
    background-color: white;
    z-index: 10;
    position: relative;                   /* needed for z-index */
    transition: box-shadow 0.3s ease;
  }

  .card-elevated:hover {
    box-shadow:
      0 10px 15px rgba(0, 0, 0, 0.15),
      0 4px 6px rgba(0, 0, 0, 0.1);
  }

  {
    .city-card {
          /* shadow border border-stone-200 */
          border: 1px solid rgba(0, 0, 0, 0.05);  /* subtle border */
    border-radius: 0.5rem;                 /* rounded edges */
    box-shadow:
      0 4px 6px rgba(0, 0, 0, 0.1),       /* soft shadow */
      0 1px 3px rgba(0, 0, 0, 0.06);      /* base shadow */
    background-color: white;
    z-index: 10;
    }
  }

  .city-card-shadow {

      box-shadow:
      0 1px 3px rgba(0, 0, 0, 0.06);      /* base shadow */

  }

.device-label {
  font-weight: bold;
  padding: 0 0 0 10px;
  color:#90CDF4;
}

/* Constrain logo container to max-width: 768px and center it */
    .logo-container-main {
    max-width: 700px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important ;
    }

    .container {
            background: #f9f9f9;
        }
        
        .flex-column {
            max-width: 260px;
        }
        
        img {
            margin: 5px;
        }
        
        .scale {
            transform: scaleY(1.05);
            padding-top: 5px; 
        }

    .image-container {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 5px; /* Adds space between images */
        }

        .image-container figure {
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align: center;
            margin: 0;
        }

        /* Left pair - Smaller */
        .left-pair {
            flex: 1 1 25%; /* Slightly smaller */
            max-width: 25%;
        }

        /* Right pair - Larger */
        .right-pair {
            flex: 1 1 60%; /* Slightly larger */
            max-width: 60%;
        }

        .image-container img {
            width: 100%;
            height: auto;
            border-radius: 5px;
        }

        .image-container figcaption {
            font-size: 15px;
            color: #2a4d9c;
            margin-top: 5px;
            font-weight:700;
        }

        @media (max-width: 768px) {
            .left-pair, .right-pair {
                flex: 1 1 100%; /* Stacks on small screens */
                max-width: 100%;
            }
        }      


        .crmbamboo-font {

  color: #0AAEC5 important!;
  font-size:.80em important!; 
  font-family: "Open Sans";
}

.date-display {
    font-size:.60em;
    color:#00ff00;
}