.carousel-item img {
    max-height: 500px;
    content-fit: fill;
    border-radius: 10px;
}

.news_button {
    background-color: #DCDCDC;
}

.news_button:hover {
    background-color: #A9A9A9;
}

.dropdown-menu {
    max-height: 400px;
    overflow-y: auto;
}

.ckeditor-content {
    overflow-wrap: break-word;
}

.ckeditor-content img {
    max-width: 100% !important;
    height: auto !important;
    max-height: 60vh; /* Ограничение по высоте */
    display: block;
    margin: 1rem auto;
    border-radius: 4px;
    object-fit: contain;
}

/* Адаптация под мобильные устройства */
@media (max-width: 768px) {
    .ckeditor-content img {
        max-height: 50vh;
    }
}

.card.hidden {
    display: none !important;
}

.ckeditor-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1rem auto;
    object-fit: contain;
    max-height: 60vh;
}

.card {
    transition: all 0.3s ease;
}
