/**
* Block Name: symbol
*/

section.symbol .symbol_wrapper {
    border-radius: 100px;
    background-color: var(--white-alt);
    padding: 5px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section.symbol .symbol_wrapper path {
    fill: var(--viridian);
}