/* /Components/Layout/ItemHeader.razor.rz.scp.css */
.header-title[b-jnsc9oy3zj] {
    border-bottom: solid 1px #999;
    margin-bottom: .625rem;
    user-select: none;
}

    .header-title > p[b-jnsc9oy3zj] {
        background-color: #32145c;
        color: white;
        padding: 5px 10px;
        margin: 0;
        display: inline-block;
        border-top-left-radius: 0.1875rem;
        border-top-right-radius: 0.1875rem;
    }
/* /Components/Layout/LeftSidePanel.razor.rz.scp.css */
ul[b-yrpq3n9xub]  {
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.35);
    font-size: 0.9rem;
}

@media(min-width:769px) {
    ul[b-yrpq3n9xub]  {
        overflow: auto;
        max-height: calc(100vh - 165px);
    }
}

ul[b-yrpq3n9xub]  li {
    padding: 7px 10px;
    border: dashed 1px transparent;
}

ul:not(.loading)[b-yrpq3n9xub]  li:nth-child(2n) {
    background-color: #e7f7d6;
}

@keyframes loading-b-yrpq3n9xub {
    to {
        background-position-x: -20%;
    }
}

ul.loading[b-yrpq3n9xub]  li:nth-child(2n) {
    background-color: #ededed;
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading-b-yrpq3n9xub ease-in-out infinite;
    background-size: 800px 104px;
}

ul[b-yrpq3n9xub]  li a {
    padding-right: 15px;
    position: relative;
    color: #282828;
}

    ul[b-yrpq3n9xub]  li a:hover {
        color: #37811a;
    }

ul[b-yrpq3n9xub]  li:focus-within {
    border-color: black;
}

ul[b-yrpq3n9xub]  li:nth-child(2n) a:hover {
    color: #9f1313;
}

