body.v64-medtech-layout {
  background: #fff8fa !important;
}

.informative-tools-main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(28px, 4vw, 48px) 0 52px;
  box-sizing: border-box;
}

.informative-tools-main-index {
  padding-top: 0;
}

.informative-tools-banner {
  position: relative;
  left: 50%;
  display: block;
  width: min(1920px, 100vw);
  max-width: 1920px;
  margin: 0 0 clamp(26px, 4vw, 46px);
  padding: 0;
  transform: translateX(-50%);
  background: #f1e5d8;
}

.informative-tools-banner img {
  display: block;
  width: 100%;
  max-width: 1920px;
  height: auto;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.informative-tools-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.informative-tool-card {
  display: flex;
  flex-direction: column;
  min-height: 220px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid #e3cbd4;
  border-top: 4px solid #76172f;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(92, 16, 37, 0.08);
}

.informative-tool-card h2 {
  margin: 0 0 10px;
  color: #76172f;
  font-size: 22px;
  line-height: 1.25;
}

.informative-tool-card p {
  flex: 1;
  margin: 0 0 20px;
  color: #65404c;
  font-size: 15px;
  line-height: 1.65;
}

.informative-tool-button,
.informative-tools-back {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 44px !important;
  padding: 10px 16px !important;
  box-sizing: border-box !important;
  border: 2px solid #76172f !important;
  border-radius: 6px !important;
  background: #76172f !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;
  font-weight: 900 !important;
}

.informative-tool-button:hover,
.informative-tool-button:focus-visible,
.informative-tools-back:hover,
.informative-tools-back:focus-visible {
  background: #e8d8c8 !important;
  color: #76172f !important;
  -webkit-text-fill-color: #76172f !important;
}

.informative-viewer-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.informative-viewer-heading .category-page-main-heading {
  margin-bottom: 0 !important;
}

.informative-view-only {
  display: inline-block;
  margin-bottom: 8px;
  color: #76172f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.informative-viewer-shell {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #e3cbd4;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(92, 16, 37, 0.1);
}

.informative-viewer-shell iframe {
  display: block;
  width: 100%;
  height: 76vh;
  min-height: 640px;
  border: 0;
  background: #f2ecee;
}

@media (max-width: 760px) {
  .informative-tools-main {
    width: min(100% - 24px, 1180px);
    padding-top: 24px;
  }

  .informative-tools-grid {
    grid-template-columns: 1fr;
  }

  .informative-tool-card {
    min-height: 0;
    padding: 20px;
  }

  .informative-viewer-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .informative-viewer-shell iframe {
    height: 72vh;
    min-height: 520px;
  }
}
