.ffp-dashboard,
.ffp-order-form {
  max-width: 980px;
  margin: 24px auto;
  padding: 16px;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  background: #ffffff;
}

.ffp-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}

.ffp-table th,
.ffp-table td {
  border: 1px solid #e0e0e0;
  padding: 8px;
  text-align: left;
  font-size: 14px;
}

.ffp-order-form input,
.ffp-order-form button,
.ffp-inline-form input,
.ffp-inline-form button,
.ffp-inline-form select {
  width: 100%;
  padding: 10px;
  font-size: 14px;
}

.ffp-order-form button,
.ffp-inline-form button {
  width: auto;
  background: #111111;
  color: #ffffff;
  border: 0;
  border-radius: 6px;
  cursor: pointer;
}

.ffp-success {
  color: #0a7a2f;
  font-weight: 600;
}

.ffp-error {
  color: #b51f1f;
  font-weight: 600;
}

.ffp-inline-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 12px;
}

.ffp-inline-form label {
  display: flex;
  flex-direction: column;
  min-width: 180px;
  gap: 4px;
  font-size: 13px;
}

.ffp-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
  margin: 12px 0;
}

.ffp-card {
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  padding: 10px;
  background: #fafafa;
}

.ffp-card strong {
  display: block;
  font-size: 13px;
}

.ffp-card span {
  font-size: 18px;
  font-weight: 700;
}
