﻿@charset "UTF-8";

.zebra-list .mud-list-item:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.zebra-list .mud-list-item:nth-child(even) {
    background-color: transparent;
}

.zebra-list .mud-list-item:hover {
    background-color: rgba(0, 0, 0, 0.1);
}


.icon-spacing {
    margin-right: 0; 
}

@media (min-width: 768px) {
    .icon-spacing {
        margin-right: 8px;
    }
}
