#teaser_neste_artikkel {
    display: none;
    padding: 1em;
}

.teaser-lenke {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    opacity: 0.5;
    padding: 1em; /* tilsvarer w3-padding */
    border-radius: 1em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: aliceblue;
}

.teaser-innhold {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.teaser-tekst {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.teaser-tekst h3 {
    margin: 0;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}

.teaser-tekst p {
    text-align: center;
}

.teaser-meta {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.teaser-bilde {
    max-width: 200px;
    height: auto;
    max-height: 200px;
    margin-right: 1em;
    text-align: center;
    border-radius: 1em;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    padding: 1em; /* tilsvarer w3-padding */
}
