.ajuda-container {
  margin-top: 50px;
  margin-bottom: 80px;
}

.side-tabs {
  border: none;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.tab-btn-ajuda {
  border: none;
  background: none;
  text-align: left;
  padding: 15px 20px;
  width: 100%;
  font-size: 0.95rem;
  color: #666;
  transition: all 0.3s;
  border-left: 3px solid transparent;
}

.tab-btn-ajuda.active {
  background: #fdfaf7;
  color: #D59A93;
  border-left-color: #D59A93;
  font-weight: 600;
}

.ajuda-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  min-height: 500px;
}

.ajuda-card h2 {
  font-family: 'Playfair Display', serif;
  color: #333;
  margin-bottom: 25px;
  font-size: 1.8rem;
}

.ajuda-text {
  line-height: 1.8;
  color: #555;
  font-size: 1rem;
}

.contato-box {
  background: #f9f9f9;
  padding: 25px;
  border-radius: 8px;
  margin-top: 20px;
}

.contato-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 15px;
}

.contato-item i {
  color: #D59A93;
  font-size: 20px;
}

.breadcrumb-custom {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 30px auto;
  max-width: 1200px;
  padding: 0 20px;
  font-style: italic;
  display: flex;
  align-items: center;
}

.breadcrumb-custom a {
  color: var(--text-muted);
  text-decoration: none;
}

.icon-arrow {
  font-size: 12px !important;
  color: var(--gray-color);
  margin: 0 8px;
}