.trout-important-news {
    color: #273347;
}

.trout-important-news__heading {
    margin: 0 0 18px;
    font-size: clamp(24px, 2.2vw, 34px);
    line-height: 1.15;
}

.trout-important-news__list {
    display: grid;
    gap: 14px;
}

.trout-important-news__item {
    display: flex;
    gap: 15px;
    padding: 18px 20px;
    background: #fffaf0;
    border: 1px solid #f2c86d;
    border-radius: 14px;
    box-shadow: 0 7px 18px rgba(35, 50, 70, .06);
}

.trout-important-news__mark {
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #e1a61a;
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
}

.trout-important-news__content {
    min-width: 0;
}

.trout-important-news__title {
    margin: 0;
    font-size: 19px;
    line-height: 1.3;
}

.trout-important-news__date {
    display: block;
    margin-top: 4px;
    color: #6e7e94;
    font-size: 13px;
}

.trout-important-news__message {
    margin-top: 7px;
    color: #40516b;
    line-height: 1.55;
}

.trout-important-news__message > :first-child { margin-top: 0; }
.trout-important-news__message > :last-child { margin-bottom: 0; }

@media (max-width: 480px) {
    .trout-important-news__item { padding: 15px; gap: 11px; }
    .trout-important-news__mark { flex-basis: 29px; width: 29px; height: 29px; font-size: 18px; }
}
