/**
 * XAN Office v1.4.61.311
 * Üç doğrudan Ofis Aracı kartı ve uzun başlık dengesi.
 */
html body.mxh-theme .xan-v297-tools__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

html body.mxh-theme .xan-v297-tool__content strong {
  font-size: clamp(16px, 1.25vw, 20px) !important;
  line-height: 1.28 !important;
}

html body.mxh-theme .xan-v297-tool__content small {
  max-width: 32ch !important;
  margin-inline: auto !important;
}

@media (max-width: 980px) {
  html body.mxh-theme .xan-v297-tools__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body.mxh-theme .xan-v297-tool:last-child {
    grid-column: 1 / -1 !important;
    width: min(100%, 620px) !important;
    justify-self: center !important;
  }
}

@media (max-width: 680px) {
  html body.mxh-theme .xan-v297-tools__grid {
    grid-template-columns: 1fr !important;
  }

  html body.mxh-theme .xan-v297-tool:last-child {
    grid-column: auto !important;
    width: 100% !important;
  }
}
