.collection-title {
  text-align: center;
  font-size: 2rem;
  color: #b71c1c;
  margin-bottom: 10px;
}

.collection-intro {
  text-align: center;
  font-size: 1.05rem;
  color: #555;
  margin-top: 30px;
  margin-bottom: 5px;
}

.tabs {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
  margin-top: -30px;
  text-align: center;
}

.tabs input[type="radio"] {
  display: none;
}

.tabs label {
  display: inline-block;
  padding: 10px 20px;
  background-color: #ffcc80;
  color: #333;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
  transition: background 0.3s;
}

.tabs input[type="radio"]:checked + label {
  background-color: #ef6c00;
  color: #fff;
}

.tab-content {
  display: none;
  margin-top: 15px;
}

#tab-nouns:checked ~ #content-nouns,
#tab-verbs:checked ~ #content-verbs,
#tab-business:checked ~ #content-business,
#tab-locations:checked ~ #content-locations,
#tab-adj:checked ~ #content-adj {
  display: block;
}

.category-title {
  display: none;
  font-size: 1.5rem;
  font-weight: bold;
  color: #b71c1c;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}

#tab-nouns:checked ~ #title-nouns,
#tab-verbs:checked ~ #title-verbs,
#tab-business:checked ~ #title-business,
#tab-locations:checked ~ #title-locations,
#tab-adj:checked ~ #title-adj {
  display: block;
}

.category-description {
  font-size: 1rem;
  color: #555;
  margin-bottom: 10px;
  text-align: center;
}

.category-count {
  font-size: 0.95rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 20px;
  text-align: center;
}

.table-container {
  overflow-x: auto;
}

.table-container table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  min-width: 600px;
}

.table-container th,
.table-container td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: middle;
}

.table-container th {
  text-align: center;
  background-color: #ffcc80;
  color: #b71c1c;
}

.table-container td img.icon {
  display:block;
  margin: 0 auto;
  height: 24px;
  width: auto;
}

.collection-footer {
  text-align: center;
  margin: 10px auto 0 auto;
  max-width: 800px;
}

.collection-footer p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 20px;
}

.cta-contact-btn {
  display: inline-block;
  background-color: #ef6c00;
  color: white;
  padding: 0.75rem 5.5rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.cta-contact-btn:hover {
  background-color: #e65100;
}

.catalog-info {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.catalog-info p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.wallet-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.wallet-btn {
  display: inline-block;
  background-color: #e65100;
  color: white;
  padding: 0.75rem 1.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.wallet-btn:hover {
  background-color: #bf360c;
}

@media (max-width: 768px) {
  .tabs label {
    display: block;
    margin: 8px auto;
    width: 80%;
    text-align: center;
  }

  .table-container table {
    font-size: 0.9rem;
  }

  .table-container th,
  .table-container td {
    padding: 10px;
  }
}

.highlighted-section {
  width: 100%;
  background: linear-gradient(to left, #ffd28e, #ffecb3);
  padding: 45px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.inner-wrap {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.highlighted-section-bis {
  background: linear-gradient(to right, #ffd28e, #ffecb3);
  padding: 40px 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  margin-bottom: -10px;
}

.highlighted-section-bis .catalog-info {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.highlighted-section-bis .wallet-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

.highlighted-section-bis .wallet-btn {
  display: inline-block;
  background-color: #ef6c00;
  color: white;
  padding: 0.75rem 4.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  text-align: center;
}

.highlighted-section-bis .wallet-btn:hover {
  background-color: #e65100;
}
