.consumer-protection-section{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}
.consumer-protection-links{width:min(var(--container),calc(100% - 40px));margin:0 auto;padding:12px 0;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;background:#fff}
.consumer-protection-sal{display:block;width:250px;height:50px;flex:0 0 250px}
.consumer-protection-sal img{display:block;width:250px;height:50px;object-fit:contain}
.consumer-protection-anpc-link{font-size:10px;font-weight:800;line-height:1.2;color:#244a8d;text-decoration:underline;text-underline-offset:2px}
.consumer-protection-anpc-link:hover{color:#17386d}

@media(max-width:680px){
  .consumer-protection-links{width:100%;padding:8px 16px;gap:4px;flex-direction:column;flex-wrap:nowrap}
  .consumer-protection-sal{width:210px;height:42px;flex-basis:42px}
  .consumer-protection-sal img{width:210px;height:42px}
  .consumer-protection-anpc-link{font-size:8px}
}
