/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.ea-line {
    margin-right: 0.72em;
    width: fit-content;
    display: inline-block;
    /* padding: 8px 0; */
}

.ea-separator::before {
    content: " - ";
}

.ea-text {
    padding: 8px 0;
}

.ea-image {
    display: inline-block;
    margin-right: 0.72em;
    width: fit-content;
    min-width: 3em;
    min-height: 1em;
    position: relative;
}

.ea-image .ea-inline-image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}