.lh-mp-list {
  display: grid;
  gap: 24px;
}

.lh-mp-card {
  border: 1px solid #d8dde6;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  color: #1c2430;
}

.lh-mp-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.lh-mp-card h3,
.lh-mp-card h4 {
  margin: 0;
}

.lh-mp-card h3 {
  font-size: 1.35rem;
  line-height: 1.25;
}

.lh-mp-badge {
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.lh-mp-badge--open {
  background: #e7f6ee;
  color: #14633a;
}

.lh-mp-badge--closed {
  background: #f2f4f7;
  color: #485465;
}

.lh-mp-badge--awarded {
  background: #eef3ff;
  color: #254f9d;
}

.lh-mp-meta {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 0 0 18px;
}

.lh-mp-meta div {
  min-width: 0;
}

.lh-mp-meta dt {
  color: #647084;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.lh-mp-meta dd {
  margin: 3px 0 0;
  overflow-wrap: anywhere;
}

.lh-mp-excerpt {
  margin-bottom: 18px;
}

.lh-mp-documents {
  border-top: 1px solid #e6e9ef;
  margin-top: 18px;
  padding-top: 18px;
}

.lh-mp-documents ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
}

.lh-mp-documents a {
  align-items: center;
  background: #f7f9fc;
  border: 1px solid #e3e8f0;
  border-radius: 6px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 10px 12px;
  text-decoration: none;
}

.lh-mp-documents span {
  overflow-wrap: anywhere;
}

.lh-mp-documents small {
  color: #59677a;
  font-weight: 700;
}

.lh-mp-form {
  border-top: 1px solid #e6e9ef;
  display: grid;
  gap: 14px;
  margin-top: 20px;
  padding-top: 20px;
}

.lh-mp-form__grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.lh-mp-form label {
  display: grid;
  gap: 6px;
  font-weight: 600;
}

.lh-mp-form input,
.lh-mp-form textarea {
  border: 1px solid #cdd5df;
  border-radius: 6px;
  font: inherit;
  padding: 10px 12px;
  width: 100%;
}

.lh-mp-consent {
  align-items: flex-start;
  display: flex !important;
  gap: 10px;
  font-weight: 400 !important;
}

.lh-mp-consent input {
  margin-top: 4px;
  width: auto;
}

.lh-mp-form button {
  align-self: start;
  background: #0f5f72;
  border: 0;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  padding: 11px 18px;
}

.lh-mp-notice {
  border-radius: 6px;
  margin: 0 0 18px;
  padding: 12px 14px;
}

.lh-mp-notice--success {
  background: #e7f6ee;
  color: #14633a;
}

.lh-mp-empty {
  background: #f7f9fc;
  border: 1px solid #e3e8f0;
  border-radius: 8px;
  padding: 18px;
}

@media (max-width: 640px) {
  .lh-mp-card {
    padding: 18px;
  }

  .lh-mp-card__header {
    align-items: flex-start;
    flex-direction: column;
  }
}
