.trip-prepare-dashboard-list,
.trip-prepare-action-center {
  margin: 12px 0;
  padding: 14px;
  border: 1px solid #dfe9e5;
  border-radius: 20px;
  background: #fbfdfc;
}

.trip-prepare-dashboard-list > header,
.trip-prepare-action-center > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  margin-bottom: 11px;
}

.trip-prepare-dashboard-list > header small,
.trip-prepare-dashboard-list > header strong,
.trip-prepare-dashboard-list > header p,
.trip-prepare-action-center > header small,
.trip-prepare-action-center > header strong,
.trip-prepare-action-center > header p {
  display: block;
  margin: 0;
}

.trip-prepare-dashboard-list > header small,
.trip-prepare-action-center > header small {
  color: #3e8c73;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1px;
}

.trip-prepare-dashboard-list > header strong,
.trip-prepare-action-center > header strong {
  margin-top: 4px;
  font-size: 14px;
}

.trip-prepare-dashboard-list > header p,
.trip-prepare-action-center > header p {
  margin-top: 4px;
  color: #7d8884;
  font-size: 8px;
  line-height: 1.45;
}

.trip-prepare-dashboard-list > header > span {
  display: grid;
  place-items: center;
  min-width: 46px;
  height: 40px;
  padding: 0 8px;
  border-radius: 13px;
  background: #eaf5f1;
  color: #337b64;
  font-size: 10px;
  font-weight: 900;
}

.trip-prepare-dashboard-list .trip-tab-recent-list {
  max-height: 310px;
  padding-right: 2px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.trip-tab-recent-row.prepare.is-done {
  border-style: dashed;
  background: #f5f7f6;
  opacity: .68;
}

.trip-tab-recent-row.prepare.is-done strong {
  text-decoration: line-through;
}

.trip-prepare-action-center {
  background: linear-gradient(145deg, #f5fbf8, #fffaf7);
}

.trip-prepare-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.trip-prepare-action-grid > button {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) auto;
  gap: 9px;
  align-items: center;
  min-height: 66px;
  padding: 11px;
  border: 1px solid #dfe9e5;
  border-radius: 16px;
  background: #fff;
  color: #293631;
  text-align: left;
  box-shadow: 0 7px 18px rgba(52, 78, 70, .045);
}

.trip-prepare-action-grid > button.preset {
  grid-column: 1 / -1;
  border-color: #cde4dc;
  background: linear-gradient(135deg, #eaf7f2, #fff);
}

.trip-prepare-action-grid > button > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: #eff7f4;
  font-size: 17px;
}

.trip-prepare-action-grid > button strong,
.trip-prepare-action-grid > button small {
  display: block;
}

.trip-prepare-action-grid > button strong {
  font-size: 10px;
}

.trip-prepare-action-grid > button small {
  margin-top: 3px;
  color: #7c8884;
  font-size: 7px;
  line-height: 1.4;
}

.trip-prepare-action-grid > button > b {
  color: #5f8e7e;
  font-size: 16px;
}

.trip-prepare-preset-popup .trip-prepare-popup-card {
  padding: 15px;
}

.trip-prepare-popup {
  z-index: 1502;
}

.trip-prepare-preset-popup .trip-prep-presets {
  margin: 0;
  padding: 4px 0 0;
  border: 0;
  background: transparent;
}

.trip-prepare-preset-popup .trip-section-title {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: end;
  padding-right: 42px;
}

.trip-prepare-preset-popup .trip-section-title small {
  color: #3e8c73;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1px;
}

.trip-prepare-preset-popup .trip-section-title h3 {
  margin: 4px 0 0;
  font-size: 16px;
}

.trip-prep-popup-tip {
  margin: 8px 0 4px;
  color: #7c8884;
  font-size: 9px;
  line-height: 1.55;
}

@media (max-width: 520px) {
  .trip-prepare-dashboard-list,
  .trip-prepare-action-center { padding: 12px; }
  .trip-prepare-action-grid { grid-template-columns: 1fr; }
  .trip-prepare-action-grid > button.preset { grid-column: auto; }
  .trip-prepare-dashboard-list .trip-tab-recent-list { max-height: 285px; }
  .trip-prepare-preset-popup .trip-section-title { grid-template-columns: 1fr; }
}
