body {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      padding: 20px;
      font-family: sans-serif;
      box-sizing: border-box;
    }
    .container {
      width: calc(50% - 10px); /* Due per riga con spazio tra */
      display: flex;
      flex-direction: column;
      border: 1px solid #ccc;
      border-radius: 10px;
      overflow: hidden;
      box-sizing: border-box;
    }
    iframe {
      flex: none;
      border: none;
      width: 100%;
      height: 300px;
    }
    .header {
      padding: 5px;
      background-color: #f0f0f0;
      text-align: center;
    }

    button {
      padding: 5px 5px;
      font-size: 12px;
      font-weight: bold;
      color: #fff;
      background: linear-gradient(135deg, #4f46e5, #6366f1);
      border: none;
      border-radius: 8px;
      cursor: pointer;
      box-shadow: 0 4px 14px rgba(99, 102, 241, 0.4);
      transition: all 0.3s ease;
    }

    button:hover {
      background: linear-gradient(135deg, #4338ca, #4f46e5);
      box-shadow: 0 6px 18px rgba(99, 102, 241, 0.6);
      transform: translateY(-2px);
    }
    .date-picker-container {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

label {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
}

input[type="date"] {
  padding: 10px 15px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background: #f9fafb;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  color: #374151;
  transition: all 0.3s ease;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

input[type="date"]:hover,
input[type="date"]:focus {
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.3);
}

.h2_left
{
	color: #005866;
}

.h2_right
{
	color: #333333;
}

.sede_button{
	border: 1px solid #c4c4c4 !important;
	border-radius: 10px !important;
	padding: 10px 15px !important;
	box-shadow: inset 0 3px 6px rgba(0,0,0,0.1) !important;
	width: 20em !important;
	font-weight: bold !important;
	height: 3em !important;
	transition: none !important;
	background: #cddce9 !important;
	color: #000000;
	box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.1) !important;
	text-decoration: none !important;
}

.sede_button:hover {
	border: none !important;
	background: orange !important;
	box-shadow: 0px 0px 1px #777 !important;
	transition: none !important;
}

.header-fac {
	font-size: 1.25rem;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: unset;
	line-height: 1.1;
	margin-top: 9px;
	min-width: 44px;
	min-height: 44px;
	color: #2b425c;
}

.link_logo {
	text-decoration: none !important;
}

.h2_left
{
	color: #005866;
}

.h2_right
{
	color: #333333;
}

.header-fac {
	font-size: 1.25rem;
	margin-bottom: 0;
	font-weight: 600;
	letter-spacing: unset;
	line-height: 1.1;
	margin-top: 9px;
	min-width: 44px;
	min-height: 44px;
	color: #2b425c;
}

.link_logo {
	text-decoration: none !important;
}