
  .content-wrapper {
    display: flex;
    padding: 8px 1.268px 0px 0.268px;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    background: var(--Neutral-50, #FFF);

    /* shadow */
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.08);
}

.costum-title-authors{
color: var(--Neutral-800, #0D0D0D);
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;

min-height: 40px; /* Adjust this based on average title length */
display: flex;
align-items: center;
justify-content: center;
text-align: center;

}

.books_count{
color: var(--Success-500, #00866B);
text-align: center;
font-size: 17px;
font-style: normal;
font-weight: 500;
line-height: normal;
}