
.listboxWrap {
    margin: 48px 0;
    padding: 0 12px;
}
.listbox.wip {
    opacity: 50%;
}
.accordion .listboxWrap {
    margin: 24px 0;
}

.listbox {
    padding: 24px;
    margin-bottom: 12px;
    border-bottom: 1px solid #b9bf15;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
}
.listboxName {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
}
.listboxInfo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}
.listboxInfoTag {
    margin: 0 24px;
}
.listboxInfoTag.listboxInfoTagWip {
    color: #FF3C6B;
    font-weight: 700;
    text-transform: uppercase;
}
.listboxLink {
    line-height: 1;
    margin-left: 48px;
}
.listboxLink span.material-icons {
    cursor: pointer;
    height: 48px;
    width: 48px;
    line-height: 48px;
    border-radius: 100%;
    font-size: 24px;
    text-align: center;
    background: #b9bf15;
    color: #000000;
    transition: .3s;
}
.listboxLink span.material-icons:hover {
    transform: scale(1.1);
}

@media (max-width: 1366px) {

    .listbox {
        flex-direction: column;
        flex-wrap: nowrap;
        padding: 12px 0;
    }

    .listboxName {
        line-height: 1.2;
        text-align: center;
        margin: 6px 0;
    }
    .listboxInfo {
        flex-direction: column;
        flex-wrap: nowrap;
        text-align: center;
    }
    .listboxInfoTag {
        margin: 6px 0;
    }
    .listboxLink {
        margin: 12px 0 0 0;
    }

    .accordion .listboxWrap {
        margin: 0 0 24px 0;
    }
}
