/*
Theme Name: Mundana WP
Theme URI: https://www.wowthemes.net/mundana-free-html-bootstrap-template/
Author: Custom WordPress conversion
Description: WordPress theme converted from the Mundana Bootstrap HTML template.
Version: 1.0.0
License: MIT
License URI: https://opensource.org/licenses/MIT
Text Domain: mundana-wp
Tags: blog, news, two-columns, featured-images, custom-menu
*/

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.admin-bar .fixed-top {
	top: 32px;
}

@media (max-width: 782px) {
	.admin-bar .fixed-top {
		top: 46px;
	}
}

.wp-caption,
.wp-block-image {
	max-width: 100%;
}

.article-post img,
.entry-content img {
	max-width: 100%;
	height: auto;
}

.post-thumbnail-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mundana-sidebar-widget {
	margin-bottom: 2rem;
}

.comment-list {
	padding-left: 0;
	list-style: none;
}

.comment-list .children {
	margin-top: 1rem;
	list-style: none;
}

.comment-body {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #eee;
}
.mundana-mfo-block {
	color: #171717;
}

.mundana-mfo-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 1.5rem;
}

.mundana-mfo-head h2 {
	font-size: 2.2rem;
}

.mundana-mfo-updated {
	flex: 0 0 auto;
	padding: 0.75rem 1rem;
	border: 1px solid #e8eef3;
	border-radius: 8px;
	background: #f8fbfd;
	text-align: right;
}

.mundana-mfo-updated span,
.mundana-mfo-company span,
.mundana-mfo-rating span {
	display: block;
	color: #7b8794;
	font-size: 0.78rem;
	line-height: 1.2;
}

.mundana-mfo-updated strong {
	display: block;
	font-size: 0.95rem;
}

.mundana-mfo-table-wrap {
	overflow: hidden;
	border: 1px solid #e5eaf0;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 48px rgba(32, 45, 64, 0.08);
}

.mundana-mfo-table {
	width: 100%;
	margin: 0;
	border-collapse: separate;
	border-spacing: 0;
	font-family: "Source Sans Pro", sans-serif;
}

.mundana-mfo-table thead th {
	padding: 1rem;
	border-bottom: 1px solid #e5eaf0;
	background: #f8fbfd;
	color: #667085;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
	white-space: nowrap;
}

.mundana-mfo-table tbody td {
	padding: 1rem;
	border-bottom: 1px solid #edf1f5;
	vertical-align: middle;
	font-size: 0.95rem;
}

.mundana-mfo-table tbody tr:last-child td {
	border-bottom: 0;
}

.mundana-mfo-table tbody tr {
	transition: background-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.mundana-mfo-table tbody tr:hover {
	background: #fbfdff;
	box-shadow: inset 4px 0 0 #03a87c;
}

.mundana-mfo-company {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	min-width: 180px;
}

.mundana-mfo-company strong {
	display: block;
	font-size: 1.05rem;
}

.mundana-mfo-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 8px;
	background: #171717;
	color: #fff;
	font-family: "Playfair Display", serif;
	font-size: 1.4rem;
	font-weight: 700;
}

.mundana-mfo-rating {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.35rem 0.55rem;
	border-radius: 8px;
	background: #fff8e5;
	color: #171717;
	white-space: nowrap;
}

.mundana-mfo-rating .fa-star {
	color: #f5b301;
	font-size: 0.85rem;
}

.mundana-mfo-rating span {
	display: inline;
}

.mundana-mfo-action {
	text-align: right;
	white-space: nowrap;
}

.mundana-mfo-action .btn {
	border-radius: 8px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.mundana-mfo-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.mundana-mfo-updated {
		text-align: left;
	}

	.mundana-mfo-table-wrap {
		overflow: visible;
		border: 0;
		background: transparent;
		box-shadow: none;
	}

	.mundana-mfo-table,
	.mundana-mfo-table thead,
	.mundana-mfo-table tbody,
	.mundana-mfo-table th,
	.mundana-mfo-table td,
	.mundana-mfo-table tr {
		display: block;
	}

	.mundana-mfo-table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
	}

	.mundana-mfo-table tbody tr {
		margin-bottom: 1rem;
		border: 1px solid #e5eaf0;
		border-radius: 8px;
		background: #fff;
		box-shadow: 0 12px 32px rgba(32, 45, 64, 0.08);
	}

	.mundana-mfo-table tbody tr:hover {
		box-shadow: 0 12px 32px rgba(32, 45, 64, 0.1), inset 4px 0 0 #03a87c;
	}

	.mundana-mfo-table tbody td {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 1rem;
		padding: 0.85rem 1rem;
		text-align: right;
	}

	.mundana-mfo-table tbody td::before {
		content: attr(data-label);
		color: #7b8794;
		font-size: 0.78rem;
		font-weight: 700;
		text-align: left;
		text-transform: uppercase;
	}

	.mundana-mfo-table tbody td:first-child {
		display: block;
		text-align: left;
	}

	.mundana-mfo-table tbody td:first-child::before,
	.mundana-mfo-action::before {
		display: none;
	}

	.mundana-mfo-action {
		text-align: left;
	}

	.mundana-mfo-action .btn {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.mundana-mfo-head h2 {
		font-size: 1.8rem;
	}

	.mundana-mfo-table tbody td {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.35rem;
		text-align: left;
	}
}
