.ljdt-wrapper {
    width: 100%;
}

.ljdt-wrapper,
.ljdt-wrapper * {
    box-sizing: border-box;
}

.ljdt-link {
    color: inherit;
    display: block;
    text-decoration: none;
}

.ljdt-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    min-width: 0;
}

.ljdt-layout-inline .ljdt-content {
    flex-direction: row;
    align-items: baseline;
}

.ljdt-layout-stack .ljdt-content {
    flex-direction: column;
    align-items: flex-start;
}

.ljdt-text {
    display: inline-block;
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    line-height: inherit;
}

.ljdt-first,
.ljdt-second {
    transition: color .2s ease, opacity .2s ease, text-shadow .2s ease, transform .2s ease;
}
