.sci-yhteystiedot-block .textwidget {

    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
	position: relative;

    & ul.footer-avoinna {
        list-style-type: none;
        margin-left: 0px;
        padding-left: 0;
        margin-top: 8px;
        margin-bottom: 8px;

        & li:nth-child(odd) {
            background-color: rgba(196 195 174 / 0.3);
        }
        & li {
            padding-left: 1em;
            position: relative;

            &::before {
                content: "•";
                position: absolute;
                margin-left: -0.5em;
                color: #1f1f1f;
                font-size: 1.5em;
                display: inline-flex;
                background-color: #1f1f1f;
                height: calc(100% - 1px);
                align-items: center;
            }
            & .day_item {
                display: grid;
                grid-template-columns: [start] minmax(2rem, max-content) [clock] minmax(2rem, max-content) [time] max-content [note] max-content [end];
                column-gap: 0.1rem;
                grid-template-rows:auto;
                align-items: self-end;
                font-size: 1em;
                padding-top: 0.6em;
                padding-bottom: 0.6em;
                padding-left: 0.4em;

                & p {
                    margin-bottom: 0px;
                    text-box-trim: trim-both;
                    text-box-edge: cap alphabetic;
                }

                & .day_actual {
                    grid-column: start;
                    font-weight: 600;
                    text-transform: uppercase;
                }
                & .hour_abbr {
                    grid-column: clock;
                    font-style: normal;
                    font-size: 1em;
                }
                & .hour_actual {
                    grid-column: time;
                    font-weight: 600;
                    font-variant: tabular-nums;
                }
                & .footer-hours-note {
                    grid-column: note;
                    font-size: 0.9em;
                    font-style: normal;
                    color: #555;
                    padding-left: 1em;
                }
            
            }
        }
    }

    & .footer-avoinna-tieto {
        margin-top: 0.4em;
        margin-left: 1.6em;
        font-size: 1em;
        color: #555;
        font-style: normal;
    }
}