@charset "UTF-8";
/** MES Redesign — closed job (component styles from the prototype). */
.mes-closed {
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2d3a;
  max-width: 980px;
  margin: 22px auto 58px;
}

.mes-closed * {
  box-sizing: border-box;
}

.mes-closed-shell {
  overflow: hidden;
  border: 1px solid #d9e5eb;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(31, 45, 58, 0.09);
}

.mes-closed-head {
  padding: 48px;
  background: #1f2d3a;
  color: #fff;
}

.mes-closed-label {
  display: inline-block;
  padding: 7px 11px;
  border-radius: 99px;
  background: #f2b84b;
  color: #1f2d3a;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.mes-closed h1 {
  font-size: 40px;
  line-height: 1.14;
  color: #fff;
  margin: 17px 0 10px;
}

.mes-closed-ref {
  color: #bcd0da;
  font-weight: 700;
}

.mes-closed-body {
  padding: 38px 48px;
}

.mes-closed-body h2 {
  font-size: 27px;
  margin: 0 0 12px;
}

.mes-closed-body p {
  font-size: 17px;
  line-height: 1.65;
  color: #50636f;
}

.mes-closed-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 26px 0 4px;
}

.mes-closed-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.01em;
  min-height: 44px;
  padding: 12px 18px;
  text-decoration: none;
  border-radius: 7px;
  background: #0d8bc5;
  color: #fff !important;
  text-decoration: none !important;
}

.mes-closed-btn.alt {
  background: #1f2d3a;
}

.mes-closed-back {
  display: inline-block;
  margin-top: 28px;
  color: #007eb8;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 700px) {
  .mes-closed {
    margin-top: 12px;
  }
  .mes-closed-head, .mes-closed-body {
    padding: 30px 23px;
  }
  .mes-closed h1 {
    font-size: 32px;
  }
  .mes-closed-actions a {
    width: 100%;
    text-align: center;
  }
}
