.tvp-pmu-page {
  max-width: 1500px;
  margin: 0 auto;
  padding: 1rem;
  color: #1f2937;
}

.tvp-pmu-inline-slot {
  width: min(100%, 300px);
  margin: 0 auto;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.tvp-pmu-inline-slot > * {
  max-width: 100%;
}

.tvp-pmu-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
  align-items: start;
}

.tvp-pmu-layout-main,
.tvp-pmu-layout-side {
  min-width: 0;
}

.tvp-pmu-layout-side {
  display: none;
}

.tvp-pmu-layout-side .tvp-pmu-inline-slot {
  margin-top: 0;
}

.tvp-pmu-breadcrumb {
  margin-bottom: 1rem;
}

.tvp-pmu-breadcrumb-home a {
  min-width: 2.25rem;
  justify-content: center;
}

.tvp-pmu-breadcrumb .breadcrumb-item[aria-current="page"] {
  font-weight: 800;
}

.tvp-pmu-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.tvp-pmu-head h1 {
  margin: 0 0 .35rem;
  font-size: 1.8rem;
  line-height: 1.1;
}

.tvp-pmu-h1-prefix {
  margin-right: .25rem;
}

.tvp-pmu-head p {
  margin: 0;
  color: #4a5568;
}

.tvp-pmu-freshness {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .7rem;
  align-items: baseline;
  margin: 1.25rem 0 1rem;
  color: #64748b;
  font-size: .86rem;
}

.tvp-pmu-freshness strong {
  color: #243b63;
}

.tvp-pmu-freshness span {
  color: #64748b;
}

.tvp-pmu-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 .75rem;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #243b63;
  font-weight: 700;
  text-decoration: none;
}

.tvp-pmu-days {
  margin-bottom: 1rem;
  overflow-x: auto;
  scrollbar-color: #cbd5e1 transparent;
}

.tvp-pmu-days ol {
  display: flex;
  gap: .55rem;
  margin: 0;
  padding: 0 0 .2rem;
  list-style: none;
}

.tvp-pmu-day {
  display: grid;
  min-width: 7.6rem;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #fff;
  padding: .6rem .7rem;
  color: #1f2937;
  text-decoration: none;
}

.tvp-pmu-day span {
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tvp-pmu-day strong {
  margin-top: .12rem;
  font-size: 1rem;
  line-height: 1.1;
}

.tvp-pmu-day em {
  margin-top: .25rem;
  color: #64748b;
  font-size: .75rem;
  font-style: normal;
  font-weight: 700;
}

.tvp-pmu-day--empty {
  opacity: .68;
}

.tvp-pmu-day--active {
  border-color: #243b63;
  background: #243b63;
  color: #fff;
}

.tvp-pmu-day--active span,
.tvp-pmu-day--active em,
.tvp-pmu-day--active strong {
  color: #fff;
}

.tvp-pmu-alert,
.tvp-pmu-empty {
  margin-bottom: 1rem;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #f8fafc;
  padding: .8rem 1rem;
}

.tvp-pmu-admin-toolbar {
  margin: 1.5rem 0 0;
  display: grid;
  gap: .55rem;
  border: 1px dashed #fda4af;
  border-radius: 8px;
  background: #fff1f2;
  padding: .8rem 1rem;
  color: #991b1b;
}

.tvp-pmu-admin-row {
  display: flex;
  gap: .55rem;
  align-items: center;
}

.tvp-pmu-admin-row--apis {
  flex-wrap: wrap;
}

.tvp-pmu-admin-toolbar strong,
.tvp-pmu-admin-toolbar span,
.tvp-pmu-admin-toolbar code,
.tvp-pmu-admin-toolbar label {
  color: #991b1b;
}

.tvp-pmu-admin-toolbar label {
  min-width: 3.8rem;
  font-weight: 700;
}

.tvp-pmu-admin-toolbar input {
  flex: 1 1 32rem;
  min-width: 0;
  border: 1px solid #fecdd3;
  border-radius: 6px;
  background: #fff;
  padding: .45rem .6rem;
  color: #991b1b;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: .86rem;
}

.tvp-pmu-admin-toolbar input:focus {
  border-color: #fb7185;
  outline: 2px solid rgb(251 113 133 / .25);
}

.tvp-pmu-admin-toolbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 .75rem;
  border: 1px solid #fda4af;
  border-radius: 6px;
  background: #fff;
  color: #991b1b;
  font-weight: 700;
  text-decoration: none;
}

.tvp-pmu-reunion-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #f8fafc;
  padding: .9rem 1rem;
}

.tvp-pmu-reunion-context-label {
  display: block;
  margin-bottom: .2rem;
  color: #64748b;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tvp-pmu-reunion-context h2 {
  margin: 0;
  color: #243b63;
  font-size: 1.2rem;
  line-height: 1.15;
}

.tvp-pmu-reunion-context h2 a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
  color: inherit;
  text-decoration: none;
}

.tvp-pmu-reunion-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.05rem;
  min-height: 1.75rem;
  padding: 0 .45rem;
  border: 1px solid #b8c7da;
  border-radius: 6px;
  background: #243b63;
  color: #fff;
  font-size: .9rem;
  font-weight: 900;
  line-height: 1;
}

