.cyonect-teaser {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    min-height: 320px;
    color: #ffffff;
    background: rgba(14, 79, 85, 0.85);
}

.cyonect-teaser-bg {
    position: absolute;
    inset: 0;

    > img {
        width: 100%;
        height: 100% !important;
        object-fit: cover;
    }
}

.cyonect-teaser-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(14, 79, 85, 0.85) 0%, rgba(14, 79, 85, 0.85) 100%);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.06);
}

.cyonect-teaser-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    padding: 24px;
}

.cyonect-teaser-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.cyonect-teaser-title {
    margin: 0;
}