/**
 * Extension Info Exporter - Admin Dashboard Stylesheet.
 *
 * This stylesheet defines the visual system, typography, grids, layout cards,
 * button controls, form elements, doughnut charts, and toast notifications 
 * for the plugin's administration dashboard.
 *
 * @package ExtensionInfoExporter
 * @category Stylesheets
 * @author Dhaval Vachhani
 * @version 5.0
 */

/* Import premium Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');


/* Local Outfit font */
@font-face {
	font-family: 'Outfit';
	src: url('../fonts/Outfit-Variable.woff2') format('woff2');
	font-weight: 100 900;
	font-style: normal;
	font-display: swap;
}


/* Page Container */
.wrap.ext-ie-container {
	font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
		Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
	max-width: 1200px;
	margin: 24px auto 40px auto;
	padding: 0 20px;
}

/* Elegant Dashboard Header */
.ext-ie-header {
	margin-bottom: 28px;
	background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
	padding: 30px;
	border-radius: 16px;
	color: #ffffff;
	box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.15), 0 8px 10px -6px rgba(15, 23, 42, 0.1);
}

.ext-ie-header-title-section {
	display: flex;
	align-items: center;
	gap: 20px;
}

.ext-ie-header-icon-box {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.15);
	width: 56px;
	height: 56px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	flex-shrink: 0;
}

.ext-ie-header-icon-box .dashicons {
	font-size: 28px;
	width: 28px;
	height: 28px;
	color: #818cf8;
}

.ext-ie-header-title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 4px 0 !important;
	color: #ffffff !important;
	line-height: 1.2;
}

.ext-ie-header-subtitle {
	font-size: 14px;
	color: #94a3b8;
	margin: 0;
}

/* Two-column layout for main settings cards */
/* Dashboard Forms & Cards Grid Layout */
.ext-ie-dashboard-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-bottom: 24px;
	align-items: start;
}

.ext-ie-settings-form {
	display: contents !important;
}

@media (min-width: 1000px) {
	.ext-ie-dashboard-grid {
		grid-template-columns: 1fr 1fr;
	}

	#ext-ie-card-fields {
		grid-row: 1;
		grid-column: 1 / span 2;
	}

	#ext-ie-card-schedule {
		grid-row: 2;
		grid-column: 1;
	}

	#ext-ie-card-export {
		grid-row: 2;
		grid-column: 2;
		margin-top: 0 !important;
	}

	.settings-submit-wrapper {
		grid-row: 3;
		grid-column: 1 / span 2;
		display: flex;
		justify-content: flex-end;
		margin-top: 12px;
	}
}

/* Cards Design */
.ext-ie-card {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.03), 0 2px 8px -1px rgba(0, 0, 0, 0.01);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	overflow: hidden;
}


.ext-ie-card__header {
	padding: 22px 28px;
	border-bottom: 1px solid #f1f5f9;
	background: #ffffff;
	position: relative;
}

.ext-ie-card__title {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-size: 16px;
	color: #0f172a;
	font-weight: 700;
}

.ext-ie-card__title .dashicons {
	color: #6366f1;
	background: #f0f2ff;
	width: 34px;
	height: 34px;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	transition: all 0.2s ease;
}


.ext-ie-card__body {
	padding: 24px 28px;
}

/* Form inputs & select fields styling */
.ext-ie-card__body select,
.ext-ie-card__body input[type="text"],
.ext-ie-card__body input[type="email"],
.ext-ie-card__body input[type="number"] {
	min-width: 100% !important;
	height: 44px !important;
	line-height: 1.4 !important;
	border: 1px solid #cbd5e1 !important;
	border-radius: 10px !important;
	padding: 10px 14px !important;
	font-family: inherit !important;
	font-size: 14px !important;
	color: #334155 !important;
	background-color: #ffffff !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02) !important;
	transition: all 0.2s ease-in-out !important;
	box-sizing: border-box !important;
}

.ext-ie-card__body select:focus,
.ext-ie-card__body input[type="text"]:focus,
.ext-ie-card__body input[type="email"]:focus,
.ext-ie-card__body input[type="number"]:focus {
	outline: none !important;
	border-color: #6366f1 !important;
	box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.15) !important;
	color: #0f172a !important;
}

.ext-ie-card__body select {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748b' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: right 14px center !important;
	background-size: 16px !important;
	padding-right: 40px !important;
}

/* Typography & Notes */
.ext-ie-note {
	font-size: 13px;
	color: #64748b;
	margin-top: 4px;
	margin-bottom: 12px;
	line-height: 1.4;
	display: block;
}

.ext-ie-muted {
	font-size: 13px;
	color: #94a3b8;
}

/* Grid layout for checklist cards */
.ext-ie-fieldset {
	margin: 8px 0 0 0;
	padding: 0;
	border: 0;
}

