.ck-content img {
    max-width: 100%;
    height: auto;
}

.ck-content .image {
    max-width: 100%;
    margin: 1em 0;
}

.ck-content table td,
.ck-content table th {
    border: 1px solid #c4c4c4;
    padding: 0.4em 0.8em;
    min-width: 2em;
}

.ck-content figure.table {
    display: block !important;
    overflow-x: auto !important;
    width: 100% !important;
    margin-bottom: 1em;

    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}

.ck-content figure.table table {
    min-width: 100%;
    width: max-content;
    border-collapse: collapse;
}

.ck-content figure.table td,
.ck-content figure.table th {
    word-wrap: break-word;
    max-width: 300px;
}
.yandex-login-button {
    background-color: #FF0000;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.yandex-login-button:hover {
    background-color: #E00000;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 0, 0, 0.2);
}

.yandex-login-button:active {
    transform: translateY(0);
}

.yandex-login-button::before {
    content: 'Я';
    font-weight: bold;
    font-size: 18px;
    background: white;
    color: #FF0000;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}