/* dcf-w-fit-content */

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

.dcf-w-min-auto {
    min-width: auto !important;
}

.dcf-max-w-xl {
    max-width: 56.12rem
}

.dcf-max-h-0 {
    max-height: 0;
}