.mbsj-epenyertaan {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 20px 50px;
  box-sizing: border-box;
}

.mbsj-epenyertaan-tabs {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e3e6e8;
  overflow-x: auto;
}

.mbsj-epenyertaan-tab {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  padding: 14px 2px 13px;
  color: #282828;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}

.mbsj-epenyertaan-tab:hover {
  color: #0077cc;
}

.mbsj-epenyertaan-tab.is-active {
  color: #0077cc;
}

.mbsj-epenyertaan-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 3px;
  background: #00d4ff;
  border-radius: 4px 4px 0 0;
}

.mbsj-epenyertaan-content {
  width: 100%;
}

.mbsj-epenyertaan-title {
  position: relative;
  margin: 0 0 32px;
  padding-bottom: 15px;
  color: #171717;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.mbsj-epenyertaan-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: #00d4ff;
}

.mbsj-epenyertaan-form {
  width: 100%;
  padding: 28px;
  background: #f7f7f7;
  border-radius: 8px;
  box-sizing: border-box;
}

/*
 * Full-width standard fields.
 */
.mbsj-epenyertaan-form input[type="text"],
.mbsj-epenyertaan-form input[type="email"],
.mbsj-epenyertaan-form input[type="tel"],
.mbsj-epenyertaan-form textarea {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.mbsj-epenyertaan-form textarea {
  min-height: 140px;
  resize: vertical;
}

/*
 * Likert tables.
 */
.mbsj-epenyertaan-form table {
  width: 100%;
}

.mbsj-epenyertaan-form .webform-likert-table-wrapper {
  overflow-x: auto;
}

/*
 * Submit button.
 */
.mbsj-epenyertaan-form
input[type="submit"] {
  min-width: 110px;
  padding: 11px 24px;
  border-radius: 6px;
}

/*
 * Responsive layout.
 */
@media (max-width: 767px) {

  .mbsj-epenyertaan {
    padding: 15px 12px 35px;
  }

  .mbsj-epenyertaan-tabs {
    gap: 20px;
    margin-bottom: 30px;
  }

  .mbsj-epenyertaan-tab {
    font-size: 12px;
  }

  .mbsj-epenyertaan-title {
    font-size: 24px;
  }

  .mbsj-epenyertaan-form {
    padding: 18px 12px;
  }

}
