.fspd-reminder {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  border: 1px solid #e4e4e4;
  background: #fafafa;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.45;
}

.cart-summary > .fspd-reminder {
  margin-top: 16px;
}

.fspd-context-modal {
  margin-top: 18px;
}

.fspd-reminder .fspd-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

.fspd-reminder .fspd-message {
  margin-bottom: 10px;
}

.fspd-progress {
  width: 100%;
  height: 8px;
  background: #ececec;
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 10px;
}

.fspd-progress-bar {
  height: 100%;
  background: #31b9d3;
  border-radius: 999px;
}

.fspd-reminder.fspd-reached .fspd-progress-bar {
  background: #52b788;
}

.fspd-meta {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-size: 12px;
  color: #666;
}

@media (max-width: 767px) {
  .fspd-meta {
    flex-direction: column;
  }
}