.ext-ie-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

@media (min-width: 782px) {
	.ext-ie-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* Premium checklist labels styled as interactive cards using :has() */
/* Premium checklist labels styled as interactive cards using :has() */
.ext-ie-fieldset label {
	display: flex !important;
	align-items: center !important;
	padding: 14px 18px !important;
	background: #f8fafc !important;
	border: 2px solid #e2e8f0 !important;
	border-radius: 12px !important;
	cursor: pointer !important;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
	font-weight: 500 !important;
	color: #475569 !important;
	user-select: none !important;
	position: relative !important;
	box-sizing: border-box !important;
	margin: 0 !important;
}

.ext-ie-fieldset label:hover:not(:has(input:disabled)) {
	border-color: #cbd5e1 !important;
	background: #f1f5f9 !important;
	color: #0f172a !important;
}

.ext-ie-fieldset label:has(input:checked):not(:has(input:disabled)) {
	border-color: #6366f1 !important;
	background: #eef2ff !important;
	color: #312e81 !important;
	box-shadow: 0 4px 12px rgba(99, 102, 241, 0.08) !important;
}

.ext-ie-fieldset label:has(input:disabled) {
	background: #f1f5f9 !important;
	border-color: #e2e8f0 !important;
	color: #94a3b8 !important;
	cursor: not-allowed !important;
	opacity: 0.8 !important;
}

/* Custom checkbox inside checklist card */
.ext-ie-fieldset input[type="checkbox"] {
	-webkit-appearance: none !important;
	appearance: none !important;
	width: 18px !important;
	height: 18px !important;
	border: 2px solid #cbd5e1 !important;
	border-radius: 6px !important;
	margin-right: 12px !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #ffffff !important;
	transition: all 0.15s ease-in-out !important;
	flex-shrink: 0 !important;
	cursor: pointer !important;
	position: relative !important;
	margin-top: 0 !important;
	box-shadow: none !important;
}

.ext-ie-fieldset input[type="checkbox"]::before {
	content: none !important;
	display: none !important;
}

.ext-ie-fieldset label:has(input:checked) input[type="checkbox"],
.ext-ie-fieldset input[type="checkbox"]:checked {
	border-color: #6366f1 !important;
	background: #6366f1 !important;
}

.ext-ie-fieldset label:has(input:checked:disabled) input[type="checkbox"],
.ext-ie-fieldset input[type="checkbox"]:checked:disabled {
	border-color: #cbd5e1 !important;
	background: #e2e8f0 !important;
}

.ext-ie-fieldset input[type="checkbox"]::after {
	content: '' !important;
	position: absolute !important;
	left: 5px !important;
	top: 1px !important;
	width: 4px !important;
	height: 8px !important;
	border: solid transparent !important;
	border-width: 0 2px 2px 0 !important;
	transform: rotate(45deg) scale(0) !important;
	transition: all 0.15s ease-in-out !important;
}

.ext-ie-fieldset label:has(input:checked) input[type="checkbox"]::after,
.ext-ie-fieldset input[type="checkbox"]:checked::after {
	border-color: #ffffff !important;
	transform: rotate(45deg) scale(1) !important;
}

.ext-ie-fieldset label:has(input:checked:disabled) input[type="checkbox"]::after,
.ext-ie-fieldset input[type="checkbox"]:checked:disabled::after {
	border-color: #94a3b8 !important;
	transform: rotate(45deg) scale(1) !important;
}

/* Toggle Switch Slider for schedule trigger */
.ext-ie-switch-wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	background: #f8fafc;
	padding: 14px 18px;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
}

.ext-ie-switch {
	position: relative;
	display: inline-block;
	width: 46px;
	height: 24px;
	flex-shrink: 0;
}

.ext-ie-switch input {
	opacity: 0 !important;
	width: 0 !important;
	height: 0 !important;
	position: absolute !important;
	margin: 0 !important;
	padding: 0 !important;
	box-shadow: none !important;
}

.ext-ie-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cbd5e1;
	transition: .3s;
	border-radius: 24px;
}

.ext-ie-slider:before {
	position: absolute;
	content: "";
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background-color: #ffffff;
	transition: .3s;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.ext-ie-switch input:checked+.ext-ie-slider {
	background-color: #6366f1;
}

.ext-ie-switch input:checked+.ext-ie-slider:before {
	transform: translateX(22px);
}

.ext-ie-switch-label {
	font-weight: 600;
	color: #334155;
	font-size: 14px;
	cursor: pointer;
}

/* Schedule Fields Grid Layout */
.ext-ie-sched-fields-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	transition: all 0.3s ease;
}

.ext-ie-sched-fields-grid.is-disabled {
	opacity: 0.4;
	pointer-events: none;
}

