/* Minimal utility layer kept for compatibility with the requested structure. */

.hidden {
    display: none !important;
}

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

.w-full {
    width: 100%;
}
