.wwk-support-public-shell,
.wwk-support-public-shell * {
  box-sizing: border-box;
}

.wwk-contact-shell.wwk-support-v2-shell .wwk-inner-top-shell {
  position: relative;
  min-height: 480px;
  overflow: visible;
  background-color: #1f56a5;
  background-image: linear-gradient(112deg, #174c91 0%, #265ca9 54%, #1f56a5 100%);
}

.wwk-support-v2-top-shell::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 62, 111, .22) 0%, rgba(20, 68, 120, .06) 58%, rgba(7, 42, 80, .12) 100%);
  content: "";
  pointer-events: none;
}

.wwk-support-v2-hero-media {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.wwk-support-v2-hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.wwk-support-v2-top-shell .wwk-inner-real-header-shell,
.wwk-support-v2-top-shell .wwk-shared-header,
.wwk-support-v2-top-shell > .wwk-inner-hero {
  position: relative;
  z-index: 2;
}

.wwk-support-public-shell .wwk-inner-main {
  background: #f3f5f7;
}

.wwk-support-public-body {
  padding: 22px 0 64px;
  color: #485e74;
  background: #f3f5f7;
  font-family: Arial, Helvetica, sans-serif;
}

.wwk-support-public-grid,
.wwk-kb-article-layout {
  display: grid;
  width: min(1110px, calc(100% - 48px));
  margin: 0 auto;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

.wwk-support-sidebar,
.wwk-support-stream,
.wwk-support-detail,
.wwk-status-panel,
.wwk-search-panel {
  border: 1px solid #d3dce5;
  border-radius: 3px;
  background: #fff;
}

.wwk-support-sidebar {
  overflow: hidden;
}

.wwk-support-sidebar > h2 {
  margin: 0;
  padding: 14px 16px;
  background: #1f56a5;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

.wwk-support-sidebar nav {
  display: grid;
  padding: 7px 0;
}

.wwk-support-sidebar nav a {
  display: flex;
  min-height: 42px;
  padding: 9px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #4e657a;
  font-size: 14px;
  text-decoration: none;
}

.wwk-support-sidebar nav a:hover,
.wwk-support-sidebar nav a:focus,
.wwk-support-sidebar nav a.is-active {
  outline: none;
  background: #e9f1f8;
  color: #174c91;
}

.wwk-support-sidebar nav a.is-active {
  border-left: 3px solid #7ebb42;
  padding-left: 13px;
}

.wwk-support-stream {
  padding: 28px 30px 34px;
}

.wwk-support-stream > h2,
.wwk-support-detail > h2,
.wwk-search-summary h2 {
  margin: 0;
  color: #38566f;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.3;
}

.wwk-announcement-card {
  padding: 28px 0;
  border-bottom: 1px solid #dce3e9;
}

.wwk-announcement-card:last-child {
  border-bottom: 0;
}

.wwk-announcement-card h3 {
  margin: 0 0 9px;
  font-size: 18px;
  line-height: 1.4;
}

.wwk-announcement-card h3 a,
.wwk-support-detail a,
.wwk-search-results a,
.wwk-kb-related a {
  color: #265ca9;
}

.wwk-announcement-card time,
.wwk-support-detail > time {
  color: #748696;
  font-size: 13px;
}

.wwk-announcement-card > p {
  margin: 20px 0 14px;
  padding: 16px;
  border-left: 3px solid #d2d9df;
  background: #f4f5f6;
  color: #607487;
  font-size: 14px;
  line-height: 1.65;
}

.wwk-support-action {
  display: inline-flex;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid #cbd5df;
  border-radius: 3px;
  align-items: center;
  gap: 5px;
  color: #35536d;
  text-decoration: none;
}

.wwk-support-empty {
  margin: 0;
  padding: 28px;
  border: 1px solid #d7e0e8;
  background: #f8fafc;
  color: #667b8e;
  text-align: center;
}

.wwk-support-empty h2,
.wwk-support-empty h3,
.wwk-support-empty p {
  margin: 0;
}

.wwk-support-empty p {
  margin-top: 8px;
}

.wwk-support-detail,
.wwk-status-panel,
.wwk-search-panel {
  width: min(1110px, calc(100% - 48px));
  margin: 0 auto;
  padding: 38px 44px 46px;
}

.wwk-support-detail > h2 {
  margin-top: 22px;
}

.wwk-support-detail > p,
.wwk-kb-article-content p,
.wwk-kb-article-content li {
  color: #50687d;
  font-size: 15px;
  line-height: 1.75;
}

.wwk-kb-article-content {
  margin-top: 28px;
}

.wwk-kb-article-content h2,
.wwk-kb-article-content h3 {
  margin: 30px 0 10px;
  color: #244d73;
  line-height: 1.35;
}

.wwk-kb-article-layout .wwk-support-detail {
  width: 100%;
}

.wwk-kb-feedback,
.wwk-kb-related {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #d8e0e7;
}

.wwk-kb-feedback h3,
.wwk-kb-related h3 {
  margin: 0 0 14px;
  color: #35566f;
  font-size: 18px;
}

.wwk-kb-feedback form {
  display: flex;
  gap: 10px;
}

.wwk-kb-feedback button {
  min-width: 72px;
  min-height: 38px;
  border: 1px solid #265ca9;
  border-radius: 3px;
  background: #fff;
  color: #265ca9;
  cursor: pointer;
}

.wwk-kb-related ul {
  margin: 0;
  padding-left: 20px;
}

.wwk-kb-related li + li {
  margin-top: 9px;
}

.wwk-kb-contact-link {
  margin-top: 28px;
}

.wwk-status-overall {
  padding: 24px;
  border: 1px solid #cfe0d2;
  background: #f4faf4;
}

.wwk-status-overall > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wwk-status-overall > div > span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #7ebb42;
}

.wwk-status-overall h2,
.wwk-status-overall p {
  margin: 0;
}

.wwk-status-overall h2 {
  color: #2d5d37;
  font-size: 24px;
}

.wwk-status-overall p {
  margin-top: 12px;
  color: #4e6d56;
}

.wwk-status-overall time {
  display: block;
  margin-top: 9px;
  color: #6a7c70;
  font-size: 12px;
}

.wwk-status-scope {
  margin: 18px 0 34px;
  color: #64788a;
  font-size: 13px;
  line-height: 1.6;
}

.wwk-status-section + .wwk-status-section {
  margin-top: 36px;
}

.wwk-status-section > h2 {
  margin: 0 0 14px;
  color: #35566f;
  font-size: 21px;
  font-weight: 500;
}

.wwk-status-components {
  border: 1px solid #d5dee7;
  border-bottom: 0;
}

.wwk-status-components article {
  display: flex;
  min-height: 58px;
  padding: 14px 18px;
  border-bottom: 1px solid #d5dee7;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.wwk-status-components h3 {
  margin: 0;
  color: #435f77;
  font-size: 15px;
  font-weight: 500;
}

.wwk-status-components span {
  color: #4f8036;
  font-size: 13px;
}

.wwk-global-search-form {
  width: min(860px, 100%);
  margin: 0 auto 36px;
}

.wwk-global-search-form label {
  display: block;
  margin-bottom: 8px;
  color: #526b80;
  font-size: 14px;
}

.wwk-global-search-form > div {
  display: flex;
  min-height: 48px;
}

.wwk-global-search-form input {
  min-width: 0;
  padding: 0 15px;
  border: 1px solid #c5d1dc;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  flex: 1 1 auto;
  color: #344f68;
}

.wwk-global-search-form button {
  min-width: 110px;
  border: 1px solid #265ca9;
  border-radius: 0 4px 4px 0;
  background: #265ca9;
  color: #fff;
  cursor: pointer;
}

.wwk-search-summary {
  margin-bottom: 30px;
}

.wwk-search-summary p {
  margin: 7px 0 0;
  color: #6a7e90;
}

.wwk-search-group + .wwk-search-group {
  margin-top: 38px;
}

.wwk-search-group > h3 {
  display: flex;
  margin: 0 0 14px;
  align-items: center;
  gap: 10px;
  color: #35566f;
  font-size: 20px;
  font-weight: 500;
}

.wwk-search-group > h3 span {
  display: inline-flex;
  min-width: 26px;
  height: 26px;
  border-radius: 13px;
  align-items: center;
  justify-content: center;
  background: #e1ebf4;
  color: #265486;
  font-size: 12px;
}

.wwk-search-results {
  border: 1px solid #d5dee7;
  border-bottom: 0;
}

.wwk-search-results article {
  padding: 18px 20px;
  border-bottom: 1px solid #d5dee7;
}

.wwk-search-results article > span {
  color: #6d8193;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.wwk-search-results h4 {
  margin: 6px 0 7px;
  font-size: 17px;
}

.wwk-search-results h4 a {
  text-decoration: none;
}

.wwk-search-results p {
  margin: 0 0 9px;
  color: #64798b;
  font-size: 13px;
  line-height: 1.55;
}

.wwk-search-results article > a {
  font-size: 13px;
}

@media (max-width: 767px) {
  .wwk-contact-shell.wwk-support-v2-shell .wwk-inner-top-shell {
    min-height: 520px;
    background-image: linear-gradient(112deg, #2d67b3 0%, #2861ad 48%, #205ba4 100%);
  }

  .wwk-support-v2-hero-media img {
    object-position: center center;
  }

  .wwk-support-public-body {
    padding: 20px 0 44px;
  }

  .wwk-support-public-grid,
  .wwk-kb-article-layout {
    display: block;
    width: calc(100% - 30px);
  }

  .wwk-support-sidebar {
    margin-bottom: 18px;
  }

  .wwk-support-sidebar nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wwk-support-sidebar nav a {
    border-bottom: 1px solid #e0e6ec;
  }

  .wwk-support-stream {
    padding: 22px 18px 28px;
  }

  .wwk-support-detail,
  .wwk-status-panel,
  .wwk-search-panel {
    width: calc(100% - 30px);
    padding: 24px 18px 30px;
  }

  .wwk-kb-article-layout .wwk-support-detail {
    width: 100%;
  }

  .wwk-status-components article {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .wwk-global-search-form > div {
    flex-wrap: wrap;
  }

  .wwk-global-search-form input,
  .wwk-global-search-form button {
    width: 100%;
    height: 44px;
    border-radius: 4px;
  }

  .wwk-global-search-form input {
    border-right: 1px solid #c5d1dc;
  }

  .wwk-global-search-form button {
    margin-top: 8px;
  }
}

@media (max-width: 390px) {
  .wwk-support-sidebar nav {
    grid-template-columns: minmax(0, 1fr);
  }

  .wwk-support-stream,
  .wwk-support-detail,
  .wwk-status-panel,
  .wwk-search-panel {
    padding-right: 14px;
    padding-left: 14px;
  }
}
