body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
}

main {
  background: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}

.page-content h2 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.page-content p {
  margin-bottom: 1rem;
}

.page-image img {
  height: 200px;
  object-fit: cover;
}

.card {
  transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
}

.project-description {
  color: #333;
  line-height: 1.6;
}

.project-description p {
  margin-bottom: 1rem;
}

.project-description h2,
.project-description h3 {
  color: #333;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}

.audio-title {
  font-weight: 500;
  color: #333;
  font-size: 0.95em;
}

.audio-player-wrapper {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px;
  margin-top: 8px;
}

.audio-player {
  width: 100%;
  height: 40px;
  outline: none;
}

.audio-player::-webkit-media-controls-panel {
  background-color: #fff;
  border-radius: 4px;
}

.audio-player::-webkit-media-controls-play-button {
  background-color: #4CAF50;
  border-radius: 50%;
}

.audio-player::-webkit-media-controls-current-time-display,
.audio-player::-webkit-media-controls-time-remaining-display {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.audio-player::-webkit-media-controls-timeline {
  background-color: #f0f0f0;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
}

.audio-player::-webkit-media-controls-timeline-container {
  background-color: #f0f0f0;
}

.audio-player::-webkit-media-controls-volume-slider {
  background-color: #f0f0f0;
  border-radius: 2px;
}

.audio-player::-webkit-media-controls-mute-button {
  background-color: transparent;
}

.audio-player::-moz-media-controls {
  background-color: #fff;
}

.audio-fallback {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.audio-fallback small {
  color: #666;
  font-size: 0.85em;
  font-family: Arial, sans-serif;
}

.audio-fallback a {
  color: #4CAF50;
  text-decoration: none;
  transition: color 0.2s;
}

.audio-fallback a:hover {
  color: #45a049;
  text-decoration: underline;
}

/*# sourceMappingURL=project.css.map */
