.magazine-row {
    margin-bottom: 20px;
    overflow:hidden;
}

.magazine-row:not(:first-child) .toggle  {
    display: none;
}

.magazine-row .magazine-item {
    margin-bottom: 25px;
}

.magazine-row .magazine-item img {
    width: 100%;
    border:1px solid #B1B1B1;
}

.magazine-row .magazine-item:last-child:not(:nth-child(4n)) {
    margin-right: auto;
}

.line-header {
    cursor: pointer;
    font-weight: 400;
}

.line-header span {
    padding-right: 30px;
}

.line-header span:after {
    font: var(--fa-font-solid);
    content: '\f0fe';
    font-weight: 300;
    padding-left: 5px;
    background-color: #fff;
    font-size: 1.4rem;
    color: #979797;
    position: absolute;
    top: 3px;
    height: 1px;
    line-height: 1em;
    }

.line-header span.shown-icon:after {
    content: '\f146';
    font-weight: 300;
    padding-left: 5px;
}

.sm-size .magazine-item,
.md-size .magazine-item {
    align-self: flex-end;
}

.sm-size .magazine-item:not(:first-child),
.md-size .magazine-item:last-child {
    display: block !important;
}

.sm-size .magazine-item .magazine-issue-header {
    padding-left: 0;
    padding-right: 0;
}
