/*
Theme Name: Xwrite child
Version: 2.0.0
Template: xwrite
*/

/* ===== Health Check Follow-up Shelf Styles ===== */

.wt-healthcheck {
  color: #24302f;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.9;
  margin: 0 auto;
  max-width: 860px;
}

.wt-healthcheck * {
  box-sizing: border-box;
}

.wt-healthcheck .wt-healthcheck__header {
  border-bottom: 1px solid #d7e1dd;
  margin-bottom: 32px;
  padding: 28px 0 24px;
}

.wt-healthcheck .wt-healthcheck__label {
  color: #2f6f68;
  display: none;
  font-size: 0.9rem;
  font-weight: 700;
  margin: 0 0 8px;
}

.wt-healthcheck .wt-healthcheck__title {
  color: #172321;
  font-size: 2.35rem;
  line-height: 1.2;
  margin: 0 0 16px;
}

.wt-healthcheck .wt-healthcheck__lead {
  color: #41504d;
  font-size: 17px;
  margin: 0;
}

.wt-healthcheck .wt-healthcheck__section {
  margin: 0 0 34px;
}

.wt-healthcheck .wt-healthcheck__heading {
  border-left: 4px solid #2f6f68;
  color: #172321;
  font-size: 1.42rem;
  line-height: 1.45;
  margin: 0 0 16px;
  padding-left: 12px;
}

.wt-healthcheck p {
  font-size: 17px;
  margin: 0 0 1.1em;
}

.wt-healthcheck .wt-healthcheck__guide {
  margin-bottom: 28px;
}

.wt-healthcheck .wt-healthcheck__cards {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
  width: 100%;
}

.wt-healthcheck .wt-healthcheck__cards > br,
.wt-healthcheck .wt-healthcheck__card > br {
  display: none;
}

.wt-healthcheck .wt-healthcheck__card {
  background: #f5f8f6;
  border: 1px solid #dbe5e0;
  border-radius: 8px;
  color: #24302f;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 82px;
  min-width: 0;
  padding: 11px 16px;
  text-decoration: none;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  width: 100%;
}

.wt-healthcheck .wt-healthcheck__card:hover,
.wt-healthcheck .wt-healthcheck__card:focus {
  background: #edf5f1;
  border-color: #8db9ae;
}

.wt-healthcheck .wt-healthcheck__card-title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
}

.wt-healthcheck .wt-healthcheck__card-text {
  color: #52615e;
  display: block;
  font-size: 15px;
  line-height: 1.55;
  margin-top: 4px;
}

.wt-healthcheck .wt-healthcheck__meta {
  border-bottom: 1px solid #d7e1dd;
  border-top: 1px solid #d7e1dd;
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  margin: 0 0 34px;
  padding: 22px 0;
}

.wt-healthcheck .wt-healthcheck__meta-item p {
  color: #41504d;
  font-size: 16.5px;
  margin-bottom: 0;
}

.wt-healthcheck .wt-healthcheck__meta-heading {
  color: #2f6f68;
  font-size: 16.5px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.wt-healthcheck .wt-healthcheck__checklist,
.wt-healthcheck .wt-healthcheck__list,
.wt-healthcheck .wt-healthcheck__ordered {
  font-size: 17px;
  margin: 0;
  padding-left: 1.3em;
}

.wt-healthcheck .wt-healthcheck__checklist li,
.wt-healthcheck .wt-healthcheck__list li,
.wt-healthcheck .wt-healthcheck__ordered li {
  margin: 0 0 0.55em;
}

.wt-healthcheck .wt-healthcheck__checklist li:last-child,
.wt-healthcheck .wt-healthcheck__list li:last-child,
.wt-healthcheck .wt-healthcheck__ordered li:last-child {
  margin-bottom: 0;
}

.wt-healthcheck .wt-healthcheck__content {
  margin: 0 0 34px;
}

.wt-healthcheck .wt-healthcheck__subheading {
  color: #172321;
  font-size: 1.22rem;
  line-height: 1.55;
  margin: 28px 0 12px;
}

.wt-healthcheck .wt-healthcheck__panel {
  background: #f8faf8;
  border: 1px solid #dbe5e0;
  border-radius: 8px;
  margin: 20px 0;
  padding: 18px 20px;
}

.wt-healthcheck .wt-healthcheck__panel > :last-child {
  margin-bottom: 0;
}

.wt-healthcheck .wt-healthcheck__faq-list,
.wt-healthcheck .wt-healthcheck__checklist-groups {
  display: grid;
  gap: 16px;
  margin: 0 0 34px;
}

.wt-healthcheck .wt-healthcheck__faq-item,
.wt-healthcheck .wt-healthcheck__checklist-group {
  background: #f8faf8;
  border: 1px solid #dbe5e0;
  border-radius: 8px;
  padding: 18px 20px;
}

.wt-healthcheck .wt-healthcheck__faq-question,
.wt-healthcheck .wt-healthcheck__checklist-heading {
  color: #172321;
  font-size: 1.18rem;
  line-height: 1.55;
  margin: 0 0 12px;
}

.wt-healthcheck .wt-healthcheck__faq-answer > :last-child,
.wt-healthcheck .wt-healthcheck__checklist-group > :last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wt-healthcheck {
    max-width: none;
  }

  .wt-healthcheck .wt-healthcheck__header {
    margin-bottom: 24px;
    padding: 20px 0;
  }

  .wt-healthcheck .wt-healthcheck__title {
    font-size: 2rem;
  }

  .wt-healthcheck .wt-healthcheck__section {
    margin-bottom: 28px;
  }

  .wt-healthcheck .wt-healthcheck__cards {
    grid-template-columns: 1fr;
  }

  .wt-healthcheck .wt-healthcheck__card {
    min-height: auto;
    width: 100%;
  }

  .wt-healthcheck .wt-healthcheck__meta {
    grid-template-columns: 1fr;
    margin-bottom: 28px;
  }

  .wt-healthcheck .wt-healthcheck__panel,
  .wt-healthcheck .wt-healthcheck__faq-item,
  .wt-healthcheck .wt-healthcheck__checklist-group {
    padding: 16px;
  }
}








