body {
  font-family: 'Figtree', Helvetica, Arial, sans-serif;
  padding: 50px;
  background-color: #0D0D0D;
  color: white;
  font-size: 13px;
}

.expand-content {
  display: none;
}

h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

.one_line_col h2 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.one_line_col p {
  margin-bottom: 10px;
}

.box_primary {
  border: 1px solid rgb(72, 72, 72);
  padding: 10px;
  padding-bottom: 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: rgb(26, 26, 26);
}

.box_primary h3 {
  font-size: 18px;
  margin-bottom: 5px;
  cursor: pointer;
}

.expand-content {
  display: none;
}

.expand.expanded .expand-content {
  display: block;
}

.expand-content p {
  margin-bottom: 10px;
}

a {
  color: #a669db;
  text-decoration: none;
}

ul.for_boxes {
  list-style: none;
}

ul.for_boxes li {
  margin-bottom: 10px;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.cookie-table th,
.cookie-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie-table th {
  background: rgba(255, 255, 255, 0.1);
  font-weight: bold;
}

.cookie-table tr:last-child td {
  border-bottom: none;
}

.cookie-table td {
  color: #ddd;
}

.cookie-table-container {
  overflow-x: auto;
  margin-top: 20px;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

#ricercaLocale {
  padding: 10px 40px 10px 10px;
  border-radius: 8px;
  border: 1px solid #444;
  background-color: #1a1a1a;
  color: white;
  font-size: 14px;
  width: 250px;
  font-family: 'Figtree', sans-serif;
}

.go-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #a669db;
  font-size: 16px;
  display: none;
}

.go-button.visible {
  display: block;
}