body {
  font-family: manrope, "Open Sans", sans-serif !important;
}

html,
body {
  font-size: 16px !important;
  line-height: 1.45 !important;
}

.menhammar-api-webapp * {
  font-family: manrope, "Open Sans", sans-serif !important;
}
.menhammar-api-webapp h1,
.menhammar-api-webapp h2,
.menhammar-api-webapp h3,
.menhammar-api-webapp h4 {
  font-family: "aleo light", serif !important;
}

.sv-tables .page-wrapper {
  max-width: unset !important;
}
.sv-tables .dt-button,
.sv-tables .btn-example-load-more {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
  border-radius: 0 !important;
}
.sv-tables .con-horse-profile__board {
  background-color: unset !important;
}
.sv-tables .con-horse-profile__board .sv-column-8.sv-push-2 {
  grid-column: 3/span 8 !important;
}
.sv-tables .con-horse-profile__line {
  display: none !important;
}
.sv-tables .con-horse-profile .sv-column-10.sv-push-1 {
  grid-column: 3/span 8 !important;
}
.sv-tables .con-horse-profile__lineage-wrapper--link {
  display: flex;
  justify-content: right;
}
.sv-tables .con-horse-profile__lineage-wrapper--link a {
  display: block;
  padding: var(--dvz-spacing-x-small) var(--dvz-spacing-xxm-large) var(--dvz-spacing-x-small) var(--dvz-spacing-large);
  background-color: var(--dvz-color-greyscale-black);
  color: var(--dvz-color-greyscale-white) !important;
  text-decoration: none !important;
  position: relative;
}
.sv-tables .con-horse-profile__lineage-wrapper--link a:hover, .sv-tables .con-horse-profile__lineage-wrapper--link a:focus, .sv-tables .con-horse-profile__lineage-wrapper--link a:active {
  text-decoration: underline !important;
}
.sv-tables .con-horse-profile__lineage-wrapper--link a::after {
  position: absolute;
  right: var(--dvz-spacing-medium);
  top: 10px;
  content: url(/icons/arrow-right.svg);
  filter: brightness(0) saturate(100) invert(100);
}

table.dataTable.stripe.green tbody tr,
table.dataTable.display tbody tr {
  background-color: #e5ebee !important;
}
table.dataTable.stripe.green tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f7f7f7 !important;
}

.dvz-mobile-navigation {
  color: #fff !important;
  justify-content: flex-end !important;
}
.dvz-mobile-navigation button,
.dvz-mobile-navigation a {
  color: #fff !important;
}
@media screen and (max-width: 1023px) {
  .dvz-mobile-navigation {
    background-color: #000 !important;
    color: #fff !important;
  }
}

.sv-marketplace-sitevision-mobile-menu {
  color: #fff !important;
}
.sv-marketplace-sitevision-mobile-menu button,
.sv-marketplace-sitevision-mobile-menu a {
  color: #fff !important;
}
.sv-marketplace-sitevision-mobile-menu nav dialog {
  background-color: #000 !important;
  color: #fff !important;
}

.iw-horse__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iw-horse__content > div {
  width: 100%;
  max-width: 1320px;
}

.dvz-persons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 3rem;
  text-align: left;
  margin-bottom: 3rem;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1199px) {
  .dvz-persons {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 799px) {
  .dvz-persons {
    grid-template-columns: 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
  }
}
@media screen and (max-width: 499px) {
  .dvz-persons {
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    width: 250px;
  }
}
.dvz-persons.dvz-person-details {
  grid-template-columns: 1fr;
}

.dvz-person {
  display: grid;
  grid-template-rows: 300px auto;
}

@media screen and (max-width: 799px) {
  .dvz-person {
    align-items: center;
  }
}
.dvz-person a,
.dvz-person a:link,
.dvz-person a:visited {
  text-decoration: none;
  color: #000;
}

.dvz-person a:hover,
.dvz-person a:focus,
.dvz-person a:active {
  text-decoration: underline !important;
}

.dvz-person__image {
  display: flex;
  justify-content: flex-start;
}

.dvz-person__image img {
  width: 100% !important;
  height: 300px !important;
  max-width: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.dvz-person-details .dvz-person__image img {
  width: 300px !important;
  height: 300px !important;
}

.dvz-person__content {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.dvz-person__name {
  font-family: manrope, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #000;
  margin-bottom: 0.5rem;
}

/* .dvz-person__name a:link,
.dvz-person__name a:visited{
    color: #3b3f3d;
} */
.dvz-person__horse-row {
  height: 2rem;
  display: flex;
  align-items: flex-end;
}

.dvz-person__horse {
  font-family: manrope, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 2px;
  text-indent: -0.8rem;
  padding-left: 1.4rem;
  text-align: left !important;
}

.dvz-person__photo {
  font-family: manrope, sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  margin-top: 1rem;
  text-align: left !important;
}

.dvz-person__horse a,
.dvz-person__horse a:link,
.dvz-person__horse a:visited {
  color: #000000;
}

div.dvz-person__horse::before {
  content: url(/icons/horse.svg);
  vertical-align: middle;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-bottom: 2px;
}

.dvz-person__horse span.sv-font-hastnamn {
  text-indent: -0.4rem;
  padding-left: 0.7rem;
}

.dvz-person__horse span.sv-font-hastnamn::before {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2px;
}

.dvz-person__horse__wrapper {
  display: flex;
  justify-content: center;
}

.dvz-person__title-and-role {
  margin: 1rem 0 10px;
}

.dvz-person__title,
.dvz-person__role,
.dvz-person__location {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  color: #000000;
  line-height: inherit;
}

.dvz-person__more-info {
  flex-grow: 2;
}

.dvz-person__contact:has(div) {
  margin: 0.5rem 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-grow: 100;
}

.dvz-person__extras {
  display: flex;
  flex-direction: column;
  flex-grow: 1000;
  justify-self: flex-end;
}

.dvz-person__additional-info,
.dvz-person__horses {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.dvz-person__additional-info:has(a) {
  flex-grow: 2;
}

.dvz-person__horses {
  flex-grow: 2;
  justify-content: flex-end;
  height: 58px;
  position: relative;
}

.dvz-person__additional-info__content p.normal {
  font-size: 0.875rem;
}

.dvz-person__additional-info-header,
.dvz-person__horses-header {
  font-family: manrope, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  color: #000;
  line-height: inherit;
  position: relative;
  z-index: 1;
}

.dvz-person__horses-header:has(.env-collapse--expanded) {
  z-index: 3;
}

.dvz-person__additional-info-header a,
.dvz-person__horses-header a {
  text-decoration: none;
  font-family: "aleo light";
  font-size: 0.875rem;
  font-weight: 500;
  color: #000 !important;
  border-left: none !important;
  border-right: none !important;
  text-transform: uppercase !important;
}
.dvz-person__additional-info-header a:hover, .dvz-person__additional-info-header a:focus, .dvz-person__additional-info-header a:active,
.dvz-person__horses-header a:hover,
.dvz-person__horses-header a:focus,
.dvz-person__horses-header a:active {
  text-decoration: underline !important;
}

.dvz-person__horses__content.env-collapse--show {
  border-bottom: 1px solid #000 !important;
  position: absolute;
  width: -webkit-fill-available;
  top: 57px;
  z-index: 20;
  margin: 0 !important;
}

.env-collapse {
  background-color: #fff;
  padding: 1rem;
}