/*
Theme Name: Hello Elementor Child
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

.horse-lineage {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 0.4em;
    letter-spacing: -0.25px;
}

.horse-lineage__sire,
.horse-lineage__dam {
    /* flex: 1 0 auto; */
    /* width: 100px; */
}

.horse-lineage__sire {
    /* font-weight: 700; */
}

.horse-lineage__separator {
    font-weight: 700;
    flex-shrink: 0;
}

@media (max-width: 1024px) {
    .horse-lineage {
    }
}