.tvp-pmu-reunion-context p {
  margin: .25rem 0 0;
  color: #475569;
  line-height: 1.4;
}

.tvp-pmu-reunion-context > a {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 .75rem;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #243b63;
  font-weight: 800;
  text-decoration: none;
}

.tvp-pmu-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #c7d7ec;
  border-radius: 8px;
  background: #f4f8ff;
  padding: .9rem 1rem;
}

.tvp-pmu-highlight span {
  display: block;
  color: #64748b;
  font-size: .8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tvp-pmu-highlight-bet {
  display: flex;
  align-items: center;
  gap: .45rem;
}

.tvp-pmu-bet-logo {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: .18rem 1.25rem .22rem 1.05rem;
  border-radius: 999px 18px 999px 2px;
  background: #ed1739;
  color: #fff !important;
  font-size: 1.15rem !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none !important;
  transform: skew(-8deg);
}

.tvp-pmu-bet-logo--quarte {
  background: #0b83c5;
}

.tvp-pmu-bet-logo--pick5 {
  min-height: 1.55rem;
  padding: 0 .08rem;
  border-radius: 0;
  background: transparent;
  color: #ed1739 !important;
  font-size: 1.25rem !important;
  transform: none;
}

.tvp-pmu-bet-pickmark {
  display: inline-flex !important;
  align-items: baseline;
  gap: .02em;
  color: #ed1739 !important;
  font-style: italic;
  font-weight: 900 !important;
  line-height: 1.14;
  letter-spacing: 0;
  text-transform: none !important;
}

.tvp-pmu-bet-pickmark > span {
  display: inline !important;
  color: #f6c600 !important;
  line-height: 1.14;
}

.tvp-pmu-bet-chip {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 1.35rem;
  padding: .12rem .62rem .16rem .52rem;
  border-radius: 999px 10px 999px 2px;
  background: #ed1739;
  color: #fff !important;
  font-size: .72rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  transform: skew(-7deg);
  box-shadow: 0 1px 0 rgb(15 23 42 / .08);
}

.tvp-pmu-bet-chip--quarte {
  background: #0b83c5;
}

.tvp-pmu-bet-chip--pick5 {
  padding: 0 .1rem;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: .86rem;
  transform: none;
}

.tvp-pmu-highlight-title {
  display: flex;
  align-items: center;
  gap: .45rem;
  margin: 0 0 .25rem;
  color: #17345e;
  font-size: 1.15rem;
  line-height: 1.1;
}

.tvp-pmu-highlight-title > span:not(.tvp-pmu-bet-logo) {
  display: inline;
  color: #17345e;
  font-size: 1.15rem;
  font-weight: 900;
  text-transform: none;
}

.tvp-pmu-highlight h3 {
  margin: .15rem 0 .2rem;
  font-size: 1.2rem;
}

.tvp-pmu-highlight h3 a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #17345e;
  text-decoration: none;
}

.tvp-pmu-highlight p {
  margin: 0;
  color: #475569;
}

.tvp-pmu-highlight-actions {
  display: grid;
  gap: .45rem;
  justify-items: stretch;
}

.tvp-pmu-highlight-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 .75rem;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background: #fff;
  color: #243b63;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.tvp-pmu-bet-button--highlight {
  min-height: 2rem;
  padding: 0 .75rem;
  white-space: nowrap;
}

.tvp-pmu-bet-button--row {
  min-height: 2rem;
  padding: 0 .85rem;
  white-space: nowrap;
}

.tvp-pmu-live-feed {
  margin: 1rem 0 1.1rem;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.tvp-pmu-live-feed > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  padding: .8rem 1rem;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}

