@import '../../styles/variables';

.access-stats-item {
    list-style: none;

    .access-stats-item-content {
        &,
        &.btn-plain,
        &.btn-plain:focus,
        &.btn-plain:hover {
            display: flex;
            align-items: center;
            width: 100%;
            margin: 0 0 5px;
            padding: 9px;
            color: $bdl-dark-blue;
            line-height: 10px;
            text-align: left;
            background: $selected-blue-background;
            border-radius: 2px;
        }

        &.btn-plain:focus,
        &.btn-plain:hover {
            .access-stats-label {
                text-decoration: underline;
            }
        }
    }

    .access-stats-label {
        flex-grow: 1;
    }

    svg {
        margin-right: 8px;
    }
}
