/* Footer-specific layout overrides. */
@media only screen and (min-width:768px) {
  .footer-premium__payments-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .footer-premium__accepted,
  .footer-premium__social {
    justify-content: center;
  }

  .footer-premium__social {
    padding-left: 0;
  }

  .footer-premium__legal > .container > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .footer-premium__legal > .container > div > nav,
  .footer-premium__legal > .container > div > span {
    justify-content: center;
    text-align: center;
  }
}

.footer-premium__truck-icon {
  border: 0;
}

.footer-premium__truck-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.footer-premium__social-link .icon { font-size:20px; }
.footer-premium__contact-svg { display:inline-flex; width:20px; height:20px; flex:0 0 20px; align-items:center; justify-content:center; color:#d28a0b; }.footer-premium__contact-svg svg { width:100%; height:100%; fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.9; }
.footer-premium__social-link--facebook,.footer-premium__social-link--fb { color:#163b79 !important; }
.footer-premium__social-link--instagram { border-color:#e375b9 !important; color:#e23881 !important; }
.footer-premium__social-link--linkedin { border-color:#75b1dc !important; color:#166fae !important; }
.footer-premium__linkedin { font-size:20px; font-weight:700; letter-spacing:-1px; }