.tvp-pmu-live-feed > header span {
  display: inline-flex;
  align-items: center;
  min-height: 1.25rem;
  margin-bottom: .3rem;
  padding: 0 .55rem;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.tvp-pmu-live-feed h2,
.tvp-pmu-live-feed h3 {
  margin: 0;
  color: #243b63;
}

.tvp-pmu-live-feed h2 {
  font-size: 1.12rem;
}

.tvp-pmu-live-feed h3 {
  margin-bottom: .55rem;
  font-size: .95rem;
}

.tvp-pmu-live-feed-grid {
  display: grid;
  gap: 0;
}

.tvp-pmu-live-feed-panel {
  padding: .85rem 1rem;
}

.tvp-pmu-live-feed-panel + .tvp-pmu-live-feed-panel {
  border-top: 1px solid #e2e8f0;
}

.tvp-pmu-live-feed-panel ol {
  display: grid;
  gap: .45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tvp-pmu-live-feed-panel li a {
  display: grid;
  grid-template-columns: auto max-content minmax(0, 1fr);
  gap: .55rem;
  align-items: center;
  min-height: 2.6rem;
  border: 1px solid #edf2f7;
  border-radius: 8px;
  background: #f8fafc;
  padding: .45rem .55rem;
  color: #1f2937;
  text-decoration: none;
}

.tvp-pmu-live-feed-panel li a.tvp-pmu-live-feed-link--arrival {
  grid-template-columns: auto max-content auto minmax(0, 1fr);
}

.tvp-pmu-live-feed-panel li a:hover,
.tvp-pmu-live-feed-panel li a:focus {
  border-color: #b7c7dc;
  background: #eef6ff;
  text-decoration: none;
}

.tvp-pmu-live-feed-code {
  display: inline-flex;
  align-items: center;
  min-width: 4.2rem;
}

.tvp-pmu-live-feed-time {
  color: #64748b;
  font-size: .86rem;
  font-weight: 800;
  white-space: nowrap;
}

.tvp-pmu-live-feed-panel li strong {
  min-width: 0;
  overflow: hidden;
  color: #243b63;
  font-size: .9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tvp-pmu-live-feed-arrival {
  display: flex;
  justify-self: start;
  min-width: 0;
}

.tvp-pmu-live-feed-arrival .tvp-pmu-arrival {
  display: inline-flex;
  gap: .25rem;
  margin-top: 0;
  width: max-content;
  max-width: 100%;
}

.tvp-pmu-live-feed-arrival .tvp-pmu-arrival li {
  flex: 0 0 auto;
  width: max-content;
  max-width: max-content;
}

.tvp-pmu-live-feed-panel .tvp-pmu-live-feed-arrival .tvp-pmu-arrival li strong {
  display: inline-flex;
  overflow: visible;
  min-width: 1.45rem;
  padding: 0 .45rem;
  color: #fff;
  font-size: .74rem;
  text-overflow: clip;
  white-space: nowrap;
}

.tvp-pmu-live-feed-panel .tvp-pmu-live-feed-arrival .tvp-pmu-arrival .tvp-pmu-arrival-item--neutral strong {
  color: #526275;
}

.tvp-pmu-live-feed-empty {
  margin: 0;
  color: #64748b;
  font-size: .9rem;
}

@media (min-width: 900px) {
  .tvp-pmu-live-feed-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tvp-pmu-live-feed-panel + .tvp-pmu-live-feed-panel {
    border-top: 0;
    border-left: 1px solid #e2e8f0;
  }
}

.tvp-pmu-title {
  margin: 1.1rem 0 .7rem;
  font-size: 1.35rem;
}

.tvp-pmu-summary {
  margin: .35rem 0 1rem;
  color: #334155;
  font-size: 1rem;
  line-height: 1.5;
}

.tvp-pmu-faq {
  margin: 1.25rem 0 0;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
}

.tvp-pmu-faq h2 {
  margin: 0 0 .65rem;
  color: #243b63;
  font-size: 1.15rem;
}

.tvp-pmu-faq-list {
  display: grid;
  gap: 0;
}

.tvp-pmu-faq-item {
  border-top: 1px solid #e2e8f0;
  padding: .8rem 0;
}

.tvp-pmu-faq-item:first-child {
  border-top: 0;
  padding-top: 0;
}

.tvp-pmu-faq-item:last-child {
  padding-bottom: 0;
}

.tvp-pmu-faq-item summary {
  cursor: pointer;
  color: #243b63;
  font-weight: 800;
}

.tvp-pmu-faq-item p {
  margin: 0;
  padding-top: .45rem;
  color: #475569;
  line-height: 1.5;
}

.tvp-pmu-faq-item p a {
  color: #2563eb;
  font-weight: 700;
  text-decoration: none;
}

.tvp-pmu-faq-item p a:hover,
.tvp-pmu-faq-item p a:focus {
  text-decoration: underline;
}

.tvp-pmu-subtitle {
  margin: 1rem 0 .55rem;
  font-size: 1.1rem;
}

.tvp-pmu-reports {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.2rem;
  margin-bottom: 1rem;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
}

.tvp-pmu-report-card {
  min-width: 0;
  overflow: hidden;
}

.tvp-pmu-report-card h4 {
  margin: 0;
  min-height: 2.25rem;
  padding: .48rem .65rem;
  background: #20925a;
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.15;
}

.tvp-pmu-report-card--couple h4 {
  background: #1479a6;
}

.tvp-pmu-report-card--deux-sur-quatre h4 {
  background: #1479a6;
}

.tvp-pmu-report-card--trio h4 {
  background: #7a3da2;
}

.tvp-pmu-report-card--multi h4 {
  background: #d36a1c;
}

.tvp-pmu-report-card--quarte h4 {
  background: #d36a1c;
}

.tvp-pmu-report-card--quinte h4 {
  background: #ed1739;
}

.tvp-pmu-report-rows {
  display: grid;
}

.tvp-pmu-report-row {
  display: grid;
  grid-template-columns: minmax(4.6rem, .8fr) minmax(5rem, 1fr) minmax(6.5rem, .8fr);
  gap: .7rem;
  align-items: start;
  min-height: 2.15rem;
  padding: .42rem .65rem;
  border-bottom: 1px solid #e5e7eb;
  color: #1f2937;
}

.tvp-pmu-report-row:last-child {
  border-bottom: 0;
}

.tvp-pmu-report-row strong,
.tvp-pmu-report-row span,
.tvp-pmu-report-row em {
  min-width: 0;
  font-size: .95rem;
  line-height: 1.2;
}

.tvp-pmu-report-row strong {
  font-weight: 800;
}

.tvp-pmu-report-row span {
  color: #374151;
}

.tvp-pmu-report-row em {
  display: grid;
  justify-items: end;
  color: #111827;
  font-style: normal;
  font-weight: 800;
  text-align: right;
}

.tvp-pmu-report-row small {
  margin-top: .12rem;
  color: #64748b;
  font-size: .7rem;
  font-weight: 700;
}

.tvp-pmu-report-row--muted {
  color: #94a3b8;
  background: #f8fafc;
}

.tvp-pmu-report-row--muted span,
.tvp-pmu-report-row--muted em,
.tvp-pmu-report-row--muted small {
  color: #94a3b8;
}

.tvp-pmu-table-wrap {
  overflow-x: auto;
  margin-bottom: 1rem;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #fff;
}

.tvp-pmu-table-wrap--nested {
  margin: 0;
  border-width: 1px 0 0;
  border-radius: 0;
}

.tvp-pmu-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  font-size: .9rem;
}

.tvp-pmu-table th,
.tvp-pmu-table td {
  padding: .58rem .7rem;
  border-bottom: 1px solid #e8edf4;
  color: #1f2937;
  text-align: left;
  vertical-align: top;
}

.tvp-pmu-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #edf2f7;
  color: #1f2937;
  font-size: .78rem;
  text-transform: uppercase;
}

.tvp-pmu-table tbody tr:nth-child(even) {
  background: #fafcff;
}

.tvp-pmu-table tbody tr:hover {
  background: #f2f6fb;
}

.tvp-pmu-table tbody tr.tvp-pmu-course-row--upcoming {
  background: #f2fbf5;
  box-shadow: inset 4px 0 0 #25a55b;
}

.tvp-pmu-table tbody tr.tvp-pmu-course-row--live {
  background: #fff1f2;
  box-shadow: inset 4px 0 0 #e11d48;
}

.tvp-pmu-table tbody tr.tvp-pmu-course-row--done {
  background: #f4f6f8;
  box-shadow: inset 4px 0 0 #94a3b8;
}

.tvp-pmu-table tbody tr.tvp-pmu-course-row--done td {
  color: #64748b;
}

.tvp-pmu-state {
  display: inline-flex;
  align-items: center;
  min-height: 1.45rem;
  margin-bottom: .25rem;
  padding: 0 .45rem;
  border-radius: 999px;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.tvp-pmu-state--upcoming {
  background: #dff7e7;
  color: #116b35;
}

.tvp-pmu-state--live {
  background: #ffe1e6;
  color: #b31335;
}

.tvp-pmu-state--done {
  background: #e8edf3;
  color: #526275;
}

.tvp-pmu-state--arrival {
  background: #dbeafe;
  color: #1d4ed8;
}

.tvp-pmu-state--reports {
  background: #ede9fe;
  color: #6d28d9;
}

.tvp-pmu-table a {
  color: #243b63;
  font-weight: 800;
  text-decoration: none;
}

.tvp-pmu-course-link,
.tvp-pmu-course-title {
  display: inline-flex;
  align-items: flex-start;
  gap: .55rem;
}

.tvp-pmu-table--courses .tvp-pmu-course-link {
  display: grid;
  grid-template-columns: 5.25rem minmax(0, 1fr) 5.75rem;
  column-gap: .65rem;
  row-gap: .1rem;
  align-items: center;
  width: 100%;
}

.tvp-pmu-table--courses .tvp-pmu-course-link .tvp-pmu-course-code {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.tvp-pmu-table--courses .tvp-pmu-course-link .tvp-pmu-bet-chip {
  grid-column: 3;
  grid-row: 1;
  justify-self: start;
  margin-top: 0;
}

.tvp-pmu-table--courses .tvp-pmu-course-link .tvp-pmu-course-name {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
}

.tvp-pmu-course-link .tvp-pmu-bet-chip,
.tvp-pmu-course-title .tvp-pmu-bet-chip {
  margin-top: .13rem;
}

.tvp-pmu-course-code {
  display: inline-flex;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 6px;
  color: #243b63;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: middle;
}

.tvp-pmu-course-code span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.75rem;
  min-height: 1.6rem;
  padding: 0 .35rem;
  border-radius: 6px;
}

.tvp-pmu-course-code span:first-child {
  border-radius: 6px 0 0 6px;
  background: #243b63;
  color: #fff;
}

.tvp-pmu-course-code span:last-child {
  border-radius: 0 6px 6px 0;
  background: #25a55b;
  color: #fff;
}

.tvp-pmu-course-name,
.tvp-pmu-h1-title {
  min-width: 0;
}

.tvp-pmu-head h1 .tvp-pmu-course-code {
  margin-right: .6rem;
  font-size: .95rem;
  vertical-align: .18rem;
}

.tvp-pmu-head h1 .tvp-pmu-bet-chip {
  margin-right: .6rem;
  vertical-align: .18rem;
}

.tvp-pmu-musique {
  display: inline-block;
  max-width: 18rem;
  line-height: 1.45;
  word-spacing: .22rem;
  white-space: normal;
}

.tvp-pmu-table--courses td:nth-child(1),
.tvp-pmu-table--courses td:nth-child(4),
.tvp-pmu-table--courses td:nth-child(5) {
  white-space: nowrap;
}

.tvp-pmu-reunions {
  display: grid;
  gap: 1rem;
}

.tvp-pmu-reunion {
  overflow: hidden;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #fff;
}

.tvp-pmu-reunion-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding: .9rem 1rem;
  background: #f8fafc;
}

.tvp-pmu-reunion-head--list {
  display: grid;
  grid-template-columns: minmax(17rem, 24rem) minmax(0, 1fr) auto;
  align-items: center;
}

.tvp-pmu-reunion-head--list > div:first-child {
  grid-column: 1;
}

.tvp-pmu-reunion-head--list .tvp-pmu-course-shortcuts {
  grid-column: 2;
}

.tvp-pmu-reunion h3 {
  margin: 0 0 .25rem;
  color: #111827;
  font-size: 1.1rem;
}

.tvp-pmu-reunion-title,
.tvp-pmu-reunion h3 a {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  flex-wrap: wrap;
  color: inherit;
  text-decoration: none;
}

.tvp-pmu-reunion h3 .tvp-pmu-reunion-place {
  color: #243b63;
}

.tvp-pmu-live-label {
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  margin-bottom: .45rem;
  padding: 0 .55rem;
  border-radius: 999px;
  background: #e11d48;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.tvp-pmu-reunion p {
  margin: 0;
  color: #64748b;
  font-size: .9rem;
}

.tvp-pmu-course-shortcuts {
  display: grid;
  grid-template-columns: repeat(10, 2.55rem);
  grid-auto-columns: 2.55rem;
  gap: .45rem .55rem;
  align-items: start;
  justify-content: center;
  overflow-x: auto;
  padding-bottom: .1rem;
  scrollbar-color: #cbd5e1 transparent;
}

.tvp-pmu-reunion-list-action {
  display: flex;
  grid-column: 3;
  justify-content: end;
  align-items: center;
}

.tvp-pmu-course-shortcut {
  display: grid;
  grid-column: var(--course-col);
  position: relative;
  min-width: 2.45rem;
  padding-top: .8rem;
  gap: .2rem;
  justify-items: center;
  color: #243b63;
  text-decoration: none;
  overflow: visible;
}

.tvp-pmu-bet-picto {
  position: absolute;
  z-index: 1;
  top: -.05rem;
  left: .18rem;
  color: #ed1739;
  font-size: .82rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff;
  transform: rotate(-6deg);
}

.tvp-pmu-bet-picto--quarte {
  color: #0b83c5;
}

.tvp-pmu-bet-picto--quinte {
  top: -.02rem;
  left: .28rem;
  color: #ed1739;
  font-size: .76rem;
  line-height: 1;
  text-shadow: none;
  transform: rotate(-5deg);
}

.tvp-pmu-course-shortcut .tvp-pmu-bet-picto--quinte {
  color: #ed1739;
}

.tvp-pmu-bet-picto--pick5 {
  top: 0;
  left: -.02rem;
  color: #ed1739;
  font-size: .66rem;
  line-height: 1.14;
  text-shadow: none;
  transform: rotate(-5deg);
}

.tvp-pmu-course-shortcut strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 6px;
  background: #243b63;
  color: #fff;
  font-size: .82rem;
  line-height: 1;
}

