@import url(util.css);



.col-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.about-txt-box {
    aspect-ratio: 1;
    height: 100px; 
        border: var(--border-primary); 
        display: flex;
        flex-direction: column;
        gap: 10px; 
        padding: 10px ; 
        background-color: var(--bg-main);
}

.poempuppy {
    font-family: 'thin', sans-serif;
    text-align: center;
    font-size: 20px;
}

.about-txt {
    font-size: 13px;
        text-align: justify;
}

.likes-dislikes-wrapper {
    display: flex;
    gap: 10px; 
}

.likes-box, .dislikes-box {
   width: 240px; 
   max-height: 200px; 
   overflow-y: scroll;
   display: flex;
   flex-direction: column;
   gap: 3px; 
   padding-left: 10px; 
   font-size: 13px;
}

.likes-row {
    display: flex;
    gap: 3px; 
    align-items: center;
}

p {
    margin: 0; 
}

.favorites-box {
    max-height: 100px; 
    overflow-y: scroll;
    padding-left: 10px; 
    padding-right: 10px; 
    display: flex;
    flex-direction: column;
    gap: 5px; 
    font-size: 13px;
    width: 490px; 
}
.favorites-txt {
    border-bottom: 1px dashed var(--primary); 
    padding-bottom: 5px; 
}

.fave-title {
    background-color: var(--secondary); 
    color: var(--text-accent); 
}

.back {
    text-align: center;
    font-size: 13px;
    opacity: 30%;
}