.block-tecnavia-eedition.teaser {
    width: fit-content; 
    padding: 4px;
}

.block-tecnavia-eedition.teaser .edition-widget-image-container {
    position: relative;
    padding-bottom: 6px; 
    padding-right: 6px; 
}

.block-tecnavia-eedition.teaser .edition-widget-image-container a {
    display: block;
    height: 80px;         
    width: 60px;
    overflow: hidden; 
    border: 1px solid #bbb;
    position: relative;
    z-index: 5;
    background: white;
}

.block-tecnavia-eedition.teaser .edition-image {
    width: 100%;
    height: auto;
    display: block;
}

.block-tecnavia-eedition.teaser .edition-widget-image-container:before {
    content: "";
    position: absolute;
    width: 8px; 
    height: 80px;         
    top: 4px;             
    left: 61px;           
    background: white;
    border: 1px solid #bbbbbb;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    box-shadow: inset 0 -2px 0 1px white, inset 0 -4px 0 3px #bbb; 
    transform: skewY(45deg);
    z-index: 1;
}

.block-tecnavia-eedition.teaser .edition-widget-image-container:after {
    content: "";
    position: absolute;
    width: 66px;
    top: 80px; 
    left: 2px;
    background: white;
    border-radius: 0 0 0 5px;
    z-index: 1;
    box-shadow: 0 1px 0 0 #bbbbbb; 
    border-bottom: 4px solid #ffffff;
}

.block-tecnavia-eedition.teaser .edition-content {
    flex-grow: 1;
}

.block-tecnavia-eedition.teaser .edition-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0; 
}

.block-tecnavia-eedition.teaser .edition-text {
    font-size: 1rem;
    font-weight: normal;
    margin: 0;
}