.sisats-categories {
    display: flex !important;
    flex-wrap: wrap !important;  
    gap: 15px !important;
    justify-content: center !important;
    max-width: 915px !important;  
    margin: 0 auto !important; 
}

.sisats-category-card {
    text-align: center ;
    width: 140px ;
    height: 250px ;
    display: flex ;
    flex-direction: column ;
    align-items: center ;
}

.sisats-category-card-image {
    width: 140px ;
    height: 210px ;
    display: flex ;
    align-items: center ;
    justify-content: center ;
    overflow: hidden ;
}

.sisats-category-card-image img {
    width: 140px ;
    height: 210px ;
    object-fit: cover ;
}

.sisats-category-card-title {
    margin-top: 5px ;
    font-size: 14px ;
    font-weight: 600 ;
    color: #333 ;
    text-align: center ;
    width: 100% ;
}

.hidden {
    display: none ;
}

#readMoreBtn {
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #32a1d9;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#readMoreBtn:hover {
    background-color: #ff6f31;
}

#buttonContainer {
    text-align: center;
    margin-top: 20px;
}
