.play-audio {
    cursor: pointer;    
}

.dictionary-abbr {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dictionary-abbr p {
    display: inline;
    margin-right: 5px;
    margin-bottom: 0px;
}

.project-name a {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
}

.project-name i {
    margin-left: 5px;
    font-size: 14px;
    color: #969393;
}

.social {
    font-size: 25px;
}

.social i {
    margin: 0px 8px;
}

.terms-privacy {
    text-align: center;
    margin-bottom: 20px;
    color: #666;
    font-size: 0.9em;
}

h1 {
    font-size: 28px !important;
    font-weight: 500 !important;
}

h3, h4 {
    font-family: Tiemposheadline, sans-serif;
    font-weight: 600;
}

.tiemposhead {
    font-family: Tiemposheadline, sans-serif;
}

.italic {
    font-style: italic;
}

@font-face {
    font-family: 'Tiempos Headline';
    src: url('/assets/fonts/Tiempos-Headline.zip') format('undefined');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Tiemposheadline';
    src: url('/assets/fonts/Tiempos-Headline-Light-Italic.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: 'Tiemposheadline';
    src: url('/assets/fonts/Tiempos-Headline-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Tiemposheadline';
    src: url('/assets/fonts/Tiempos-Headline-Bold-Italic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: 'Tiemposheadline';
    src: url('/assets/fonts/Tiempos-Headline-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Tiemposheadline';
    src: url('/assets/fonts/Tiempos-Headline-Medium-Italic.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
  @font-face {
    font-family: 'Tiemposheadline';
    src: url('/assets/fonts/Tiempos-Headline-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Tiemposheadline';
    src: url('/assets/fonts/Tiempos-Headline-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Tiemposheadline';
    src: url('/assets/fonts/Tiempos-Headline-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Tiemposheadline';
    src: url('/assets/fonts/Tiempos-Headline-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

.margin-right-1 {
    margin-right: 10px;
}

.email-link {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 1px solid #000;
    transition: opacity 0.2s ease;
}

.email-link:hover {
    opacity: 0.7;
}

.affiliate-link {
    color: #000;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s ease;
    margin-right: 10px;
}

.affiliate-link:hover {
    opacity: 0.7;
    border-bottom: 1px solid #000;

}

.email-button {
    display: inline-block;
    background: #000;
    color: white;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 6px;
    font-size: 17px;
    transition: opacity 0.2s ease;
}

.email-button:hover {
    opacity: 0.9;
    color: white;
}

.letter-content {
    max-width: 720px;
    margin: 0 auto;
}

.letter-points {
    margin: 40px 0;
}

.letter-points p {
    margin-bottom: 24px;
    font-size: 17px;
    line-height: 1.6;
    color: rgba(0,0,0,0.7);
}

.letter-points p strong {
    color: #000;
    display: block;
    margin-bottom: 4px;
    font-size: 19px;
}

.letter-content .larger {
    font-size: 19px;
    line-height: 1.6;
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .letter-content {
        padding: 0 20px;
    }
    
    .letter-points p {
        font-size: 16px;
    }
    
    .letter-points p strong {
        font-size: 18px;
    }
    
    .letter-content .larger {
        font-size: 17px;
    }
}

.company-logo {
    display: block;
    margin-left: auto;
}

/* Override center alignment for work page */
#work .wrap {
    text-align: left;
}

/* Paper-like styling for work section */
#work .content {
    background: #f8f8f8;
}

#work .fix-8-12 {
    background: white;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05),
                0 0 1px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .company-logo { 
      margin-right: auto;
      margin-bottom: 20px;
    }

    #work .fix-8-12 {
        padding: 30px 20px;
        margin: 0;
        border-radius: 0;
    }
    
    #work .container {
        padding: 0;
    }
    
    #work .wrap {
        padding: 0;
    }
}

/* Add these styles for the promote page */
.products-section {
    margin-top: 40px;
    background: rgba(0,0,0,0.02);
    padding: 30px;
    border-radius: 8px;
}

.product-card {
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    background: white;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.product-card:last-child {
    margin-bottom: 0;
}

.product-card img {
    margin-right: 20px;
}

.product-info {
    flex: 1;
}

.product-info h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.product-info p {
    font-size: 15px;
    color: rgba(0,0,0,0.7);
    margin: 0 0 8px 0;
}

@media (max-width: 768px) {
    .products-section {
        padding: 20px;
        margin: 30px -20px;
        border-radius: 0;
    }
    
    .product-card {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .product-card img {
        margin: 0 0 15px 0;
    }
}