/* helpers.css – small utilities */

.hidden {
    display: none !important;
}

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

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

.text-small {
    font-size: 12px;
}

.text-muted {
    color: #777777;
}

.nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: 12px;
}

.shadow {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.shadow-strong {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

/* Margins */

.mt-xs {
    margin-top: 4px;
}

.mt-sm {
    margin-top: 8px;
}

.mt-md {
    margin-top: 12px;
}

.mt-lg {
    margin-top: 16px;
}
