

/* Start:/local/templates/dantist/components/bitrix/news.list/doctors-carousel/style.css?1753846913150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/dantist/components/bitrix/news.list/legals_v2/style.css?17811332252698*/
.legals-cards__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 20px 0;
}

.legals-cards__item {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    cursor: pointer;
}

.legals-cards__item:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.13);
    transform: translateY(-4px);
}

/* Превью */
.legals-cards__item-thumb {
    position: relative;
    width: 100%;
    height: 200px;
    background: #f5f5f5;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.legals-cards__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    transition: transform 0.3s ease;
}

.legals-cards__item:hover .legals-cards__item-img {
    transform: scale(1.05);
}

/* Заглушка без превью */
.legals-cards__item-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
}

.legals-cards__item-placeholder svg {
    width: 64px;
    height: 64px;
    color: #c8c8c8;
}

/* Номер */
.legals-cards__item-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 30px;
    height: 30px;
    background: #43CF7C;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 700;
    z-index: 1;
}

/* Тело карточки */
.legals-cards__item-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px 20px 20px;
    gap: 14px;
}

.legals-cards__item-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #222;
    flex: 1;
}

/* Кнопка */
.legals-cards__item-action {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    padding: 8px 18px;
    background: #43CF7C;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    transition: background 0.2s ease;
    margin-top: auto;
}

.legals-cards__item-action:hover {
    background: #2eb866;
}

.legals-cards__item-action svg {
    width: 15px;
    height: 15px;
    fill: #fff;
    flex-shrink: 0;
}

/* Адаптив */
@media (max-width: 1024px) {
    .legals-cards__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .legals-cards__grid {
        grid-template-columns: 1fr;
    }
}
/* End */
/* /local/templates/dantist/components/bitrix/news.list/doctors-carousel/style.css?1753846913150 */
/* /local/templates/dantist/components/bitrix/news.list/legals_v2/style.css?17811332252698 */
