body.single-autotaktas_company .hero {
  height: 340px;
  min-height: 340px;
  background-position: center 42%;
}

body.single-autotaktas_company .hero-inner {
  grid-template-columns: 160px minmax(0, 1fr) 320px;
  gap: 34px;
  padding-block: 30px;
}

body.single-autotaktas_company .hero-inner.hero-no-logo {
  grid-template-columns: minmax(0, 1fr) 320px;
}

body.single-autotaktas_company .hero-logo-card {
  width: 160px;
  height: 160px;
  background: #fff;
}

body.single-autotaktas_company .hero-logo-card img {
  object-fit: contain;
  padding: 8px;
}

body.single-autotaktas_company .rating-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  min-height: 190px;
  border-radius: 12px;
}

.at-company-update-action a {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 9px;
  color: #fff;
  background: rgba(255, 255, 255, .055);
  text-decoration: none;
  transition: .18s;
}

.at-company-update-action a:hover,
.at-company-update-action a:focus-visible {
  border-color: #ffc000;
  background: rgba(255, 192, 0, .11);
  transform: translateY(-1px);
}

.at-company-update-action b {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffc000;
  color: #111;
  font-size: 25px;
}

.at-company-update-action span { font-size: 14px; font-weight: 800; }
.at-company-update-action small { color: #c7d0d8; font-size: 11px; }

body.single-autotaktas_company .top-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
}

body.single-autotaktas_company .gallery-card { grid-column: 1 / -1; }
body.single-autotaktas_company .gallery-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

body.single-autotaktas_company .gallery-item {
  aspect-ratio: 16 / 10;
  border-radius: 10px;
}

.at-company-update-card {
  width: min(calc(100% - 44px), 1136px);
  margin: 42px auto 30px;
  padding: 30px;
  border: 1px solid #dde3e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 28px rgba(15, 31, 47, .08);
}

.at-company-update-intro {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e5e9ed;
}

.at-company-update-icon {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #ffc000;
  color: #12171b;
  font-size: 28px;
  font-weight: 900;
}

.at-company-update-intro h2 { margin: 0 0 6px; font-size: 24px; }
.at-company-update-intro p {
  max-width: 720px;
  margin: 0;
  color: #5d6872;
  line-height: 1.55;
}

.at-company-update-form { display: grid; gap: 24px; margin-top: 24px; }
.at-company-update-form fieldset { min-width: 0; margin: 0; padding: 0; border: 0; }
.at-company-update-form legend { margin-bottom: 14px; font-size: 17px; font-weight: 800; color: #17212a; }
.at-update-help { margin: -8px 0 14px; color: #6a747d; font-size: 13px; }
.at-update-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.at-update-grid label { display: grid; gap: 7px; }
.at-update-grid label > span { font-size: 13px; font-weight: 750; color: #303a43; }
.at-update-wide { grid-column: 1 / -1; }

.at-update-grid input,
.at-update-grid select,
.at-update-grid textarea {
  box-sizing: border-box;
  width: 100%;
  min-height: 46px;
  border: 1px solid #ccd4da;
  border-radius: 8px;
  background: #fff;
  padding: 10px 12px;
  color: #17212a;
  font: inherit;
}

.at-update-grid textarea { resize: vertical; line-height: 1.5; }
.at-update-grid input:focus,
.at-update-grid select:focus,
.at-update-grid textarea:focus {
  border-color: #b98b00;
  outline: 3px solid rgba(255, 192, 0, .22);
}

.at-update-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #4d5861;
  font-size: 13px;
  line-height: 1.5;
}

.at-update-consent input { margin-top: 3px; }
.at-update-submit {
  justify-self: start;
  min-height: 46px;
  border: 0;
  border-radius: 8px;
  padding: 0 22px;
  background: #ffc000;
  color: #15191c;
  font-weight: 850;
  cursor: pointer;
}

.at-update-submit:hover { background: #ffcd33; }
.at-update-privacy { margin: -12px 0 0; color: #727c85; font-size: 12px; }
.at-update-notice { margin-top: 20px; padding: 13px 15px; border-radius: 8px; font-weight: 700; }
.at-update-notice.is-success { border: 1px solid #9fd5b1; background: #edf9f1; color: #176332; }
.at-update-notice.is-error { border: 1px solid #e7b0b0; background: #fff1f1; color: #8b2525; }
.at-update-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 980px) {
  body.single-autotaktas_company .hero { height: auto; min-height: 390px; }
  body.single-autotaktas_company .hero-inner,
  body.single-autotaktas_company .hero-inner.hero-no-logo {
    grid-template-columns: 120px minmax(0, 1fr);
    gap: 20px;
  }
  body.single-autotaktas_company .rating-panel { grid-column: 1 / -1; width: 100%; min-height: 0; }
  body.single-autotaktas_company .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  body.single-autotaktas_company .hero { min-height: 430px; }
  body.single-autotaktas_company .hero-inner,
  body.single-autotaktas_company .hero-inner.hero-no-logo {
    grid-template-columns: 1fr;
    padding: 26px 16px;
  }
  .at-company-update-card { width: calc(100% - 24px); margin: 24px auto; padding: 20px; border-radius: 11px; }
  .at-company-update-intro { gap: 12px; }
  .at-company-update-intro h2 { font-size: 21px; }
  .at-company-update-icon { flex-basis: 42px; width: 42px; height: 42px; }
  .at-update-grid { grid-template-columns: 1fr; }
  .at-update-wide { grid-column: auto; }
  body.single-autotaktas_company .gallery-grid { grid-template-columns: 1fr; }
  .at-update-submit { width: 100%; }
}
