/*
    - Name: "full.scss"
    - Description: "Add custom styles to view mode: full (Sound Cut)."
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.node--type-sound-cut.node--view-mode-full .sound-cut__title {
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  font-family: "Georgia Bold", sans-serif;
}

@media (min-width: 992px) {
  .node--type-sound-cut.node--view-mode-full .sound-cut__title {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
.node--type-sound-cut.node--view-mode-full .field--name-body, .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound {
  margin-top: 24px;
  font-family: "Georgia", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 992px) {
  .node--type-sound-cut.node--view-mode-full .field--name-body, .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
.node--type-sound-cut.node--view-mode-full .field--name-body .field__label, .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound .field__label {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Georgia Bold", sans-serif;
}

@media (min-width: 992px) {
  .node--type-sound-cut.node--view-mode-full .field--name-body .field__label, .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound .field__label {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
.node--type-sound-cut.node--view-mode-full .field--name-body p, .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound p {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 992px) {
  .node--type-sound-cut.node--view-mode-full .field--name-body p, .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound p {
    font-size: 1.375rem;
    line-height: 2.125rem;
  }
}
.node--type-sound-cut.node--view-mode-full .field--name-body p:empty, .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound p:empty {
  margin: 0;
}

.node--type-sound-cut.node--view-mode-full .field--name-body p:empty:not(:has(*)), .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound p:empty:not(:has(*)) {
  display: none;
}

.node--type-sound-cut.node--view-mode-full .field--name-body p:empty, p:has(.node--type-sound-cut.node--view-mode-full .field--name-bodynbsp, .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-soundnbsp), .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound p:empty {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}

.node--type-sound-cut.node--view-mode-full .field--name-body a, .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound a {
  color: var(--gray-one);
}

.node--type-sound-cut.node--view-mode-full .field--name-body a:hover, .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound a:hover {
  color: var(--text-color);
}

.node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound {
  margin-top: 24px;
}

.node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound .field__label {
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Georgia Bold", sans-serif;
}

@media (min-width: 992px) {
  .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound .field__label {
    font-size: 1.125rem;
    line-height: 24x;
  }
}
.node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound p {
  font-family: "Georgia", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 992px) {
  .node--type-sound-cut.node--view-mode-full .field--name-field-transcription-sound p {
    font-size: 1.125rem;
    line-height: 24x;
  }
}
.node--type-sound-cut.node--view-mode-full .field--type-file {
  margin-top: 24px;
}

.node--type-sound-cut.node--view-mode-full .field--name-download {
  margin-top: 16px;
}

.node--type-sound-cut.node--view-mode-full .field--name-download a {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-right: 32px;
  color: var(--text-color);
  font-size: 1rem;
  line-height: 1.5rem;
}

.node--type-sound-cut.node--view-mode-full .field--name-download a::after {
  content: "\e93d";
  position: absolute;
  right: 0;
  color: var(--text-color);
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-family: "icomoon";
  font-size: 1.5rem;
  line-height: 1;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.node--type-sound-cut.node--view-mode-full .field--name-download a:hover {
  text-decoration: none;
}

.node--type-sound-cut.node--view-mode-full .field--name-download a:focus-visible {
  margin: 2px;
  padding-left: 6px;
}
/*# sourceMappingURL=full.css.map */
