:root {
  --mdc-theme-primary-light: rgba(2, 119, 189, 0.15);
}

.hero-container {
  display: table;
  margin-bottom: -1.5rem;
}
.hero-container .hero-content {
  display: table-cell;
}
.hero-container .hero-content h1 {
  color: var(--mdc-theme-primary, #14294D);
  font-size: 3.125rem;
}
.hero-container .hero-content p {
  color: var(--mdc-theme-primary, #14294D);
  font-size: 1rem;
}

.hero-image {
  background: url("/images/mission_hero.png") center/cover no-repeat;
  color: #fff;
  padding: 50px 0; /* Adjust padding as needed */
  position: relative;
  text-align: center;
  height: 25vh;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: -15px;
}

/* Optional: Add a color overlay for better text readability */
.hero-image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 1;
}

/* Ensure the text appears above the overlay */
.hero-image > .mdc-layout-grid {
  position: relative;
  z-index: 2;
}

@media (max-width: 800px) {
  .hero-image {
    margin-right: -250px;
  }
}
.mdc-card__media--square {
  border-radius: 50%;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 15px;
  width: 60px;
  min-width: 60px;
  height: 60px;
  position: relative;
}

.mdc-card__media--square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.horiz-card__primary-action .card__html-content {
  margin-left: 1rem;
  margin-top: 0;
}
.horiz-card__primary-action .card__html-content p {
  margin-top: 0;
}

.horiz-card__primary {
  margin-top: 0;
  padding-top: 0;
}

.horiz-card__primary:first-child {
  margin-top: 0;
}

.horiz-card__primary-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}

:root {
  --mdc-theme-primary-light: rgba(2, 119, 189, 0.15);
}

.blog-post {
  height: 14.2rem;
}
.blog-post .mdc-card__content {
  padding-left: 1rem;
  padding-right: 1rem;
}
.blog-post .horiz-card__subtitle {
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  width: calc(100% - 30px);
  margin-right: -20px;
  overflow-x: hidden;
  margin-top: -20px;
  white-space: nowrap;
}
.blog-post .blog-post--header {
  margin-bottom: 10px;
  float: left;
}
.blog-post .blog-post--header .mdc-image-list__image-aspect-container {
  height: 50px;
  width: 50px;
}
.blog-post .blog-post--header img {
  border-radius: 50%;
  margin-right: 15px;
}
.blog-post .blog-post--header .button.pull-right {
  margin-left: 5px;
}
.blog-post .blog-post--header a:hover {
  text-decoration: underline;
}
.blog-post .blog-post--header .blog-post--header-img-container.soften {
  opacity: 0.7;
}
.blog-post .blog-post--header .blog-post--header-details {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.4;
  padding-left: 10px;
  text-rendering: auto;
}
.blog-post .blog-post--header .blog-post--header-details.darken h5 {
  color: #444444;
  font-weight: bold;
}
.blog-post .blog-post--header .blog-post--header-details.soften h5 {
  color: #888;
}
.blog-post .blog-post--header .blog-post--header-details h5 {
  margin-top: 2px;
  margin-left: -2px;
  font-size: 15px;
}
.blog-post .blog-post--header .blog-post--header-details .blog-post--header-details--name {
  color: #888;
}
.blog-post .blog-post--header .blog-post--header-details .blog-post--header-details--date {
  color: rgb(58.3333333333%, 58.3333333333%, 58.3333333333%);
}

:root {
  --mdc-theme-primary-light: rgba(2, 119, 189, 0.15);
}

.livehive-info-card {
  border-radius: 15px;
  height: 280px;
}
@media (max-width: 800px) {
  .livehive-info-card {
    height: 280px;
  }
}
.livehive-info-card .livehive-info-card--header-bar {
  height: 227px;
}
.livehive-info-card .livehive-info-card--header-bar .livehive-info-card--header-bar--img {
  position: absolute;
  height: 75px;
  width: 75px;
  object-fit: cover;
}
.livehive-info-card .livehive-info-card--header-bar .livehive-info-card--header-bar--title {
  color: var(--mdc-theme-primary, #14294D);
  height: 80px;
  margin-left: 80px;
  display: table;
  font-family: "Arial Black", "Arial-BoldMT", sans-serif !important;
  text-transform: uppercase;
}
.livehive-info-card .livehive-info-card--header-bar .livehive-info-card--header-bar--title * {
  font-size: var(--mdc-typography-headline6-font-size, 1.5rem);
  line-height: 1.1;
}
.livehive-info-card .livehive-info-card--header-bar .livehive-info-card--header-bar--title a {
  color: unset;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  font-family: "Arial Black", "Arial-BoldMT", sans-serif !important;
}
.livehive-info-card .livehive-info-card--header-bar .livehive-info-card--header-bar--subtitle {
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  width: calc(100% - 30px);
  margin-right: -20px;
  overflow-x: hidden;
  margin-top: -20px;
  white-space: nowrap;
}
.livehive-info-card .livehive-info-card--content {
  color: rgba(0, 0, 0, 0.65);
  padding-left: 1rem;
  padding-right: 1rem;
}
.livehive-info-card .mdc-card__actions * {
  font-family: "Arial Black", "Arial-BoldMT", sans-serif !important;
}
.livehive-info-card .mdc-card__action--button {
  font-family: "Arial Black", "Arial-BoldMT", sans-serif !important;
}

:root {
  --mdc-theme-primary-light: rgba(2, 119, 189, 0.15);
}

.faq__questions-container {
  padding: 1rem;
}

.newsletter-post {
  margin-bottom: 2rem;
}
.newsletter-post .horiz-card__subtitle {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.newsletter-post .horiz-card__title {
  margin-top: 0;
  margin-bottom: 0;
}
.newsletter-post .newsletter-post__content {
  margin-left: 1rem;
  margin-top: 1rem;
}

:root {
  --mdc-theme-primary-light: rgba(2, 119, 189, 0.15);
}

.livehive-performance-container {
  border-radius: 15px;
  overflow: hidden;
}

.livehive-performance-options-section {
  margin-bottom: 2rem;
}
.livehive-performance-options-section button {
  min-width: 275px;
}
.livehive-performance-options-section .mdc-typography--subtitle1 {
  margin-block-end: 0.2rem;
}

.performance-data .livehive-performance--playbutton {
  display: inline;
}
.performance-data .livehive-performance--stopbutton {
  display: none;
}
.performance-data.performance--current .livehive-performance--playbutton {
  display: none;
}
.performance-data.performance--current .livehive-performance--stopbutton {
  display: inline;
}

.livehive-performance-container {
  border: 2px solid transparent;
}
.livehive-performance-container .livehive-performance--playbutton {
  display: inline;
}
.livehive-performance-container .livehive-performance--stopbutton {
  display: none;
}
.livehive-performance-container.performance--current {
  border: 2px solid #03a0f9;
}
.livehive-performance-container.performance--current .livehive-performance--playbutton {
  display: none;
}
.livehive-performance-container.performance--current .livehive-performance--stopbutton {
  display: inline;
}
.livehive-performance-container a {
  text-decoration: none;
}
.livehive-performance-container a:hover {
  text-decoration: underline;
}
.livehive-performance-container .cover-art {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.livehive-performance-container .livehive-performance-text-line {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  white-space: nowrap;
  overflow-x: hidden;
}
.livehive-performance-container .livehive-performance-text-line:first-child {
  font-size: 1rem;
  margin-top: 0.5rem;
}
.livehive-performance-container .livehive-performance-text-line:first-child * {
  color: rgba(0, 0, 0, 0.6);
}
.livehive-performance-container .livehive-performance-text-line:not(:first-child) {
  font-size: 0.9rem;
  margin-top: 0;
}
.livehive-performance-container .livehive-performance-text-line:not(:first-child) * {
  color: rgba(0, 0, 0, 0.5);
}
.livehive-performance-container .livehive-performance-text-line:last-child {
  margin-bottom: 0.5rem;
}
.livehive-performance-container .livehive-performance-topbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 2rem;
  background-color: rgba(0, 0, 0, 0.25);
  display: table;
}
.livehive-performance-container .livehive-performance-topbar * {
  color: #ffffff;
}
.livehive-performance-container .livehive-performance-topbar .livehive-performance-topbar-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 0.7rem;
  margin-top: 0.3rem;
}
.livehive-performance-container .livehive-performance-topbar .livehive-performance-date {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 0.5rem;
  font-size: 0.7rem;
  margin-top: 0.3rem;
}
.livehive-performance-container .livehive-performance-topbar .livehive-performance-controls {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 0.75rem;
  font-size: 1.7rem;
  margin-top: 0.3rem;
}
.livehive-performance-container .livehive-performance-topbar .livehive-performance-controls a:hover {
  text-decoration: none !important;
}

.livehive-single-performance-container .livehive-performance-topbar {
  height: 4rem;
}
.livehive-single-performance-container .livehive-performance-topbar .livehive-performance-topbar-text {
  font-size: 1rem;
  visibility: hidden;
}
.livehive-single-performance-container .livehive-performance-topbar .livehive-performance-date {
  padding-left: 15px;
  font-size: 1rem;
}
.livehive-single-performance-container .livehive-performance-topbar .livehive-performance-controls {
  padding-right: 20px;
}
.livehive-single-performance-container .livehive-performance-topbar .livehive-performance-controls .material-symbols-outlined {
  font-size: 35px;
}

@media (max-width: 1060px) {
  .livehive-performance-container {
    grid-column-end: span 4;
  }
}
@media (max-width: 800px) {
  .livehive-performance-container {
    grid-column-end: span 4;
  }
  .livehive-performance-container .livehive-performance-topbar {
    height: 4rem;
  }
  .livehive-performance-container .livehive-performance-topbar .livehive-performance-topbar-text {
    font-size: 1rem;
  }
  .livehive-performance-container .livehive-performance-topbar .livehive-performance-date {
    padding-left: 15px;
    font-size: 1rem;
  }
  .livehive-performance-container .livehive-performance-topbar .livehive-performance-controls {
    padding-right: 20px;
  }
  .livehive-performance-container .livehive-performance-topbar .livehive-performance-controls .material-symbols-outlined {
    font-size: 35px;
    margin-left: 10px;
  }
}
.profile-image--large {
  object-fit: cover;
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.profile-image--medium {
  height: 35px;
  width: 35px;
}
.profile-image--medium a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.profile-image--medium img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  height: 35px;
  width: 35px;
}

.profile-image--small {
  display: table-cell;
  height: 35px;
  width: 35px;
}
.profile-image--small a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.profile-image--small img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  height: 35px;
  width: 35px;
}

