@import '_content/Hml.Web.Components/Hml.Web.Components.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* _content/Hml.Web.Sites.External.CarvingSearch/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fhmsk5sbz2] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-fhmsk5sbz2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Hml.Web.Sites.External.CarvingSearch/Components/Pages/CarvingCard.razor.rz.scp.css */
.carving-container[b-ybrq14faga] {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    height: calc(100svh - 6.25rem);
    overflow-y: scroll;
    padding: 0px 10px;
    width: 100%;
}

.carving-card[b-ybrq14faga] {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 440px;
    padding: 1rem;
    min-width: 360px;
    width: 100%;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.carving-card:hover[b-ybrq14faga] {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(51, 51, 51) 0px 0px 0px 3px;
}

.carving-image[b-ybrq14faga] {
    object-fit: scale-down;
    width: 100%;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.carving-details[b-ybrq14faga] {
    align-self: center;
    padding-top: 1rem;
    text-align: center;
    max-width: 240px;
}

.granites[b-ybrq14faga] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.5rem;
    gap: 1rem;
}

.granite-image[b-ybrq14faga] {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

table[b-ybrq14faga] {
    width: 100%;
    text-align: center;
    border: none;
    margin-top: 0.5rem;
}

th[b-ybrq14faga], td[b-ybrq14faga] {
    padding: 0px;
}

@media (min-width: 690px) {

    .carving-image[b-ybrq14faga] {
        max-width: 300px;
        object-fit: contain;
    }
}
/* _content/Hml.Web.Sites.External.CarvingSearch/Components/Pages/Home.razor.rz.scp.css */
.header[b-llpchb6067] {
    position: sticky;
    top: 0px;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px 0;
    margin: 0px auto;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.header-inner[b-llpchb6067] {
    margin: 0px auto;
    width: 96%;
}

.header-row1[b-llpchb6067] {
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0rem;
    align-content: center;
    align-items: center;
}

.logo[b-llpchb6067]{
    max-height: 40px;
}
.company-name[b-llpchb6067] {
    font-size: 20px;
    color: #333;
    font-weight: 500;
    opacity:0.8;
    padding-top: 0.5rem;
}

.carving-page[b-llpchb6067] {
    height: 100svh
}

.search-input[b-llpchb6067] {
    border: 1px solid #ccc;
    padding: 8px 12px;
    height: 40px;
    border-radius: 4px;
    font-size: 1.1rem;
    flex-grow: 1;
    outline: none;
    transition: border-color 0.2s;
    width: 100%;
}

.search-input:focus[b-llpchb6067] {
    border-color: #007bff;
}

.search-input[b-llpchb6067]::placeholder {
    color: #7f7f7f;
}

.carving-container[b-llpchb6067] {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    height: calc(100svh - 6.25rem);
    overflow-y: scroll;
    padding: 0px 10px;
    width: 100%;
}

.carving-page-footer[b-llpchb6067] {
    position: sticky;
    bottom: 0;
    color: var(--neutral-foreground-rest);
    background-color: var(--neutral-fill-secondary-rest);
    font-size: 1.2rem;
    padding: 1rem 0rem;
    text-align: center;
}


@media (min-width: 690px) {

    .header[b-llpchb6067] {
        display: flex;
        flex-direction: row;
        padding: 0.5rem;
        margin-top: 0px;
        align-items:center;
    }

    .header-inner[b-llpchb6067] {
        display: flex;
        width: 100%;
        padding-left: 2rem;
    }

    .header-row1[b-llpchb6067] {
        justify-content:space-between;
        width: 100%;
    }

    .logo[b-llpchb6067] {
        max-height: 80px;
    }

    .company-name[b-llpchb6067] {
        white-space: nowrap;
        padding-right: 1rem;
        padding-top: 0px;
    }

    .search-input[b-llpchb6067] {
        width: 100%;
        margin-right: 2rem;
    }

    .carving-container[b-llpchb6067] {
        scrollbar-gutter: stable;
        overflow-y: auto;
    }

    .search-count[b-llpchb6067] {
        margin: 0px auto;
        text-align: center;
    }
}
