/*
    - Name: "team.scss"
    - Description: "Add custom styles to Team Block"
*/
/* @mixin button($background, $font) {
  position: relative;
  display: flex;
  place-content: center center;
  align-items: center;
  align-self: center;
  width: fit-content;
  padding: 10px 24px;
  border: 1px solid $background;
  border-radius: 100px;
  background-color: $background;
  color: $font !important;
  text-decoration: none;

  &::before {
    content: '\e90d';
    z-index: 2;
    display: inline-block;
    margin-right: 20px;
    color: $font;

    @include icomoon(16px);

  }
  &::after {
    content: '\e90e';
    z-index: 2;
    display: inline-block;
    margin-left: 20px;
    color: $font;

    @include icomoon(16px);
  }

  &:hover {
    border: 2px solid $primary-color;
    font-weight: bold;
    //transition: 0.25s ease-in-out;
  }

  &:disabled {
    border: 1px solid $primary-gray;
    background-color: $primary-gray;
    color: $primary-gray;

  }
} */
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team {
  position: relative;
  border-bottom: 1px solid var(--light-grey);
  color: var(--black);
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team .form-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  padding: 20px 0;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-optical-sizing: auto;
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team .form-wrapper[open=""] {
  padding-bottom: 12px;
  border-bottom: none;
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team .form-wrapper[open=""] summary {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  transition: all 0.4s ease;
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team .form-wrapper[open=""] summary::after {
  transform: rotate(180deg);
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: var(--font-18);
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team summary::marker {
  color: transparent;
  visibility: hidden;
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team summary::after {
  content: "\e922";
  display: block;
  color: var(--primary-color);
  transition: transform 0.4s ease;
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 0.5rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team .details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0;
  border-radius: 0;
  font-size: var(--font-13);
  line-height: 1.125rem;
}
@media (min-width: 992px) {
  .block-inline-blockteam-block .field--name-field-people .paragraph--type--team .details-wrapper {
    flex-direction: row;
  }
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team .details-wrapper .field--name-field-name {
  display: none;
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team .details-wrapper .field--name-field-body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team .details-wrapper .blazy {
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-bottom: 0;
}
.block-inline-blockteam-block .field--name-field-people .paragraph--type--team .details-wrapper .blazy img {
  border-radius: 20px;
}
/*# sourceMappingURL=team.css.map */
