/**
 * Modern Sidebar Style
 * Minimal card design for sidebar widgets
 * 
 * @package Publisher_Child
 * @since 1.0.0
 */

/* ==========================================================================
   Sidebar Widget Cards
   ========================================================================== */

.sidebar-column aside > div {
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  padding: 16px;
}

body.archive section.archive-title,
html body.single-post .single-container > article.post {
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  padding: 16px;
}

body .term-badges .term-badge a,
body .widget_tag_cloud .tagcloud a {
  border-radius: 8px;
  padding: 4px !important;
}

.listing-modern-grid-3 article .item-content {
  border-radius: 8px;
}

.btn-bs-pagination,
.pagination .older a {
    border-radius: 4px;
}