.logo-image{
    width: 150px;
}

.tkTableHeader {
    background: #ff5c6c;
    padding: 16px 0;
    margin-bottom: 20px;
    text-align: center;
    color: white;
    margin-top: 20px;
}

.table2 {
    font-size: 13px;
}

/* Table header & cells */
.table th,
.table td {
    border: 1px solid #ddd;
    vertical-align: top;
    padding: 0.75rem;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-word;
}
.table th {
    background-color: #f2f2f2;
}

/* Category buttons */
.category-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0;
    gap: 6px;
}
.category-buttons a {
    padding: 8px 14px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}
.category-buttons a:hover {
    opacity: 0.9;
    color: white;
}
.btn-active {
    background: #ff5c6c;
    color: white;
}
.btn-normal {
    background: #393131;
    color: white;
}
