
.brb-download-icon {
    background-color: #f2f2f2;
    align-items: center;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
}

.brb-download-icon .dashicons {
    font-size: 80px;
    height: 80px;
    width: 80px;
}

.brb-download-item:hover .dashicons {
    color: var(--purple);
}

.brb-download-image {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

.brb-download-link::after {
    content: "\f316";
    font-family: "Dashicons";
    font-size: 20px;
    line-height: 1;
    height: 25px;
    speak: never;
    vertical-align: middle;
    width: 25px;
}

/* Hierarchische Kategorien-Navigation */
.brb-downloads-subtabs {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.brb-downloads-subtabs .wp-block-button {
    margin: 0.25rem;
}

.brb-downloads-subtabs .wp-block-button__link {
    padding: 0.5rem 1rem;
}

.brb-download-category-content {
    animation: fadeIn 0.3s ease-in;
}

.brb-download-subcategory-content {
    animation: fadeIn 0.3s ease-in;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
