.word-counter-page .text-editor-controls {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 8px;
}
.word-counter-page .stats-container {
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 15px;
    height: 100%;
}
.word-counter-page .stats-group {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.word-counter-page .stat-item {
    flex: 1 0 30%;
    padding: 5px;
    min-width: 100px;
}
.word-counter-page .stat-label {
    font-size: 0.8rem;
    color: #6c757d;
    margin-bottom: 2px;
}
.word-counter-page .stat-value {
    font-size: 1.2rem;
    font-weight: 600;
}
.word-counter-page .keyword-table {
    margin-top: 15px;
}
.word-counter-page .keyword-table .progress {
    height: 5px;
} 