@import 'https://assets.acdn.no/pkg/@amedia/brick-teaser/v10/css/brick-teaser.css';

.tag-page:not(:first-of-type) {
  margin-block-start: 1.5em;
}

.tag-page {
  position: relative;
  overflow: hidden;
  width: 100%;
}

section.tag-page ~ .tag-page {
  padding-top: 20px;
}

.tag-page .tag-pages--article-list {
  margin: 0 0 20px;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .tag-page:not(:first-of-type) {
    margin-block-start: 3em;
  }

  .tag-pages--article-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
  }
}

.tag-page .tag-pages--article-list article {
  margin-bottom: 30px;
}

.tag-page .tag-pages--article-list .no-image {
  background: #e7e6e2;
}

.tag-page .tag-pages--article-list .no-image.bravoTheme {
  background: var(--brick-colors-baseBg, #fff);
}

.tag-page .tag-pages--article-list .no-image .body {
  padding: 5px;
}

.title_container.v2 .title {
  padding-bottom: var(--brick-space-x3);
}

.tag-page .no-image [itemprop='headline'] {
  margin-top: 5px;
}

.teaser_container.v1 {
  margin: 0;
}

.teaser_container.v1.has-image .body {
  padding: 0.5vw 0 0;
}

.teaser_container.v1.has-image .premium-overlay {
  height: 20px;
  width: 20px;
}
.teaser_container.v1.has-image .premium-logo {
  height: 20px;
  width: 20px;
}

.tag-page .imagewrapper {
  padding-top: 0 !important;
}

.tag-page .imagewrapper img {
  position: static !important;
  width: 100% !important;
}
