
.ede-regio-foodvalley-social-media-links {
    font-size: var(--font-size, 1rem); /* Reset, use REM */
}

.ede-regio-foodvalley-social-media-links__channel {
    --color-background: #89991E;
}

.ede-regio-foodvalley-social-media-links__channel:nth-child(2) {
    --color-background: #6A8545;
}

.ede-regio-foodvalley-social-media-links__channel:nth-child(3) {
    --color-background: #4f786b;
}

.ede-regio-foodvalley-social-media-links__channel:nth-child(4) {
    --color-background: #009edf;
}

.ede-regio-foodvalley-social-media-links__channel .link .icon {
    --fill: var(--root-color--white);
}

.ede-regio-foodvalley-social-media-links__channel .link:active .icon,
.ede-regio-foodvalley-social-media-links__channel .link:focus .icon,
.ede-regio-foodvalley-social-media-links__channel .link:hover .icon {
    --fill: var(--root-color--white-dark);
}

.ede-regio-foodvalley-social-media-links__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 4rem;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
    justify-items: stretch;
    align-items: stretch;
}

.ede-regio-foodvalley-social-media-links__channel .link {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.ede-regio-foodvalley-social-media-links__channel .icon {
    height: 2rem;
}

.ede-regio-foodvalley-social-media-links__channel .link__label {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ede-regio-foodvalley-social-media-links {
    font-size: var(--font-size, 1rem); /* Reset, use REM */
}

.ede-regio-foodvalley-social-media-links__channel {
    background-color: var(--color-background, transparent);
}

.ede-regio-foodvalley-social-media-links__channel .link .icon {
    fill: var(--fill, currentColor);
}
