body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: #f5f7fb;
    color: #1f2933;
}

.section {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.hero.is-primary {
    border-radius: 1.25rem;
}

.box,
.card,
.notification {
    border-radius: 1rem;
}

.lyrics-content,
.translation-content {
    white-space: pre-wrap;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    padding: 1.25rem;
    font-family: 'Georgia', serif;
    line-height: 1.7;
}

.translation-content {
    background: #fffdf5;
}

.tag-item {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tag-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.tag-count {
    font-size: 0.85rem;
    color: #64748b;
}

.suggest-fix-trigger {
    font-weight: 600;
}

.suggest-fix-trigger:hover {
    text-decoration: underline;
}

.modal-card-body .field .control .input,
.modal-card-body .field .control .textarea {
    width: 100%;
}

@media (max-width: 768px) {
    .hero.is-primary {
        border-radius: 0.75rem;
    }
}
