.freeze-history {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.freeze-history__element {
    display: flex;
    border-radius: 5px;
    padding: 5px 10px;
    pointer-events: none;
    margin: 10px;
    border: 1px solid var(--bs-border-color);
    justify-content: space-around;
}

.freeze-history__element.freeze-history__element__active {
    border: 1px solid var(--c-accent);
    pointer-events: all;
}

span.freeze__history--from {
    min-width: 120px;
}

span.freeze__history--to {
    min-width: 120px;
}

span.freeze__history--days {
     min-width: 40px;
}