/******* Do not edit this file *******
Code Snippets Manager
Saved: Dec 14 2025 | 20:49:41 */
/* contenitore piattaforme */
.ge-piattaforme {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
/* pill */
.ge-piattaforme label {
  /* border: 1px solid #ddd; */
  border-radius: 999px;
  padding: 6px 12px;
  transition: all 0.2s ease;
  background: #fff;
}
/* togliamo il quadratino */
.ge-piattaforme label span::before {
  display: none;
}
/* checked */
.ge-piattaforme input[type="checkbox"]:checked + span {
  color: #fff;
  background-color: #0B7BC3;
  border-radius: 999px;
  padding: 6px 12px;
}
/* hover */
.ge-piattaforme label:hover {
  border-color: #0B7BC3;
}
.ge-alpha {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32px, 1fr));
  gap: 6px;
  max-width: 70%vh;
  margin: 0 auto 30px;
}
.ge-alpha a {
  text-align: center;
  padding: 6px 0;
  font-size: 11pt;
}
.ge-alpha > a:hover {
  background-color: #0B7BC3;
  color: #F9F9F9;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ge-platforms {
    flex-direction: column;
    align-items: stretch;
  }
  .ge-piattaforme {
    justify-content: center;
  }
}
.ge-buttons {
  flex-basis: 100%;
  display: flex;
  gap: 15px;
  margin-top: 15px;
}
.ge-filter-button {
  background-color: #0B7BC3;
  color: #fff;
  border: 1px solid #0B7BC3 !important;
  padding: 6px 10px;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}
form {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.ge-reset {
  color: #0B7BC3;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid #0B7BC3;
  padding: 6px 10px;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .ge-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .ge-filter-button, .ge-reset {
    text-align: center;
  }
}
.ge-item {
  border: 1px solid #e7e7e7;
  padding: 20px;
  margin-bottom: 10px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}
.ge-badges {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}
.ge-title > .ge-meta {
  color: #D9534F;
}
.ge-badge {
  margin-right: 4px;
  background-color: #0B7BC3;
  color: #F9F9F9;
  padding: 4px 6px;
  border-radius: 5px;
  font-weight: bold;
  font-size: smaller;
}
table.ge-details {
  border: none !important;
}
table.ge-details > thead > tr > th {
  border-bottom: 1px solid #0B7BC3;
  padding-bottom: 2px !important;
  color: #0B7BC3;
  text-transform: uppercase;
}
.ge-pagination {
  margin-top: 20px !important;
  text-align: right;
}
.ge-pagination > .page-numbers {
  border: 1px solid #0B7BC3;
  padding: 10px;
  margin-right: 0.5px;
  margin-left: 0.5px;
}
.ge-pagination > .page-numbers:hover {
  font-weight: bold !important;
  font-size: large !important;
  color: #0B7BC3;
  background-color: #F9F9F9;
}
.ge-pagination > .page-numbers.current {
  font-weight: bold !important;
  font-size: large !important;
  background-color: #0B7BC3;
  color: #F9F9F9;
}
.ge-active {
  background-color: #0B7BC3;
  color: #F9F9F9;
  padding-left: 2px !important;
  padding-right: 2px !important;
  width: 40px;
}
