/* Italian LTR overrides – fixes RTL layout leftovers from Hebrew template */

html[dir="ltr"] body,
html[dir="ltr"] .page-content,
html[dir="ltr"] .page-content p,
html[dir="ltr"] .page-content h1,
html[dir="ltr"] .page-content h2,
html[dir="ltr"] .page-content h3,
html[dir="ltr"] .page-content ul,
html[dir="ltr"] .page-content ol,
html[dir="ltr"] .page-content li {
  text-align: left;
  direction: ltr;
}

html[dir="ltr"] .page-content ul,
html[dir="ltr"] .page-content ol {
  padding-left: 20px;
  padding-right: 0;
}

html[dir="ltr"] .gsj-agc-j8wwsm {
  padding-inline-start: 20px;
}

html[dir="ltr"] .gsj-agc-vm3411 {
  padding-inline-start: 20px;
}

html[dir="ltr"] .disclaimer-inner,
html[dir="ltr"] .disclaimer-inner p {
  text-align: left;
}

/* Remove reserved sidebar space – content was pushed to the left */
html[dir="ltr"] .page-row > .page-content {
  margin-right: 0 !important;
  float: none !important;
  width: 100% !important;
  max-width: 100%;
}

html[dir="ltr"] .page-container {
  max-width: 800px;
}

/* Keep testimonials and header banner centered */
html[dir="ltr"] .gsj-agc-80tu9,
html[dir="ltr"] .gsj-agc-bk7fhf,
html[dir="ltr"] .gsj-agc-826lba {
  text-align: center;
}

.site-brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}

.site-brand__icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: linear-gradient(145deg, #0e9499 0%, #0b7a7f 100%);
  box-shadow: 0 4px 12px rgba(14, 148, 153, 0.28);
  position: relative;
}

.site-brand__icon::before,
.site-brand__icon::after {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 2px;
}

.site-brand__icon::before {
  width: 18px;
  height: 4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-brand__icon::after {
  width: 4px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.site-brand__content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.2;
}

.site-brand__title {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #1a2e35;
}

.site-brand__title em {
  font-style: normal;
  color: #0e9499;
}

.site-brand__subtitle {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7c85;
}

.site-brand--masthead {
  padding: 20px 0 18px;
  margin-bottom: 4px;
  border-bottom: 3px solid #0e9499;
}

.site-brand--compact .site-brand__icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
}

.site-brand--compact .site-brand__icon::before {
  width: 14px;
}

.site-brand--compact .site-brand__icon::after {
  height: 14px;
}

.site-brand--compact .site-brand__title {
  font-size: 18px;
}

.site-brand--compact .site-brand__subtitle {
  display: none;
}

@media (max-width: 480px) {
  .site-brand--masthead .site-brand__title {
    font-size: 20px;
  }

  .site-brand--masthead .site-brand__icon {
    width: 40px;
    height: 40px;
  }
}
