.speedrun-definition {
    background: #f5f5f0;
    color: #1a1a1a;
    padding: 1.25rem 1rem;
    margin: 1.5rem 0;
    border-radius: 6px;
    font-family: Georgia, 'Times New Roman', serif;
    border: 1px solid #663399;
}

.speedrun-title {
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    letter-spacing: 0.02em;
}

.pronunciation {
    color: #666;
    font-size: 0.75em;
}

.speedrun-title em {
    font-style: italic;
    color: #555;
}

.definition-text {
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0.3rem 0;
}

.usage-example {
    font-style: italic;
    color: #666;
    margin-top: 0.6rem;
    font-size: 0.7rem;
}