*, *::before, *::after {
  box-sizing: border-box;
}

.medlemsfordeler-page {
  padding-top: 145px;
  min-height: 100vh;
}
.medlemsfordeler-page .content {
  margin: auto;
  padding-inline: 20px;
}
.medlemsfordeler-page .text {
  margin-bottom: 60px;
}
.medlemsfordeler-page .text .headinp {
  font-family: "LingkawiSouth", "Roboto", sans-serif;
  font-size: 22px !important;
  font-weight: 800;
  color: #141a3a;
  margin-bottom: 0px !important;
}
.medlemsfordeler-page .text h1 {
  font-size: 28px;
  color: #141a3a;
  font-family: "Stampa", "Roboto", sans-serif;
  margin-bottom: 15px;
}
.medlemsfordeler-page .text .intro {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #1F1F1F;
  max-width: 600px;
}
.medlemsfordeler-page .company-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.medlemsfordeler-page .company {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 18px;
}
.medlemsfordeler-page .company img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 20px;
}
.medlemsfordeler-page .company .flex-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.medlemsfordeler-page .company .info h3 {
  font-family: "Stampa", "Roboto", sans-serif;
  font-size: 16px;
  color: #141a3a;
  margin: 0;
}
.medlemsfordeler-page .company .info p {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #1F1F1F;
  margin-top: 3px;
}
.medlemsfordeler-page .company .actions {
  display: flex;
  gap: 12px;
}
.medlemsfordeler-page .company .actions a {
  width: 26px;
  height: 26px;
  background: white;
  color: #b6a265;
  border: 1px solid rgba(182, 162, 101, 0.5882352941);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-decoration: none;
  transition: 0.2s;
}
.medlemsfordeler-page .company .actions a:hover {
  transform: translateY(-2px);
}

@media (min-width: 1140px) {
  .medlemsfordeler-page .content {
    padding-inline: 50px;
  }
  .medlemsfordeler-page .text h1 {
    font-size: 55px;
  }
  .medlemsfordeler-page .text .headinp {
    font-family: "LingkawiSouth", "Roboto", sans-serif;
    font-size: 35px !important;
    font-weight: 800;
    color: #141a3a;
    margin-bottom: -11px !important;
  }
  .medlemsfordeler-page .company .flex-actions {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .medlemsfordeler-page .company .info h3 {
    font-size: 20px;
  }
  .medlemsfordeler-page .company .actions a {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}/*# sourceMappingURL=medlemsfordeler.css.map */