/*
    - Name: "token.scss"
    - Description: "Add custom styles to Contact, view modes: token."
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.node--type-contact.node--view-mode-token {
  height: 100%;
}

.node--type-contact.node--view-mode-token * {
  height: 100%;
}

.node--type-contact.node--view-mode-token .node__content {
  display: grid;
  gap: 8px;
}

.node--type-contact.node--view-mode-token .node__content::after {
  display: none;
}

.node--type-contact.node--view-mode-token .node__content .block {
  height: unset;
}

.node--type-contact.node--view-mode-token .node__content .block * {
  height: unset;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-extra-field-blocknodecontactshow-title .field--name-title-text {
  font-size: 1.375rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__position {
  margin-bottom: 24px;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__position .field--name-position {
  font-size: 1.375rem;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__location, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__phone, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__email, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__geolocation {
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing-sm);
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__location::before, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__phone::before, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__email::before, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__geolocation::before {
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.25rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__location a, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__phone a, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__email a, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__geolocation a {
  color: var(--text-color);
  word-break: break-word;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__location a:hover, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__phone a:hover, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__email a:hover, .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__geolocation a:hover {
  text-shadow: 0.5px 0 0 currentcolor;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__location::before {
  content: "\e904";
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__phone::before {
  content: "\e903";
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__email::before {
  content: "\e901";
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__geolocation::before {
  content: "\e933";
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__social_links {
  margin-top: 24px;
  line-height: 1;
}

@media (min-width: 992px) {
  .node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__social_links {
    margin-top: auto;
  }
}
.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__social_links * {
  line-height: 1;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__social_links .content {
  text-align: right;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__social_links .content ul {
  display: inline-flex;
  gap: 12px;
  margin: 0;
  padding: 0;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__social_links .content ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 28px;
  min-height: 28px;
  padding: 6px;
  border-radius: 8px;
  background-color: var(--primary-shade);
  transition: var(--base-trans);
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__social_links .content ul li a svg {
  height: 16px;
  color: var(--white);
  transition: opacity var(--base-trans);
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__social_links .content ul li a svg:hover {
  opacity: 0.8;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__social_links .content ul li a .social-username {
  display: none;
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__social_links .content ul li a:hover {
  background-color: var(--white);
}

.node--type-contact.node--view-mode-token .node__content .layout__region--content .block-field__social_links .content ul li a:hover svg {
  color: var(--primary-shade);
}
/*# sourceMappingURL=token.css.map */
