.bewe-category-posts {
    display: flex;
}

.bewe-left-column {
    width: 30%;
    padding-right: 20px;
}

.bewe-right-column {
    width: 70%;
}

.bewe-left-column h3 {
    margin-top: 0;
}

.bewe-left-column ul {
    list-style-type: none;
    padding: 0;
}

.bewe-left-column ul li {
    cursor: pointer;
    padding: 5px 0;
}

.bewe-pagination {
    margin-top: 20px;
    text-align: center;
}

.bewe-pagination a {
    margin: 0 5px;
}

.bewe-spinner-overlay {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 9999;
    padding-top: 20px;
    backdrop-filter: blur(2px);
}

.bewe-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #4EAC4F;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: bewe-spin 2s linear infinite;
}

@keyframes bewe-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#shortcode-bewe-categories .tag-cloud-link.bewe-active {
    background: #4eac4f;
    color: white;
}

#bewe-year-list a.bewe-active span {
    color: #4eac4f !important;
    font-weight: bolder;
}