/* Raksakoma Sidebar */
.rko-side { --rko-navy: var(--pifoxen-black, #37419a); --rko-text: var(--pifoxen-gray, #4a5285); --rko-red: var(--pifoxen-base, #e8283a); }
.sidebar .rko-side.sidebar__single { padding: 26px 26px 24px; margin-bottom: 24px; }
.sidebar .rko-side .sidebar__title { margin-bottom: 16px; font-size: 19px; }
.rko-side ul { list-style: none; margin: 0; padding: 0; }

/* Search */
.sidebar .rko-side--search.sidebar__single { padding: 0; background: transparent; }
.rko-side__search { position: relative; display: block; margin: 0; }
.rko-side__search input[type=search] { width: 100%; height: 54px; padding: 0 56px 0 20px; border: 1px solid #e4e5ef; border-radius: 30px; background: #fff; font-size: 15px; color: var(--rko-navy); box-shadow: 0 4px 16px rgba(55, 65, 154, .07); outline: 0; }
.rko-side__search input[type=search]:focus { border-color: var(--rko-navy); }
.rko-side__search button { position: absolute; top: 6px; right: 6px; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--rko-red); cursor: pointer; display: flex; align-items: center; justify-content: center; }
.rko-side__search svg { width: 18px; height: 18px; fill: #fff; }

/* Latest activities */
.rko-side__posts li + li { margin-top: 14px; }
.rko-side__posts a { display: flex; gap: 12px; align-items: center; text-decoration: none; }
.rko-side__thumb { flex: none; width: 64px; height: 64px; overflow: hidden; border-radius: 8px; background: #e2e3ee; }
.rko-side__thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.rko-side__posts a:hover .rko-side__thumb img { transform: scale(1.06); }
.rko-side__nothumb { display: block; width: 100%; height: 100%; background: linear-gradient(135deg, #e8283a, #f37a21); opacity: .35; }
.rko-side__post { min-width: 0; }
.rko-side__post-title { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; line-height: 1.45; font-weight: 600; color: var(--rko-navy); }
.rko-side__posts a:hover .rko-side__post-title { color: var(--rko-red); }
.rko-side__date { display: block; margin-top: 3px; font-size: 12px; color: #8a8fb0; }

/* Programmes & topics */
.rko-side__topics li + li { border-top: 1px solid rgba(0, 0, 0, .06); }
.rko-side__topics a { display: flex; justify-content: space-between; align-items: center; gap: 10px; padding: 9px 0; font-size: 15px; color: var(--rko-text); text-decoration: none; }
.rko-side__topics a:hover, .rko-side__topics .is-current a { color: var(--rko-red); }
.rko-side__topics em { min-width: 30px; padding: 1px 8px; border-radius: 12px; background: #fff; font-style: normal; font-size: 12px; text-align: center; color: var(--rko-navy); }

/* Our impact */
.rko-side__impact { display: grid; gap: 10px; }
.rko-side__impact li { display: flex; align-items: baseline; gap: 12px; padding: 12px 14px; border-left: 4px solid var(--c); border-radius: 8px; background: #fff; }
.rko-side__impact strong { font-size: 24px; line-height: 1; color: var(--c); }
.rko-side__impact span { font-size: 14px; color: var(--rko-text); }

/* Donate / Get involved card */
.sidebar .rko-side--cta.sidebar__single {
  padding: 30px 26px; color: #fff; text-align: center; overflow: hidden;
  background: linear-gradient(180deg, rgba(232, 40, 58, .82), rgba(55, 65, 154, .92)), var(--img) center / cover no-repeat;
}
.rko-side--cta h3 { margin: 0 0 8px; font-size: 22px; line-height: 1.25; color: #fff; }
.rko-side--cta p { margin: 0 0 18px; font-size: 15px; line-height: 1.55; color: rgba(255, 255, 255, .92); }
.rko-side__btn { display: inline-flex; align-items: center; gap: 6px; padding: 11px 26px; border-radius: 30px; background: #fff; color: var(--rko-red) !important; font-weight: 700; font-size: 15px; text-decoration: none !important; transition: transform .15s; }
.rko-side__btn:hover { transform: translateY(-2px); }

/* Follow us */
.rko-side__small { margin: -6px 0 14px; font-size: 14px; color: var(--rko-text); }
.rko-side__socials { display: flex; flex-wrap: wrap; gap: 10px; }
.rko-side__social { display: flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; background: var(--rko-navy); transition: transform .15s, background .15s; }
.rko-side__social:hover { transform: translateY(-2px); background: var(--rko-red); }
.rko-side__social svg { width: 18px; height: 18px; fill: #fff; }
.rko-side__social--facebook { background: #1877f2; }
.rko-side__social--youtube { background: #ff0000; }
.rko-side__social--linkedin { background: #0a66c2; }
.rko-side__social--telegram { background: #229ed9; }
.rko-side__social--instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%); }

/* Keep the Donate card and Follow us in view while scrolling (computers only). */
@media (min-width: 992px) {
  .blog-sidebar .row > [class*="col-"] > .sidebar,
  .blog-page .row > [class*="col-"] > .sidebar,
  .blog-details .row > [class*="col-"] > .sidebar,
  .sidebar > #secondary { height: 100%; }
  .rko-side__end.is-sticky { position: sticky; top: 110px; }
  .admin-bar .rko-side__end.is-sticky { top: 142px; }
}
