/* About Page Styles */

/* Animation handled by container reveal in shell.html */

.about-section {
  margin-bottom: 40px;
}

.about-text {
  color: #cccccc;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.about-text strong {
  color: #ffffff;
  font-weight: 600;
}

/* Section Divider */
.section-divider {
  border: none;
  border-top: 1px solid #1a1a1a;
  margin: 60px 0;
}

/* Social Links - styling is now in global.css to prevent race conditions */
.social-links {
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 768px) {
  .social-links {
    flex-direction: column;
  }

  .social-button {
    width: 100%;
    justify-content: flex-start;
  }
}
