.bs-post-excerpt {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-radius: 12px;
    padding: 20px 20px 22px;
    background: linear-gradient(180deg, #206389 0%, #174e6d 100%);
    box-shadow: 0 1px 2px rgba(15,23,42,.1), 0 16px 32px -16px rgba(32,99,137,.45);
    box-sizing: border-box;
}

.bs-post-excerpt__deco {
    position: absolute;
    right: -55px;
    top: -55px;
    width: 120px;
    height: 120px;
    opacity: .22;
    pointer-events: none;
    user-select: none;
}

.bs-post-excerpt__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.bs-post-excerpt__dash {
    display: block;
    width: 18px;
    height: 2px;
    background: #F3D758;
    border-radius: 2px;
    flex-shrink: 0;
}

.bs-post-excerpt__tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    color: #F3D758;
    text-transform: uppercase;
    line-height: 1;
}

.bs-post-excerpt__text {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: #fff;
    font-weight: 400;
}

.bs-post-excerpt--empty-hint {
    background: #eef5fb;
    border: 1px dashed #206389;
    border-radius: 12px;
    padding: 16px 20px;
    font-size: 13px;
    color: #206389;
    box-sizing: border-box;
    width: 100%;
}
