.yx-trust { color: #202923; background: #f4f6f4; margin: 32px 0; }
.yx-trust__inner { box-sizing: border-box; width: min(100%, 1240px); margin: 0 auto; padding: 40px 24px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 36px; align-items: center; }
.yx-trust figure { margin: 0; min-width: 0; }
.yx-trust picture { display: block; }
.yx-trust img { display: block; width: 100%; height: auto; aspect-ratio: 1702 / 1276; }
.yx-trust figcaption { font-size: 13px; line-height: 1.5; margin-top: 10px; color: #48564c; }
.yx-trust .yx-trust__copy { min-width: 0; }
.yx-trust h2 { margin: 0 0 14px; font-size: 25px; line-height: 1.3; letter-spacing: 0; overflow-wrap: anywhere; }
.yx-trust p { margin: 0 0 12px; font-size: 15px; line-height: 1.65; max-width: 72ch; overflow-wrap: anywhere; }
.yx-trust .yx-trust__address { font-size: 14px; }
.yx-trust__links { display: flex; gap: 8px 22px; flex-wrap: wrap; }
.yx-trust__links a { color: #17603e; font-size: 14px; line-height: 1.5; display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 3px; }
.yx-trust a:focus-visible { outline: 2px solid #17603e; outline-offset: 3px; }
.yx-trust--category .yx-trust__inner, .yx-trust--product .yx-trust__inner { display: block; padding: 22px 24px; }
.yx-trust--category h2, .yx-trust--product h2 { font-size: 19px; }
.yx-trust--product { margin: 20px 0; border-top: 1px solid #d2dbd5; background: transparent; }
.yx-trust--product .yx-trust__inner { padding: 18px 0 0; }
.yx-trust--product p { font-size: 14px; }
@media (max-width: 800px) {
  .yx-trust__inner { grid-template-columns: minmax(0, 1fr); padding: 28px 16px; gap: 22px; }
  .yx-trust h2 { font-size: 23px; }
  .yx-trust--category .yx-trust__inner { padding: 20px 16px; }
  .yx-trust--product h2, .yx-trust--category h2 { font-size: 18px; }
}
