.equation_w {
    display: flex;
    flex-direction: row;
    justify-content: left;
    margin-left: 1em;
    gap: 0.2em;
    margin-top: 0;
    width: 90%;
    font-size: 1.1em;
}

.equation_text {
    margin-top: 0.625em;
}

.answer_w {
    margin: 0.54em 0.1em 1.5em 0.1em;
    font-weight: bold;
    color: #00B419;
    font-size: 1.1em;
}

.blank_w {
    margin-bottom: 0.5em;
    color: transparent;
    border-bottom: solid 0.5px black;
}

.clock_image_container_w {
    --size: 2.6em;
    width: calc(var(--size) * 2.4375);
    height: var(--size);
    background-position: center;
    background-size: cover;
    margin-right: 0.5em;
    position: relative;
}