.kcb-runner-modal {
  width: min(840px, 100vw - 24px);
  max-width: none;
  max-height: calc(100vh - 24px);
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 20px;
  background: rgb(255, 255, 255);
}
.kcb-runner-modal::backdrop {
  background: rgba(0, 0, 0, 0.55);
}
.kcb-runner-modal .kcb-runner-modal-container {
  position: relative;
  min-height: 500px;
}
.kcb-runner-modal .kcb-runner-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  color: rgb(119, 119, 119);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.kcb-runner-modal .kcb-runner-modal-loading,
.kcb-runner-modal .kcb-runner-modal-error {
  display: grid;
  place-items: center;
  min-height: 300px;
  padding: 30px;
  text-align: center;
}
.kcb-runner-modal .kcb-runner-modal .kcb-runner-modal-loading[hidden],
.kcb-runner-modal .kcb-runner-modal .kcb-runner-modal-error[hidden],
.kcb-runner-modal .kcb-runner-modal .kcb-runner-modal-content[hidden] {
  display: none;
}
.kcb-runner-modal .kcb-runner-modal-detail {
  display: grid;
  grid-template-columns: 223px minmax(0, 1fr);
  min-height: min(760px, 100vh - 24px);
}
.kcb-runner-modal .kcb-runner-modal-sidebar {
  display: flex;
  flex-direction: column;
  background: rgb(124, 168, 183);
  color: rgb(255, 255, 255);
}
.kcb-runner-modal .kcb-runner-modal-sidebar-section {
  padding: 18px 20px;
}
.kcb-runner-modal .kcb-runner-modal-sidebar-section-light {
  background: rgb(106, 156, 173);
}
.kcb-runner-modal .kcb-runner-modal-sidebar-section-medium {
  background: rgb(86, 143, 162);
}
.kcb-runner-modal .kcb-runner-modal-sidebar-section-dark {
  flex: 1;
  background: rgb(70, 132, 153);
}
.kcb-runner-modal .kcb-runner-modal-sidebar-section-very-dark {
  flex: 1;
  background: rgb(47, 117, 140);
}
.kcb-runner-modal .kcb-runner-modal-properties {
  display: grid;
  gap: 13px;
  margin: 0;
}
.kcb-runner-modal .kcb-runner-modal-property {
  text-align: center;
}
.kcb-runner-modal .kcb-runner-modal-property dt {
  margin: 0 0 2px;
  font-size: 14px;
  font-weight: 400;
}
.kcb-runner-modal .kcb-runner-modal-property dd {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.7px;
  line-height: 1.1;
  text-transform: uppercase;
}
.kcb-runner-modal .kcb-runner-modal-main {
  min-width: 0;
  padding: 52px 74px 48px 54px;
  background: rgb(255, 255, 255);
}
.kcb-runner-modal .kcb-runner-modal-horse-header {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 80px;
}
.kcb-runner-modal .kcb-runner-modal-jacket {
  display: block;
  width: 58px;
  height: 58px;
  object-fit: contain;
}
.kcb-runner-modal .kcb-runner-modal-horse-name {
  margin: 0;
  color: rgb(0, 0, 0);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.05;
  text-transform: uppercase;
}
.kcb-runner-modal .kcb-runner-modal-performances {
  margin-top: 58px;
}
.kcb-runner-modal .kcb-runner-modal-performances-title {
  margin: 0 0 8px;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}
.kcb-runner-modal .kcb-runner-modal-performances-table-container {
  padding: 0 12px 12px;
  border-top: 8px solid #70a9b8;
  border-radius: 0 0 24px 24px;
  background: rgb(204, 204, 204);
}
.kcb-runner-modal .kcb-runner-modal-performances-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 14px;
}
.kcb-runner-modal .kcb-runner-modal-performances-table thead th {
  padding: 18px 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.kcb-runner-modal .kcb-runner-modal-performances-table tbody {
  background: rgb(255, 255, 255);
}
.kcb-runner-modal .kcb-runner-modal-performances-table tbody tr:first-child td:first-child {
  border-top-left-radius: 22px;
}
.kcb-runner-modal .kcb-runner-modal-performances-table tbody tr:first-child td:last-child {
  border-top-right-radius: 22px;
}
.kcb-runner-modal .kcb-runner-modal-performances-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 22px;
}
.kcb-runner-modal .kcb-runner-modal-performances-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 22px;
}
.kcb-runner-modal .kcb-runner-modal-performances-table td {
  padding: 22px 10px;
  border-bottom: 1px solid rgb(204, 204, 204);
  text-align: center;
}
.kcb-runner-modal .kcb-runner-modal-performances-table tbody tr:last-child td {
  border-bottom: none;
}
.kcb-runner-modal .kcb-runner-modal-performances-table td:first-child {
  font-weight: 700;
}
@media (max-width: 768px) {
  .kcb-runner-modal {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
    border-radius: 14px;
  }
  .kcb-runner-modal .kcb-runner-modal-detail {
    grid-template-columns: 1fr;
  }
  .kcb-runner-modal .kcb-runner-modal-sidebar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .kcb-runner-modal .kcb-runner-modal-sidebar-section-dark {
    grid-column: 1/-1;
  }
  .kcb-runner-modal .kcb-runner-modal-main {
    padding: 34px 18px 24px;
  }
  .kcb-runner-modal .kcb-runner-modal-horse-header {
    padding-right: 36px;
  }
  .kcb-runner-modal .kcb-runner-modal-performances {
    margin-top: 30px;
  }
  .kcb-runner-modal .kcb-runner-modal-performances-table-container {
    overflow-x: auto;
  }
  .kcb-runner-modal .kcb-runner-modal-performances-table {
    min-width: 500px;
  }
}
@media (max-width: 480px) {
  .kcb-runner-modal .kcb-runner-modal-sidebar {
    grid-template-columns: 1fr;
  }
  .kcb-runner-modal .kcb-runner-modal-sidebar-section-dark {
    grid-column: auto;
  }
  .kcb-runner-modal .kcb-runner-modal-horse-name {
    font-size: 23px;
  }
  .kcb-runner-modal .kcb-runner-modal-jacket {
    width: 48px;
    height: 48px;
  }
}

body.kcb-runner-modal-is-open {
  overflow: hidden;
}

/*# sourceMappingURL=race_runner_modal-9ca51dcaa1.output.css.map */
