@charset "UTF-8";
/* Bootstrap
--------------------------------------------- */
/* Single Person Styles */
@media (min-width: 768px) {
  .single-sunflower_person .sunflower-person.display-single > .entry-header {
    padding-bottom: 35px;
  }
}
.single-sunflower_person .sunflower-person__offices, .single-sunflower_person .sunflower-person__meta {
  list-style: none;
  padding: 0;
  margin: 0.5em 0 0;
}
.single-sunflower_person .sunflower-person__offices li a, .single-sunflower_person .sunflower-person__meta li a {
  opacity: 1;
  text-decoration: none;
}
.single-sunflower_person .sunflower-person__offices li a i, .single-sunflower_person .sunflower-person__meta li a i {
  color: #000;
}
.single-sunflower_person .sunflower-person__offices__website, .single-sunflower_person .sunflower-person__meta__website {
  font-size: 87%;
}
.single-sunflower_person .sunflower-person__offices__email, .single-sunflower_person .sunflower-person__meta__email {
  font-size: 87%;
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-sunflower_person .sunflower-person__socialmedia ul {
  padding: 0.5em 0 0;
  margin: 0;
  display: flex;
  gap: 0.5em;
}
.single-sunflower_person .sunflower-person__socialmedia ul li {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #008939;
  border-radius: 50%;
}
.single-sunflower_person .sunflower-person__socialmedia ul li a {
  opacity: 1;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.single-sunflower_person .sunflower-person__socialmedia ul li a i {
  color: #fff;
}
.single-sunflower_person .wp-block-quote {
  padding: 1em 1.5em;
  border-left: 4px solid #008939;
}
.single-sunflower_person .wp-block-quote::before {
  content: "„";
  font-size: 4em;
  line-height: 1em;
  position: relative;
  color: #008939;
  font-family: serif;
  font-weight: 700;
  bottom: 20px;
  padding-right: 5px;
}
.single-sunflower_person .wp-block-quote::after {
  content: "“";
  font-size: 4em;
  line-height: 0;
  position: relative;
  color: #008939;
  font-family: serif;
  font-weight: 700;
  right: 10px;
  bottom: -22px;
  padding-left: 15px;
}
.single-sunflower_person .wp-post-image {
  object-fit: cover;
  padding-bottom: 10px;
}

.sunflower-person-post-excerpt {
  padding: 10px;
  margin-bottom: 0;
}
.sunflower-person-post-excerpt .entry-content p {
  font-size: 85%;
  margin-bottom: 1em;
}

.person-managers-tokens {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}

.manager-token {
  background: #e5f3e8;
  border: 1px solid #99c19e;
  border-radius: 12px;
  padding: 2px 6px;
  font-size: 13px;
}

.manager-token button.remove-token {
  background: none;
  border: none;
  color: #333;
  margin-left: 4px;
  cursor: pointer;
}

.manager-token button.remove-token:hover {
  color: #000;
}

.person-employees-tokens {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 4px;
}

/* For related posts */
.single-sunflower_person .container.container-narrow .wp-block-columns {
  flex-wrap: nowrap;
}
.single-sunflower_person .container.container-narrow .wp-block-columns .wp-block-column img {
  object-fit: cover;
  height: auto;
  max-height: 250px;
}
@media (max-width: 767px) {
  .single-sunflower_person .container.container-narrow .wp-block-columns {
    flex-direction: column;
    gap: 1.5rem;
  }
  .single-sunflower_person .container.container-narrow .wp-block-columns > .wp-block-column {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=sunflower-persons.css.map */