.profile-image--tiny {
  display: table-cell;
  height: 15px;
  width: 15px;
}
.profile-image--tiny a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.profile-image--tiny img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  height: 15px;
  width: 15px;
}

:root {
  --mdc-theme-primary-light: rgba(2, 119, 189, 0.15);
}

body {
  margin: 0;
  background-color: #FFF;
}

.mdc-top-app-bar {
  background: #FFF;
  color: #14294D;
}
.mdc-top-app-bar .mdc-top-app-bar__title {
  text-transform: uppercase;
  font-family: "Arial Black", "Arial-BoldMT", sans-serif !important;
}

.mdc-top-app-bar__title a {
  color: unset;
  text-decoration: none;
}

#mdc-drawer .mdc-list-item__text {
  margin-left: 30px;
}

#mdc-drawer .mdc-list {
  margin-top: 10px;
}

#mdc-drawer .mdc-list-item {
  margin-top: 15px;
}

#mdc-drawer .mdc-list-divider {
  margin-top: 15px;
}

a {
  color: var(--mdc-theme-primary, #14294D);
}

.hide {
  display: none !important;
}

.material-symbols-filled {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48;
}

#btn-livehive-home--smaller {
  display: none;
}

#btn-livehive-home--larger {
  display: inline;
}

.mdc-text-field button {
  height: 100%;
  right: -17px;
}

.livehive-error-message {
  color: var(--mdc-theme-primary, black);
}

.livehive-error-message {
  color: var(--mdc-theme-error, red);
}

.livehive-share-button {
  text-decoration: none;
}
.livehive-share-button img {
  border: none;
  height: 3rem;
  width: 3rem;
}

.mdc-card .mdc-typography--body1:first-child {
  margin-top: 1rem;
}

.truncate-medium {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}

.truncate-short {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.grid-debug {
  border: 1px solid red !important;
}

.text-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.autocomplete-person-row {
  border: 1px solid transparent;
  cursor: default;
}

.autocomplete-person-row:hover {
  border: 1px solid #03a0f9;
}

.mdc-text-field--textarea textarea {
  height: 230px;
}

.mdc-text-field, .mdc-form-field {
  margin-top: 30px;
}

.profile-edit-section {
  margin-top: 40px;
  padding-top: 15px;
  border-top: 1px solid lightgray;
}

.livehive-form-list-controls {
  background-color: #f4f8fb;
  white-space: nowrap;
  margin-top: 0;
}

.livehive-form-list--row:first-child .livehive-form-list-controls--moveup {
  display: none;
}

.livehive-form-list--row:last-child .livehive-form-list-controls--movedown {
  display: none;
}

.livehive-form-list--row {
  margin-bottom: 5px;
}

.livehive-form-list--name {
  white-space: nowrap;
  text-decoration: none;
}

.livehive-form-list--name:hover {
  text-decoration: underline;
  cursor: hand !important;
}

.livehive-form-list--name .profile-image--small {
  display: inline;
  margin-right: 10px;
}

.livehive-form-field {
  width: 520px !important;
}

.gradient-border {
  position: relative;
  padding: 20px;
  background-color: white; /* Or any background color */
  /* Create space for the border */
  box-sizing: border-box;
}

.gradient-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Gradient border */
  background: linear-gradient(45deg, red, blue); /* Customize your gradient */
  /* Create the border effect */
  padding: 3px; /* Border thickness */
  box-sizing: border-box;
  /* Ensure the border sits on the edge */
  z-index: -1;
  /* Round the corners to match the container if needed */
  border-radius: 5px;
}

.mdc-top-app-bar__row {
  height: 100px;
}

.carrie-header--homelink {
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-top: 34px;
  margin-bottom: 24px;
  margin-left: 0 !important;
}

@media (max-width: 800px) {
  .carrie-header--homelink img {
    width: 150px;
  }
  .mdc-icon-button {
    padding-left: 0;
  }
  .mdc-top-app-bar__row {
    padding-left: 0.1vw;
  }
  .mdc-top-app-bar__row {
    height: 64px;
  }
  .livehive-form-field {
    width: 320px !important;
  }
  .mdc-top-app-bar__title {
    max-width: 234px;
    overflow-x: hidden;
  }
  #btn-livehive-home--smaller {
    display: inline;
  }
  #btn-livehive-home--larger {
    display: none;
  }
  .hero-container {
    margin-top: -20px;
  }
}
#nav-player-container {
  background-color: var(--mdc-theme-primary);
  overflow: hidden;
  position: fixed;
  bottom: 0;
  height: 56px;
  width: 100%;
}
#nav-player-container .playerBar--control {
  width: 50px;
}
#nav-player-container .playerBar--control * {
  font-size: 35px;
}
#nav-player-container .playerBar--control a {
  display: block;
  color: var(--mdc-theme-text-primary-on-dark);
  text-align: center;
  text-decoration: none;
  font-size: 17px;
}
#nav-player-container .playerBar--control a:hover {
  color: var(--mdc-theme-text-secondary-on-dark);
}
#nav-player-container .playerBar--control .playerBar--skip .material-symbols-outlined {
  font-size: 40px;
}
#nav-player-container #playerBar--profile #playerBar--profileImage {
  margin-top: -3px;
  height: 40px;
  width: 40px;
  background-size: cover;
  border-radius: 50%;
}
#nav-player-container #playerBar--scrub {
  padding-left: 30px;
}
#nav-player-container #playerBar--songTitle {
  padding-left: 5px;
}
#nav-player-container #playerBar--songTitle #playerBar--performanceInfo {
  width: 300px;
  font-size: 10pt;
  overflow-x: hidden;
  color: var(--mdc-theme-text-primary-on-dark);
}
#nav-player-container #playerBar--progressContainer {
  border: 1px solid var(--mdc-theme-text-primary-on-dark);
  height: 20px;
}
#nav-player-container #playerBar--progressContainer #playerBar--progressBar {
  height: 100%;
  background-color: var(--mdc-theme-text-primary-on-dark);
}
#nav-player-container #tbl-player-controls-container {
  height: 100%;
  width: 500px;
  text-align: center;
  margin: 5px auto 0 auto;
}
@media (max-width: 800px) {
  #nav-player-container #playerBar--profile {
    padding-top: 5px;
  }
  #nav-player-container #tbl-player-controls-container {
    width: 100%;
    margin-top: 3px;
  }
  #nav-player-container #tbl-player-controls-container td:first-child {
    padding-left: 15px;
  }
  #nav-player-container #tbl-player-controls-container td:last-child {
    padding-right: 5px;
  }
  #nav-player-container #tbl-player-controls-container #playerBar--performanceInfo {
    width: 100px;
  }
}

