.custom-logo-link {
    width: 40px;
}

.custom-summary-highlight {
    background: #eee;
    padding: 1em;
}

[data-theme=spnc_dark] .custom-summary-highlight {
    background: #333;
}
@media only screen and (max-width: 640px) {
    .site-branding .site-title {
        word-break: break-word;
    }
}

.op300-top-category-widget {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between items */
    padding: 0;
    list-style: none; /* Remove default list styles */
}

.op300-top-category-widget li {
    flex: 1 1 calc(50% - 10px); /* Two items per row with gap adjustment */
    box-sizing: border-box; /* Ensure padding/margins are included in width */
}

.op300-top-category-widget li:first-child {
    flex: 1 1 100%; /* First item takes full width */
}

.op300-top-category-widget li:first-child .wp-block-latest-posts__featured-image {
    text-align: center;
}