/*
    - Name: "search-index.scss"
    - Description: "Add custom styles to view mode: search-index (Sound Cut)."
*/
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.node--type-sound-cut.node--view-mode-search-index .node__content {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-md);
  height: 100%;
  padding: var(--spacing-xs);
  border: 1px solid var(--gray-three);
}

.node--type-sound-cut.node--view-mode-search-index .node__content > p {
  height: 44px;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-family: "Georgia Bold", sans-serif;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.node--type-sound-cut.node--view-mode-search-index .node__content audio {
  width: 100%;
}

.node--type-sound-cut.node--view-mode-search-index .node__content 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-search-index .node__content 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-search-index .node__content a:hover {
  text-decoration: none;
}

.node--type-sound-cut.node--view-mode-search-index .node__content .field--name-download {
  margin-top: auto;
}
/*# sourceMappingURL=search-index.css.map */