@media (min-width: 600px) {
	.ext-ie-sched-fields-grid {
		grid-template-columns: repeat(3, 1fr);
	}

	.ext-ie-sched-fields-grid .full-width {
		grid-column: span 3;
	}
}

.ext-ie-form-group {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ext-ie-filename-group {
	margin-top: 20px;
}

.ext-ie-form-row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

@media (min-width: 600px) {
	.ext-ie-form-row {
		grid-template-columns: repeat(2, 1fr);
	}
}

.ext-ie-form-label {
	font-weight: 600;
	font-size: 13px;
	color: #334155;
}

/* Filename Input Group & Preview Box */
.ext-ie-input-group {
	display: flex;
	gap: 8px;
	align-items: center;
	max-width: 100%;
}

.ext-ie-input-group input[type="text"] {
	flex-grow: 1;
	min-width: 0 !important;
}

.ext-ie-filename-preview-box {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #f8fafc;
	border: 1px dashed #cbd5e1;
	border-radius: 8px;
	padding: 10px 16px;
	margin-top: 8px;
	font-family: 'Courier New', Courier, monospace;
	font-size: 13px;
	color: #0f172a;
	font-weight: 600;
	align-self: flex-start;
}

.ext-ie-filename-preview-box .dashicons {
	color: #64748b;
	font-size: 16px;
	width: 16px;
	height: 16px;
}

/* Premium Buttons Styling */
.wrap.ext-ie-container .button {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-family: inherit !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	padding: 0 20px !important;
	height: 40px !important;
	line-height: 40px !important;
	border-radius: 8px !important;
	transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
	cursor: pointer !important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
	border: 1px solid #cbd5e1 !important;
	background: #ffffff !important;
	color: #475569 !important;
	box-sizing: border-box !important;
}

.wrap.ext-ie-container .button:hover {
	background: #f8fafc !important;
	color: #0f172a !important;
	border-color: #94a3b8 !important;
}

.wrap.ext-ie-container .button.button-primary {
	background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%) !important;
	color: #ffffff !important;
	border: none !important;
	box-shadow: 0 4px 12px rgba(99, 102, 241, 0.2) !important;
}

.wrap.ext-ie-container .button.button-primary:hover {
	background: linear-gradient(135deg, #4f46e5 0%, #4338ca 100%) !important;
	box-shadow: 0 6px 16px rgba(99, 102, 241, 0.3) !important;
	transform: translateY(-1px);
}

.wrap.ext-ie-container .button.button-primary:active {
	transform: translateY(0);
}

.wrap.ext-ie-container #ext_ie_reset_filename {
	height: 44px !important;
	line-height: 44px !important;
	padding: 0 16px !important;
}

.ext-ie-actions {
	margin-top: 28px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 16px;
}

/* Dashboard Columns & Chart Styling */
.ext-ie-dashboard-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 24px;
	margin-bottom: 28px;
	align-items: stretch;
}



.ext-ie-stats-column {
	display: flex;
	flex-direction: column;
}

.ext-ie-stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
	height: 100%;
}

.ext-ie-chart-column {
	display: flex;
	flex-direction: column;
}

.ext-ie-chart-card {
	height: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.ext-ie-chart-card .ext-ie-card__body {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.ext-ie-chart-body {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 24px;
	padding: 24px 28px;
	box-sizing: border-box;
	width: 100%;
}

@media (min-width: 600px) {
	.ext-ie-chart-body {
		flex-direction: row;
		justify-content: space-around;
		gap: 20px;
	}
}

.ext-ie-chart-container {
	position: relative;
	width: 160px;
	height: 160px;
	flex-shrink: 0;
}

#extIEChart {
	width: 100%;
	height: 100%;
	display: block;
}

.ext-ie-chart-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;
}

.ext-ie-chart-center-num {
	font-size: 32px;
	font-weight: 700;
	color: #0f172a;
	line-height: 1;
	font-family: 'Outfit', sans-serif;
}

.ext-ie-chart-center-lbl {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #64748b;
	margin-top: 4px;
}

.ext-ie-chart-legend {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex-grow: 1;
}

.ext-ie-legend-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 13px;
	color: #475569;
}

.ext-ie-legend-color {
	width: 12px;
	height: 12px;
	border-radius: 4px;
	flex-shrink: 0;
}

.ext-ie-legend-text {
	line-height: 1.2;
}

.ext-ie-legend-pct {
	color: #94a3b8;
	font-size: 12px;
}

.ext-ie-legend-update-warn {
	color: #ea580c;
	font-weight: 600;
}

/* Stat Cards */
.ext-ie-stat-card {
	background: #ffffff;
	border-radius: 16px;
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 16px;
	box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.03), 0 2px 4px -1px rgba(0, 0, 0, 0.01);
	border: 1px solid #e2e8f0;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.ext-ie-stat-card::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 70%);
	border-radius: 50%;
	transform: translate(12px, -12px);
}


