@import '_content/HenaraDocs.Frontend.Shared/HenaraDocs.Frontend.Shared.t22q3oc627.bundle.scp.css';

/* /Components/Layout/EmbedLayout.razor.rz.scp.css */
#blazor-error-ui[b-gbz50m9wga] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gbz50m9wga] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/ContactPage.razor.rz.scp.css */
.hero[b-8rso5lnekx] {
    width: 100%;
    padding: 80px 16px 120px 16px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.hero-content[b-8rso5lnekx] {
    max-width: 650px;
}

.hero-title[b-8rso5lnekx] {
    color: #ededed;
    font-weight: 700;
}

.hero-subtitle[b-8rso5lnekx] {
    color: #ededed;
    margin-top: 16px;
}

.cards-section[b-8rso5lnekx] {
    transform: translateY(-60px);
    padding-bottom: 60px;
}

.card[b-8rso5lnekx] {
    border-radius: 16px;
    text-align: center;
    align-items: center;
    padding: 24px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.hero-search-wrapper[b-8rso5lnekx] {
    margin-top: 36px;
    display: flex;
    justify-content: center;
}

.hero-search-box[b-8rso5lnekx] {
    display: flex;
    align-items: center;
    border: 2px solid #314e59;
    border-radius: 999px;
    padding: 4px 6px;
    background-color: #ffffff;
    max-width: 600px;
    width: 100%;
}

.hero-search-btn[b-8rso5lnekx] {
    border-radius: 999px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    height: 40px;
    background-color: #314e59 !important;
    color: white !important;
    margin-left: auto;
}

.hero-search-btn:hover[b-8rso5lnekx] {
    background-color: #b4348d !important;
}

.result-card-header[b-8rso5lnekx] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    hyphens: auto;
    margin-bottom: 12px;
}

.hd-contact-grid[b-8rso5lnekx] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
    justify-content: center;
}

@media (max-width: 900px) {
    .hd-contact-grid[b-8rso5lnekx] {
        grid-template-columns: 1fr;
    }
}
