﻿@layer utilities {
    .u-inline {
        display: inline;
    }

    .u-hidden {
        display: none !important;
    }

    /* V4 "Extended interface customization" -- owner's second brand asset,
       shown at the top of client-facing pages when configured. */
    .brand-cover-image {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        border-radius: var(--radius, 10px);
        margin-bottom: var(--je-gap-d, 16px);
    }
}
