/* Site footer bar — Uchumi Daily */
.papermag-footer-simple-bar {
	background: #0b2a5b;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	padding: 16px 0;
	margin-top: auto;
}

.papermag-footer-simple-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

.papermag-footer-simple-left,
.papermag-footer-simple-right {
	font-size: 14px;
	line-height: 1.5;
}

.papermag-footer-simple-right a {
	color: #fff;
	text-decoration: none;
}

.papermag-footer-simple-right a:hover,
.papermag-footer-simple-right a:focus {
	text-decoration: underline;
	color: #f0f4fa;
}

@media (max-width: 575px) {
	.papermag-footer-simple-inner {
		flex-direction: column;
		align-items: flex-start;
		text-align: left;
	}
}

/* Header style two — align mail (top) with search (bottom), tighten vertical rhythm */
.papermag-header-2 .mailus a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	line-height: 1.3;
}

.papermag-header-2 .mailus a i {
	line-height: 1;
}

.papermag-header-2 .papermag-search-two {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	line-height: 1.3;
}

.papermag-header-2 .papermag-search-two i {
	line-height: 1;
}

.papermag-header-2 .mailus a,
.papermag-header-2 .mailus a span,
.papermag-header-2 .papermag-search-two span {
	text-decoration: none;
}

.papermag-header-2 .mailus a:hover,
.papermag-header-2 .mailus a:focus {
	text-decoration: none;
}

/* Header style two — logo centered in column (361px PNG) */
.papermag-header-2 .papermag-head-top div.site-logo {
	width: 100%;
	text-align: center;
}
.papermag-header-2 .papermag-head-top div.site-logo > a.site-logo {
	display: inline-block;
	max-width: 361px;
	line-height: 0;
	vertical-align: top;
}
.papermag-header-2 .papermag-head-top div.site-logo img {
	max-width: 361px;
	width: auto;
	height: auto;
	display: block;
}

.papermag-header-2 .papermag-head-top .papermag-dark-mode-logo {
	width: 100%;
	text-align: center;
}
.papermag-header-2 .papermag-head-top .papermag-dark-mode-logo .custom-logo-link {
	display: inline-block;
	max-width: 361px;
	line-height: 0;
	vertical-align: top;
}

.papermag-header-2 .papermag-head-top .papermag-dark-mode-logo > a.papermag-logo {
	display: inline-block;
	max-width: 361px;
	line-height: 0;
	vertical-align: top;
}
.papermag-header-2 .papermag-head-top .papermag-dark-mode-logo img {
	max-width: 361px;
	width: auto;
	height: auto;
	display: block;
}

/* Header style two — date row */
.papermag-head-date-bar {
	background: #0b2a5b;
	border-bottom: none;
	padding: 10px 0;
}
.papermag-head-date-bar .papermag-head-date-inner {
	text-align: center;
	font-size: 14px;
}
.papermag-head-date-bar .papermag-head-date-inner,
.papermag-head-date-bar .date {
	color: #fff;
}

/* Primary navigation — active section / page text color */
.primary-menu ul#primary-menu li.current-menu-item > a,
.primary-menu ul#primary-menu li.current_page_item > a,
.primary-menu ul#primary-menu li.current-menu-ancestor > a,
.primary-menu ul#primary-menu li.current-menu-parent > a {
	color: #e32222;
}
.primary-menu ul#primary-menu li.current-menu-item > a:hover,
.primary-menu ul#primary-menu li.current_page_item > a:hover,
.primary-menu ul#primary-menu li.current-menu-ancestor > a:hover,
.primary-menu ul#primary-menu li.current-menu-parent > a:hover {
	color: #e32222;
}
.primary-menu ul#primary-menu li ul li.current-menu-item > a,
.primary-menu ul#primary-menu li ul li.current_page_item > a {
	color: #e32222;
}
.primary-menu ul#primary-menu li ul li.current-menu-item > a:hover,
.primary-menu ul#primary-menu li ul li.current_page_item > a:hover {
	color: #e32222;
}

body.papermag-dark-mode .primary-menu ul#primary-menu li.current-menu-item > a,
body.papermag-dark-mode .primary-menu ul#primary-menu li.current_page_item > a,
body.papermag-dark-mode .primary-menu ul#primary-menu li.current-menu-ancestor > a,
body.papermag-dark-mode .primary-menu ul#primary-menu li.current-menu-parent > a {
	color: #e32222;
}
body.papermag-dark-mode .primary-menu ul#primary-menu li.current-menu-item > a:hover,
body.papermag-dark-mode .primary-menu ul#primary-menu li.current_page_item > a:hover,
body.papermag-dark-mode .primary-menu ul#primary-menu li.current-menu-ancestor > a:hover,
body.papermag-dark-mode .primary-menu ul#primary-menu li.current-menu-parent > a:hover {
	color: #e32222;
}
body.papermag-dark-mode .primary-menu ul#primary-menu li ul li.current-menu-item > a,
body.papermag-dark-mode .primary-menu ul#primary-menu li ul li.current_page_item > a {
	color: #e32222;
}

