.route-today.today-queue-v16 .north-card,
.route-today.today-queue-v16 .today16-hide,
.route-today.today-queue-v16 .today16-source-section {
  display: none !important;
}

.route-today.today-queue-v16 .hero-grid {
  grid-template-columns: minmax(0, 1fr);
}

.route-today.today-queue-v16 .move-card {
  max-width: none;
}

.today16-driver {
  background: #fbfaf7;
  border: 1px solid rgba(66, 78, 68, .10);
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(63, 71, 61, .06);
}

.today16-head { margin-bottom: 18px; }
.today16-head > div { max-width: 860px; }
.today16-head span:first-child {
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  color: #738078;
  margin-bottom: 6px;
}
.today16-head h2 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 30px);
  line-height: 1.15;
}
.today16-head p {
  margin: 8px 0 0;
  color: #747b75;
  line-height: 1.55;
}

.today16-aspect-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  align-items: start;
}

.today16-aspect-card {
  min-width: 0;
  border: 1px solid rgba(65, 77, 67, .10);
  border-radius: 20px;
  background: #f4f3ef;
  padding: 14px;
}

.today16-aspect-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  padding: 2px 2px 11px;
  border-bottom: 1px solid rgba(65, 77, 67, .08);
}
.today16-aspect-head h3 {
  margin: 0;
  color: #273129;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
.today16-aspect-head span {
  flex: 0 0 auto;
  color: #858b86;
  font-size: 10px;
  font-weight: 700;
}

.today16-aspect-actions {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.today16-action {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 9px;
  align-items: start;
  border: 1px solid rgba(65, 77, 67, .08);
  background: #fffdf9;
  border-radius: 15px;
  padding: 11px;
  text-align: left;
  font: inherit;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.today16-action:hover {
  transform: translateY(-1px);
  border-color: rgba(49, 75, 58, .18);
  background: #fff;
}

.today16-action-copy { min-width: 0; }
.today16-action-meta {
  display: inline-block !important;
  width: auto;
  margin: 0 0 5px !important;
  padding: 3px 6px;
  border-radius: 999px;
  background: #efeee8;
  color: #7c847e !important;
  font-size: 8.5px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: .08em;
}
.today16-action-copy strong {
  display: block;
  font-size: 13px;
  line-height: 1.38;
  color: #202620;
}
.today16-action-copy > span:last-child:not(strong) {
  display: block;
  margin-top: 4px;
  font-size: 10.5px;
  line-height: 1.42;
  color: #818982;
}

.today16-action-feedback {
  display: flex;
  align-items: center;
  gap: 4px;
}
.today16-feedback-btn {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(49, 75, 58, .14);
  background: #fff;
  color: #667067;
  font: 850 14px/1 system-ui, sans-serif;
  cursor: pointer;
  transition: transform .15s ease, border-color .15s ease, background .15s ease;
}
.today16-feedback-btn:hover,
.today16-feedback-btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
  border-color: rgba(49, 75, 58, .32);
}
.today16-feedback-btn.done:hover,
.today16-feedback-btn.done:focus-visible {
  background: #66735e;
  border-color: #66735e;
  color: #fff;
}
.today16-feedback-btn.skip:hover,
.today16-feedback-btn.skip:focus-visible {
  background: #eee9df;
  border-color: #c6b9a8;
  color: #786b5e;
}

.today16-aspect-empty {
  min-height: 72px;
  margin: 10px 0 0;
  padding: 11px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .48);
  color: #858b86;
  font-size: 11px;
  line-height: 1.45;
}

.today16-history {
  margin-top: 14px;
  border-top: 1px solid rgba(65, 77, 67, .08);
  padding-top: 12px;
}
.today16-history summary {
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  color: #737b75;
}
.today16-history-list {
  display: grid;
  gap: 7px;
  margin-top: 10px;
}
.today16-history-list > div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 8px 10px;
  background: #f6f5f1;
  border-radius: 12px;
}
.today16-history-list small {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: #899089;
}
.today16-history-list span {
  font-size: 12px;
  color: #5d655f;
}
.today16-history-restore {
  border: 0;
  background: transparent;
  color: #66735e;
  font-weight: 850;
  cursor: pointer;
}

@media (max-width: 1120px) {
  .today16-aspect-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .today16-driver { padding: 17px; border-radius: 20px; }
  .today16-aspect-grid { grid-template-columns: minmax(0, 1fr); }
  .today16-aspect-card { padding: 13px; }
  .today16-action { padding: 11px; }
  .today16-feedback-btn { width: 32px; height: 32px; font-size: 15px; }
}
