.title-container {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
    padding: 1rem 0;
}

.title-content {
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #1f2937;
    margin: 0 auto;
    padding: 0;
    line-height: 1.2;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.dark .title-content {
    color: #f3f4f6;
}

.title-i18n {
    margin-right: 0.2em;
}

.title-translator-container {
    position: relative;
    display: inline-block;
    height: 1.2em;
}

.title-translator {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    transition: opacity 0.5s ease;
}

.fade-in {
    opacity: 1;
}

.fade-out {
    opacity: 0;
}
