body.pkp_page_about.pkp_op_contact .pkp_structure_content,
body.pkp_page_about.pkp_op_contact .pkp_structure_main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.icrd_contact_page {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 0 76px;
  box-sizing: border-box;
  color: #253247;
}

.icrd_contact_page .cmp_breadcrumbs {
  margin: 18px 0 24px;
}

.icrd_contact_hero {
  position: relative;
  overflow: hidden;
  padding: 48px 52px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 90% 15%, rgba(36, 184, 154, 0.2), transparent 34%),
    linear-gradient(135deg, #10243b 0%, #163b52 100%);
  color: #fff;
  box-shadow: 0 18px 42px rgba(16, 36, 59, 0.16);
}

.icrd_contact_hero::after {
  content: "";
  position: absolute;
  right: -55px;
  bottom: -75px;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
}

.icrd_contact_kicker,
.icrd_contact_eyebrow {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.icrd_contact_kicker {
  margin-bottom: 12px;
  color: #67d5bd;
}

.icrd_contact_hero h1 {
  max-width: 720px;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.1;
}

.icrd_contact_hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.65;
}

.icrd_contact_grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 22px;
  margin-top: 30px;
}

.icrd_contact_card {
  display: flex;
  min-width: 0;
  padding: 28px;
  border: 1px solid #dce5ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(16, 36, 59, 0.07);
}

.icrd_contact_office {
  border-top: 4px solid #24b89a;
}

.icrd_contact_icon {
  display: flex;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: 16px;
  border-radius: 12px;
  background: #e8f7f3;
  color: #147466;
  font-size: 13px;
  font-weight: 900;
}

.icrd_contact_icon_primary {
  background: #edf5fb;
  color: #31577f;
}

.icrd_contact_icon_support {
  background: #fff1ed;
  color: #b74c38;
}

.icrd_contact_card_body {
  min-width: 0;
}

.icrd_contact_eyebrow {
  margin-bottom: 7px;
  color: #1f6d68;
  font-size: 10px;
}

.icrd_contact_card h2 {
  margin: 0 0 18px;
  color: #10243b;
  font-size: 21px;
  line-height: 1.25;
}

.icrd_contact_office address {
  margin: 0;
  color: #536172;
  font-size: 14px;
  font-style: normal;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.icrd_contact_website {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  margin-top: 18px;
  padding: 0 16px;
  border-radius: 6px;
  background: #10243b;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.icrd_contact_website:hover,
.icrd_contact_website:focus {
  background: #1f6d68;
  color: #fff;
  text-decoration: none;
}

.icrd_contact_name {
  margin-bottom: 4px;
  color: #17263a;
  font-size: 17px;
  font-weight: 700;
}

.icrd_contact_role,
.icrd_contact_affiliation {
  margin-bottom: 5px;
  color: #647184;
  font-size: 13px;
  line-height: 1.45;
}

.icrd_contact_detail {
  margin-top: 18px;
}

.icrd_contact_detail_label,
.icrd_contact_detail_value {
  display: block;
}

.icrd_contact_detail_label {
  margin-bottom: 4px;
  color: #7b8796;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.icrd_contact_detail_value {
  color: #344255;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.icrd_contact_detail_value a {
  color: #087d91;
  font-weight: 600;
}

@media (max-width: 960px) {
  .icrd_contact_grid {
    grid-template-columns: 1fr 1fr;
  }

  .icrd_contact_office {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .icrd_contact_page {
    width: calc(100% - 24px);
    padding-bottom: 48px;
  }

  .icrd_contact_page .cmp_breadcrumbs {
    margin: 14px 0 18px;
  }

  .icrd_contact_hero {
    padding: 32px 24px;
    border-radius: 12px;
  }

  .icrd_contact_hero h1 {
    font-size: 31px;
  }

  .icrd_contact_hero p {
    font-size: 14px;
    line-height: 1.6;
  }

  .icrd_contact_grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
    margin-top: 20px;
  }

  .icrd_contact_office {
    grid-column: auto;
  }

  .icrd_contact_card {
    padding: 22px 20px;
  }

  .icrd_contact_icon {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
    margin-right: 13px;
  }

  .icrd_contact_card h2 {
    font-size: 19px;
  }
}

@media (max-width: 380px) {
  .icrd_contact_card {
    display: block;
  }

  .icrd_contact_icon {
    margin: 0 0 14px;
  }
}
