/**
 * 2025 Danzai Software
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Commercial License
 * you can't distribute, modify or sell this code
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file
 * If you need help please contact contacto@danzai.es
 *
 * @author    Danzai Software <contacto@danzai.es>
 * @copyright 2025 Danzai Software
 * @license   https://danzai.es  Commercial license
 */

/* Estilos de la sección del pie de pagina. */
.dspaymenticons-icons {
  margin: 1rem 1.5rem;
  display: flex;
  justify-content: end;
}
.dspaymenticons-icons-list {
  justify-content: end;
  gap: 1rem;
  display: flex;
}
.dspaymenticons-icons-list img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .dspaymenticons-icons-list {
    justify-content: center;
  }
}
