/* BFP by Gremza — admin styles */

/* Frontend shortcode */
.bfp-today-people {
	max-width: 760px;
	margin: 0 auto;
	padding: 24px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	font-family: inherit;
}
.bfp-today-people.bfp-today-empty {
	text-align: center;
	color: #6b7280;
	font-style: italic;
}
.bfp-today-header { margin-bottom: 1em; }
.bfp-today-meta {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	font-size: 13px;
	color: #6b7280;
	margin-bottom: 4px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.bfp-today-day {
	font-weight: 600;
	color: #2271b1;
	display: inline-flex;
	align-items: baseline;
	gap: 6px;
}
.bfp-today-day-num {
	font-weight: 400;
	color: #4b5563;
}
.bfp-today-day-num::before {
	content: '·';
	margin-right: 6px;
	color: #c3c4c7;
}
.bfp-today-country::before { content: '· '; color: #c3c4c7; }
.bfp-today-title {
	margin: 4px 0 6px;
	font-size: 28px;
	line-height: 1.2;
}
.bfp-today-subtitle {
	margin: 0 0 12px;
	font-size: 14px;
	color: #4b5563;
}
.bfp-today-subtitle .bfp-today-population::before,
.bfp-today-subtitle .bfp-today-workers::before { content: '· '; color: #c3c4c7; }
.bfp-today-photo,
.bfp-today-map {
	margin: 1em 0;
}
.bfp-today-photo img,
.bfp-today-map img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	display: block;
}
.bfp-today-information,
.bfp-today-resources-body {
	line-height: 1.6;
}
.bfp-today-audio {
	margin: 1em 0;
}
.bfp-today-audio audio {
	width: 100%;
}
.bfp-today-resources {
	margin: 1em 0;
	border-top: 1px solid #e0e0e0;
	padding-top: 12px;
}
.bfp-today-resources summary {
	cursor: pointer;
	font-weight: 600;
	color: #2271b1;
	padding: 4px 0;
}
.bfp-today-country-stats {
	margin-top: 1.5em;
	padding: 12px 18px;
	background: #f6f7f7;
	border-radius: 4px;
	font-size: 14px;
}
.bfp-today-country-stats h3 {
	margin: 0 0 8px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #4b5563;
}
.bfp-today-country-stats dl {
	display: grid;
	grid-template-columns: max-content 1fr;
	gap: 4px 16px;
	margin: 0;
}
.bfp-today-country-stats dt {
	font-weight: 600;
	color: #4b5563;
}
.bfp-today-country-stats dd { margin: 0; }

/* Language switcher */
.bfp-lang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.bfp-lang-switcher .bfp-lang-link {
	text-decoration: none;
	padding: 4px 8px;
	border-radius: 4px;
	color: inherit;
	font-size: 0.95em;
	transition: background-color 0.15s ease;
}
.bfp-lang-switcher .bfp-lang-link:hover {
	background: rgba(0, 0, 0, 0.05);
}
.bfp-lang-switcher .bfp-lang-link.is-active {
	font-weight: 700;
	background: rgba(34, 113, 177, 0.1);
}
.bfp-lang-switcher--flags .bfp-lang-link {
	font-size: 1.1em;
	padding: 2px 4px;
}
.bfp-lang-switcher--dropdown select {
	padding: 4px 8px;
	border-radius: 4px;
}

/* Shortcodes settings tab */
.bfp-shortcode-card {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	padding: 16px 20px;
	margin: 18px 0;
}
.bfp-shortcode-card h3 {
	margin: 0 0 6px;
	display: flex;
	align-items: baseline;
	gap: 12px;
	flex-wrap: wrap;
}
.bfp-shortcode-card h3 code {
	background: #f0f0f1;
	padding: 2px 10px;
	border-radius: 4px;
	font-size: 14px;
	color: #2271b1;
}
.bfp-shortcode-card h3 .bfp-shortcode-title {
	font-weight: 500;
	color: #4b5563;
	font-size: 14px;
}
.bfp-shortcode-examples td code {
	background: #f6f7f7;
	padding: 2px 6px;
	border-radius: 3px;
	font-size: 12px;
}


.bfp-flag-preview {
	display: inline-block;
	margin-left: 10px;
	font-size: 28px;
	line-height: 1;
	vertical-align: middle;
}

.bfp-lang-strings-block {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 12px 18px;
	margin: 12px 0;
}
.bfp-lang-strings-block h4 {
	margin: 0 0 8px 0;
	font-size: 15px;
}
.bfp-lang-strings-block h4 code {
	background: #f0f0f1;
	padding: 1px 6px;
	border-radius: 3px;
	font-size: 12px;
	margin-left: 6px;
}
.bfp-custom-strings { max-width: 800px; }
.bfp-custom-strings td input[type="text"] { width: 100%; }

.bfp-tabs { margin-top: 8px; }

.bfp-tabs-nav {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	border-bottom: 1px solid #c3c4c7;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
}

.bfp-tabs-nav li { margin: 0; }

.bfp-tabs-nav a {
	display: inline-block;
	padding: 10px 16px;
	text-decoration: none;
	color: #1d2327;
	border: 1px solid transparent;
	border-bottom: none;
	background: transparent;
	margin-bottom: -1px;
}

.bfp-tabs-nav a:hover,
.bfp-tabs-nav a:focus {
	color: #2271b1;
	box-shadow: none;
	outline: none;
}

.bfp-tabs-nav li.active a {
	background: #fff;
	border-color: #c3c4c7;
	border-radius: 4px 4px 0 0;
	font-weight: 600;
}

.bfp-tab {
	display: none;
	padding: 16px;
	background: #fff;
	border: 1px solid #c3c4c7;
	border-top: none;
}

.bfp-tab.active { display: block; }

.bfp-field { margin-bottom: 14px; }

.bfp-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.bfp-field input[type="text"],
.bfp-field input[type="number"],
.bfp-field input[type="url"] {
	width: 100%;
	max-width: 520px;
}

.bfp-field textarea {
	width: 100%;
	max-width: 720px;
	min-height: 120px;
}

.bfp-field .description {
	color: #646970;
	font-size: 12px;
	margin-top: 4px;
}

.bfp-media-preview { margin-top: 8px; }

.bfp-media-preview img {
	max-width: 140px;
	height: auto;
	display: block;
	border: 1px solid #dcdcde;
	padding: 2px;
	background: #fff;
}

.bfp-media-preview audio { width: 320px; }

.bfp-incomplete-badge {
	display: inline-block;
	padding: 1px 8px;
	background: #f0b849;
	color: #1d2327;
	border-radius: 10px;
	font-size: 11px;
	margin-left: 6px;
}

.bfp-apikey-clear {
	font-family: monospace;
	font-size: 14px;
	padding: 8px 12px;
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	display: inline-block;
}

.bfp-table {
	border-collapse: collapse;
	width: 100%;
	max-width: 900px;
}

.bfp-table th,
.bfp-table td {
	border: 1px solid #dcdcde;
	padding: 8px 10px;
	text-align: left;
}

.bfp-table th { background: #f6f7f7; }

.bfp-default-badge {
	background: #2271b1;
	color: #fff;
	padding: 1px 8px;
	border-radius: 10px;
	font-size: 11px;
}

/* Settings page polish */
.bfp-settings-wrap .nav-tab-wrapper { margin-bottom: 16px; }

.bfp-settings-section {
	background: #fff;
	border: 1px solid #c3c4c7;
	padding: 16px;
	margin-bottom: 16px;
	max-width: 900px;
}

.bfp-settings-section h2 {
	margin-top: 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #dcdcde;
}

.bfp-inline-form {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	margin-bottom: 12px;
}

.bfp-inline-form input[type="text"],
.bfp-inline-form input[type="url"] {
	min-width: 200px;
}

.bfp-muted {
	color: #646970;
	font-size: 12px;
}

/* Static Pages list: in-app on/off toggle */
.column-bfp_mobile { width: 110px; }
.bfp-mobile-toggle { min-width: 56px; text-align: center; }
.bfp-mobile-toggle.bfp-on {
	border-color: #00802b;
	color: #fff;
	background: #00a32a;
}
.bfp-mobile-toggle.bfp-on:hover { background: #008a23; }
.bfp-mobile-toggle.bfp-off {
	border-color: #b32d2e;
	color: #b32d2e;
	background: #fff;
}
.bfp-mobile-toggle[disabled] { opacity: .6; cursor: default; }
