.fes-client-dash {
  max-width: 980px;
  margin: 24px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
}

.fes-client-dash__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.fes-client-dash__table-wrap {
  overflow-x: auto;
}

.fes-client-dash__table {
  width: 100%;
  border-collapse: collapse;
}

.fes-client-dash__table th,
.fes-client-dash__table td {
  border: 1px solid #e6e6e6;
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.fes-client-dash__table thead th {
  background: #f8f8f8;
}

.fes-client-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 10000;
}

.fes-client-modal.is-open {
  display: block;
}

.fes-client-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.fes-client-modal__content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin: 80px auto;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 20px;
}

.fes-client-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: #c52a2a;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.fes-client-modal textarea {
  width: 100%;
  margin: 6px 0 10px;
}

.fes-client-meta {
  color: #555;
}

.fes-client-feedback {
  margin: 0 0 10px;
  color: #1d5f2a;
}