/* Health check follow-up: next page navigation */
.wt-healthcheck .wt-healthcheck__next {
  background: #f7faf8;
  border: 1px solid #dbe5e0;
  border-radius: 8px;
  margin: 38px 0 0;
  padding: 18px 20px 20px;
}

.wt-healthcheck .wt-healthcheck__next .wt-healthcheck__subheading {
  background: transparent;
  border-left: 4px solid #2f6f68;
  color: #172321;
  font-size: 1.12rem;
  line-height: 1.5;
  margin: 0 0 14px;
  padding: 0 0 0 12px;
}

.wt-healthcheck .wt-healthcheck__next-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wt-healthcheck .wt-healthcheck__next-link {
  align-items: center;
  border-radius: 8px;
  display: inline-flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 1.5;
  min-height: 46px;
  padding: 10px 16px;
  text-decoration: none;
}

.wt-healthcheck .wt-healthcheck__next-link:first-child {
  background: #ffffff;
  border: 1px solid #6f8580;
  color: #24302f;
}

.wt-healthcheck .wt-healthcheck__next-link:last-child:not(:first-child) {
  background: #dfece7;
  border: 1px solid #7aa99f;
  color: #172321;
}

.wt-healthcheck .wt-healthcheck__next-link:hover,
.wt-healthcheck .wt-healthcheck__next-link:focus {
  background: #cfe2dc;
  border-color: #2f6f68;
  color: #172321;
}

/* Health check follow-up: next heading override */
.wt-healthcheck .wt-healthcheck__next .wt-healthcheck__subheading {
  background: transparent !important;
  border-bottom: 0;
  border-left: 4px solid #2f6f68;
  border-right: 0;
  border-top: 0;
  color: #172321 !important;
}

