.width-fit {
    width: fit-content;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.left-0 {
    left: 0;
}

.width-min-content {
    width: min-content;
}

.text-align-left {
    text-align: left;
}