:root {
  --footer-15--icon--margin-right: var(--theme--spacing--element--margin);
  --footer-15--icon--margin-bottom: var(--theme--spacing--element--margin);
  --footer-15--icon--width: 3rem;
  --footer-15--icon--padding: 0.75rem;
  --footer-15--icon--color: var(--elements--body-text--link--color);
  --footer-15--icon--color-hover: var(--elements--body-text--link--color-hover);
  --footer-15--icon--background-color: var(--theme--colors--white);
  --footer-15--icon--background-color-hover: var(--theme--colors--white);
  --footer-15--icon--box-shadow: var(--theme--effects--shadow--box-shadow);
  --footer-15--icon--border-radius: 1.5rem;
  --footer-15--iframe--width: 100rem;
  --footer-15--iframe--height: 90rem;
  --footer-15--iframe--box-shadow: var(--theme--effects--shadow--box-shadow);
  --footer-15--iframe--border-radius: 1.5rem;
}

@media (min-width: 1024px) {
  :root {
    --footer-15--icon--margin-right: var(--theme--spacing--element--margin);
    --footer-15--icon--margin-bottom: var(--theme--spacing--element--margin);
    --footer-15--icon--width: 3rem;
    --footer-15--icon--padding: 0.75rem;
    --footer-15--icon--border-radius: 1.5rem;
    --footer-15--iframe--width: 100rem;
    --footer-15--iframe--height: 90rem;
  }
}