/* Basic styling for the preview container */
.dropzone .dz-preview {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px;
  margin: 10px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
}

/* Style for the image thumbnail */
.dropzone .dz-preview .dz-image {
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

.dropzone .dz-preview .dz-image img {
  width: 100%;
  height: auto;
}

/* Style for the file details like name and size */
.dropzone .dz-preview .dz-details {
  text-align: center;
  padding: 5px;
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 5px;
  font-size: 0.8em;
  color: #888;
}

.dropzone .dz-preview .dz-details .dz-filename {
  margin-bottom: 5px;
  font-size: 0.9em;
}

/* Style for the success and error markers */
.dropzone .dz-preview.dz-success .dz-success-mark {
  color: green;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
  color: red;
}

/* Style for the progress bar */
.dropzone .dz-preview .dz-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: rgba(0, 0, 0, 0.2);
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #00b3ee;
  width: 0;
  height: 5px;
  transition: width 0.4s ease-in-out;
}

/* Style for the remove button */
.dropzone .dz-preview .dz-remove {
  font-size: 0.8em;
  text-align: center;
  cursor: pointer;
  display: block;
  margin-top: 5px;
  color: #d30f0f;
}

.ingestion-marker-editor {
  color: #14294d;
}

.ingestion-shell {
  color: #14294d;
  margin: 0 auto 48px;
  max-width: 960px;
  width: 100%;
}

.ingestion-page-header {
  align-items: flex-end;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 12px 0 20px;
}

