.component.modfinwidget h2.tb-header-3 {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 1023px) {
  .component.modfinwidget h2.tb-header-3 {
    line-height: 36px;
    font-size: 28px;
  }
}

.modfinwidget .component-content {
  margin: 16px 0;
  min-height: 130px;
}

@media screen and (max-width: 767px) {
  .modfinwidget .component-content {
    margin: 8px 0;
    padding: 0 8px;
  }
}

.mf-financial-report {
  width: 1376px;
  max-width: 100%;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  padding-bottom: 16px;
}

.mf-financial-report * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Libre Franklin", sans-serif;
}

.mf-financial-report p#loading-msg {
  display: none;
}

@-webkit-keyframes cfspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes cfspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mf-financial-report .tb-cf-loaderwrapper {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mf-financial-report .tb-cf-loaderwrapper .tb-cf-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mf-financial-report .tb-cf-loaderwrapper .tb-cf-spinnerwrapper .tb-cf-spinner {
  width: 10rem;
  height: 10rem;
  display: inline-block;
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 10rem;
  -webkit-animation: 1s cfspin ease-in-out infinite;
  animation: 1s cfspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 20rem;
  margin-top: 35px;
}

.mf-financial-report #financial-report-wrapper {
  display: none;
}

.mf-financial-report #financial-report-wrapper .block {
  /* block-header */
  /* block-element */
  /* block header */
  /* block element */
}

.mf-financial-report #financial-report-wrapper .block .block-header {
  margin-top: 16px;
}

@media screen and (min-width: 1023px) {
  .mf-financial-report #financial-report-wrapper .block .block-header {
    margin-top: 64px;
  }
}

.mf-financial-report #financial-report-wrapper .block:first-of-type .block-header {
  margin-top: 0;
}

.mf-financial-report #financial-report-wrapper .block .block-header,
.mf-financial-report #financial-report-wrapper .block ul.block-element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block .block-header,
  .mf-financial-report #financial-report-wrapper .block ul.block-element {
    -ms-grid-columns: 2fr (1fr)[6];
    grid-template-columns: 2fr repeat(6, 1fr);
  }
}

.mf-financial-report #financial-report-wrapper .block .block-header h4.category,
.mf-financial-report #financial-report-wrapper .block ul.block-element h4.category {
  display: none;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block .block-header h4.category,
  .mf-financial-report #financial-report-wrapper .block ul.block-element h4.category {
    display: inline-block;
  }
}

.mf-financial-report #financial-report-wrapper .block .block-header {
  border-bottom: 1px solid #DDDDDD;
  padding-top: 16px;
}

.mf-financial-report #financial-report-wrapper .block .block-header h4 {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #393939;
  padding-bottom: 16px;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block .block-header h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .mf-financial-report #financial-report-wrapper .block .block-header h4:not(.year) {
    text-align: center;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element {
  border-bottom: 1px solid #DDDDDD;
  height: auto;
  /* animate element expansion and contraction */
}

