@import '_content/Medstrom.UIComponents/Medstrom.UIComponents.bundle.scp.css';

/* _content/Medstrom.CustomerPortal/Components/Layout/BannerImage.razor.rz.scp.css */
.text-over[b-p99t5l6kev] {
    position: relative;
}

.text-over figcaption[b-p99t5l6kev] {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: right;
    color: #fff;
    background: linear-gradient(200deg, #00000088 5%, #ffffff00 30%);
}
/* _content/Medstrom.CustomerPortal/Components/Pages/Home/Home.razor.rz.scp.css */
.spacer[b-dbmo5oy889] {
    margin: 1rem;
    width: 30%;
    max-height: 30%;
}

.news-content[b-dbmo5oy889] {
    flex: 1 1 30%;
    max-height: calc(20rem - 80px);
    min-height: calc(20rem - 80px);
    overflow: hidden;
}
/* _content/Medstrom.CustomerPortal/Components/Pages/Home/ImageButton.razor.rz.scp.css */
.image-button-container[b-7e6uhoue4b] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-items: center;
    max-height: 6rem;
    max-width: 14rem;
    border-radius: var(--mud-default-borderradius);
    background-color: var(--mud-palette-primary-lighten);
    padding: 1rem;
}

.image-button-container > span[b-7e6uhoue4b] {
    margin: 1rem;
    font-size: 1rem;
    font-weight: bold;
    font-family: var(--mud-typography-button-family);
    line-height: var(--mud-typography-button-lineheight);
    letter-spacing: var(--mud-typography-button-letterspacing);
    text-transform: var(--mud-typography-button-text-transform);
    color: var(--mud-palette-primary-text);
}

.image-button-container > img[b-7e6uhoue4b] {
    margin: 1rem;
    width: 5rem;
    height: 6rem;
}