.ingestion-page-header h1 {
  color: #14294d;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.ingestion-page-header__eyebrow,
.ingestion-preview__eyebrow {
  color: #5f6f86;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 4px;
  text-transform: uppercase;
}

.ingestion-wizard {
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(20, 41, 77, 0.08);
  margin-bottom: 24px;
  overflow: hidden;
}

.ingestion-wizard__topline {
  align-items: center;
  border-bottom: 1px solid #e5eaf1;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 24px 28px 16px;
}

.ingestion-wizard__topline h2 {
  color: #14294d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.ingestion-wizard__topline p {
  color: #65758b;
  font-size: 13px;
  margin: 4px 0 0;
}

.ingestion-button:focus-visible,
.ingestion-wizard input:focus-visible,
.ingestion-wizard__profile-button:focus-visible {
  outline: 3px solid rgba(3, 160, 249, 0.35);
  outline-offset: 2px;
}

.ingestion-wizard__body {
  min-height: 360px;
  padding: 28px;
}

.ingestion-wizard__step {
  display: none;
}

.ingestion-wizard__step--active {
  display: block;
}

.ingestion-wizard__step-header {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ingestion-wizard__step-header h3 {
  color: #14294d;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.ingestion-wizard__step-header p {
  color: #5f6f86;
  font-size: 14px;
  line-height: 1.45;
  margin: 6px 0 0;
  max-width: 560px;
}

.ingestion-wizard__form {
  display: grid;
  gap: 16px;
}

.ingestion-field {
  color: #42536a;
  display: grid;
  font-size: 13px;
  font-weight: 700;
  gap: 6px;
}

.ingestion-field--wide {
  max-width: none;
}

.ingestion-field--date {
  margin-bottom: 16px;
  max-width: 260px;
}

.ingestion-field small {
  color: #6b7a8f;
  font-size: 12px;
  font-weight: 400;
}

.ingestion-wizard__folder-input-row {
  align-items: start;
  display: block;
  max-width: 760px;
}

.ingestion-wizard input[type=text],
.ingestion-wizard input[type=date] {
  background: #fff;
  border: 1px solid #bcc8d7;
  border-radius: 8px;
  box-sizing: border-box;
  color: #14294d;
  font-size: 15px;
  min-height: 42px;
  padding: 8px 10px;
  width: 100%;
}

.ingestion-wizard input[type=text]::placeholder {
  color: #9aa7b6;
}

.ingestion-wizard__notice {
  color: #526070;
  font-size: 14px;
  min-height: 22px;
  margin: 12px 0;
}

.ingestion-wizard__profiles {
  display: grid;
  gap: 10px;
}

.ingestion-wizard__profile {
  align-items: center;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(220px, 1fr) auto;
  padding: 14px 16px;
}

.ingestion-wizard__profile--selected {
  background: #f6fbff;
  border-color: #03a0f9;
  box-shadow: 0 0 0 3px rgba(3, 160, 249, 0.12);
}

.ingestion-wizard__profile-button {
  background: transparent;
  border: 0;
  color: #14294d;
  cursor: pointer;
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 0;
  text-align: left;
}

.ingestion-wizard__profile-email {
  font-size: 15px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ingestion-wizard__profile-status--connected,
.ingestion-wizard__profile-status--stale,
.ingestion-wizard__folder-row em,
.ingestion-progress__summary span {
  color: #526070;
  font-style: normal;
  font-size: 13px;
}

.ingestion-wizard__profile-status--connected {
  color: #216e35;
}

.ingestion-wizard__profile-status--stale {
  color: #a33a2c;
}

.ingestion-wizard__profile-actions,
.ingestion-wizard__folder-actions,
.ingestion-wizard__footer-primary {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ingestion-profile__details {
  grid-column: 1/-1;
}

.ingestion-profile__details summary,
.ingestion-alert__details summary {
  color: #42536a;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.ingestion-profile__details pre,
.ingestion-alert__details pre {
  background: #f7f9fc;
  border: 1px solid #dfe6ee;
  border-radius: 8px;
  color: #526070;
  font-size: 12px;
  line-height: 1.45;
  margin: 8px 0 0;
  max-height: 160px;
  overflow: auto;
  padding: 12px;
  white-space: pre-wrap;
}

.ingestion-alert {
  align-items: flex-start;
  background: #fff7f5;
  border: 1px solid #f3c9c1;
  border-radius: 8px;
  color: #8a2f23;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 12px 14px;
}

.ingestion-alert__body {
  display: grid;
  gap: 2px;
}

.ingestion-alert__body strong {
  color: #8a2f23;
  font-size: 14px;
}

.ingestion-alert__body span {
  color: #6f433d;
  font-size: 13px;
}

.ingestion-alert__details {
  grid-column: 1/-1;
}

.ingestion-empty-state {
  background: #f8fafc;
  border: 1px dashed #ccd6e2;
  border-radius: 8px;
  color: #5f6f86;
  font-size: 14px;
  padding: 18px;
}

.ingestion-wizard__folder-browser {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.ingestion-wizard__browser-location {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 14px;
  min-width: 0;
}

.ingestion-wizard__browser-location button {
  appearance: none;
  background: transparent;
  border: 0;
  color: #14294d;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 700;
  padding: 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
}

.ingestion-wizard__browser-location button:hover,
.ingestion-wizard__browser-location button:focus-visible {
  color: #0b4d8f;
  text-decoration-color: currentColor;
}

.ingestion-wizard__browser-location button:focus-visible {
  border-radius: 4px;
  box-shadow: 0 0 0 3px rgba(11, 126, 235, 0.18);
  outline: 2px solid #0b7eeb;
  outline-offset: 2px;
}

.ingestion-wizard__browser-location span {
  color: #7a8799;
  font-size: 15px;
}

.ingestion-wizard__folder-row {
  align-items: center;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(180px, 1fr) auto;
  padding: 12px 14px;
}

.ingestion-wizard__folder-summary {
  appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 3px;
  justify-items: start;
  min-width: 0;
  padding: 0;
  text-align: left;
}

.ingestion-wizard__folder-summary:focus-visible {
  border-radius: 6px;
  box-shadow: 0 0 0 3px rgba(11, 126, 235, 0.18);
  outline: 2px solid #0b7eeb;
  outline-offset: 3px;
}

.ingestion-wizard__file-row {
  background: #fbfcfe;
  grid-template-columns: minmax(180px, 1fr);
}

.ingestion-wizard__file-summary {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ingestion-wizard__folder-row strong {
  color: #14294d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ingestion-wizard__folder-row em {
  color: #5f6f86;
  font-size: 13px;
  font-style: normal;
}

.ingestion-preview__header {
  align-items: center;
  border-bottom: 1px solid #e3e8ef;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 12px 16px;
}

.ingestion-preview__header h4 {
  color: #14294d;
  font-size: 18px;
  line-height: 1.25;
  margin: 0;
}

.ingestion-preview__table-wrap {
  overflow-x: auto;
}

.ingestion-preview__table {
  min-width: 640px;
}

.ingestion-preview__table .mdc-data-table__header-cell,
.ingestion-preview__table .mdc-data-table__cell {
  font-size: 14px;
  padding-left: 14px;
  padding-right: 14px;
}

.ingestion-muted {
  color: #6b7a8f;
}

.ingestion-button {
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-height: 36px;
  text-decoration: none;
}

.ingestion-button--primary {
  background: #14294d !important;
  color: #fff !important;
  min-width: 168px;
}

.ingestion-button--primary:disabled {
  background: #b9c4d1 !important;
  color: #f6f8fb !important;
  cursor: not-allowed;
}

.ingestion-button--secondary {
  border-color: #cbd5e1;
  color: #14294d !important;
}

.ingestion-button--ghost {
  color: #5f6f86 !important;
}

.ingestion-wizard__footer {
  align-items: center;
  background: #fbfcfe;
  border-top: 1px solid #e5eaf1;
  display: flex;
  justify-content: space-between;
  min-height: 72px;
  padding: 16px 28px;
}

.ingestion-drive-import__preview {
  border: 1px solid #d9dee8;
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .ingestion-shell {
    max-width: none;
  }
  .ingestion-page-header,
  .ingestion-wizard__topline,
  .ingestion-wizard__body,
  .ingestion-wizard__footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  .ingestion-page-header {
    margin-top: 4px;
  }
  .ingestion-page-header h1 {
    font-size: 28px;
  }
  .ingestion-wizard__topline,
  .ingestion-wizard__body,
  .ingestion-wizard__footer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .ingestion-wizard__body {
    min-height: 420px;
    padding-bottom: 24px;
    padding-top: 22px;
  }
  .ingestion-wizard__topline {
    align-items: flex-start;
    gap: 12px;
  }
  .ingestion-wizard__step-header,
  .ingestion-wizard__footer,
  .ingestion-alert {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ingestion-wizard__step-header {
    gap: 12px;
  }
  .ingestion-wizard__step-header h3 {
    font-size: 20px;
  }
  .ingestion-wizard__profile,
  .ingestion-wizard__folder-row,
  .ingestion-wizard__folder-input-row {
    grid-template-columns: 1fr;
  }
  .ingestion-wizard__footer-primary,
  .ingestion-wizard__profile-actions,
  .ingestion-wizard__folder-actions {
    justify-content: flex-start;
  }
  .ingestion-button--primary {
    width: 100%;
  }
}
.ingestion-progress {
  color: #14294d;
}

.ingestion-progress__summary {
  border: 1px solid #d9dee8;
  border-radius: 4px;
  margin-bottom: 12px;
  padding: 12px;
}

.ingestion-progress__summary strong {
  display: block;
  font-size: 22px;
}

.ingestion-progress__steps {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  list-style: none;
  margin: 12px 0;
  padding: 0;
}

.ingestion-progress__step {
  border: 1px solid #d9dee8;
  border-left: 4px solid #b8c3d1;
  border-radius: 4px;
  display: grid;
  gap: 4px;
  padding: 10px;
}

.ingestion-progress__step--complete {
  border-left-color: #2e7d32;
}

.ingestion-progress__step--current {
  background: #f6f9fc;
  border-color: #7894b8;
  border-left-color: #14294d;
}

.ingestion-progress__step span {
  color: #526070;
  font-size: 12px;
}

.ingestion-progress__log {
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  margin-top: 16px;
  overflow: hidden;
}

.ingestion-progress__log-header {
  align-items: flex-start;
  border-bottom: 1px solid #e5eaf1;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 16px;
}

.ingestion-progress__log-header h2 {
  color: #14294d;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.ingestion-progress__log-header p,
.ingestion-progress__log-header span {
  color: #5f6f86;
  font-size: 13px;
  line-height: 1.4;
  margin: 4px 0 0;
}

.ingestion-progress__log-header span {
  flex-shrink: 0;
  margin-top: 2px;
}

.ingestion-progress__log-lines {
  list-style: none;
  margin: 0;
  max-height: 320px;
  overflow: auto;
  padding: 0;
}

.ingestion-progress__log-line {
  border-bottom: 1px solid #edf1f6;
  display: grid;
  gap: 12px;
  grid-template-columns: 112px minmax(0, 1fr);
  padding: 12px 16px;
}

.ingestion-progress__log-line:last-child {
  border-bottom: 0;
}

.ingestion-progress__log-line strong {
  color: #14294d;
  display: block;
  font-size: 14px;
  line-height: 1.3;
}

.ingestion-progress__log-line p {
  color: #526070;
  font-size: 13px;
  line-height: 1.45;
  margin: 3px 0 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ingestion-progress__log-line a {
  color: #14294d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ingestion-progress__log-status {
  align-self: start;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 999px;
  color: #526070;
  cursor: pointer;
  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  padding: 5px 8px;
  text-align: center;
  transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease, color 120ms ease;
  width: 100%;
}

.ingestion-progress__log-status:hover,
.ingestion-progress__log-status:focus-visible,
.ingestion-progress__log-status[aria-pressed=true] {
  border-color: #149bef;
  box-shadow: 0 0 0 2px rgba(20, 155, 239, 0.18);
  color: #14294d;
}

.ingestion-progress__log-line--complete .ingestion-progress__log-status {
  background: #f0f8f1;
  border-color: #b8d5b6;
  color: #216e35;
}

.ingestion-progress__log-line--current .ingestion-progress__log-status {
  background: #edf7ff;
  border-color: #93c9f7;
  color: #0b4d8f;
}

.ingestion-progress__log-line--failed .ingestion-progress__log-status {
  background: #fff4f2;
  border-color: #e7b4ad;
  color: #9c1f14;
}

.ingestion-progress__log-content {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  min-width: 0;
}

.ingestion-progress__log-copy {
  flex-shrink: 0;
  min-height: 32px;
}

.ingestion-progress__log-actions {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 8px;
}

.ingestion-progress__retry {
  min-height: 36px;
  white-space: nowrap;
}

.ingestion-progress__step-tail {
  background: #0f1e36;
  border: 1px solid #20385c;
  border-radius: 8px;
  color: #e8eef7;
  margin-top: 12px;
  overflow: hidden;
}

.ingestion-progress__step-tail[hidden] {
  display: none;
}

.ingestion-progress__step-tail-header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(216, 226, 239, 0.16);
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 14px 16px;
}

.ingestion-progress__step-tail-header h2 {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.ingestion-progress__step-tail-header p {
  color: #b9c6d8;
  font-size: 13px;
  line-height: 1.4;
  margin: 4px 0 0;
}

.ingestion-progress__step-tail-header .ingestion-button {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  flex-shrink: 0;
}

.ingestion-progress__step-tail-lines {
  list-style: none;
  margin: 0;
  max-height: 360px;
  overflow: auto;
  padding: 0;
}

.ingestion-progress__step-tail-line {
  border-bottom: 1px solid rgba(216, 226, 239, 0.1);
  display: grid;
  gap: 12px;
  grid-template-columns: 84px minmax(0, 1fr);
  padding: 10px 16px;
}

.ingestion-progress__step-tail-line:last-child {
  border-bottom: 0;
}

.ingestion-progress__step-tail-line time {
  color: #8ea1bd;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.5;
}

.ingestion-progress__step-tail-line pre {
  color: #e8eef7;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: pre-wrap;
  word-break: break-word;
}

.ingestion-progress__step-tail-line--error pre {
  color: #ffb4ab;
}

.ingestion-progress__details {
  margin-top: 12px;
  table-layout: fixed;
  width: 100%;
}

.ingestion-progress__details .mdc-data-table__header-cell {
  width: 160px;
}

.ingestion-progress__details .mdc-data-table__cell {
  min-width: 0;
  white-space: normal;
}

.ingestion-progress__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ingestion-progress__error-cell {
  max-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ingestion-progress__error {
  align-items: flex-start;
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.ingestion-progress__error span {
  line-height: 1.45;
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ingestion-progress__error-copy {
  flex-shrink: 0;
  min-height: 32px;
}

@media (max-width: 640px) {
  .ingestion-progress__log-header {
    display: grid;
  }
  .ingestion-progress__log-line {
    grid-template-columns: 1fr;
  }
  .ingestion-progress__log-content {
    grid-template-columns: 1fr;
  }
  .ingestion-progress__log-copy {
    justify-self: start;
  }
  .ingestion-progress__log-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .ingestion-progress__log-status {
    justify-self: start;
    width: auto;
  }
  .ingestion-progress__step-tail-header {
    display: grid;
  }
  .ingestion-progress__step-tail-line {
    grid-template-columns: 1fr;
  }
  .ingestion-progress__details .mdc-data-table__header-cell {
    width: 112px;
  }
  .ingestion-progress__error {
    grid-template-columns: 1fr;
  }
  .ingestion-progress__error-copy {
    justify-self: start;
  }
}
.ingestion-marker-editor__header {
  align-items: flex-start;
  border-bottom: 1px solid #d9dee8;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.ingestion-marker-editor__header h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px 0 4px;
}

.ingestion-marker-editor__header p {
  color: #526070;
  margin: 0;
}

.ingestion-marker-editor__status {
  background: #eef3f8;
  border: 1px solid #d7e0ea;
  border-radius: 4px;
  color: #14294d;
  margin: 12px 0;
  padding: 10px 12px;
}

.ingestion-marker-editor__status--error {
  background: #fff4f2;
  border-color: #e7b4ad;
  color: #9c1f14;
}

.ingestion-marker-editor__publish-results {
  margin: 12px 0;
}

.ingestion-marker-editor__publish-success,
.ingestion-marker-editor__publish-error {
  border: 1px solid #cfd8e3;
  border-radius: 4px;
  padding: 12px;
}

.ingestion-marker-editor__publish-success {
  background: #f3f8f2;
  border-color: #b8d5b6;
  color: #1f5f2a;
}

.ingestion-marker-editor__publish-error {
  background: #fff4f2;
  border-color: #e7b4ad;
  color: #9c1f14;
}

.ingestion-marker-editor__publish-results ul {
  margin: 8px 0 0;
  padding-left: 20px;
}

.ingestion-marker-editor__controls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.ingestion-marker-editor__sticky-waveform {
  background: #fff;
  border-bottom: 1px solid #e5eaf1;
  box-shadow: 0 12px 24px rgba(20, 41, 77, 0);
  margin-bottom: 22px;
  padding: 10px 0 16px;
  position: sticky;
  top: 0;
  transition: box-shadow 120ms ease;
  z-index: 20;
}

.ingestion-marker-editor__time {
  color: #526070;
  font-weight: 700;
  min-width: 64px;
}

.ingestion-marker-editor__audio {
  display: block;
  margin: 8px 0 12px;
  width: 100%;
}

.ingestion-marker-editor__audio-cleanup {
  margin: 0 0 12px;
}

.ingestion-marker-editor__audio-actions {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin: 0 0 10px;
}

.ingestion-marker-editor__timeline-controls {
  align-items: center;
  display: flex;
  gap: 6px;
}

.ingestion-marker-editor__timeline-control {
  align-items: center;
  border: 1px solid #cfd8e3;
  border-radius: 5px;
  color: #14294d;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  padding: 0;
  width: 38px;
}

.ingestion-marker-editor__timeline-control .material-icons {
  display: block;
  line-height: 1;
  margin: 0;
}

.ingestion-marker-editor__timeline-control:hover:not(:disabled),
.ingestion-marker-editor__timeline-control:focus-visible {
  background: #eef4fb;
  border-color: #1565c0;
  outline: 2px solid rgba(21, 101, 192, 0.18);
  outline-offset: 1px;
}

.ingestion-marker-editor__timeline-control:disabled {
  cursor: default;
  opacity: 0.4;
}

.ingestion-marker-editor__timeline-control--primary {
  background: #142e58;
  border-color: #142e58;
  color: #fff;
}

.ingestion-marker-editor__timeline-control--primary:hover:not(:disabled),
.ingestion-marker-editor__timeline-control--primary:focus-visible {
  background: #0f2446;
  border-color: #0f2446;
}

.ingestion-marker-editor__cleanup-panel {
  background: #f7f9fc;
  border: 1px solid #d9e2ef;
  border-radius: 6px;
  padding: 10px 12px 12px;
}

.ingestion-marker-editor__cleanup-header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.ingestion-marker-editor__cleanup-header h3 {
  color: #14294d;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.ingestion-marker-editor__cleanup-recommendation {
  color: #526070;
  font-size: 12px;
  font-weight: 700;
}

.ingestion-marker-editor__cleanup-reprocess {
  min-height: 34px;
  white-space: nowrap;
}

.ingestion-marker-editor__cleanup-reprocess .material-icons {
  font-size: 18px;
}

.ingestion-marker-editor__cleanup-recipes {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ingestion-marker-editor__cleanup-recipe {
  align-items: center;
  background: #fff;
  border: 1px solid #cfd8e3;
  border-radius: 5px;
  color: #14294d;
  cursor: pointer;
  display: flex;
  gap: 6px;
  justify-content: center;
  min-height: 38px;
  min-width: 0;
  padding: 7px 8px;
  text-align: center;
}

.ingestion-marker-editor__cleanup-recipe span {
  font-size: 13px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ingestion-marker-editor__cleanup-recipe em {
  background: #e8f3ff;
  border-radius: 999px;
  color: #1565c0;
  flex: 0 0 auto;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  padding: 2px 6px;
}

.ingestion-marker-editor__cleanup-recipe:hover:not(:disabled),
.ingestion-marker-editor__cleanup-recipe:focus {
  border-color: #1565c0;
  outline: 2px solid rgba(21, 101, 192, 0.18);
  outline-offset: 1px;
}

.ingestion-marker-editor__cleanup-recipe:disabled {
  cursor: default;
  opacity: 0.62;
}

.ingestion-marker-editor__cleanup-recipe--selected {
  border-color: #1565c0;
  box-shadow: inset 0 0 0 1px #1565c0;
}

.ingestion-marker-editor__cleanup-metrics {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 10px;
}

.ingestion-marker-editor__cleanup-metric {
  background: #fff;
  border: 1px solid #e3e9f2;
  border-radius: 4px;
  display: grid;
  gap: 2px;
  padding: 8px 10px;
}

.ingestion-marker-editor__cleanup-metric strong {
  color: #14294d;
  font-size: 12px;
  font-weight: 800;
}

.ingestion-marker-editor__cleanup-metric span {
  color: #526070;
  font-size: 12px;
  font-weight: 600;
}

.ingestion-marker-editor__cleanup-warnings {
  color: #8a4b00;
  font-size: 12px;
  font-weight: 700;
  margin: 10px 0 0;
  padding-left: 18px;
}

.ingestion-marker-editor__waveform {
  background: #242424;
  border: 1px solid #1b2739;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  height: 160px;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ingestion-marker-editor__waveform .dygraph-legend,
.ingestion-marker-editor__waveform .dygraph-axis-label {
  display: none;
}

.ingestion-marker-editor__waveform canvas {
  background: transparent;
}

.ingestion-marker-editor__waveform-overlay {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 8;
}

.ingestion-marker-editor__waveform-region {
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  bottom: 0;
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  top: 0;
}

.ingestion-marker-editor__waveform-region--selected {
  background: rgba(20, 155, 239, 0.24);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.75), inset 0 0 0 999px rgba(20, 155, 239, 0.08);
}

.ingestion-marker-editor__waveform-region--skipped {
  background: repeating-linear-gradient(135deg, rgba(15, 23, 42, 0.72) 0, rgba(15, 23, 42, 0.72) 8px, rgba(148, 163, 184, 0.48) 8px, rgba(148, 163, 184, 0.48) 12px);
  box-shadow: inset 0 0 0 1px rgba(226, 232, 240, 0.72);
  cursor: context-menu;
}

.ingestion-marker-editor__waveform-region--skipped:hover,
.ingestion-marker-editor__waveform-region--skipped:focus-visible {
  box-shadow: inset 0 0 0 2px #fff;
  outline: 0;
}

.ingestion-marker-editor__waveform-region--published {
  background: repeating-linear-gradient(135deg, rgba(20, 83, 45, 0.72) 0, rgba(20, 83, 45, 0.72) 9px, rgba(74, 222, 128, 0.38) 9px, rgba(74, 222, 128, 0.38) 13px);
  box-shadow: inset 0 0 0 2px rgba(134, 239, 172, 0.9);
  cursor: context-menu;
}

.ingestion-marker-editor__waveform-region--published:hover,
.ingestion-marker-editor__waveform-region--published:focus-visible {
  box-shadow: inset 0 0 0 2px #bbf7d0;
  outline: 0;
}

.ingestion-marker-editor__waveform-region--queued {
  background: repeating-linear-gradient(135deg, rgba(120, 53, 15, 0.7) 0, rgba(120, 53, 15, 0.7) 9px, rgba(251, 191, 36, 0.42) 9px, rgba(251, 191, 36, 0.42) 13px);
  box-shadow: inset 0 0 0 2px rgba(252, 211, 77, 0.95);
  cursor: context-menu;
}

.ingestion-marker-editor__context-menu {
  background: #fff;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.22);
  min-width: 144px;
  padding: 4px;
  position: fixed;
  z-index: 1200;
}

.ingestion-marker-editor__context-menu-item {
  background: transparent;
  border: 0;
  color: #102a54;
  cursor: pointer;
  display: block;
  font: inherit;
  font-weight: 600;
  padding: 10px 12px;
  text-align: left;
  width: 100%;
}

.ingestion-marker-editor__context-menu-item:hover,
.ingestion-marker-editor__context-menu-item:focus-visible {
  background: #edf4fc;
  outline: 0;
}

.ingestion-marker-editor__processing-actions {
  border-top: 1px solid #d7e0ec;
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  padding-top: 20px;
}

.ingestion-progress__publish {
  border: 1px solid #d7e0ec;
  border-radius: 6px;
  margin-top: 16px;
}

.ingestion-progress__publish-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ingestion-progress__publish-item {
  align-items: start;
  border-top: 1px solid #e5eaf1;
  display: grid;
  gap: 12px;
  grid-template-columns: 112px minmax(0, 1fr);
  padding: 14px 16px;
}

.ingestion-progress__publish-item > div {
  display: grid;
  gap: 3px;
}

.ingestion-progress__publish-state {
  border: 1px solid #c8d4e3;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  text-align: center;
}

.ingestion-progress__publish-item--published .ingestion-progress__publish-state {
  background: #edf8ef;
  border-color: #9cccaa;
  color: #176b2c;
}

.ingestion-progress__publish-item--failed .ingestion-progress__publish-state {
  background: #fff1ef;
  border-color: #ec9f96;
  color: #a11d13;
}

.ingestion-marker-editor__boundary-handle {
  background: #1565c0;
  border: 0;
  bottom: 0;
  cursor: ew-resize;
  margin-left: -2px;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 4px;
}

.ingestion-marker-editor__boundary-handle::after {
  content: "";
  inset: 0 -7px;
  position: absolute;
}

.ingestion-marker-editor__boundary-handle:hover,
.ingestion-marker-editor__boundary-handle:focus-visible,
.ingestion-marker-editor__boundary-handle--selected {
  background: #fff;
  box-shadow: 0 0 0 2px #1565c0;
  outline: 0;
}

.ingestion-marker-editor__global-playhead {
  background: rgba(255, 255, 255, 0.96);
  bottom: 0;
  box-shadow: 0 0 0 1px rgba(20, 41, 77, 0.55);
  margin-left: -1px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 3;
}

.ingestion-marker-editor__performances {
  display: block;
}

.ingestion-marker-editor__review-layout {
  align-items: start;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.ingestion-marker-editor__performance-editor {
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  min-width: 0;
  padding: 16px;
}

.ingestion-marker-editor__performance-cards {
  display: grid;
  gap: 18px;
  width: 100%;
}

.ingestion-marker-editor__performance-review-card {
  border-color: #1b2739;
  box-shadow: 0 10px 28px rgba(20, 41, 77, 0.08);
  cursor: pointer;
  padding: 20px;
}

.ingestion-marker-editor__performance-review-card--selected {
  border-color: #1565c0;
  box-shadow: 0 12px 30px rgba(21, 101, 192, 0.14);
}

.ingestion-marker-editor__performance-review-card:focus-within {
  outline: 2px solid rgba(21, 101, 192, 0.22);
  outline-offset: 2px;
}

.ingestion-marker-editor__review-card-header {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 14px;
}

.ingestion-marker-editor__review-card-header h3 {
  color: #14294d;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
}

.ingestion-marker-editor__review-name {
  align-items: center;
  display: flex;
  gap: 8px;
}

.ingestion-marker-editor__performer-name-action {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  letter-spacing: 0;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ingestion-marker-editor__performer-name-action:hover,
.ingestion-marker-editor__performer-name-action:focus-visible {
  color: #075ca8;
}

.ingestion-marker-editor__matched-icon {
  align-items: center;
  background: #2e7d32;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  line-height: 1;
  opacity: 1;
  width: 22px;
}

.ingestion-marker-editor__missing-artist-icon {
  align-items: center;
  background: #fff7ed;
  border: 1px solid #d97706;
  border-radius: 4px;
  box-sizing: border-box;
  color: #b45309;
  display: inline-flex;
  flex: 0 0 22px;
  font-size: 13px;
  height: 22px;
  justify-content: center;
  line-height: 1;
  opacity: 1;
  width: 22px;
}

.ingestion-marker-editor__performer-edit-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #526070 !important;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  line-height: 1;
  min-width: 34px;
  padding: 0;
  width: 34px;
}

.ingestion-marker-editor__performer-edit-button:hover,
.ingestion-marker-editor__performer-edit-button:focus-visible {
  background: #eef6ff;
  border-color: #b7c7dc;
  color: #14294d !important;
}

.ingestion-marker-editor__performer-edit-button .material-icons {
  font-size: 20px;
  line-height: 1;
  margin: 0;
  opacity: 1;
}

.ingestion-marker-editor__review-card-header p {
  color: #526070;
  font-size: 14px;
  line-height: 1.4;
  margin: 4px 0 0;
}

.ingestion-marker-editor__review-kicker {
  color: #5f6f86 !important;
  font-size: 12px !important;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 4px !important;
  text-transform: uppercase;
}

.ingestion-marker-editor__review-time {
  color: #14294d;
  min-width: 180px;
  text-align: right;
}

.ingestion-marker-editor__review-time strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.15;
}

.ingestion-marker-editor__review-time span {
  color: #526070;
  display: block;
  font-size: 14px;
  margin-top: 4px;
}

.ingestion-marker-editor__selected-waveform {
  background: #242424;
  border: 1px solid #1b2739;
  border-radius: 8px;
  cursor: crosshair;
  height: 180px;
  margin: 18px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ingestion-marker-editor__selected-waveform--empty {
  align-items: center;
  color: #d7e0ea;
  display: flex;
  font-weight: 700;
  justify-content: center;
}

.ingestion-marker-editor__selected-waveform svg {
  display: block;
  height: 100%;
  width: 100%;
}

.ingestion-marker-editor__selected-waveform-bg {
  fill: #242424;
}

.ingestion-marker-editor__selected-waveform-center {
  stroke: rgba(216, 226, 239, 0.18);
  stroke-width: 1;
}

.ingestion-marker-editor__selected-waveform-bars line {
  stroke: #00b8c7;
  stroke-linecap: round;
  stroke-width: 3;
}

.ingestion-marker-editor__selected-waveform-boundary {
  stroke: #1565c0;
  stroke-width: 4;
}

.ingestion-marker-editor__selected-waveform-boundary--start {
  stroke: #c62828;
}

.ingestion-marker-editor__selected-boundary-handle {
  background: rgba(21, 101, 192, 0.92);
  border: 0;
  bottom: 0;
  cursor: ew-resize;
  margin-left: -8px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: 3;
}

.ingestion-marker-editor__selected-boundary-handle::after {
  background: rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  content: "";
  height: 32px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
}

.ingestion-marker-editor__selected-boundary-handle--start {
  background: rgba(198, 40, 40, 0.92);
  left: 0;
}

.ingestion-marker-editor__selected-boundary-handle--end {
  left: 100%;
}

.ingestion-marker-editor__selected-playhead {
  background: #f8fafc;
  border: 0;
  bottom: 0;
  box-shadow: 0 0 0 1px rgba(20, 41, 77, 0.55), 0 0 12px rgba(248, 250, 252, 0.5);
  cursor: ew-resize;
  margin-left: -2px;
  padding: 0;
  position: absolute;
  top: 0;
  width: 4px;
  z-index: 2;
}

.ingestion-marker-editor__selected-playhead::after {
  background: #f8fafc;
  border: 2px solid #14294d;
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(20, 41, 77, 0.28);
  content: "";
  height: 18px;
  left: 50%;
  position: absolute;
  top: 10px;
  transform: translateX(-50%);
  width: 18px;
}

.ingestion-marker-editor__selected-playhead:hover,
.ingestion-marker-editor__selected-playhead:focus-visible {
  background: #fff;
  box-shadow: 0 0 0 2px #149bef, 0 0 14px rgba(20, 155, 239, 0.55);
}

.ingestion-marker-editor__clip-controls {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 -4px;
}

.ingestion-marker-editor__clip-icon-button {
  align-items: center;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  box-sizing: border-box;
  color: #14294d !important;
  display: inline-flex;
  flex: 0 0 40px;
  height: 40px;
  justify-content: center;
  line-height: 1;
  min-width: 40px;
  padding: 0;
  width: 40px;
}

.ingestion-marker-editor__clip-icon-button:hover,
.ingestion-marker-editor__clip-icon-button:focus {
  background: #eef6ff;
  border-color: #b7c7dc;
}

.ingestion-marker-editor__clip-icon-button--active {
  background: #d8ebff;
  border-color: #1565c0;
  color: #0f4f9f !important;
}

.ingestion-marker-editor__clip-icon-button--primary {
  background: #14294d;
  border-color: #14294d;
  color: #fff !important;
}

.ingestion-marker-editor__clip-icon-button--primary:hover,
.ingestion-marker-editor__clip-icon-button--primary:focus {
  background: #1d3b6f;
  border-color: #1d3b6f;
  color: #fff !important;
}

.ingestion-marker-editor__split-button {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  color: #14294d !important;
  height: 40px;
  padding: 0;
  width: 40px;
}

.ingestion-marker-editor__clip-icon-button .material-icons {
  align-items: center;
  color: #14294d;
  display: inline-flex;
  font-family: "Material Icons";
  font-size: 22px;
  height: 22px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  opacity: 1;
  text-align: center;
  width: 22px;
}

.ingestion-marker-editor__clip-icon-button--primary .material-icons {
  color: #fff;
}

.ingestion-marker-editor__review-card-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  margin-top: 18px;
}

.ingestion-marker-editor__confirm-button,
.ingestion-marker-editor__skip-button {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  min-height: 44px;
  min-width: 150px;
}

.ingestion-marker-editor__confirm-button {
  background: #14294d !important;
  color: #fff !important;
}

.ingestion-marker-editor__skip-button {
  border: 1px solid #cbd5e1;
  color: #14294d !important;
}

.ingestion-marker-editor__section-header {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ingestion-marker-editor__section-header h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ingestion-marker-editor__section-header p,
.ingestion-marker-editor__section-header span {
  color: #526070;
  margin: 4px 0 0;
}

.ingestion-marker-editor__performance-row {
  align-items: center;
  background: #fff;
  border: 1px solid #d9dee8;
  border-radius: 8px;
  color: #14294d;
  cursor: pointer;
  display: grid;
  gap: 10px;
  grid-template-columns: 32px minmax(0, 1fr) auto auto;
  margin-bottom: 8px;
  padding: 10px;
  text-align: left;
  width: 100%;
}

.ingestion-marker-editor__performance-row:focus,
.ingestion-marker-editor__performance-row:hover {
  border-color: #7894b8;
  outline: 2px solid rgba(21, 101, 192, 0.16);
}

.ingestion-marker-editor__performance-row--selected {
  background: #f6f9fc;
  border-color: #1565c0;
  box-shadow: inset 3px 0 0 #1565c0;
}

.ingestion-marker-editor__performance-number {
  align-items: center;
  background: #eef3f8;
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.ingestion-marker-editor__performance-summary {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.ingestion-marker-editor__performance-summary strong,
.ingestion-marker-editor__performance-summary small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ingestion-marker-editor__performance-summary small {
  color: #526070;
}

.ingestion-marker-editor__status-pill {
  border: 1px solid #d7e0ea;
  border-radius: 999px;
  color: #334255;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.ingestion-marker-editor__status-pill--reviewed {
  background: #f3f8f2;
  border-color: #b8d5b6;
  color: #1f5f2a;
}

.ingestion-marker-editor__status-pill--needs-review {
  background: #fff8e6;
  border-color: #ead391;
  color: #795600;
}

.ingestion-marker-editor__status-pill--invalid {
  background: #fff4f2;
  border-color: #e7b4ad;
  color: #9c1f14;
}

.ingestion-marker-editor__warning-dot {
  align-items: center;
  background: #c62828;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.ingestion-marker-editor__warnings {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.ingestion-marker-editor__warnings span {
  background: #fff4f2;
  border: 1px solid #e7b4ad;
  border-radius: 4px;
  color: #9c1f14;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 7px;
}

.ingestion-marker-editor__editor-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ingestion-marker-editor__editor-grid label,
.ingestion-marker-editor__performer-controls {
  color: #334255;
  display: grid;
  font-weight: 700;
  gap: 6px;
}

.ingestion-marker-editor__editor-grid input,
.ingestion-marker-editor__editor-grid select,
.ingestion-marker-editor__performer-controls input {
  border: 1px solid #b8c3d1;
  border-radius: 4px;
  box-sizing: border-box;
  min-height: 40px;
  padding: 8px 10px;
  width: 100%;
}

.ingestion-marker-editor__boundary-actions,
.ingestion-marker-editor__playback-actions,
.ingestion-marker-editor__editor-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ingestion-marker-editor__boundary-actions {
  grid-column: 1/-1;
}

.ingestion-marker-editor__playback-actions,
.ingestion-marker-editor__performer-panel,
.ingestion-marker-editor__evidence,
.ingestion-marker-editor__editor-actions {
  border-top: 1px solid #eef1f5;
  margin-top: 16px;
  padding-top: 16px;
}

.ingestion-marker-editor__performer-panel {
  display: grid;
  gap: 14px;
  grid-template-columns: 220px minmax(0, 1fr);
}

.ingestion-marker-editor__performer-panel p {
  color: #526070;
  margin: 4px 0 0;
}

.ingestion-marker-editor__matches {
  align-items: center;
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  gap: 6px;
}

.ingestion-marker-editor__evidence summary {
  cursor: pointer;
  font-weight: 700;
}

.ingestion-marker-editor__evidence p {
  background: #f6f9fc;
  border-left: 3px solid #7894b8;
  margin: 8px 0 0;
  padding: 10px 12px;
}

.ingestion-marker-editor__empty,
.ingestion-marker-editor__match-empty {
  color: #697789;
}

.ingestion-jobs {
  color: #14294d;
  margin: 0 auto 48px;
  max-width: none;
  width: min(100%, 100vw - 48px);
}

.ingestion-jobs__header {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 12px;
}

.ingestion-jobs__header-actions {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  width: 100%;
}

.ingestion-jobs__filters {
  flex: 0 0 auto;
  margin: 0;
}

.ingestion-jobs__start-button {
  min-width: 172px;
}

.ingestion-jobs__archive-toggle {
  align-items: center;
  color: #334255;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  line-height: 1.3;
  user-select: none;
}

.ingestion-jobs__archive-checkbox {
  accent-color: #0d7ff2;
  height: 16px;
  width: 16px;
}

.ingestion-jobs__table-wrap {
  background: #fff;
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  overflow-x: auto;
  overflow-y: visible;
  box-shadow: 0 8px 24px rgba(20, 41, 77, 0.06);
}

.ingestion-jobs__table {
  min-width: 920px;
  width: 100%;
}

.ingestion-jobs__table .mdc-data-table__header-cell {
  color: #526070;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ingestion-jobs__row {
  cursor: pointer;
}

.ingestion-jobs__row:hover {
  background: #f6f9fc;
}

.ingestion-jobs__row--archived {
  opacity: 0.65;
}

.ingestion-jobs__row:focus {
  outline: 2px solid #0d7ff2;
  outline-offset: -2px;
}

.ingestion-jobs__job-id,
.ingestion-jobs__status {
  font-weight: 700;
}

.ingestion-jobs__job-link {
  color: #14294d;
  display: inline-flex;
  font-weight: 800;
  text-decoration: none;
}

.ingestion-jobs__job-link:hover,
.ingestion-jobs__job-link:focus {
  color: #0d3f79;
  outline: none;
  text-decoration: underline;
}

.ingestion-jobs__status {
  background: #eef3f8;
  border: 1px solid #d7e0ea;
  border-radius: 999px;
  color: #334255;
  display: inline-flex;
  font-size: 12px;
  letter-spacing: 0.04em;
  padding: 4px 8px;
  text-transform: uppercase;
}

.ingestion-jobs__archived {
  background: #fff7e8;
  border: 1px solid #eed7a8;
  border-radius: 999px;
  color: #77602b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-left: 6px;
  padding: 4px 8px;
  text-transform: uppercase;
}

.ingestion-jobs__error {
  color: #9c1f14;
  display: block;
  font-size: 12px;
  line-height: 1.35;
  margin-top: 6px;
  max-width: 320px;
  overflow-wrap: anywhere;
}

.ingestion-jobs__actions {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.ingestion-jobs__action-cell {
  overflow: visible;
  text-align: center;
  width: 72px;
}

.ingestion-jobs__menu-button {
  align-items: center;
  border: 1px solid #d7e0ea;
  border-radius: 6px;
  color: #14294d;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  padding: 0;
  width: 36px;
}

.ingestion-jobs__menu-button:hover,
.ingestion-jobs__menu-button:focus {
  background: #eef6ff;
  border-color: #9dc5ef;
  outline: none;
}

.ingestion-jobs__more-icon {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

.ingestion-jobs__menu {
  background: #fff;
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(20, 41, 77, 0.16);
  display: none;
  min-width: 132px;
  padding: 6px;
  position: fixed;
  z-index: 1000;
}

.ingestion-jobs__menu[hidden] {
  display: none !important;
}

.ingestion-jobs__menu--open {
  display: block;
}

.ingestion-jobs__menu-item {
  background: transparent;
  border: 0;
  border-radius: 6px;
  color: #9c1f14;
  cursor: pointer;
  display: block;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 8px 10px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

.ingestion-jobs__menu-item:hover,
.ingestion-jobs__menu-item:focus {
  background: #fff1f0;
  outline: none;
}

.ingestion-jobs__menu-item:disabled {
  color: #8b98a8;
  cursor: not-allowed;
}

@media (max-width: 720px) {
  .ingestion-jobs {
    width: min(100%, 100vw - 32px);
  }
  .ingestion-jobs__header {
    display: block;
  }
  .ingestion-jobs__header-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }
  .ingestion-jobs__filters {
    align-self: flex-start;
    margin-top: 0;
  }
  .ingestion-jobs__start-button {
    justify-content: center;
    width: 100%;
  }
  .ingestion-marker-editor__header {
    display: block;
  }
  .ingestion-jobs__header {
    display: block;
  }
  .ingestion-jobs__table-wrap {
    border-radius: 6px;
  }
  .ingestion-marker-editor__publish {
    margin-top: 12px;
    width: 100%;
  }
  .ingestion-marker-editor__review-layout,
  .ingestion-marker-editor__performer-panel,
  .ingestion-marker-editor__editor-grid {
    grid-template-columns: 1fr;
  }
  .ingestion-marker-editor__cleanup-recipes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ingestion-marker-editor__audio-actions {
    align-items: stretch;
    flex-wrap: wrap;
  }
  .ingestion-marker-editor__timeline-controls {
    flex: 1 1 auto;
  }
  .ingestion-marker-editor__cleanup-reprocess {
    flex: 0 0 auto;
  }
  .ingestion-marker-editor__review-card-header,
  .ingestion-marker-editor__review-card-actions {
    display: grid;
    grid-template-columns: 1fr;
  }
  .ingestion-marker-editor__review-time {
    min-width: 0;
    text-align: left;
  }
  .ingestion-marker-editor__confirm-button,
  .ingestion-marker-editor__skip-button {
    width: 100%;
  }
  .ingestion-marker-editor__performance-row {
    grid-template-columns: 32px minmax(0, 1fr);
  }
  .ingestion-marker-editor__status-pill,
  .ingestion-marker-editor__warning-dot {
    justify-self: start;
  }
}
:root {
  --mdc-typography-font-family: 'Arial', sans-serif !important;
  --mdc-typography-font-family-bold: "Arial Black", "Arial-BoldMT", sans-serif !important;
  --mdc-dialog-z-index: 1100;
}

/*# sourceMappingURL=livehive.css.map */