.tvp-pmu-course-shortcut span {
  color: #64748b;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1;
}

.tvp-pmu-course-shortcut--upcoming strong {
  background: #25a55b;
}

.tvp-pmu-course-shortcut--live strong {
  background: #e11d48;
}

.tvp-pmu-course-shortcut--done strong {
  background: #94a3b8;
}

.tvp-pmu-course-shortcut--done span {
  color: #94a3b8;
}

.tvp-pmu-reunion-meta {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  align-items: center;
  justify-content: end;
}

.tvp-pmu-reunion-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0 .6rem;
  border: 1px solid #dbe4ef;
  border-radius: 999px;
  background: #fff;
  color: #475569;
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
}

.tvp-pmu-reunion-synthesis {
  border-top: 1px solid #e2e8f0;
  padding: .9rem 1rem 1rem;
  background: #fff;
}

.tvp-pmu-reunion-synthesis p {
  margin: 0 0 .75rem;
  color: #334155;
  font-size: .95rem;
  line-height: 1.45;
}

.tvp-pmu-reunion-synthesis-stats {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: .55rem;
  margin: 0;
}

.tvp-pmu-reunion-synthesis-stats div {
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #f8fafc;
  padding: .55rem .65rem;
}

.tvp-pmu-reunion-synthesis-stats dt {
  margin: 0 0 .12rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.tvp-pmu-reunion-synthesis-stats dd {
  margin: 0;
  color: #243b63;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
}

.tvp-pmu-reunion--upcoming {
  border-color: #bbf7d0;
  box-shadow: inset 4px 0 0 #25a55b;
}

.tvp-pmu-reunion--upcoming .tvp-pmu-reunion-head {
  background: #f2fbf5;
}

.tvp-pmu-reunion--live {
  border-color: #fecdd3;
  box-shadow: inset 4px 0 0 #e11d48;
}

.tvp-pmu-reunion--live .tvp-pmu-reunion-head {
  background: #fff1f2;
}

.tvp-pmu-reunion--done {
  border-color: #dbe4ef;
  box-shadow: inset 4px 0 0 #94a3b8;
}

.tvp-pmu-reunion--done .tvp-pmu-reunion-head {
  background: #f4f6f8;
}

.tvp-pmu-reunion--done h3 a,
.tvp-pmu-reunion--done h3 .tvp-pmu-reunion-place,
.tvp-pmu-reunion--done p {
  color: #64748b;
}

.tvp-pmu-detail {
  margin-bottom: 1rem;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
}

.tvp-pmu-detail-head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: .9rem;
  border-bottom: 1px solid #e8edf4;
}

