

/* Start:/local/components/lomassolgo/news.detail/templates/index/style.css?17742939721345*/
.news-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-item {
    position: relative;
    height: 160px;
    border-radius: 14px;
    overflow: hidden;
}

.news-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-overlay {
    position: absolute;
    inset: 0;
    padding: 14px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, .75),
            rgba(0, 0, 0, .25),
            transparent
    );
}

.news-tag {
    align-self: flex-start;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    margin-bottom: 6px;
}

.news-overlay h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 500;
    color: #fff;
    text-align: left;
}

.works-section .h1, .works-section h1 {
    margin-bottom: 30px!important;
    margin-left: 15px;
}

/* desc */
.place-desc{
    margin-top:16px;
    font-size:15px;
    line-height:1.5;
    opacity:.9;
    text-align: left;
}

.place-desc h3{
    margin: 18px 0 8px;
    font-size: 16px;
    line-height: 1.35;
    font-weight: 700;
}

.place-desc p{
    margin: 0 0 10px;
}

.place-desc ul,
.place-desc ol{
    margin: 0 0 12px 18px;
    padding: 0;
}

/* End */
/* /local/components/lomassolgo/news.detail/templates/index/style.css?17742939721345 */
