/**
 * Frontend Styling for Menü Fiyatlar Importer Posts
 */

/* Headings adjustment */
.wpmfi-entity-title,
.wpmfi-faq-wrapper h2 {
	margin-top: 30px;
	color: #212529;
}

/* Menu Price Table Styling */
.wpmfi-menu-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 25px;
	font-size: 15px;
}

.wpmfi-menu-table thead tr {
	background: #f1f3f5;
	border-bottom: 2px solid #dee2e6;
	text-align: left;
}

.wpmfi-menu-table th {
	padding: 12px 10px;
	font-weight: 600;
	color: #495057;
}

.wpmfi-menu-table tbody tr {
	border-bottom: 1px solid #e9ecef;
}

.wpmfi-menu-table tbody tr:nth-child(even) {
	background: #f8f9fa;
}

.wpmfi-menu-table tbody tr:nth-child(odd) {
	background: #ffffff;
}

.wpmfi-menu-table td {
	padding: 12px 10px;
	color: #212529;
}

.wpmfi-menu-table th.wpmfi-price-col,
.wpmfi-menu-table td.wpmfi-price-col {
	text-align: right;
	width: 150px;
}

.wpmfi-menu-table td.wpmfi-price-col {
	font-weight: bold;
	color: #0b7285;
}

.wpmfi-range-badge {
	font-size: 13.5px;
	font-weight: normal;
	color: #6b7280;
	margin-left: 10px;
}

/* Statistics Highlights Box */
.wpmfi-summary-box {
	background: #f8f9fa;
	border-left: 4px solid #ffc107;
	padding: 15px;
	margin: 20px 0;
	border-radius: 4px;
}

.wpmfi-summary-box > strong {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	color: #333;
	font-weight: 600;
}

.wpmfi-summary-box ul {
	margin: 0;
	padding-left: 20px;
	list-style-type: square;
}

/* Feedback / Report Price Box */
.wpmfi-feedback-box {
	margin: 35px 0;
	padding: 20px;
	background: #fffaf0;
	border: 1px dashed #dd6b20;
	border-radius: 6px;
	text-align: center;
}

.wpmfi-feedback-box p {
	margin: 0 0 12px 0;
	color: #7b341e;
	font-size: 14.5px;
	font-weight: 550;
}

.wpmfi-feedback-btn {
	display: inline-block;
	background: #dd6b20;
	color: #fff;
	padding: 9px 18px;
	border-radius: 4px;
	border: none;
	font-weight: bold;
	font-size: 13.5px;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.2s;
}

.wpmfi-feedback-btn:hover {
	background: #c05621;
}

/* FAQ Accordion Item styling */
.wpmfi-faq-wrapper {
	margin-top: 40px;
	border-top: 1px solid #dee2e6;
	padding-top: 25px;
}

.wpmfi-faq-item {
	margin-bottom: 20px;
	background: #f8f9fa;
	padding: 15px;
	border-radius: 5px;
	border-left: 3px solid #17a2b8;
}

.wpmfi-faq-item h3 {
	margin: 0 0 8px 0;
	color: #212529;
	font-size: 16px;
}

.wpmfi-faq-item p {
	margin: 0;
	color: #495057;
	font-size: 14.5px;
}

/* Legal Disclaimer Box styling */
.wpmfi-footer-meta {
	margin-top: 50px;
	padding-top: 25px;
	border-top: 1px solid #e2e8f0;
	font-size: 12.5px;
	color: #64748b;
	text-align: justify;
	line-height: 1.6;
}