.tvp-pmu-detail h2 {
  margin: 0 0 .3rem;
  font-size: 1.25rem;
}

.tvp-pmu-detail p {
  margin: 0;
  color: #64748b;
}

.tvp-pmu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  justify-content: end;
}

.tvp-pmu-detail-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: .7rem;
  padding-top: .9rem;
}

.tvp-pmu-detail-grid div {
  min-width: 0;
}

.tvp-pmu-detail-grid-action {
  display: flex;
  align-items: end;
}

.tvp-pmu-detail-grid strong,
.tvp-pmu-detail-grid span {
  display: block;
}

.tvp-pmu-detail-grid strong {
  color: #64748b;
  font-size: .78rem;
  text-transform: uppercase;
}

.tvp-pmu-detail-grid span {
  margin-top: .15rem;
  overflow-wrap: anywhere;
}

.tvp-pmu-bet-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2rem;
  padding: 0 1rem;
  border-radius: 6px;
  background: #00843d;
  color: #fff !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1px 0 rgb(15 23 42 / .12);
}

.tvp-pmu-bet-button:hover,
.tvp-pmu-bet-button:focus {
  background: #006f34;
  color: #fff !important;
  text-decoration: none;
}

.tvp-pmu-bet-button--compact {
  min-height: 1.85rem;
  padding: 0 .7rem;
  font-size: .82rem;
}

