@charset "UTF-8";
.component.modfinwidget h2.component-header {
  line-height: 32px;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 1023px) {
  .component.modfinwidget h2.component-header {
    line-height: 36px;
    font-size: 28px;
  }
}

.mfn-key-figures {
  background: #FFFFFF;
  max-width: 100%;
  font-family: "Libre Franklin", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mfn-key-figures * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.mfn-key-figures .component-content {
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .mfn-key-figures .component-content {
    margin: 8px 0;
    padding: 0 8px;
  }
}

.mfn-key-figures ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 24px;
  /*
    • apply-li-styles(break-point, a, b, c);

    • break-point = windows width
    • a, b, b = index of the element that should have a border-right
    • border-left is added automatically for every element
    • border-right is added automatically to the last element
    */
}

.mfn-key-figures ul li {
  border-top: 1px solid #DDDDDD;
}

.mfn-key-figures ul li:last-of-type {
  border-bottom: 1px solid #DDDDDD;
}

.mfn-key-figures ul li .kf-icon {
  width: 48px;
  height: 48px;
  background-size: 100%;
}

.mfn-key-figures ul li:first-child .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/net_sales.svg");
}

.mfn-key-figures ul li:nth-child(2) .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/Organic_sales.svg");
}

.mfn-key-figures ul li:nth-child(3) .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/EBIT.svg");
}

.mfn-key-figures ul li:nth-child(4) .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/EBIT_percentage.svg");
}

.mfn-key-figures ul li:nth-child(5) .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/Operating_cashflow.svg");
}

.mfn-key-figures ul li:nth-child(6) .kf-icon {
  background-image: url("/-/media/Foundation/Trelleborg/Icons/Modfin%20Widget%20Icons/Earnings_per_share.svg");
}

@media screen and (min-width: 500px) {
  .mfn-key-figures ul li:nth-of-type(odd), .mfn-key-figures ul li:nth-of-type(even) {
    border: none;
    border-left: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:nth-of-type(2), .mfn-key-figures ul li:nth-of-type(4), .mfn-key-figures ul li:nth-of-type(6) {
    border-right: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:last-of-type {
    border-right: 1px solid #DDDDDD;
  }
}

@media screen and (min-width: 768px) {
  .mfn-key-figures ul li:nth-of-type(odd), .mfn-key-figures ul li:nth-of-type(even) {
    border: none;
    border-left: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:nth-of-type(3), .mfn-key-figures ul li:nth-of-type(6), .mfn-key-figures ul li:nth-of-type(9) {
    border-right: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:last-of-type {
    border-right: 1px solid #DDDDDD;
  }
}

@media screen and (min-width: 990px) {
  .mfn-key-figures ul li:nth-of-type(odd), .mfn-key-figures ul li:nth-of-type(even) {
    border: none;
    border-left: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:nth-of-type(4), .mfn-key-figures ul li:nth-of-type(8), .mfn-key-figures ul li:nth-of-type(12) {
    border-right: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:last-of-type {
    border-right: 1px solid #DDDDDD;
  }
}

@media screen and (min-width: 1440px) {
  .mfn-key-figures ul li:nth-of-type(odd), .mfn-key-figures ul li:nth-of-type(even) {
    border: none;
    border-left: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:nth-of-type(6), .mfn-key-figures ul li:nth-of-type(12), .mfn-key-figures ul li:nth-of-type(18) {
    border-right: 1px solid #DDDDDD;
  }
  .mfn-key-figures ul li:last-of-type {
    border-right: 1px solid #DDDDDD;
  }
}

.mfn-key-figures ul li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  padding: 32px 0;
  width: 229px;
  padding: 16px;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .mfn-key-figures ul li {
    border: none;
  }
}

.mfn-key-figures ul li span {
  font-weight: 400;
  text-align: center;
  color: #393939;
}

.mfn-key-figures ul li span.name {
  font-size: 16px;
  line-height: 32px;
}

.mfn-key-figures ul li span.value {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.mfn-key-figures ul li span.label {
  font-size: 12px;
  line-height: 28px;
}
