/* Suntana: stack copyright address above payment logos on small screens */
@media screen and (max-width: 800px) {
  .sun-footer-left,
  .sun-footer-right {
    float: none !important;
    width: 100% !important;
    clear: both !important;
    text-align: center !important;
    padding-left: 0 !important;
  }
  .sun-footer-left {
    display: block !important;
    margin-top: 16px !important;
    margin-bottom: 8px !important;
  }
  .sun-footer-right {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 10px !important;
    margin-top: 8px !important;
    margin-bottom: 16px !important;
  }
  .sun-footer-right img {
    height: 36px !important;
    max-height: 36px !important;
    width: auto !important;
  }

  /* Find-your-shade graphic (text-32 / david.jpg): centre on small screens only */
  .fusion-footer-widget-area #text-32,
  .fusion-footer-widget-area #text-32 .widget-title,
  .fusion-footer-widget-area #text-32 .textwidget,
  .fusion-footer-widget-area #text-32 .textwidget p {
    text-align: center !important;
  }
  .fusion-footer-widget-area #text-32 .textwidget a {
    display: inline-block !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .fusion-footer-widget-area #text-32 .textwidget img,
  .fusion-footer-widget-area #text-32 .textwidget img.wp-image-71213 {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    height: auto !important;
  }
}
