.member-committee-meeting-list {
    h2 {
        color: var(--Text-Off-Black, #1D1E1C);

        /* Heading 2 */
        font-family: Nunito;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px; /* 125% */
    }

    ul.list {
        margin-top: 24px;
        margin-bottom: 36px;
        padding-left: 0;
        list-style: none;
        li {

            border-bottom: 1px solid rgba(32, 35, 74, 0.30);
            padding: 8px 0;

            &:last-child {
                border-bottom: none;
            }


            a {
                display: flex;
                padding: 22px 32px;
                align-items: center;
                gap: 38px;
                align-self: stretch;
                justify-content: space-between;

                &:hover {
                    border-radius: 6px;
                    background: var(--secondary-green-10, #EDF1EC);
                    text-decoration: none;
                    time {
                        text-decoration: none;
                    }
                }

                & > div {
                    display: flex;
                    justify-content: space-between;
                    width: 100%;

                    h3 {

                        color: var(--Text-Off-Black, #1D1E1C);
                        /* Subtitle */
                        font-family: Nunito;
                        font-size: 16px;
                        font-style: normal;
                        font-weight: 700;
                        line-height: 22px; /* 137.5% */
                        text-decoration-line: underline;
                        text-decoration-style: solid;
                        text-decoration-skip-ink: auto;
                        text-decoration-thickness: auto;
                        text-underline-offset: auto;
                        text-underline-position: from-font;
                        margin: 0;
                    }

                    time {
                        color: var(--Text-Default-Secondary, #616B79);
                        text-align: right;
                        font-family: Nunito;
                        font-size: 12px;
                        font-style: normal;
                        font-weight: 400;
                        line-height: 20px; /* 166.667% */
                    }
                }
            }
        }
    }
}