.mock-stack {
  width: min(360px, 100%);
}

.mock-button {
  min-height: 42px;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 700;
}

.mock-button.wide {
  min-width: 180px;
}

.mock-button.primary {
  border: 1px solid #3454e8;
  background: #3454e8;
  color: #ffffff;
}

.mock-button.secondary {
  border: 1px solid #c5d2e4;
  background: #ffffff;
  color: #071426;
}

.mock-button.ghost {
  border: 1px solid transparent;
  background: transparent;
  color: #315f9c;
}

.mock-button.danger {
  border: 1px solid #b42318;
  background: #b42318;
  color: #ffffff;
}

.mock-icon-button {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid #c5d2e4;
  border-radius: 8px;
  background: #ffffff;
  color: #071426;
  font-size: 22px;
}

.mock-field {
  display: grid;
  gap: 6px;
}

.mock-field input {
  background: #f8fbff;
}

.mock-segment,
.mock-tabs,
.mock-page-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.mock-segment,
.mock-tabs {
  border: 1px solid #d8e2ee;
  border-radius: 8px;
  background: #f8fbff;
  padding: 4px;
}

.mock-segment span,
.mock-tabs span {
  flex: 1;
  border-radius: 6px;
  padding: 8px 10px;
  text-align: center;
}

.mock-segment .active,
.mock-tabs .active {
  background: #111111;
  color: #ffffff;
}

.mock-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d8e2ee;
  border-radius: 8px;
  background: #ffffff;
  padding: 10px 12px;
}

.mock-switch i {
  width: 42px;
  height: 24px;
  border-radius: 999px;
  background: #111111;
}

.mock-card,
.mock-feedback,
.mock-navigation {
  width: min(420px, 100%);
  border: 1px solid #d8e2ee;
  border-radius: 8px;
  background: #ffffff;
  padding: 14px;
}

.mock-card-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mock-avatar {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid #c8d5e5;
  border-radius: 8px;
  background: #f6f9fd;
  font-weight: 800;
}

.mock-card-head p,
.mock-feedback p {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.mock-card-head em {
  margin-left: auto;
  border: 1px solid #a9d5bd;
  border-radius: 999px;
  color: var(--success);
  padding: 3px 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.mock-stat-row {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  border-top: 1px solid #e5edf6;
  padding-top: 12px;
}

.mock-progress {
  height: 8px;
  margin-top: 12px;
  border-radius: 999px;
  background: #dbe4ef;
}

.mock-progress i {
  display: block;
  width: 66%;
  height: 100%;
  border-radius: inherit;
  background: #111111;
}

.mock-page-row {
  justify-content: center;
  margin-top: 16px;
}

.mock-page-row button {
  width: 34px;
  height: 34px;
  border: 1px solid #c8d5e5;
  border-radius: 8px;
  background: #ffffff;
}
