/**
 * Helpdesk Finder Inline Styles
 * Replaces inline CSS for CSP compliance
 */

/* Map container */
#mapid {
    width: 100%;
    height: 580px;
}

/* Hidden page containers - initially hidden except first */
.page:not(.page-0) {
    display: none;
}

/* Hidden uncropped text */
.crop.uncropped {
    display: none;
}

/* Hidden search container */
.helpdesk-search-container {
    display: none;
} 