.tvp-pmu-arrival-block {
  margin-top: .9rem;
  border: 1px solid #dbe4ef;
  border-radius: 8px;
  background: #f8fafc;
  padding: .85rem;
}

.tvp-pmu-arrival-block > strong {
  display: block;
  margin-bottom: .55rem;
  color: #243b63;
  font-size: .9rem;
  font-weight: 900;
  text-transform: uppercase;
}

.tvp-pmu-result-summary {
  margin: .85rem 0 0;
  color: #334155;
  font-weight: 700;
  line-height: 1.45;
}

.tvp-pmu-arrival {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tvp-pmu-arrival li {
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  border: 1px solid #d7e1ee;
  border-radius: 999px;
  background: #f8fafc;
  color: #475569;
  font-weight: 900;
  line-height: 1;
}

.tvp-pmu-arrival li span,
.tvp-pmu-arrival li strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.85rem;
}

.tvp-pmu-arrival li span {
  min-width: 1.85rem;
  background: #e2e8f0;
  color: #fff;
  font-size: .72rem;
}

.tvp-pmu-arrival li strong {
  min-width: 2rem;
  padding: 0 .6rem;
  font-size: 1rem;
}

.tvp-pmu-arrival .tvp-pmu-arrival-item--gold {
  border-color: #d6a719;
  background: #d6a719;
  color: #fff;
}

.tvp-pmu-arrival .tvp-pmu-arrival-item--silver {
  border-color: #8d9aaa;
  background: #8d9aaa;
  color: #fff;
}

.tvp-pmu-arrival .tvp-pmu-arrival-item--bronze {
  border-color: #b96a1f;
  background: #b96a1f;
  color: #fff;
}

.tvp-pmu-arrival-item--gold strong,
.tvp-pmu-arrival-item--silver strong,
.tvp-pmu-arrival-item--bronze strong {
  color: #fff;
}

.tvp-pmu-arrival .tvp-pmu-arrival-item--neutral strong {
  color: #526275;
}

.tvp-pmu-arrival--compact {
  gap: .22rem;
  margin-top: .45rem;
}

.tvp-pmu-arrival--compact li {
  border-radius: 6px;
}

.tvp-pmu-arrival--compact li span,
.tvp-pmu-arrival--compact li strong {
  min-height: 1.25rem;
}

.tvp-pmu-arrival--compact li span {
  min-width: 1.25rem;
  font-size: .58rem;
}

.tvp-pmu-arrival--compact li strong {
  min-width: 1.35rem;
  padding: 0 .35rem;
  font-size: .75rem;
}

