.portal-boemot{border:1px solid #e8e8e8;border-radius:4px;padding:20px;background:#fff}.portal-boemot__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding-bottom:12px;border-bottom:3px solid #e50020}.portal-boemot__title{font-size:1rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#192a3d;margin:0}.portal-boemot__more{font-size:.8rem;font-weight:600;color:#192a3d;text-decoration:none;white-space:nowrap;transition:color 0.18s ease}.portal-boemot__more:hover{color:#e50020}.portal-boemot__list{display:flex;flex-direction:column;gap:0}.portal-boemot__item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f0f0f0}.portal-boemot__item:last-child{border-bottom:none;padding-bottom:0}.portal-boemot__img-link{flex-shrink:0;display:block;width:80px;height:80px;border-radius:4px;overflow:hidden}.portal-boemot__img{width:80px;height:80px;object-fit:cover;object-position:center;display:block;border-radius:4px;transition:transform 0.25s ease}.portal-boemot__item:hover .portal-boemot__img{transform:scale(1.05)}.portal-boemot__img--placeholder{width:80px;height:80px;background:linear-gradient(135deg,#ddd 0%,#bbb 100%);border-radius:4px}.portal-boemot__content{display:flex;flex-direction:column;gap:3px;min-width:0}.portal-boemot__sub{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#e50020;line-height:1}.portal-boemot__post-title{margin:0;font-size:.88rem;line-height:1.3}.portal-boemot__post-link{color:#192a3d;text-decoration:none;font-weight:700;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.portal-boemot__post-link:hover{color:#e50020}