.pronunciation-dialog {
    max-width: 620px;
}

.pronunciation-modal-content {
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

.pronunciation-modal-header {
    padding: 16px 22px;
    border-bottom: 1px solid #dee2e6;
}

.pronunciation-modal-header .modal-title {
    font-size: 1.35rem;
    font-weight: 500;
}

.pronunciation-modal-body {
    padding: 14px 22px 22px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.pronunciation-sentence-box {
    padding: 8px 14px;
    margin-bottom: 12px;
    text-align: center;
    background: #f8f9fa;
    border: 1px solid #d9dee3;
    border-radius: 6px;
}

.pronunciation-sentence-original {
    color: #111827;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.45;
}

.pronunciation-sentence-translation {
    margin-top: 2px;
    color: #374151;
    font-size: .9rem;
    line-height: 1.4;
}

.pronunciation-section-title {
    margin: 0 0 12px;
    font-size: 1.15rem;
    font-weight: 700;
}

.pronunciation-word-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.pronunciation-word-list .btn {
    padding: 5px 10px;
    font-size: .9rem;
}

.pronunciation-current-word {
    margin: 0 0 14px;
    color: #212529;
    font-size: 1.7rem;
    font-weight: 500;
}

.pronunciation-accent-card {
    height: 100%;
    padding: 16px;
    border: 1px solid #d9dee3;
    border-radius: 6px;
}

.pronunciation-accent-label {
    margin-bottom: 14px;
    font-weight: 700;
}

.pronunciation-ipa {
    min-height: 24px;
    margin-bottom: 14px;
    color: #6c757d;
    font-size: 1rem;
}

.pronunciation-info-block {
    margin-bottom: 16px;
}

.pronunciation-info-label {
    margin-bottom: 3px;
    font-weight: 700;
}

.pronunciation-translate {
    color: #111827;
    font-size: 1.08rem;
    font-weight: 500;
}

@media (max-width: 575.98px) {
    .pronunciation-modal-body {
        padding: 12px 14px 18px;
    }

    .pronunciation-current-word {
        font-size: 1.45rem;
    }

    .pronunciation-accent-card {
        padding: 12px;
    }
}
