.holcim_newsfeed .query-log-wrapper {
  display: none !important;
  background-color: lightgrey;
  padding: 0.625rem;
  font-size: 0.875rem;
  color: var(--corporate-black);
}
.holcim_newsfeed .query-log-wrapper pre {
  font-size: inherit;
  margin: 0;
}
.holcim_newsfeed .title_wrapper {
  font-size: 2.75rem;
  line-height: 3rem;
  font-weight: 800;
  color: var(--corporate-black);
  margin-bottom: 1.5625rem;
}
@media (max-width: 119.99875rem) {
  .holcim_newsfeed .title_wrapper {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_newsfeed .title_wrapper {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_newsfeed .title_wrapper {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.625rem;
  }
}
.holcim_newsfeed .item .heading_wrapper {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--corporate-main-color);
  cursor: pointer;
  padding: 1.5625rem 0;
}
.holcim_newsfeed .item .heading_wrapper .metadata {
  display: flex;
  flex-direction: row;
  margin-bottom: 0.625rem;
}
.holcim_newsfeed .item .heading_wrapper .metadata .date {
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--corporate-black);
}
@media (max-width: 47.99875rem) {
  .holcim_newsfeed .item .heading_wrapper .metadata .date {
    font-size: 0.75rem;
  }
}
.holcim_newsfeed .item .heading_wrapper .metadata .category {
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--corporate-main-color);
  white-space: nowrap;
  text-decoration: none;
}
@media (max-width: 47.99875rem) {
  .holcim_newsfeed .item .heading_wrapper .metadata .category {
    font-size: 0.75rem;
  }
}
.holcim_newsfeed .item .heading_wrapper .metadata .sep {
  display: block;
  height: 16px;
  border-right: 1px solid var(--corporate-black);
  margin: 0 0.625rem;
}
.holcim_newsfeed .item .heading_wrapper .text_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}
.holcim_newsfeed .item .heading_wrapper .text_wrapper .heading {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: bold;
  color: var(--corporate-black);
  width: 95%;
}
@media (max-width: 119.99875rem) {
  .holcim_newsfeed .item .heading_wrapper .text_wrapper .heading {
    font-size: 1rem;
  }
}
@media (max-width: 79.99875rem) {
  .holcim_newsfeed .item .heading_wrapper .text_wrapper .heading {
    font-size: 1rem;
  }
}
@media (max-width: 47.99875rem) {
  .holcim_newsfeed .item .heading_wrapper .text_wrapper .heading {
    font-size: 0.875rem;
  }
}
.holcim_newsfeed .item .heading_wrapper .text_wrapper .cross {
  padding-left: 1.5625rem;
  margin-left: auto;
  flex: 0 0 auto;
  cursor: pointer;
}
.holcim_newsfeed .item .heading_wrapper .text_wrapper .cross:after {
  content: " ";
  display: block;
  background-image: url("../images/open.svg");
  background-repeat: no-repeat;
  background-color: var(--corporate-black);
  border-radius: 50%;
  width: 27px;
  height: 27px;
}
.holcim_newsfeed .item:hover .heading_wrapper .heading {
  color: var(--corporate-main-color);
}
.holcim_newsfeed .item:hover .heading_wrapper .cross:after {
  background-color: var(--corporate-main-color);
}
.holcim_newsfeed .cta_wrapper {
  margin-top: 3.125rem;
}
.holcim_newsfeed .cta_wrapper .button_cta {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.9375rem 2.5rem;
  border-radius: 40px;
}
@media (max-width: 47.99875rem) {
  .holcim_newsfeed .cta_wrapper .button_cta {
    font-size: 0.8125rem;
    width: 100%;
    text-align: center;
  }
}
.holcim_newsfeed[class*=lb-background-color-] {
  padding: 1.25rem;
}
/*# sourceMappingURL=style.css.map */
