/* Mobile Resume Styles */
@media screen and (max-width: 768px) {
  .resume-container {
    padding: 1rem;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  .resume-header {
    text-align: center;
    margin-bottom: 1rem;
  }
  
  .resume-header-top {
    flex-direction: column;
    align-items: center;
  }
  
  .resume-header h1 {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
  
  .resume-header h2 {
    font-size: 1rem;
    text-align: center;
  }
  
  .header-imdb-button {
    margin-left: 0;
    margin-top: 0.5rem;
  }
  
  .contact-info {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .locations {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
  
  .resume-divider {
    margin: 0.8rem 0;
  }
  
  .section-title {
    text-align: center;
    margin-bottom: 1rem;
  }
  
  /* Make table responsive */
  table, thead, tbody, th, td, tr {
    display: block;
  }
  
  .credit-row {
    margin-bottom: 1rem;
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 4px;
  }
  
  .credit-row:hover {
    background-color: rgba(255, 255, 255, 0.08);
  }
  
  td {
    padding: 0.2rem 0.5rem;
    text-align: left;
    position: relative;
  }
  
  .show {
    width: 100%;
    font-size: 1rem;
    padding-bottom: 0.2rem;
  }
  
  .network {
    width: auto;
    font-size: 0.8rem;
    display: inline-block;
    padding-right: 0.5rem;
  }
  
  .role {
    width: auto;
    font-size: 0.9rem;
    display: inline-block;
  }
  
  .experience-section, .other-section {
    padding: 0 0.5rem;
  }
  
  .awards {
    text-align: center;
    padding: 0.5rem;
  }
  
  .imdb-button {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    margin: 1.5rem auto;
  }
  
  .other-section p {
    font-size: 0.9rem;
  }
  
  .references {
    font-size: 0.8rem;
  }
}