/* Site chrome alignment and teal bands */
@media (min-width: 992px) {
  .header .headerInfo {
    padding-top: 31px;
  }

  .header.is-pc-center .headerInfo {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }

  .header.is-pc-center .siteInfo {
    padding: 20px 0;
  }

  .header.is-pc-center .gnav {
    margin-left: auto;
    padding-left: 20px;
  }

  .header.is-pc-center .gNavList {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .header .siteInfo__desc {
    background-color: #3b7d8c;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

.container-copyright .copyright {
  background-color: #3b7d8c;
  color: #ffffff;
}

/* Health check follow-up: teal heading bands */
.wt-healthcheck .wt-healthcheck__heading {
  background: #3b7d8c !important;
  border-left: 4px solid #245851;
  color: #ffffff !important;
  padding: 10px 14px;
}

.wt-healthcheck .wt-healthcheck__subheading {
  background: #3b7d8c !important;
  border-left: 4px solid #245851;
  color: #ffffff !important;
  padding: 8px 12px;
}

.wt-healthcheck .wt-healthcheck__faq-question,
.wt-healthcheck .wt-healthcheck__checklist-heading {
  background: #3b7d8c !important;
  color: #ffffff !important;
  padding: 8px 10px;
}

.wt-healthcheck .wt-healthcheck__next .wt-healthcheck__subheading {
  background: transparent !important;
  border-bottom: 0;
  border-left: 4px solid #2f6f68;
  border-right: 0;
  border-top: 0;
  color: #172321 !important;
  padding: 0 0 0 12px;
}

/* Health check follow-up: teal meta heading bands */
.wt-healthcheck .wt-healthcheck__meta-heading {
  background: #3b7d8c !important;
  color: #ffffff !important;
  padding: 8px 10px;
}

/* Company profile page renewal */
.wt-about {
  color: #24302f;
  line-height: 1.9;
}

.wt-about * {
  box-sizing: border-box;
}

.wt-about__intro,
.wt-about__section,
.wt-about__contact {
  margin: 0 0 48px;
}

.wt-about__label {
  color: #2f6f68;
  font-size: 0.92rem;
  font-weight: 700;
  margin: 0 0 10px;
}

.wt-about__title {
  color: #172321;
  font-size: 1.8rem;
  line-height: 1.55;
  margin: 0 0 18px;
}

.wt-about__heading {
  border-left: 4px solid #2f6f68;
  color: #172321;
  font-size: 1.35rem;
  line-height: 1.55;
  margin: 0 0 18px;
  padding-left: 12px;
}

.wt-about__item-title {
  color: #172321;
  font-size: 1.05rem;
  line-height: 1.6;
  margin: 0 0 8px;
}

.wt-about p {
  font-size: 17px;
  margin: 0 0 1.1em;
}

.wt-about p:last-child {
  margin-bottom: 0;
}

.wt-about__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wt-about__item {
  background: #f8faf8;
  border: 1px solid #dbe5e0;
  border-radius: 8px;
  padding: 20px;
}

.wt-about__list {
  font-size: 17px;
  margin: 0;
  padding-left: 1.25em;
}

.wt-about__list li {
  margin: 0 0 0.55em;
}

.wt-about__table {
  margin: 0;
}

.wt-about__table table {
  width: 100%;
}

.wt-about__table td {
  padding: 14px 16px;
  vertical-align: middle;
}

.wt-about__table td:first-child {
  background: #f6faf8;
  font-weight: 700;
  width: 34%;
}

.wt-about__table img {
  height: auto;
  max-width: 100%;
}

.wt-about__company {
  margin-bottom: 16px;
}

.wt-about__contact {
  background: #f7faf8;
  border: 1px solid #dbe5e0;
  border-radius: 8px;
  padding: 18px 28px 28px;
}

.wt-about__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 20px;
}

.wt-about__button {
  align-items: center;
  background: #2f6f68;
  border-radius: 999px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  text-decoration: none;
}

.wt-about__textlink {
  color: #2f6f68;
  font-weight: 700;
}

.wt-about__visual {
  border-radius: 8px;
  margin: 56px 0 0;
  overflow: hidden;
  position: relative;
}

.wt-about__visual img {
  display: block;
  height: 360px;
  object-fit: cover;
  object-position: center 82%;
  width: 100%;
}

.wt-about__visual::after {
  background: rgba(0, 40, 30, 0.28);
  content: "";
  inset: 0;
  position: absolute;
}

.wt-about__visual-text {
  bottom: 28px;
  color: #ffffff;
  left: 32px;
  position: absolute;
  z-index: 1;
}

.wt-about__visual-text p {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 720px) {
  .wt-about__title {
    font-size: 1.55rem;
  }

  .wt-about__grid {
    grid-template-columns: 1fr;
  }

  .wt-about__table td {
    display: block;
    text-align: left;
    width: 100%;
  }

  .wt-about__table td:first-child {
    width: 100%;
  }

  .wt-about__contact {
    padding: 16px 18px 22px;
  }

  .wt-about__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wt-about__button {
    width: 100%;
  }

  .wt-about__visual img {
    height: 260px;
    object-position: center 82%;
  }

  .wt-about__visual-text {
    bottom: 22px;
    left: 22px;
    right: 22px;
  }

  .wt-about__visual-text p {
    font-size: 1.12rem;
  }
}


/* Company profile page theme overrides */
.wt-about .wt-about__title,
.wt-about .wt-about__heading {
  box-shadow: none !important;
  max-width: 100%;
  overflow-wrap: anywhere;
  width: auto !important;
}

.wt-about .wt-about__title {
  background: #f2f7f5 !important;
  border-left: 4px solid #2f6f68;
  color: #172321 !important;
  padding: 18px 20px;
}

.wt-about .wt-about__heading {
  background: #2f6f68 !important;
  border-left: 4px solid #245851;
  color: #ffffff !important;
  margin: 0 0 18px !important;
  padding: 10px 14px;
}

.body .wt-about .wt-about__table {
  margin: 0 !important;
}

.wt-about__grid,
.wt-about__item,
.wt-about__profile,
.wt-about__contact,
.wt-about__table,
.wt-about__visual {
  min-width: 0;
  max-width: 100%;
}

@media (max-width: 720px) {
  .wt-about {
    max-width: calc(100vw - 30px);
    overflow-x: hidden;
    width: 100%;
  }

  .wt-about .wt-about__title,
  .wt-about .wt-about__heading,
  .wt-about__item-title,
  .wt-about p,
  .wt-about__list li,
  .wt-about__table td {
    overflow-wrap: anywhere;
    word-break: normal;
  }
}
