.backup-reminder-card-v148 {
  margin-top: 12px;
  padding: 13px;
  border: 3px dashed rgba(39, 50, 74, .34);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 247, 220, .98), rgba(236, 253, 245, .96));
  color: #27324a;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  box-shadow: 4px 4px 0 rgba(31, 41, 55, .08);
}

.backup-reminder-icon-v148 {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 3px solid rgba(39, 50, 74, .24);
  border-radius: 14px;
  background: #fffaf0;
  font-size: 20px;
  box-shadow: 3px 3px 0 rgba(31, 41, 55, .08);
}

.backup-reminder-copy-v148 strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  color: #27324a;
}

.backup-reminder-copy-v148 p {
  margin: 0;
  color: #475569;
  font-weight: 700;
  line-height: 1.48;
  font-size: 13px;
}

.backup-reminder-button-v148 {
  white-space: nowrap;
  background: #14532d !important;
  color: #fffaf0 !important;
  border-color: #27324a !important;
}

.night-mode .backup-reminder-card-v148 {
  background: linear-gradient(135deg, #0f172a, #132216) !important;
  color: #f8fafc !important;
  border-color: #dbeafe !important;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, .42) !important;
}

.night-mode .backup-reminder-icon-v148 {
  background: #1e293b !important;
  border-color: #dbeafe !important;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .36) !important;
}

.night-mode .backup-reminder-copy-v148 strong,
.night-mode .backup-reminder-copy-v148 p {
  color: #e5e7eb !important;
}

.night-mode .backup-reminder-button-v148 {
  background: #14532d !important;
  color: #f8fafc !important;
  border-color: #dbeafe !important;
}

@media (max-width: 760px) {
  .backup-reminder-card-v148 {
    grid-template-columns: 1fr;
    align-items: stretch;
  }
  .backup-reminder-icon-v148 {
    width: 34px;
    height: 34px;
  }
  .backup-reminder-button-v148 {
    width: 100%;
  }
}
