.library {
    padding-bottom: 120px;
}

.library .tab button {
    position: relative;
    color: #E0E5EC;
    font-size: 1.6rem;
    font-weight: 300;
    padding: 10px 0;
    text-transform: capitalize;
}
.library .tab button.active {
    font-size: 1.8rem;
    font-weight: 700;
}
.library .tab button.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #FBF9F9;
}

.library .list .item button {
    color: var(--white);
}
.library .list .item .thumb {
    position: relative;
    width: 76px;
    height: 76px;
    border-radius: 10px;
    overflow: hidden;
}
.library .list .item .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.library .list .item .title strong {
	font-size: 1.6rem;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.library .list .item .title p {
	font-size: 1.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.library .list .item .min {
    font-size: 1.3rem;
}



@media screen and (max-width: 480px) {
}
@media screen and (max-width: 380px) {
}