

/* Start:/local/components/academyit/news/templates/forms/bitrix/news.list/forms-list/style.css?1765351006852*/
.item-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.item-image {
    /* width: 100px; */
    /* height: 100px; */
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}
.item-image-svg {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.item-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.item-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    margin-bottom: 8px;
}

.item-title:hover {
    color: #F47C44;
    text-decoration: none;
}

.item-description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
    margin: 0;
    text-align: justify;
}

.ta3 {
    transition: all 0.3s ease;
}
/* End */
/* /local/components/academyit/news/templates/forms/bitrix/news.list/forms-list/style.css?1765351006852 */
