.chp-portal-master-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: system-ui, -apple-system, sans-serif;
}
.chp-portal-header-search-block {
    text-align: center;
    background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
    color: #ffffff;
    padding: 60px 20px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}
.chp-main-brand-title {
    color: #ffffff !important;
    font-size: 36px;
    font-weight: 800;
    margin: 0 0 10px 0;
}
.chp-main-brand-tagline {
    color: #94a3b8;
    font-size: 16px;
    margin: 0 0 30px 0;
}
.chp-ajax-search-wrapper-box {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
#chp-global-live-search-input {
    width: 100%;
    padding: 16px 20px 16px 50px;
    font-size: 16px;
    border: none;
    border-radius: 30px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    color: #1e293b;
    outline: none;
}
.chp-search-icon-inside {
    position: absolute;
    left: 18px;
    top: 16px;
    color: #64748b;
    font-size: 20px;
}
.chp-ajax-results-dropdown-panel {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    margin-top: 10px;
    z-index: 999;
    overflow: hidden;
    display: none;
    text-align: left;
}
.chp-search-result-item-row {
    padding: 14px 20px;
    border-bottom: 1px solid #f1f5f9;
    color: #1e293b;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.chp-search-result-item-row:hover {
    background: #f8fafc;
}
.chp-result-badge-type {
    font-size: 11px;
    background: #e2e8f0;
    padding: 2px 8px;
    border-radius: 12px;
    color: #475569;
    font-weight: 600;
}
.chp-content-section-row {
    margin-bottom: 50px;
}
.chp-section-grid-title {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    border-bottom: 3px solid #0d6efd;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
.chp-cards-responsive-flex-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 24px;
}
.chp-directory-card-wrapper {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    transition: transform 0.2s, box-shadow 0.2s;
    position: relative;
}
.chp-directory-card-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.05);
}
.chp-card-badge-header {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0d6efd;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}
.chp-card-entity-title {
    font-size: 18px;
    margin: 0 0 12px 0 !important;
    color: #1e293b;
}
.chp-card-entity-meta-row {
    margin: 0 0 6px 0;
    font-size: 13px;
    color: #475569;
}
.chp-hero-inner-banner-block {
    background: #f8fafc;
    border-radius: 8px;
    padding: 40px;
    border-left: 4px solid #0d6efd;
}
.chp-hero-inner-banner-block h4 { font-size: 20px; margin: 0 0 8px 0; color: #1e293b; }
.chp-hero-inner-banner-block p { font-size: 14px; margin: 0; color: #64748b; }