/* Dedicated free and premium company profiles. */

.itmk-company-main,
.itmk-company-main button,
.itmk-company-main input,
.itmk-company-main select {
  font-family: var(--itmk-font-ui, "Inter", var(--bs-font-sans-serif), system-ui, sans-serif);
}

.itmk-company-main {
  color: var(--itmk-text, #16202b);
  font-size: 15px;
  min-width: 0;
}

.itmk-company-breadcrumbs {
  align-items: center;
  color: var(--itmk-soft-text, #728092);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 650;
  gap: 7px;
  margin: 0 0 12px;
}

.itmk-company-breadcrumbs a {
  color: var(--itmk-slate, #4d6786);
  text-decoration: none;
}

.itmk-company-breadcrumbs a:hover {
  color: var(--itmk-red, #e4222e);
}

.itmk-company-breadcrumbs i {
  font-size: 8px;
}

.itmk-company-profile {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.itmk-company-hero {
  align-items: center;
  background:
    radial-gradient(circle at 94% 0, rgba(77, 103, 134, 0.09), transparent 31%),
    var(--itmk-card-bg, #fff);
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 22px;
  display: grid;
  gap: 22px;
  grid-template-columns: 190px minmax(0, 1fr) auto;
  overflow: hidden;
  padding: 25px;
  position: relative;
}

.itmk-company-profile.is-premium .itmk-company-hero {
  background:
    radial-gradient(circle at 94% 0, rgba(228, 34, 46, 0.12), transparent 33%),
    var(--itmk-card-bg, #fff);
}

.itmk-company-hero::before {
  background: var(--itmk-slate, #4d6786);
  content: "";
  height: 4px;
  inset: 0 0 auto;
  position: absolute;
}

.itmk-company-profile.is-premium .itmk-company-hero::before {
  background: linear-gradient(90deg, var(--itmk-red, #e4222e), #f2b927);
}

.itmk-company-logo {
  align-items: center;
  background: #fff;
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 16px;
  display: flex;
  height: 132px;
  justify-content: center;
  overflow: hidden;
  padding: 18px;
}

.itmk-company-logo img {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.itmk-company-logo > span {
  align-items: center;
  background: var(--itmk-pill, #eef3f8);
  border-radius: 16px;
  color: var(--itmk-slate, #4d6786);
  display: flex;
  font-size: 38px;
  font-weight: 850;
  height: 82px;
  justify-content: center;
  width: 82px;
}

.itmk-company-hero-copy {
  min-width: 0;
}

.itmk-company-kickers {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 8px;
}

.itmk-company-index-label,
.itmk-company-premium-label {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 8.5px;
  font-weight: 850;
  gap: 5px;
  letter-spacing: 0.045em;
  padding: 5px 8px;
  text-transform: uppercase;
}

.itmk-company-index-label {
  background: var(--itmk-pill, #eef3f8);
  color: var(--itmk-slate, #4d6786);
}

.itmk-company-premium-label {
  background: #fff4ce;
  color: #84630d;
}

.itmk-company-hero h1 {
  color: var(--itmk-text, #16202b);
  font-size: clamp(27px, 3vw, 40px);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.04;
  margin: 0;
  overflow-wrap: anywhere;
  text-transform: none;
}

.itmk-company-slogan {
  color: var(--itmk-soft-text, #667386);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  margin: 7px 0 0;
}

.itmk-company-updated {
  align-items: center;
  background: var(--itmk-pill, #eef3f8);
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 10px;
  color: var(--itmk-soft-text, #728092);
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 7px;
  margin-top: 13px;
  padding: 7px 9px;
  width: fit-content;
}

.itmk-company-updated > i {
  color: var(--itmk-red, #e4222e);
  font-size: 12px;
}

.itmk-company-updated span {
  align-items: center;
  display: inline-flex;
  gap: 4px;
}

.itmk-company-updated time {
  color: var(--itmk-text, #16202b);
  font-weight: 800;
}

.itmk-company-updated a {
  border-left: 1px solid var(--itmk-line, #dfe5eb);
  color: var(--itmk-slate, #4d6786);
  font-weight: 700;
  padding-left: 8px;
  text-decoration: none;
}

.itmk-company-updated a:hover {
  color: var(--itmk-red, #e4222e);
}

.itmk-company-hero-actions {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 135px;
}

.itmk-company-primary-action,
.itmk-company-secondary-action {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  gap: 7px;
  justify-content: center;
  min-height: 38px;
  padding: 9px 11px;
  text-decoration: none !important;
  white-space: nowrap;
}

.itmk-company-primary-action {
  background: var(--itmk-red, #e4222e);
  color: #fff !important;
}

.itmk-company-primary-action:hover {
  background: #c91925;
}

.itmk-company-secondary-action {
  background: var(--itmk-pill, #eef3f8);
  border: 1px solid var(--itmk-line, #dfe5eb);
  color: var(--itmk-slate, #4d6786) !important;
}

.itmk-company-cover {
  aspect-ratio: 2.35 / 1;
  background: var(--itmk-card-bg, #fff);
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 20px;
  margin: 0;
  overflow: hidden;
}

.itmk-company-cover img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.itmk-company-cover > a {
  display: block;
  height: 100%;
}

.itmk-company-section-nav {
  align-items: center;
  background: var(--itmk-card-bg, #fff);
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 13px;
  display: flex;
  gap: 4px;
  overflow-x: auto;
  padding: 6px;
  position: sticky;
  scrollbar-width: none;
  top: calc(var(--header-height, 64px) + 8px);
  z-index: 8;
}

.itmk-company-section-nav::-webkit-scrollbar {
  display: none;
}

.itmk-company-section-nav a {
  border-radius: 8px;
  color: var(--itmk-soft-text, #667386);
  flex: 0 0 auto;
  font-size: 9.5px;
  font-weight: 750;
  padding: 7px 9px;
  text-decoration: none;
}

.itmk-company-section-nav a:hover {
  background: var(--itmk-pill, #eef3f8);
  color: var(--itmk-red, #e4222e);
}

.itmk-company-profile-grid {
  align-items: start;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) 230px;
  scroll-margin-top: calc(var(--header-height, 64px) + 62px);
}

.itmk-company-profile-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
}

.itmk-company-section,
.itmk-company-facts {
  background: var(--itmk-card-bg, #fff);
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 18px;
}

.itmk-company-section {
  padding: 21px;
  scroll-margin-top: calc(var(--header-height, 64px) + 62px);
}

.itmk-company-section-heading {
  align-items: center;
  border-bottom: 1px solid var(--itmk-line, #dfe5eb);
  display: flex;
  gap: 10px;
  margin-bottom: 17px;
  padding-bottom: 13px;
}

.itmk-company-section-heading > span {
  align-items: center;
  background: var(--itmk-pill, #eef3f8);
  border-radius: 10px;
  color: var(--itmk-slate, #4d6786);
  display: flex;
  flex: 0 0 36px;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.is-premium .itmk-company-section-heading > span {
  background: rgba(228, 34, 46, 0.09);
  color: var(--itmk-red, #e4222e);
}

.itmk-company-section-heading small {
  color: var(--itmk-red, #e4222e);
  display: block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.055em;
  line-height: 1.1;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.itmk-company-section-heading h2,
.itmk-company-extra h2 {
  color: var(--itmk-text, #16202b);
  font-size: 22px;
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
}

.itmk-company-rich-text {
  color: var(--itmk-text, #263342);
  font-size: 15px;
  line-height: 1.72;
}

.itmk-company-rich-text > :first-child {
  margin-top: 0;
}

.itmk-company-rich-text > :last-child {
  margin-bottom: 0;
}

.itmk-company-rich-text img {
  border-radius: 12px;
  height: auto;
  max-width: 100%;
}

.itmk-company-empty-copy {
  color: var(--itmk-soft-text, #728092);
  font-size: 14px;
  margin: 0;
}

.itmk-company-extra h2 {
  margin-bottom: 12px;
}

.itmk-company-facts {
  overflow: hidden;
  position: sticky;
  top: calc(var(--header-height, 64px) + 18px);
}

.itmk-company-profile.is-premium .itmk-company-facts {
  top: calc(var(--header-height, 64px) + 62px);
}

.itmk-company-facts-title {
  background: var(--itmk-slate, #4d6786);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 12px 14px;
}

.is-premium .itmk-company-facts-title {
  background: linear-gradient(120deg, #3f5874, #26394f);
}

.itmk-company-fact {
  border-bottom: 1px solid var(--itmk-line, #dfe5eb);
  display: grid;
  gap: 9px;
  grid-template-columns: 25px minmax(0, 1fr);
  padding: 12px 13px;
}

.itmk-company-fact > i {
  align-items: center;
  background: var(--itmk-pill, #eef3f8);
  border-radius: 8px;
  color: var(--itmk-slate, #4d6786);
  display: flex;
  font-size: 11px;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.itmk-company-fact > div {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.itmk-company-fact span {
  color: var(--itmk-soft-text, #728092);
  font-size: 9.5px;
  font-weight: 750;
  text-transform: uppercase;
}

.itmk-company-fact strong,
.itmk-company-fact a {
  color: var(--itmk-text, #16202b);
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.4;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.itmk-company-fact a:hover {
  color: var(--itmk-red, #e4222e);
}

.itmk-company-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 12px 13px;
}

.itmk-company-tag-list a,
.itmk-company-technology-list span {
  background: var(--itmk-pill, #eef3f8);
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 999px;
  color: var(--itmk-slate, #4d6786);
  font-size: 11px;
  font-weight: 750;
  padding: 5px 8px;
  text-decoration: none;
}

.itmk-company-technology-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.itmk-company-technology-list span {
  background: var(--itmk-card-bg, #fff);
  box-shadow: 0 4px 13px rgba(31, 45, 61, 0.05);
  color: var(--itmk-text, #16202b);
  font-size: 12px;
  padding: 7px 10px;
}

.itmk-company-management-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.itmk-company-manager {
  align-items: center;
  background: var(--itmk-app-bg, #f6f8fa);
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 13px;
  display: flex;
  gap: 12px;
  min-width: 0;
  padding: 12px;
}

.itmk-company-manager img,
.itmk-company-manager-placeholder {
  border-radius: 10px;
  display: block;
  flex: 0 0 60px;
  height: 60px;
  object-fit: cover;
  width: 60px;
}

.itmk-company-manager-placeholder {
  align-items: center;
  background: var(--itmk-pill, #eef3f8);
  color: var(--itmk-slate, #4d6786);
  display: flex;
  font-size: 20px;
  justify-content: center;
}

.itmk-company-manager > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.itmk-company-manager strong {
  color: var(--itmk-text, #16202b);
  font-size: 14px;
  line-height: 1.25;
}

.itmk-company-manager > div > span {
  color: var(--itmk-soft-text, #728092);
  font-size: 12px;
  line-height: 1.4;
  margin-top: 3px;
}

.itmk-company-awards-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.itmk-company-award {
  background: #fff9e8;
  border: 1px solid #eadba9;
  border-radius: 11px;
  color: #5e4b16 !important;
  display: grid;
  gap: 3px 9px;
  grid-template-columns: 22px minmax(0, 1fr);
  padding: 10px 11px;
  text-decoration: none !important;
}

.itmk-company-award > i {
  color: #c79816;
  font-size: 17px;
  grid-row: 1 / span 2;
  margin-top: 1px;
}

.itmk-company-award span {
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.3;
}

.itmk-company-award strong {
  font-size: 12px;
  grid-column: 2;
  padding-top: 2px;
}

.itmk-company-contact-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.itmk-company-contact-card {
  background: var(--itmk-app-bg, #f6f8fa);
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 12px;
  color: var(--itmk-text, #16202b) !important;
  display: grid;
  gap: 2px 9px;
  grid-template-columns: 29px minmax(0, 1fr);
  padding: 11px;
  text-decoration: none !important;
}

.itmk-company-contact-card > i {
  align-items: center;
  background: var(--itmk-pill, #eef3f8);
  border-radius: 8px;
  color: var(--itmk-red, #e4222e);
  display: flex;
  font-size: 12px;
  grid-row: 1 / span 2;
  height: 29px;
  justify-content: center;
  width: 29px;
}

.itmk-company-contact-card > span {
  color: var(--itmk-soft-text, #728092);
  font-size: 9.5px;
  font-weight: 750;
  text-transform: uppercase;
}

.itmk-company-contact-card strong,
.itmk-company-contact-card > div {
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.itmk-company-contact-card p {
  margin: 0;
}

.itmk-company-legacy-contact {
  border-top: 1px solid var(--itmk-line, #dfe5eb);
  color: var(--itmk-text, #263342);
  font-size: 13px;
  line-height: 1.55;
  margin-top: 14px;
  padding-top: 14px;
}

.itmk-company-legacy-contact > :last-child {
  margin-bottom: 0;
}

.itmk-company-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.itmk-company-socials a {
  align-items: center;
  background: var(--itmk-pill, #eef3f8);
  border-radius: 9px;
  color: var(--itmk-slate, #4d6786);
  display: inline-flex;
  font-size: 11px;
  font-weight: 750;
  gap: 6px;
  padding: 7px 9px;
  text-decoration: none;
}

.itmk-company-socials a:hover {
  color: var(--itmk-red, #e4222e);
}

.itmk-company-gallery {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.itmk-company-gallery a {
  aspect-ratio: 4 / 3;
  background: var(--itmk-app-bg, #f6f8fa);
  border-radius: 11px;
  overflow: hidden;
  position: relative;
}

.itmk-company-gallery img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
  width: 100%;
}

.itmk-company-gallery a:hover img {
  transform: scale(1.035);
}

.itmk-company-videos {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 12px;
}

.itmk-company-videos iframe {
  border: 0;
  border-radius: 11px;
}

.itmk-company-products-grid {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.itmk-company-product-card {
  background: var(--itmk-app-bg, #f6f8fa);
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 13px;
  min-width: 0;
  overflow: hidden;
}

.itmk-company-product-card > a {
  color: var(--itmk-text, #16202b) !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 8px;
  text-decoration: none !important;
}

.itmk-company-product-image {
  align-items: center;
  aspect-ratio: 1 / 0.8;
  background: #fff;
  border-radius: 9px;
  color: var(--itmk-slate, #4d6786);
  display: flex;
  font-size: 25px;
  justify-content: center;
  margin-bottom: 8px;
  overflow: hidden;
}

.itmk-company-product-image img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.itmk-company-product-card > a > strong {
  font-size: 12.5px;
  line-height: 1.35;
}

.itmk-company-product-meta {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 7px;
  margin-top: auto;
  padding-top: 8px;
}

.itmk-company-product-meta b {
  color: var(--itmk-red, #e4222e);
  font-size: 12.5px;
}

.itmk-company-product-meta small {
  color: var(--itmk-soft-text, #728092);
  font-size: 10.5px;
}

.itmk-company-related-grid {
  display: grid;
  gap: 11px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.itmk-company-related-card {
  background: var(--itmk-app-bg, #f6f8fa);
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 13px;
  min-width: 0;
  overflow: hidden;
}

.itmk-company-related-image {
  aspect-ratio: 16 / 9;
  background: var(--itmk-pill, #eef3f8);
  display: block;
  overflow: hidden;
}

.itmk-company-related-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 0.18s ease;
  width: 100%;
}

.itmk-company-related-image > span {
  align-items: center;
  color: var(--itmk-slate, #4d6786);
  display: flex;
  font-size: 27px;
  height: 100%;
  justify-content: center;
}

.itmk-company-related-card:hover .itmk-company-related-image img {
  transform: scale(1.025);
}

.itmk-company-related-card > div {
  padding: 10px;
}

.itmk-company-related-card h3 {
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
  text-transform: none;
}

.itmk-company-related-card h3 a {
  color: var(--itmk-text, #16202b);
  text-decoration: none;
}

.itmk-company-related-card h3 a:hover {
  color: var(--itmk-red, #e4222e);
}

.itmk-company-related-card time {
  color: var(--itmk-soft-text, #728092);
  display: block;
  font-size: 10.5px;
  font-weight: 650;
  margin-top: 6px;
}

.itmk-company-similar-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.itmk-company-similar-card {
  align-items: center;
  background: var(--itmk-app-bg, #f6f8fa);
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 12px;
  color: var(--itmk-text, #16202b) !important;
  display: grid;
  gap: 9px;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  min-width: 0;
  padding: 8px;
  text-decoration: none !important;
  transition: border-color 0.16s ease, transform 0.16s ease;
}

.itmk-company-similar-card:hover {
  border-color: rgba(77, 103, 134, 0.5);
  transform: translateY(-1px);
}

.itmk-company-similar-card.is-premium {
  border-color: #e4d18f;
}

.itmk-company-similar-logo {
  align-items: center;
  background: #fff;
  border: 1px solid var(--itmk-line, #dfe5eb);
  border-radius: 9px;
  color: var(--itmk-slate, #4d6786);
  display: flex;
  height: 46px;
  justify-content: center;
  overflow: hidden;
  padding: 6px;
  width: 46px;
}

.itmk-company-similar-logo img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.itmk-company-similar-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.itmk-company-similar-copy strong {
  font-size: 11.5px;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itmk-company-similar-copy small {
  color: var(--itmk-soft-text, #728092);
  font-size: 9.5px;
  line-height: 1.3;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.itmk-company-similar-premium {
  color: #c79816;
  font-size: 12px;
}

.itmk-company-similar-arrow {
  color: var(--itmk-slate, #4d6786);
  display: none;
  font-size: 11px;
}

.itmk-company-lightbox-trigger {
  cursor: zoom-in;
}

.company-lightbox-open {
  overflow: hidden;
}

.itmk-company-lightbox {
  background: transparent;
  border: 0;
  height: 100%;
  margin: auto;
  max-height: none;
  max-width: none;
  padding: 0;
  width: 100%;
}

.itmk-company-lightbox::backdrop {
  background: rgba(8, 13, 20, 0.9);
  backdrop-filter: blur(5px);
}

.itmk-company-lightbox-stage {
  align-items: center;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 54px;
  height: 100%;
  padding: 56px 20px 24px;
  position: relative;
  width: 100%;
}

.itmk-company-lightbox figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0;
  min-height: 0;
  min-width: 0;
}

.itmk-company-lightbox figure img {
  border-radius: 10px;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.35);
  display: block;
  max-height: calc(100vh - 115px);
  max-width: min(1200px, 100%);
  object-fit: contain;
}

.itmk-company-lightbox figcaption {
  color: #fff;
  font-size: 13px;
  margin-top: 10px;
  max-width: 760px;
  text-align: center;
}

.itmk-company-lightbox button {
  align-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  display: flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.itmk-company-lightbox button:hover {
  background: rgba(255, 255, 255, 0.22);
}

.itmk-company-lightbox-close {
  position: absolute;
  right: 20px;
  top: 16px;
}

.itmk-company-lightbox-nav {
  justify-self: center;
}

@media (max-width: 1399.98px) {
  .itmk-company-hero {
    grid-template-columns: 160px minmax(0, 1fr);
  }

  .itmk-company-hero-actions {
    flex-direction: row;
    grid-column: 1 / -1;
  }

  .itmk-company-logo {
    height: 118px;
  }
}

@media (max-width: 1199.98px) {
  .itmk-company-management-grid,
  .itmk-company-awards-grid,
  .itmk-company-products-grid,
  .itmk-company-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .itmk-company-similar-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .itmk-company-hero {
    grid-template-columns: 125px minmax(0, 1fr);
    padding: 20px;
  }

  .itmk-company-logo {
    height: 105px;
    padding: 13px;
  }

  .itmk-company-updated {
    align-items: flex-start;
    flex-direction: column;
  }

  .itmk-company-updated a {
    border-left: 0;
    padding-left: 0;
  }

  .itmk-company-profile-grid {
    grid-template-columns: 1fr;
  }

  .itmk-company-facts {
    position: static;
  }

  .itmk-company-contact-grid,
  .itmk-company-videos {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .itmk-company-hero {
    grid-template-columns: 1fr;
  }

  .itmk-company-logo {
    height: 120px;
    width: 100%;
  }

  .itmk-company-hero-actions {
    grid-column: auto;
  }

  .itmk-company-primary-action,
  .itmk-company-secondary-action {
    flex: 1 1 0;
  }

  .itmk-company-cover {
    aspect-ratio: 16 / 9;
  }

  .itmk-company-section {
    padding: 17px;
  }

  .itmk-company-management-grid,
  .itmk-company-awards-grid,
  .itmk-company-gallery,
  .itmk-company-products-grid,
  .itmk-company-related-grid,
  .itmk-company-similar-grid {
    grid-template-columns: 1fr;
  }

  .itmk-company-similar-arrow {
    display: block;
  }

  .itmk-company-lightbox-stage {
    grid-template-columns: 42px minmax(0, 1fr) 42px;
    padding-left: 4px;
    padding-right: 4px;
  }

  .itmk-company-lightbox button {
    height: 36px;
    width: 36px;
  }
}

[data-bs-theme="dark"] .itmk-company-logo {
  background: #f8fafc;
}

[data-bs-theme="dark"] .itmk-company-premium-label {
  background: #4a3d18;
  color: #f6d979;
}

[data-bs-theme="dark"] .itmk-company-award {
  background: #2d2819;
  border-color: #514725;
  color: #f3dda0 !important;
}

@media (prefers-reduced-motion: reduce) {
  .itmk-company-gallery img,
  .itmk-company-related-image img,
  .itmk-company-similar-card {
    transition: none;
  }
}