.tvp-pmu-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.55rem;
  min-height: 1.55rem;
  border-radius: 999px;
  background: #e8edf3;
  color: #243b63;
  font-size: .78rem;
  font-weight: 900;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-page {
  color: #e5edf8;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-alert,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-empty,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-context,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-highlight,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table-wrap,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reports,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-faq,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-synthesis,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-detail {
  border-color: #33475f;
  background: #162235;
  color: #e5edf8;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-alert,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-empty,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-context,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-head {
  background: #1b2a3f;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-faq-item {
  border-color: #33475f;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-faq-item p a {
  color: #8ab4ff;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-head p,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-freshness,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-freshness span,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-context-label,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-context p,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion p,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-synthesis p,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-synthesis-stats dt,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-detail p,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-highlight span,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-highlight p,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-detail-grid strong,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-page .text-muted {
  color: #a9bad0 !important;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-logo {
  color: #fff !important;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-highlight .tvp-pmu-bet-logo--quinte {
  color: #fff !important;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-chip {
  color: #fff !important;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-picto {
  text-shadow:
    -1px -1px 0 #162235,
    1px -1px 0 #162235,
    -1px 1px 0 #162235,
    1px 1px 0 #162235;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-logo--pick5,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-chip--pick5 {
  background: transparent;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-pickmark {
  color: #ff4d5f !important;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-pickmark > span {
  color: #ffd43b !important;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-picto--quinte {
  color: #ff4d5f;
  text-shadow: none;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-course-shortcut .tvp-pmu-bet-picto--quinte {
  color: #ff4d5f;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-picto--pick5 {
  text-shadow: none;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-head h1,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-title,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-subtitle,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-summary,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-freshness strong,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-context h2,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-context h2 a,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-faq h2,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-faq-item summary,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-faq-item p,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion h3,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion h3 a,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion h3 span,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion h3 a span,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-synthesis-stats dd,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-highlight-title,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-highlight-title > span:not(.tvp-pmu-bet-logo),
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-highlight h3,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-highlight h3 a,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-detail h2,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-detail-grid span {
  color: #f3f7fc;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-button {
  background: #00a651;
  color: #fff !important;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-button:hover,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-bet-button:focus {
  background: #008f45;
  color: #fff !important;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-arrival-block {
  border-color: #33475f;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-arrival-block > strong {
  color: #a9bad0;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-arrival li {
  border-color: #415a79;
  background: #162235;
  color: #e6f0ff;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-arrival li.tvp-pmu-arrival-item--gold {
  border-color: #d6a719;
  background: #d6a719;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-arrival li.tvp-pmu-arrival-item--silver {
  border-color: #8d9aaa;
  background: #8d9aaa;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-arrival li.tvp-pmu-arrival-item--bronze {
  border-color: #b96a1f;
  background: #b96a1f;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-arrival-item--gold strong,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-arrival-item--silver strong,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-arrival-item--bronze strong {
  color: #ffffff;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-arrival-item--neutral strong {
  color: #c6d3e4;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table a {
  color: #b9d8ff;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-course-code {
  color: #e5edf8;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-course-code span:first-child {
  background: #243b63;
  color: #fff !important;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-course-code span:last-child {
  background: #48cc7d;
  color: #061323 !important;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-code {
  border-color: #56708f;
  background: #5c8fcd;
  color: #061323;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-day {
  border-color: #33475f;
  background: #162235;
  color: #e5edf8;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-day span,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-day em {
  color: #a9bad0;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-day--active {
  border-color: #5d7ea8;
  background: #2f5f96;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-day--active span,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-day--active em,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-day--active strong {
  color: #ffffff;
}

:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed {
  border-color: #33475f;
  background: #162235;
}

:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed > header {
  border-color: #33475f;
  background: #1b2a3f;
}

:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed > header span {
  background: rgb(72 204 125 / 0.18);
  color: #9df0ba;
}

:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed h2,
:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed h3,
:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed-panel li strong {
  color: #f3f7fc;
}

:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed-panel + .tvp-pmu-live-feed-panel {
  border-color: #33475f;
}

:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed-panel li a {
  border-color: #2f425a;
  background: #1b2a3f;
  color: #dce8f7;
}

:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed-panel li a:hover,
:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed-panel li a:focus {
  border-color: #4a6789;
  background: #233348;
}

:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed-time,
:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed-empty {
  color: #a9bad0;
}

:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed-panel .tvp-pmu-live-feed-arrival .tvp-pmu-arrival-item--gold strong,
:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed-panel .tvp-pmu-live-feed-arrival .tvp-pmu-arrival-item--silver strong,
:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed-panel .tvp-pmu-live-feed-arrival .tvp-pmu-arrival-item--bronze strong {
  color: #fff;
}

:is(html[data-bs-theme="dark"], html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-live-feed-panel .tvp-pmu-live-feed-arrival .tvp-pmu-arrival-item--neutral strong {
  color: #526275;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-highlight-link,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-actions a,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-context > a,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-meta span {
  border-color: #415a79;
  background: #23344a;
  color: #e6f0ff;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-admin-toolbar {
  border-color: #7f1d1d;
  background: #32171b;
  color: #fecaca;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-admin-toolbar strong,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-admin-toolbar span,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-admin-toolbar code,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-admin-toolbar label {
  color: #fecaca;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-admin-toolbar input {
  border-color: #7f1d1d;
  background: #211217;
  color: #fecaca;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-admin-toolbar input:focus {
  border-color: #fb7185;
  outline-color: rgb(251 113 133 / .35);
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-admin-toolbar a {
  border-color: #b91c1c;
  background: #4a1f25;
  color: #fff1f2;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table-wrap--nested,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-detail-head {
  border-color: #33475f;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table th,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table td {
  border-color: #2f425a;
  color: #dce8f7;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-report-row {
  border-color: #2f425a;
  color: #dce8f7;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-report-row span,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-report-row em {
  color: #dce8f7;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-report-row small {
  color: #a9bad0;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-report-row--muted {
  background: rgb(219 230 243 / 0.04);
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-report-row--muted,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-report-row--muted span,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-report-row--muted em,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-report-row--muted small {
  color: #7f92aa;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table th {
  background: #233348;
  color: #f3f7fc;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table tbody tr:nth-child(even) {
  background: rgb(219 230 243 / 0.04);
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table tbody tr:hover {
  background: #26364d;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table tbody tr.tvp-pmu-course-row--upcoming {
  background: rgb(37 165 91 / 0.12);
  box-shadow: inset 4px 0 0 #48cc7d;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table tbody tr.tvp-pmu-course-row--live {
  background: rgb(225 29 72 / 0.16);
  box-shadow: inset 4px 0 0 #ff5b7d;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table tbody tr.tvp-pmu-course-row--done {
  background: rgb(148 163 184 / 0.10);
  box-shadow: inset 4px 0 0 #6f8197;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-table tbody tr.tvp-pmu-course-row--done td {
  color: #9fb0c4;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-state--upcoming {
  background: rgb(72 204 125 / 0.18);
  color: #9df0ba;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-state--live {
  background: rgb(255 91 125 / 0.20);
  color: #ffc1cc;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-state--done {
  background: rgb(159 176 196 / 0.18);
  color: #c8d3e0;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-state--arrival {
  background: rgb(96 165 250 / 0.18);
  color: #bfdbfe;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-state--reports {
  background: rgb(167 139 250 / 0.20);
  color: #ddd6fe;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-synthesis {
  border-color: #33475f;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion-synthesis-stats div {
  border-color: #33475f;
  background: #1b2a3f;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion--upcoming {
  border-color: #24784c;
  box-shadow: inset 4px 0 0 #48cc7d;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion--upcoming .tvp-pmu-reunion-head {
  background: rgb(37 165 91 / 0.12);
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion--live {
  border-color: #8f2540;
  box-shadow: inset 4px 0 0 #ff5b7d;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion--live .tvp-pmu-reunion-head {
  background: rgb(225 29 72 / 0.16);
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion--done {
  border-color: #45576d;
  box-shadow: inset 4px 0 0 #6f8197;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion--done .tvp-pmu-reunion-head {
  background: rgb(148 163 184 / 0.10);
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion--done h3 a,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion--done h3 .tvp-pmu-reunion-place,
:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-reunion--done p {
  color: #9fb0c4;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-course-shortcut strong {
  background: #5d7ea8;
  color: #061323;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-course-shortcut span {
  color: #a9bad0;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-course-shortcut--upcoming strong {
  background: #48cc7d;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-course-shortcut--live strong {
  background: #ff5b7d;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-course-shortcut--done strong {
  background: #6f8197;
}

:is(html[data-theme="dark"], html.dark, body.dark-mode, body.dark-theme) .tvp-pmu-course-shortcut--done span {
  color: #9fb0c4;
}

@media (min-width: 1180px) {
  .tvp-pmu-layout:not(.is-no-side) {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .tvp-pmu-layout-side {
    display: block;
    align-self: stretch;
  }

  .tvp-pmu-layout-side-sticky {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .tvp-pmu-page {
    padding: .75rem;
  }

  .tvp-pmu-head {
    display: block;
  }

  .tvp-pmu-highlight {
    display: block;
  }

  .tvp-pmu-highlight-actions {
    margin-top: .75rem;
  }

  .tvp-pmu-reunion-context {
    display: block;
  }

  .tvp-pmu-reunion-context > a {
    margin-top: .75rem;
  }

  .tvp-pmu-detail-head {
    display: block;
  }

  .tvp-pmu-actions {
    justify-content: start;
    margin-top: .75rem;
  }

  .tvp-pmu-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tvp-pmu-detail-grid-action {
    grid-column: 1 / -1;
    align-items: stretch;
  }

  .tvp-pmu-detail-grid-action .tvp-pmu-bet-button {
    width: 100%;
  }

  .tvp-pmu-reports {
    grid-template-columns: 1fr;
    padding: .75rem;
  }

  .tvp-pmu-live-feed-panel {
    padding: .75rem;
  }

  .tvp-pmu-live-feed-panel li a {
    grid-template-columns: auto max-content minmax(0, 1fr);
    gap: .45rem;
  }

  .tvp-pmu-live-feed-panel li a.tvp-pmu-live-feed-link--arrival {
    grid-template-columns: auto max-content auto minmax(0, 1fr);
  }

  .tvp-pmu-live-feed-code {
    min-width: 4rem;
  }

  .tvp-pmu-reunion-synthesis-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tvp-pmu-report-row {
    grid-template-columns: minmax(3.8rem, .8fr) minmax(4.5rem, 1fr) minmax(5.6rem, .9fr);
    gap: .45rem;
  }

  .tvp-pmu-reunion-head {
    display: block;
  }

  .tvp-pmu-reunion-head--list {
    display: block;
  }

  .tvp-pmu-reunion-meta {
    justify-content: start;
    margin-top: .75rem;
  }

  .tvp-pmu-course-shortcuts {
    justify-content: start;
    margin-top: .75rem;
  }

  .tvp-pmu-reunion-list-action {
    justify-content: start;
    margin-top: .75rem;
  }

  .tvp-pmu-admin-row {
    display: grid;
    gap: .35rem;
  }

  .tvp-pmu-admin-toolbar label {
    min-width: 0;
  }
}
