/*
Theme Name: Bricks Rubén Child Theme
Theme URI: https://rubenespada.es/
Version: 0.0.1
Description: A child theme of Bricks
Author: Rubén Espada
Author URI: https://rubenespada.es/
Template: bricks
*/



.with-links a {
  text-decoration: underline;
  color: #004aad;
}

.post-custom a {
  text-decoration: underline;
  color: #004aad;
}

.btn-hover-icon {
  position: relative;
  overflow: hidden;
}

.bricks-mobile-menu {
  margin-top: 20px;
}

.btn-with-icon {
  transition: all 0.5s ease-in-out;
  .fas, .fa {
    width: 0px;
    opacity: 0; /* En lugar de display: none */
    transform: translateX(-10px); /* Para que la flecha aparezca desplazándose */
    transition: all 0.2s ease-in-out; /* Agrega la transición */
  }
}

.btn-with-icon:hover {
  .fas, .fa {
    width: auto;
    margin-left: 10px;
    opacity: 1; /* Hacer visible el ícono */
    transform: translateX(0); /* Posicionarlo en su lugar */
  }
}

pre {
  background-color: transparent !important;
  margin-top: 15px !important;
}

pre code {
  display: block;
  padding: 1em;
  /* background: #f5f5f5; Fondo claro */
  border-radius: 5px;
  overflow-x: auto;
  font-family: 'Courier New', Courier, monospace;
}

.argpd-footer {
  display: none;
}