ul:not(.loading)[b-yrpq3n9xub]  li a:before {
    content: "◀";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 4px;
    color: #7d0000;
    font-size: 0.8rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
navbar[b-f719z4pc4l] {
    background-color: #32145c;
    padding: 0.3rem 1rem;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    z-index: 1;
    align-items: center;
}

footer[b-f719z4pc4l] {
    background-color: #fff;
    direction: ltr;
    text-align: left;
    white-space: nowrap;
    padding: 0.6rem 1rem;
    text-overflow: ellipsis;
    font-size: 0.8rem;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: solid 1px rgba(0,0,0,.125);
}

main[b-f719z4pc4l] {
    padding: 0.5rem 1rem;
    min-height: 500px;
    align-items: start;
}

@media(min-width:769px) {
    main[b-f719z4pc4l] {
        display: grid;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-columns: 200px minmax(0, 1fr) 300px;
        grid-auto-rows: 1fr;
    }

    .sidenav[b-f719z4pc4l]  {
        position: sticky;
        top: 70px;
        left: 0;
        align-self: start;
        height: calc(100vh - 120px);
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-brand[b-u1vxdsif5l] {
    grid-column: 12/12;
    text-align: left;
    font-size:5px;
}

.navbar-toggler[b-u1vxdsif5l] {
    grid-column: 1/2;
    grid-row: 1;
    padding: 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    color: rgba(255,255,255,.9);
    border-color: rgba(255,255,255,.1);
    cursor: pointer;
}

    .navbar-toggler svg[b-u1vxdsif5l] {
        fill: white;
    }

@media(min-width:768px) {
    .navbar-toggler[b-u1vxdsif5l] {
        display: none;
    }
}

.navbar-collapse[b-u1vxdsif5l] {
    grid-column: auto/span 12;
    grid-row: 2;
}

    .navbar-collapse.collapse[b-u1vxdsif5l] {
        display: none;
    }

@media(min-width:768px) {
    .navbar-collapse[b-u1vxdsif5l] {
        grid-column: auto/span 11;
        grid-row: 1;
    }

        .navbar-collapse.collapse[b-u1vxdsif5l] {
            display: block;
        }
}

.navbar-collapse .navbar-nav[b-u1vxdsif5l] {
    opacity: 1;
}

@media(min-width:768px) {
    .navbar-collapse .navbar-nav[b-u1vxdsif5l] {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-auto-rows: minmax(50px,auto);
    }
}

.nav-item[b-u1vxdsif5l]  a {
    color: rgba(255,255,255,.9);
    position: relative;
    display: block;
    cursor: pointer;
    padding: 0.875rem 1rem;
    outline: 0;
    transition: all ease-in-out .15s;
    white-space: nowrap;
}

    .nav-item[b-u1vxdsif5l]  a:after {
        display: block;
        background-color: #fff;
        content: " ";
        transition: all ease-in-out .2s;
        height: 3px;
        width: 0%;
        margin: 0 auto;
        position: absolute;
        bottom: 1px;
        left: 0;
        right: 0;
    }

    .nav-item[b-u1vxdsif5l]  a.active:after {
        background-color: #41eeee;
        width: 100%;
    }

@media(min-width:769px) {
    .nav-item[b-u1vxdsif5l]  a.active:after {
        width: 90%;
    }
}

.nav-item[b-u1vxdsif5l]  a:not(.active):hover,.nav-item[b-u1vxdsif5l]  a:not(.active):focus {
    color: white;
}

@media(min-width:769px) {
    .nav-item[b-u1vxdsif5l]  a:not(.active):hover:after, .nav-item[b-u1vxdsif5l]  a:not(.active):focus:after {
        width: 90%;
        -webkit-animation: ld-tremble 1s infinite;
        animation: ld-tremble 1s infinite;
    }
}
/* /Components/Layout/NewsItem.razor.rz.scp.css */
.news-item[b-dclvpa9yul] {
    background-color: white;
    box-shadow: 0 0 3px rgba(0,0,0,0.35);
    padding: 5px 10px;
    position: relative;
    transition: background-color ease-in-out 0.35s;
    border: solid 1px transparent;
}

    .news-item:hover[b-dclvpa9yul] {
        background-color: azure;
    }

    .news-item:focus-within[b-dclvpa9yul] {
        background-color: azure;
        border: dashed 1px rgba(0,0,0,0.35);
    }

@media(min-width:992px) {
    .news-item[b-dclvpa9yul] {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-gap: 0.5rem;
    }
}

@keyframes loading-b-dclvpa9yul {
    to {
        background-position-x: -20%;
    }
}

.news-item.loading[b-dclvpa9yul] {
    direction: ltr;
    padding-top: 10px;
}

    .news-item.loading > div[b-dclvpa9yul] {
        background-color: #ededed;
        background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
        background-size: 200% 100%;
        background-position-x: 180%;
        animation: 2s loading-b-dclvpa9yul ease-in-out infinite;
        background-size: 800px 104px;
        height: 130px;
        position: relative;
    }

    .news-item.loading > .detail[b-dclvpa9yul] {
        margin-top: 10px;
        height: 150px;
    }

@media(min-width:769px) {
    .news-item.loading > div[b-dclvpa9yul] {
        height: 110px;
    }

    .news-item.loading > .detail[b-dclvpa9yul] {
        margin-top: auto;
        height: 110px;
    }
}

.news-item.loading > .news-info[b-dclvpa9yul] {
    height: 25px;
    width: 100%;
}

.news-item > .news-picture[b-dclvpa9yul] {
    display: grid;
    justify-content: center;
    grid-auto-rows: minmax(125px, auto);
    grid-row: 1;
    justify-items: center;
    align-items: center;
    max-width: 192px;
    margin: auto;
    user-select: none;
    pointer-events: none;
}

    .news-item > .news-picture > picture > img[b-dclvpa9yul] {
        max-width: 100%;
        height: auto;
        max-height: 128px;
        display: block;
    }

.news-item > .detail[b-dclvpa9yul] {
    padding: 10px 5px 0 0;
    grid-row: 1;
    grid-auto-rows: min-content;
}

.detail[b-dclvpa9yul]  > .news-link {
    color: #4e342e;
    grid-row: 1;
}

    .detail[b-dclvpa9yul]  > .news-link::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

.detail[b-dclvpa9yul]  h2 {
    font-weight: 600;
    font-size: 1rem;
}

p.summary[b-dclvpa9yul]  {
    font-size: 0.9rem;
    margin: 0;
    text-align: justify;
    grid-row: 2;
}

.news-info[b-dclvpa9yul] {
    grid-column: auto/span 12;
    justify-self: left;
    font-size: 0.8rem;
    grid-row: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    justify-items: end;
    margin-top: 15px;
    user-select: none;
}

    .news-info > span[b-dclvpa9yul] {
        background-color: #3E329A;
        margin-left: 0.3125rem;
        color: white;
        padding: 2px 4px;
        font-size: 0.9em;
        border-radius: 3px;
        display: inline-block;
        white-space: nowrap;
    }

    .news-info > time[b-dclvpa9yul] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ioy2ox3fn8],
.components-reconnect-repeated-attempt-visible[b-ioy2ox3fn8],
.components-reconnect-failed-visible[b-ioy2ox3fn8],
.components-pause-visible[b-ioy2ox3fn8],
.components-resume-failed-visible[b-ioy2ox3fn8],
.components-rejoining-animation[b-ioy2ox3fn8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ioy2ox3fn8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ioy2ox3fn8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ioy2ox3fn8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ioy2ox3fn8],
#components-reconnect-modal.components-reconnect-retrying[b-ioy2ox3fn8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ioy2ox3fn8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ioy2ox3fn8],
#components-reconnect-modal.components-reconnect-failed[b-ioy2ox3fn8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ioy2ox3fn8] {
    display: block;
}


#components-reconnect-modal[b-ioy2ox3fn8] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ioy2ox3fn8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ioy2ox3fn8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ioy2ox3fn8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ioy2ox3fn8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ioy2ox3fn8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ioy2ox3fn8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ioy2ox3fn8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ioy2ox3fn8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ioy2ox3fn8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ioy2ox3fn8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ioy2ox3fn8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ioy2ox3fn8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ioy2ox3fn8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ioy2ox3fn8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ioy2ox3fn8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ioy2ox3fn8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ioy2ox3fn8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ioy2ox3fn8 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Layout/RightSidePanel.razor.rz.scp.css */
ul[b-3mw2pkdajy]  {
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 3px rgba(0,0,0,0.35);
    font-size: 0.9rem;
    text-align:center;
}

@media(min-width:769px) {
    ul[b-3mw2pkdajy]  {
        overflow: auto;
        max-height: calc(100vh - 165px);
    }
}
/* /Components/Layout/Share.razor.rz.scp.css */
.dropdown[b-ymsp76ak24] {
    position: relative;
    user-select: none;
}

    .dropdown > span[b-ymsp76ak24] {
        cursor: pointer;
    }

.dropdown-menu[b-ymsp76ak24] {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 11.25rem;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.1875rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.1);
}

    .dropdown-menu.up[b-ymsp76ak24] {
        top: auto;
        bottom: 100%;
    }

    .dropdown-menu.show[b-ymsp76ak24] {
        display: block;
        text-align: right;
    }

    .dropdown-menu > a[b-ymsp76ak24] {
        color: #2c2c2c;
        padding: 5px 10px;
        display: block;
    }

        .dropdown-menu > a:hover[b-ymsp76ak24] {
            background-color: azure;
        }
