.category-box {
    background-color: #06b6d4; 
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 0.5rem;
    margin-top: 0.25rem;
    border-radius: 4px;
    font-size: 1rem;
}

.category-box.uncategorized {
    background-color: #6b7280; 
}


img {
    display: block;
    width: 100%;
    height: auto;
}

.border-cyan {
    border: 2px solid #06b6d4;
    border-radius: 8px;
    overflow: hidden;
}
.border-white {
    border: 2px solid #ffffff;
    border-radius: 8px;
    overflow: hidden;
}
