/* Amibo Category Links — sidebar box, styled to match the theme's other
   left-column blocks (.block-categories / #search_filters_wrapper).
   Not scoped to #left-column so it also styles the mobile filter drawer,
   where the block is rendered outside the left column. */

.amibo-category-links {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.amibo-category-links__title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-top: 0;
    margin-bottom: 12px;
    width: 100%;
    display: block;
}

.amibo-category-links__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.amibo-category-links__item {
    margin: 2px 0;
}

.amibo-category-links__item > a {
    display: block;
    padding: 8px 12px;
    color: #555;
    font-size: 0.875rem;
    border-radius: 3px;
    transition: background-color 0.2s, color 0.2s;
}

.amibo-category-links__item > a:hover {
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
}
