/**
* Theme Name: Ignavo Child
* Description: This is a child theme of Ignavo, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: ignavo
* Version: 1.0.3
*/

@media (min-width: 768px) {
  .form-row-libro {
    display: flex;
    gap: 10px;           /* espacio horizontal entre columnas */
    align-items: flex-end; /* o center según prefieras */
  }

  .form-row-libro .column-half {
    flex: 1 1 0;
    box-sizing: border-box;
  }
}