.ext-ie-stat-icon {
	width: 44px;
	height: 44px;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.03);
	transition: all 0.2s ease;
}


.ext-ie-stat-icon .dashicons {
	font-size: 20px;
	width: 20px;
	height: 20px;
}

.ext-ie-stat-content {
	display: flex;
	flex-direction: column;
	gap: 1px;
}

.ext-ie-stat-number {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.1;
	font-family: 'Outfit', sans-serif;
}

.ext-ie-stat-label {
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Stat card themes */
.ext-ie-stat-card.stat-total {
	background: linear-gradient(135deg, #eff6ff 0%, #e0f2fe 100%);
	border-color: #bae6fd;
}

.ext-ie-stat-card.stat-total .ext-ie-stat-icon {
	background: #0284c7;
	color: #ffffff;
}

.ext-ie-stat-card.stat-total .ext-ie-stat-number {
	color: #0369a1;
}

.ext-ie-stat-card.stat-total .ext-ie-stat-label {
	color: #0284c7;
}

.ext-ie-stat-card.stat-active {
	background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
	border-color: #bbf7d0;
}

.ext-ie-stat-card.stat-active .ext-ie-stat-icon {
	background: #16a34a;
	color: #ffffff;
}

.ext-ie-stat-card.stat-active .ext-ie-stat-number {
	color: #15803d;
}

.ext-ie-stat-card.stat-active .ext-ie-stat-label {
	color: #16a34a;
}

.ext-ie-stat-card.stat-inactive {
	background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
	border-color: #e2e8f0;
}

.ext-ie-stat-card.stat-inactive .ext-ie-stat-icon {
	background: #475569;
	color: #ffffff;
}

.ext-ie-stat-card.stat-inactive .ext-ie-stat-number {
	color: #334155;
}

.ext-ie-stat-card.stat-inactive .ext-ie-stat-label {
	color: #64748b;
}

.ext-ie-stat-card.stat-updates {
	background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
	border-color: #fde68a;
}

.ext-ie-stat-card.stat-updates .ext-ie-stat-icon {
	background: #ea580c;
	color: #ffffff;
}

.ext-ie-stat-card.stat-updates .ext-ie-stat-number {
	color: #c2410c;
}

.ext-ie-stat-card.stat-updates .ext-ie-stat-label {
	color: #ea580c;
}

.ext-ie-stat-card.stat-mu {
	background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
	border-color: #e9d5ff;
}

.ext-ie-stat-card.stat-mu .ext-ie-stat-icon {
	background: #9333ea;
	color: #ffffff;
}

.ext-ie-stat-card.stat-mu .ext-ie-stat-number {
	color: #7e22ce;
}

.ext-ie-stat-card.stat-mu .ext-ie-stat-label {
	color: #9333ea;
}

/* Toast Notifications */
.ext-ie-toast {
	position: fixed;
	bottom: 24px;
	right: 24px;
	background: #0f172a;
	color: #ffffff;
	padding: 14px 20px;
	border-radius: 12px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
	display: flex;
	align-items: center;
	gap: 10px;
	z-index: 99999;
	transform: translateY(100px);
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
	font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
		Ubuntu, Cantarell, 'Helvetica Neue', Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	max-width: 350px;
}

.ext-ie-toast.show {
	transform: translateY(0);
	opacity: 1;
}

.ext-ie-toast-icon {
	color: #34d399;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ext-ie-toast-icon.error {
	color: #f87171;
}

.ext-ie-toast-icon.info {
	color: #60a5fa;
}

@keyframes extIESpin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.ext-ie-spin {
	animation: extIESpin 1.5s linear infinite;
}

/* Telemetry Settings */
.ext-ie-telemetry-settings-subtitle {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 14px;
}
.ext-ie-telemetry-collected-list {
    background: #f8fafc;
    border-left: 3px solid #6366f1;
    padding: 12px 16px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #475569;
    line-height: 1.6;
}
.ext-ie-telemetry-note-spaced {
    margin-bottom: 24px;
}
.ext-ie-telemetry-subtitle-spaced {
    margin-bottom: 12px;
    margin-top: 24px;
}
.ext-ie-telemetry-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.ext-ie-telemetry-option {
    border: 1px solid #e2e8f0;
    padding: 16px;
    border-radius: 8px;
    cursor: pointer;
    display: block;
    transition: all 0.2s;
}
.ext-ie-telemetry-option.active {
    border-color: #6366f1;
}
.ext-ie-telemetry-option p {
    margin: 8px 0 0;
    font-size: 13px;
    color: #64748b;
}
.ext-ie-telemetry-radio {
    margin-right: 8px;
}