/* Mobile menu (SlickNav) — active item */
#papermag_mobile_menu .slicknav_nav li.current-menu-item > a,
#papermag_mobile_menu .slicknav_nav li.current_page_item > a,
#papermag_mobile_menu .slicknav_nav li.current-menu-ancestor > a {
	color: #e32222;
}
body.papermag-dark-mode #papermag_mobile_menu .slicknav_nav li.current-menu-item > a,
body.papermag-dark-mode #papermag_mobile_menu .slicknav_nav li.current_page_item > a,
body.papermag-dark-mode #papermag_mobile_menu .slicknav_nav li.current-menu-ancestor > a {
	color: #e32222;
}

/* Category archive — load more button */
.papermag-category-load-more-margin {
	margin-top: 40px;
	margin-bottom: 24px;
}
.papermag-category-load-more-btn:disabled {
	opacity: 0.72;
	cursor: wait;
}

/* Category load more — default label color */
.papermag-category-load-more-btn.papermag-btn-color {
	color: #e32222;
	background: #fff;
	background-image: none;
}

/* Category load more — hover */
.papermag-category-load-more-btn.papermag-btn-color:hover,
.papermag-category-load-more-btn.papermag-btn-color:focus {
	background: #0b2a5b;
	background-image: none;
	color: #fff;
}

/* Breadcrumb trail — align left (was beside removed title column) */
.papermag-breadcrumb-inner {
	text-align: left;
}

/* Breadcrumb strip matches body background */
.papermag-breadcrumb-area {
	background: transparent;
}

body.papermag-dark-mode .papermag-breadcrumb-area {
	background: #222;
}

/* Typography: Work Sans (headings), Lato (body / captions / paragraphs) */
body,
button,
input,
select,
textarea {
	font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	font-family: 'Work Sans', sans-serif;
}

figcaption,
.wp-caption-text,
.wp-element-caption {
	font-family: 'Lato', sans-serif;
}

/* Elementor common widgets */
.elementor-widget-heading .elementor-heading-title {
	font-family: 'Work Sans', sans-serif;
}

.elementor-widget-text-editor,
.elementor-widget-text-editor p {
	font-family: 'Lato', sans-serif;
}

/* Typography — slightly larger base & headings */
body {
	font-size: 15px;
	line-height: 26px;
}

button,
input,
select,
textarea {
	font-size: 15px;
	line-height: 1.45;
}

h1 {
	font-size: 42px;
	line-height: 52px;
}

h2 {
	font-size: 32px;
	line-height: 40px;
}

h3 {
	font-size: 26px;
	line-height: 36px;
}

h4 {
	font-size: 19px;
	line-height: 28px;
}

h5 {
	font-size: 15px;
	line-height: 26px;
}

h6 {
	font-size: 15px;
	line-height: 28px;
}

figcaption,
.wp-caption-text,
.wp-element-caption {
	font-size: 15px;
	line-height: 1.45;
}

/* Uniform typography site-wide (Lato body/UI, Work Sans headings) */
html {
	font-family: 'Lato', sans-serif;
}

body {
	font-family: 'Lato', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
	font-family: 'Work Sans', sans-serif !important;
}

/* Theme / extension spots that used Oswald */
.apsc-icons-wrapper.apsc-theme-4 .apsc-inner-block span,
.sports-newslater button,
ul.papermag-extension__cat_nav li a,
.post__list_footer .post__list_btn a {
	font-family: 'Lato', sans-serif !important;
}

/* Primary nav + mobile nav */
.primary-menu ul li a,
#papermag_mobile_menu .slicknav_nav a {
	font-family: 'Lato', sans-serif !important;
}

/* Elementor: body text widgets → Lato; titles handled below */
.elementor-widget:not(.elementor-widget-heading):not(.elementor-widget-icon):not(.elementor-widget-social-icons):not(.elementor-widget-nav-menu) .elementor-widget-container {
	font-family: 'Lato', sans-serif !important;
}

.elementor-widget-heading .elementor-heading-title {
	font-family: 'Work Sans', sans-serif !important;
}

.elementor-widget-theme-post-content .elementor-widget-container,
.elementor-widget-post-content .elementor-widget-container {
	font-family: 'Lato', sans-serif !important;
}

.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-accordion .elementor-tab-title {
	font-family: 'Work Sans', sans-serif !important;
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-accordion .elementor-tab-content {
	font-family: 'Lato', sans-serif !important;
}

/* Forms inside Elementor */
.elementor-field-group .elementor-field-textual {
	font-family: 'Lato', sans-serif !important;
}


.elementor-widget-nav-menu .elementor-nav-menu a,
.elementor-widget-nav-menu .elementor-item {
	font-family: 'Lato', sans-serif !important;
}

/* Single post: related articles sidebar (replaces widgets) */
.papermag-single-related-sidebar {
	padding-left: 0;
	margin-bottom: 2rem;
}

.papermag-related-sidebar-title {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid #eee;
}

.papermag-related-sidebar-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.papermag-related-sidebar-item + .papermag-related-sidebar-item {
	margin-top: 1rem;
}

.papermag-related-sidebar-link {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	text-decoration: none;
	color: inherit;
	transition: opacity 0.2s ease;
}

.papermag-related-sidebar-link:hover {
	opacity: 0.85;
	color: inherit;
}

.papermag-related-sidebar-thumb {
	flex-shrink: 0;
	width: 72px;
	overflow: hidden;
	border-radius: 4px;
}

.papermag-related-sidebar-thumb img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.papermag-related-sidebar-text {
	font-size: 0.9375rem;
	font-weight: 600;
	line-height: 1.35;
}
