.mait-portal-form,
.mait-portal-table-wrap,
.mait-card-list,
.mait-service-grid {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 8px;
  padding: 16px;
  margin: 0 0 18px;
}

.mait-portal-form h3,
.mait-card-list h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #111111;
}

.mait-portal-form label {
  display: block;
  margin-top: 10px;
  margin-bottom: 4px;
  font-weight: 600;
  color: #2d2d2d;
}

.mait-portal-form input,
.mait-portal-form select,
.mait-portal-form textarea {
  width: 100%;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 9px 10px;
  margin: 0 0 8px;
  box-sizing: border-box;
}

.mait-portal-form button,
.mait-portal-search button {
  background: #bb1010;
  border: 1px solid #9d0909;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 4px;
  cursor: pointer;
}

.mait-portal-form button:hover,
.mait-portal-search button:hover {
  background: #9d0909;
}

.mait-portal-alert,
.mait-portal-success {
  margin: 0 0 12px;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 14px;
}

.mait-portal-alert {
  background: #fff4d7;
  color: #744f00;
  border: 1px solid #f0dc9b;
}

.mait-portal-success {
  background: #e6f7e8;
  color: #0f5e22;
  border: 1px solid #b8e4c0;
}

.mait-portal-search {
  display: flex;
  gap: 8px;
  margin: 0 0 12px;
}

.mait-portal-search input {
  flex: 1;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  padding: 9px 10px;
}

.mait-portal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.mait-portal-table thead tr {
  background: #111111;
  color: #ffffff;
}

.mait-portal-table th,
.mait-portal-table td {
  border: 1px solid #dddddd;
  padding: 9px 10px;
  vertical-align: top;
}

.mait-portal-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.mait-pagination {
  margin-top: 12px;
}

.mait-pagination .page-numbers {
  display: inline-block;
  margin-right: 4px;
  padding: 6px 10px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  text-decoration: none;
}

.mait-pagination .current {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.mait-card-list ul {
  margin: 0;
  padding-left: 18px;
}

.mait-card-list li {
  margin: 0 0 8px;
}

.mait-service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
