.library-grid {
    display: grid;
	grid-template-columns: repeat(auto-fill, minmax(356px, 1fr));
    gap: 2rem;
}

.library-grid .library__content {
    border-radius: 21px;
    display: flex;
    gap: 1.75rem;
    padding: 1.2rem 2rem;
    background-color: #f8f8f8;
    min-height: 125px;
}

.library-foto {
    display: flex;
    flex-direction: row; 
    padding: 16px;
}

.library-h5-title{
    color:#5E5E5E;
     border-bottom: 2px solid #5E5E5E24; 
     padding-bottom: 4px;
}

.library-foto img {
    border: 2px solid #ACACAC;
    border-radius: 12px;
    width: 100px;
    height: 130px;
    object-fit: fill;
}

.library-div-align-title{
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
}


.library-grid .library__content .library__content__status {
    min-width: 9px;
    height: 113px;
    border-radius: 8px;
}

.library__content__body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.library__content__body__emprestimo__img {
    display: flex;
    border-radius: 21px;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    background-color: #ffff;
    box-shadow: 0px 2px 5px 0px #00000026;
}

.library-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    min-height: 130px;
}

.library__content__body__emprestimo__img .libary__header .library__header__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #5E5E5E;
    margin: 0;
}

.library__content__body .libary__header .library__header__title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #5E5E5E;
    margin: 0;
}

.library__content__body .libary__header .libary__header__author,
.library__footer .library__footer__count {
    font-size: 15px;
    line-height: 22px;
    color: #5E5E5E9C;
    display: block;
    margin-bottom: 3px;
    height: 100%;
}

.library__footer .library__footer__count {
    color: #A3A3A3;
}

.library__footer .library__footer__count.sc {
    color: #32CA70;
    font-weight: 600;
}
@media screen and (max-width: 500px) {
	.library-grid {
		grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	}
}

.emprestimos {
    display: none;
}

.wk-task-card-custom{
    display: grid;

    padding: 1.2rem 1rem;

    grid-template-columns: repeat(auto-fill, minmax(356px, 1fr));

    gap: 2rem;
}

.wk-task-card-gray-custom {
    box-shadow: none;

    background-color: #F7F7FB;
}

.wk-task-card-custom h3,
.wk-task-card-gray-custom h3 {
    margin: 0;

    color: #5E5E5E;

    font-size: 16px;
    font-weight: 600;

    word-break: break-word;

    line-height: 1.3;
}

.wk-task-button-library {

    bottom: 0;
    left: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    margin: 0;
    padding: 10px 30px;

    border-radius: 20px;
    border: none;

    background: #F5F6FAD6;

    cursor: pointer;

    font-size: 1rem;
}

.wk-task-warning-delay {

    top: 0;
    left: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    margin: 0;
    padding: 10px 30px;

    border: none;

    background: #FF003229;

    cursor: pointer;

    font-size: 1rem;
}

.wk-task-warning-shortly {

    top: 0;
    left: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    width: 100%;

    margin: 0;
    padding: 10px 30px;

    border: none;

    background-color: #FF980029;

    cursor: pointer;

    font-size: 1rem;
}

.wk-task-warning-shortly-icon{
    background-color: #ffac00;
}

.wk-task-warning-delay-icon {
    background-color: #f00000;
}