@media screen and (max-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element {
    /* contract element*/
    /* expand element*/
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive {
    -webkit-animation: inactive 0.2s ease-in-out forwards;
    animation: inactive 0.2s ease-in-out forwards;
    overflow: hidden;
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .title {
    position: relative;
    left: 16px;
    line-break: auto;
    word-wrap: normal;
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active {
    -webkit-animation: active 0.2s ease-in-out forwards;
    animation: active 0.2s ease-in-out forwards;
    overflow: hidden;
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .title {
    position: relative;
    left: 16px;
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active .icon-expand {
    margin-left: 0px;
  }
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active li.icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 38px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  font-size: 16px;
  gap: 8px;
  margin-bottom: 8px;
  margin-top: 8px;
  padding-left: 24px;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons {
    justify-self: center;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1199px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons:has(.icons-blank) {
    display: none;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons .news-spinner {
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  top: -25px;
  left: 0;
  width: 32px;
  height: 32px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 0;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons .news-spinner .tb-cf-spinnerwrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons .news-spinner .tb-cf-spinnerwrapper .tb-cf-spinner {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #998242;
  margin-bottom: 32px;
  -webkit-animation: 1s cfspin ease-in-out infinite;
  animation: 1s cfspin ease-in-out infinite;
  position: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 20rem;
  margin-top: 35px;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a {
  text-decoration: none;
  color: #998242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  text-transform: capitalize;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon {
    width: 24px;
    left: 2px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-download {
  display: none;
  width: 16px;
  height: 16px;
  background-image: url("/-/media/themes/trelleborg/global/trelleborgbasetheme/images/svg_icons/download.svg");
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-download {
    display: none;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-holder {
  width: 24px;
  height: 24px;
  background-color: #998242;
  display: block;
}

@media screen and (max-width: 1199px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-holder {
    position: relative;
    left: -2px;
    top: -1px;
  }
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-holder {
    display: block;
    width: 38px;
    height: 38px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-blank {
  background: lightblue;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-report {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/report.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/report.svg");
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-report {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/report.svg");
  }
}

@media screen and (max-width: 1199px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-report {
    left: 0;
    top: 0;
    margin-right: 4px;
  }
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-report {
    width: 32px;
    height: 32px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-webcast {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/webcast.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/webcast.svg");
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-webcast {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/webcast.svg");
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-esef {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/esef.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/esef.svg");
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-esef {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/esef.svg");
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-transcript {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/transcript.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/transcript.svg");
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-transcript {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/transcript.svg");
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-presentation {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/presentation.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/presentation.svg");
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-presentation {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/presentation.svg");
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-press-release {
  -webkit-mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/press release.svg");
  mask-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/press release.svg");
}

@media screen and (min-width: 120px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon .icon-press-release {
    background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/press release.svg");
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon img {
  display: none;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.icon img {
    display: none;
    height: 32px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.category {
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element li.icons a span.category {
    display: none;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #393939;
}

@media screen and (max-width: 1199px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title {
    cursor: pointer;
  }
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .icon-expand, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .icon-expand {
    display: none;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .icon-expand::before, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .icon-expand::before {
  content: "";
  display: block;
  width: 16px;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .title, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .title span.event-date, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .title span.event-date {
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .mf-financial-report #financial-report-wrapper .block ul.block-element.active li.element-title .title span.event-date, .mf-financial-report #financial-report-wrapper .block ul.block-element.inactive li.element-title .title span.event-date {
    margin-bottom: 8px;
  }
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active .icon-expand {
  position: relative;
  top: 16px;
  left: 8px;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.active .icon-expand::before {
  height: 1px;
  background-image: url("/-/media/themes/trelleborg/global/trelleborgbasetheme/images/svg_icons/accordion-minus.svg");
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.inactive .icon-expand {
  position: relative;
  top: 8px;
  left: 8px;
}

.mf-financial-report #financial-report-wrapper .block ul.block-element.inactive .icon-expand::before {
  height: 16px;
  background-image: url("/-/media/themes/trelleborg/global/trelleborgbasetheme/images/svg_icons/accordion-plus.svg");
}

@-webkit-keyframes inactive {
  0% {
    min-height: auto;
    background: #FAFAFA;
  }
  100% {
    height: auto;
    background: #FFFFFF;
  }
}

@keyframes inactive {
  0% {
    min-height: auto;
    background: #FAFAFA;
  }
  100% {
    height: auto;
    background: #FFFFFF;
  }
}

@-webkit-keyframes active {
  0% {
    height: auto;
    background: #FFFFFF;
  }
  100% {
    min-height: auto;
    background: #FAFAFA;
  }
}

@keyframes active {
  0% {
    height: auto;
    background: #FFFFFF;
  }
  100% {
    min-height: auto;
    background: #FAFAFA;
  }
}