/* /Components/Layout/Spinner.razor.rz.scp.css */
.spinner[b-kje7a6xpdl] {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 80px;
    height: 80px;
    animation: spin-b-kje7a6xpdl 700ms linear infinite;
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
}

@keyframes spin-b-kje7a6xpdl {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */
.news-items[b-qtydtfcnq7] {
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-auto-rows: minmax(50px,auto);
    grid-gap: 1rem;
    justify-content: stretch;
    align-items: stretch;
    min-height: 100vh;
}

    .news-items .ad[b-qtydtfcnq7] {
        text-align: center;
        align-items: center;
        align-content: center;
        display: block;
    }

    .news-items ul.pagination[b-qtydtfcnq7] {
        list-style: none;
        display: grid;
        grid-template-columns: repeat(7,1fr);
        grid-auto-rows: auto;
        justify-items: center;
        margin: 20px auto 10px;
        max-width: min-content;
        padding: 0;
    }

li.page-item[b-qtydtfcnq7]  .page-link {
    position: relative;
    display: block;
    padding: 0.4375rem 0.875rem;
    line-height: 1.5385;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    min-width: 2.5385rem;
    transition: all ease-in-out .15s;
}

    li.page-item[b-qtydtfcnq7]  .page-link:hover {
        background-color: azure;
    }

    li.page-item[b-qtydtfcnq7]  .page-link:focus {
        border-style: dashed;
        border-color: rgba(0,0,0,0.35);
    }

li.page-item.disabled .page-link[b-qtydtfcnq7] {
    pointer-events: none;
    cursor: auto;
    display: none;
}

li.page-item.active .page-link[b-qtydtfcnq7] {
    pointer-events: none;
    cursor: auto;
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}
/* /Components/Pages/News.razor.rz.scp.css */
.news-detail > .h-entry[b-4ttuon2ggx] {
    border: 1px solid rgba(0,0,0,.125);
}

.news-detail:not(.empty) > .h-entry[b-4ttuon2ggx] {
    margin-bottom: 20px;
}

.news-header[b-4ttuon2ggx], .news-footer[b-4ttuon2ggx] {
    background: #fafafa;
    padding: 3px 10px;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-auto-rows: auto;
    font-size: 0.75rem;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .news-header > nav[b-4ttuon2ggx] {
        grid-column: auto/span 9;
    }

    .news-header > div[b-4ttuon2ggx] {
        grid-column: auto/span 3;
        display: grid;
        grid-template-columns: 22px auto 22px;
        align-items: center;
        justify-content: end;
    }

        .news-header > div > time[b-4ttuon2ggx] {
            margin: 0 5px 0 15px;
        }

nav > ol.breadcrumb[b-4ttuon2ggx] {
    display: grid;
    grid-template-columns: 60px 10px auto;
    padding: 0.325rem 0;
    margin-bottom: 0;
    list-style: none;
}

.breadcrumb-item[b-4ttuon2ggx] {
    text-align: right;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.325rem 0;
}

    .breadcrumb-item + .breadcrumb-item[b-4ttuon2ggx] {
        margin-left: 3px;
    }

    .breadcrumb-item > a[b-4ttuon2ggx] {
        border: dashed 1px transparent;
    }

        .breadcrumb-item > a:focus-visible[b-4ttuon2ggx] {
            border-color: rgba(0,0,0,0.35);
        }

.news-detail.empty .breadcrumb-item.active[b-4ttuon2ggx] {
    background-color: #ededed;
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading-b-4ttuon2ggx ease-in-out infinite;
    background-size: 800px 104px;
    max-width: 20rem;
}

.news-header-title[b-4ttuon2ggx] {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    min-height: 6.25rem;
    overflow: hidden;
    align-items: center;
    padding: 20px 20px 0;
}


    .news-header-title > .news-picture[b-4ttuon2ggx] {
        display: grid;
        justify-content: center;
        grid-auto-rows: minmax(125px, auto);
        grid-row: 1;
        justify-items: center;
        align-items: center;
        max-width: 192px;
        margin: auto auto 15px;
        grid-column: auto/span 3;
        grid-row: 1;
        max-width: 200px;
    }

        .news-header-title > .news-picture > picture > img[b-4ttuon2ggx] {
            max-width: 100%;
            display: block;
            text-align: justify;
            transition: all ease-in-out .35s;
            opacity: 1;
            transform: scale3d(1,1,1);
            margin: 0 auto;
            max-height: 150px;
        }

    .news-header-title > .news-abstract[b-4ttuon2ggx] {
        grid-column: auto/span 10;
        grid-row: 1;
    }

.news-abstract > h1[b-4ttuon2ggx] {
    font-size: 1.1875rem;
    margin-bottom: 1.25rem;
}

.news-detail.empty .news-abstract > h1[b-4ttuon2ggx] {
    background-color: #ededed;
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading-b-4ttuon2ggx ease-in-out infinite;
    background-size: 800px 104px;
    min-height: 23px;
    outline: none;
}

.news-abstract > .summary[b-4ttuon2ggx] {
    border-right: solid 3px #00bcd4;
    background: #fafafa;
    color: #999;
    font-size: 0.75rem;
    padding: 0.3125rem;
    padding-right: 0.625rem;
}

.news-detail.empty .news-abstract > .summary[b-4ttuon2ggx] {
    background-color: #ededed;
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading-b-4ttuon2ggx ease-in-out infinite;
    background-size: 800px 104px;
    min-height: 50px;
}


@media(min-width:769px) {
    .news-header-title[b-4ttuon2ggx] {
        display: grid;
        grid-template-columns: repeat(12,1fr);
        grid-template-rows: repeat(1,1fr);
        grid-column-gap: 20px;
    }

        .news-header-title > .news-picture[b-4ttuon2ggx] {
            margin: auto;
        }
}

.news-body[b-4ttuon2ggx] {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    padding: 20px;
    text-align: justify;
}

.news-detail.empty .news-body .e-content.entry-content[b-4ttuon2ggx] {
    min-height: 350px;
    background-color: #ededed;
    background: linear-gradient( 100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60% ) #ededed;
    background-size: 200% 100%;
    background-position-x: 180%;
    animation: 2s loading-b-4ttuon2ggx ease-in-out infinite;
    background-size: 800px 104px;
}

.news-body .news-link[b-4ttuon2ggx] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #3E329A;
    border-color: #3E329A;
    padding: 0.2525rem 0.65rem;
    font-size: .775rem;
    line-height: 1.6667;
    border-radius: 0.125rem;
}

    .news-body .news-link:hover[b-4ttuon2ggx] {
        color: #fff;
        background-color: #3E329A;
        border-color: #3E329A;
    }

    .news-body .news-link:focus-visible[b-4ttuon2ggx] {
        color: #fff;
        background-color: #3E329A;
        border: dashed 1px;
    }

@media(min-width:769px) {
    .news-body .news-link[b-4ttuon2ggx] {
        padding: 0.3125rem 0.75rem;
        font-size: .875rem;
        line-height: 1.6667;
    }
}

.news-footer[b-4ttuon2ggx] {
    border-bottom: none;
    border-top: 1px solid rgba(0,0,0,.125);
}

.news-detail.empty .news-footer[b-4ttuon2ggx] {
    min-height: 45px;
}

.news-footer > .time-info[b-4ttuon2ggx] {
    grid-column: auto/span 10;
    display: grid;
    grid-template-columns: 1fr auto 1fr 1fr;
    align-items: center;
    user-select: none
}

@media(min-width:500px) {
    .news-footer > .time-info[b-4ttuon2ggx] {
        display: block;
    }
}

.time-info > i[b-4ttuon2ggx] {
    margin: 0 3px;
}

.time-info > time[b-4ttuon2ggx] {
    margin-left: 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-footer[b-4ttuon2ggx]  > .dropdown {
    grid-column: auto/span 2;
    text-align: left;
}

.keywords[b-4ttuon2ggx] {
    margin-top: 1.25rem;
}

    .keywords > span[b-4ttuon2ggx] {
        font-size: 0.875rem;
        margin-left: 5px;
    }

        .keywords > span > i[b-4ttuon2ggx] {
            font-size: 1rem;
        }

.keyword[b-4ttuon2ggx] {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #333;
    border-color: #999;
    padding: 0.1125rem 0.4rem;
    font-size: .875rem;
    line-height: 1.6667;
    border-radius: 0.125rem;
}

    .keyword + .keyword[b-4ttuon2ggx] {
        margin-right: 5px;
    }

    .keyword:hover[b-4ttuon2ggx] {
        background-color: #cbe3ef;
        border-color: #a2cfe5;
    }
    .keyword:focus-visible[b-4ttuon2ggx] {
        background-color: #cbe3ef;
        border-color: #a2cfe5;
        border: dashed 1px;
    }

@media(min-width:769px) {
    .related-news[b-4ttuon2ggx] {
        display: grid;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        grid-template-columns: repeat(12,1fr);
        grid-auto-rows: 1fr;
    }
}

[b-4ttuon2ggx] .news-item {
    margin-bottom: 10px;
}

.related-news > div:last-child[b-4ttuon2ggx]  > .news-item {
    margin-bottom: 0;
}

@keyframes loading-b-4ttuon2ggx {
    to {
        background-position-x: -20%;
    }
}
