
.tyshara-ressources-wrapper {
  padding: 4rem 1.5rem;
  max-width: 1000px;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
}

.tyshara-title {
  font-family: 'Satisfy', cursive;
  font-size: 2.8rem;
  color: #d08f7b;
  margin-bottom: 1rem;
  text-align: center;
}

.tyshara-subtitle {
  font-size: 1.2rem;
  color: #6e4c47;
  text-align: center;
  max-width: 60ch;
  margin: 0 auto 2.5rem;
}

.tyshara-resource-menu ul.tyshara-links {
  list-style: none;
  padding: 0;
  margin: 0 auto 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.tyshara-links a {
  padding: 0.75rem 1.25rem;
  background: #f8efea;
  border-radius: 8px;
  text-decoration: none;
  color: #3a2b28;
  font-weight: 500;
  transition: background .3s ease;
}

.tyshara-links a:hover {
  background: #d08f7b;
  color: #fff;
}

.tyshara-social-icons h2 {
  text-align: center;
  margin-bottom: 1rem;
  color: #73504f;
}

.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  list-style: none;
  padding: 0;
}

.social-links a {
  text-decoration: none;
  padding: 0.6rem 1.2rem;
  border: 1px solid #d08f7b;
  border-radius: 99rem;
  color: #d08f7b;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: background .3s ease, color .3s ease;
}

.social-links a:hover {
  background: #d08f7b;
  color: #fff;
}

