/* Product-page trust block. Loaded only on single verhi_b2b_product pages. */

body.single-verhi_b2b_product .verhi-eeat-block {
  position: relative;
  max-width: 920px;
  margin: 0 auto 18px;
  padding: 24px 24px 18px;
  border: 1px solid rgba(18, 42, 46, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 42, 46, 0.05);
}

body.single-verhi_b2b_product .verhi-eeat-block::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  border-radius: 8px 0 0 8px;
  background: var(--global-palette1, #0f7a88);
}

body.single-verhi_b2b_product .verhi-eeat-author {
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

body.single-verhi_b2b_product .verhi-eeat-avatar {
  width: 54px;
  height: 54px;
  border: 5px solid rgba(15, 122, 136, 0.13);
  border-radius: 50%;
  background: var(--global-palette1, #0f7a88);
  color: #fff;
  font-size: 22px;
}

body.single-verhi_b2b_product .verhi-eeat-author-name {
  font-size: 18px;
  line-height: 1.3;
}

body.single-verhi_b2b_product .verhi-eeat-author-role {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.5;
  color: #526466;
}

body.single-verhi_b2b_product .verhi-eeat-review {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin-top: 9px;
  padding: 5px 9px;
  border: 1px solid rgba(15, 122, 136, 0.16);
  border-radius: 6px;
  background: #f2f8f8;
  color: #385659;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
}

body.single-verhi_b2b_product .verhi-eeat-note {
  position: relative;
  margin-top: 18px;
  padding: 13px 15px 13px 46px;
  border-radius: 6px;
  background: #f7f9f9;
  font-size: 14px;
  line-height: 1.6;
  color: #526466;
}

body.single-verhi_b2b_product .verhi-eeat-note::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 19px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--global-palette1, #0f7a88);
  border-radius: 50%;
  transform: translateY(-50%);
}

body.single-verhi_b2b_product .verhi-eeat-sources {
  margin-top: 18px;
  padding: 15px 16px;
  border: 1px solid rgba(18, 42, 46, 0.09);
  border-radius: 6px;
  background: #f7f9f9;
}

body.single-verhi_b2b_product .verhi-eeat-sources-title {
  font-size: 12.5px;
  color: #385659;
}

body.single-verhi_b2b_product .verhi-eeat-links {
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top-color: rgba(18, 42, 46, 0.1);
}

body.single-verhi_b2b_product .verhi-eeat-links a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 11px;
  border: 1px solid rgba(18, 42, 46, 0.16);
  border-radius: 6px;
  background: #fff;
  color: #0f6069;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

body.single-verhi_b2b_product .verhi-eeat-links a:hover,
body.single-verhi_b2b_product .verhi-eeat-links a:focus {
  border-color: var(--global-palette1, #0f7a88);
  background: #f2f8f8;
  color: var(--global-palette1, #0f7a88);
}

@media (max-width: 600px) {
  body.single-verhi_b2b_product .verhi-eeat-block {
    padding: 20px 16px 14px;
  }

  body.single-verhi_b2b_product .verhi-eeat-block::before {
    width: 3px;
  }

  body.single-verhi_b2b_product .verhi-eeat-author {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 13px;
  }

  body.single-verhi_b2b_product .verhi-eeat-avatar {
    width: 46px;
    height: 46px;
    font-size: 19px;
  }

  body.single-verhi_b2b_product .verhi-eeat-note {
    padding-left: 38px;
  }

  body.single-verhi_b2b_product .verhi-eeat-note::before {
    left: 15px;
  }

  body.single-verhi_b2b_product .verhi-eeat-links a {
    flex: 1 1 auto;
    justify-content: center;
  }
}
