/* ============================================================
   Form Shield — Frontend & Admin Styles
   ============================================================ */

/* ----------------------------------------------------------
   Frontend: Honeypot (NOT display:none — bots detect that)
   ---------------------------------------------------------- */
.sfs-honeypot-wrapper {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	tabindex: -1;
}

.sfs-fields {
	display: none !important;
}

/* ----------------------------------------------------------
   Frontend: Error banner
   ---------------------------------------------------------- */
.sfs-error-banner {
	position: relative;
	background: #dc2626;
	color: #fff;
	border-radius: 6px;
	padding: 12px 44px 12px 16px;
	margin-bottom: 16px;
	font-size: 14px;
	line-height: 1.5;
	box-shadow: 0 4px 12px rgba(220, 38, 38, 0.25);
}

.sfs-error-close {
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	color: #fff;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	padding: 0;
	width: 28px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: background 0.15s;
}

.sfs-error-close:hover,
.sfs-error-close:focus {
	background: rgba(255, 255, 255, 0.2);
	outline: none;
}

/* =============================================================
   ADMIN STYLES
   ============================================================= */

/* ----------------------------------------------------------
   Page header
   ---------------------------------------------------------- */
.sfs-admin-wrap {
	max-width: 1200px;
	margin-right: 20px;
}

/* WordPress admin notices — always above plugin UI */
.sfs-admin-notices-top {
	max-width: 1200px;
	margin: 8px 20px 0 0;
	position: relative;
	z-index: 100;
	clear: both;
}

.sfs-admin-notices-top:empty {
	display: none;
}

.sfs-admin-notices-top .notice,
.sfs-admin-notices-top .updated,
.sfs-admin-notices-top .error {
	margin: 0 0 10px !important;
	position: relative;
}

.sfs-page-header {
	background: linear-gradient(135deg, #1e3a5f 0%, #2563eb 100%);
	border-radius: 10px;
	margin: 12px 0 0;
	padding: 0;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(37, 99, 235, 0.3);
	position: relative;
	z-index: 1;
	clear: both;
}

.sfs-page-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 28px;
	flex-wrap: wrap;
	gap: 16px;
}

.sfs-page-header__brand {
	display: flex;
	align-items: center;
	gap: 14px;
	color: #fff;
}

.sfs-shield-icon {
	font-size: 36px;
	line-height: 1;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.sfs-page-header__brand h1 {
	color: #fff !important;
	font-size: 22px !important;
	font-weight: 700;
	margin: 0 0 2px !important;
	padding: 0 !important;
	line-height: 1.2;
}

.sfs-page-header__brand p {
	color: rgba(255,255,255,0.75);
	margin: 0;
	font-size: 13px;
}

.sfs-header-stats {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.sfs-header-stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: rgba(255,255,255,0.12);
	border-radius: 8px;
	padding: 10px 16px;
	min-width: 80px;
	backdrop-filter: blur(4px);
}

.sfs-header-stat__num {
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
	color: #fff;
}

.sfs-header-stat__label {
	font-size: 11px;
	color: rgba(255,255,255,0.7);
	margin-top: 3px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.sfs-text-red   { color: #fca5a5 !important; }
.sfs-text-green { color: #6ee7b7 !important; }
.sfs-text-blue  { color: #93c5fd !important; }

.sfs-header-stat__badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.sfs-badge-green { background: rgba(16,185,129,0.3); color: #6ee7b7; border: 1px solid rgba(110,231,183,0.4); }
.sfs-badge-blue  { background: #dbeafe; color: #1e40af; }

/* ----------------------------------------------------------
   Navigation tabs
   ---------------------------------------------------------- */
.sfs-nav-tabs {
	display: flex;
	gap: 2px;
	margin-top: 16px;
	border-bottom: 2px solid #e5e7eb;
	padding-bottom: 0;
}

.sfs-nav-tab {
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 18px;
	border-radius: 6px 6px 0 0;
	font-size: 13px;
	font-weight: 500;
	color: #6b7280;
	text-decoration: none;
	border: 1px solid transparent;
	border-bottom: none;
	transition: all 0.15s;
	position: relative;
	bottom: -2px;
}

.sfs-nav-tab:hover {
	color: #1d4ed8;
	background: #f0f7ff;
	text-decoration: none;
}

.sfs-nav-tab--active {
	color: #1d4ed8;
	background: #fff;
	border-color: #e5e7eb;
	border-bottom-color: #fff;
	font-weight: 600;
}

.sfs-nav-tab__icon {
	font-size: 14px;
}

/* ----------------------------------------------------------
   Tab content
   ---------------------------------------------------------- */
.sfs-tab-content {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-top: none;
	border-radius: 0 0 8px 8px;
	padding: 28px;
}

/* ----------------------------------------------------------
   Sections (used in settings tabs)
   ---------------------------------------------------------- */
.sfs-section {
	margin-bottom: 32px;
	padding-bottom: 28px;
	border-bottom: 1px solid #f3f4f6;
}

.sfs-section:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.sfs-section__header h2 {
	font-size: 16px;
	font-weight: 700;
	color: #111827;
	margin: 0 0 4px;
}

.sfs-section__header p {
	color: #6b7280;
	font-size: 13px;
	margin: 0 0 16px;
}

.sfs-form-table th {
	width: 220px;
	font-weight: 600;
	color: #374151;
	vertical-align: top;
	padding-top: 12px;
}

.sfs-form-table .description,
.sfs-form-table span.description {
	color: #6b7280;
	font-size: 12px;
	margin-left: 8px;
}

.sfs-checkbox-label {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: 13px;
}

/* ----------------------------------------------------------
   Security layers grid — detailed view
   ---------------------------------------------------------- */
.sfs-layers-section .sfs-section__header p {
	max-width: 780px;
}

.sfs-layers-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 14px;
}

/* Detailed layout: one column, full-width cards */
.sfs-layers-grid--detailed {
	grid-template-columns: 1fr;
	gap: 16px;
}

.sfs-layer-card {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 16px 20px;
	background: #fff;
	transition: box-shadow 0.15s;
}

.sfs-layer-card:hover {
	box-shadow: 0 3px 12px rgba(0,0,0,0.07);
}

.sfs-layer-card--on     { border-left: 4px solid #10b981; }
.sfs-layer-card--off    { border-left: 4px solid #d1d5db; background: #fafafa; opacity: 0.85; }
.sfs-layer-card--forced { border-left: 4px solid #2563eb; }

/* Header row — grid keeps title/description stacked */
.sfs-layer-card__header {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: start;
	gap: 12px 14px;
}

.sfs-layer-card__icon {
	font-size: 22px;
	line-height: 1;
	flex-shrink: 0;
	margin-top: 2px;
}

.sfs-layer-card__meta {
	min-width: 0;
	display: block;
}

.sfs-layer-card__name {
	display: block !important;
	width: 100%;
	font-weight: 700;
	font-size: 15px;
	color: #111827;
	line-height: 1.35;
	margin: 0 0 4px;
	padding: 0;
}

.sfs-layer-card__short {
	display: block !important;
	width: 100%;
	font-size: 13px;
	color: #6b7280;
	line-height: 1.5;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.sfs-layer-card__toggle {
	flex-shrink: 0;
	align-self: start;
	margin-top: 2px;
}

.sfs-layer-card__body {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #f3f4f6;
}

.sfs-layer-detail {
	background: #f8f9fb;
	border-radius: 6px;
	padding: 12px 14px;
}

.sfs-layer-detail--note {
	grid-column: 1 / -1;
	background: #fffbeb;
	border: 1px solid #fde68a;
}

.sfs-layer-detail__heading {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #374151;
	margin-bottom: 5px;
}

.sfs-layer-detail--note .sfs-layer-detail__heading {
	color: #92400e;
}

.sfs-layer-detail__text {
	font-size: 13px;
	color: #4b5563;
	line-height: 1.6;
	margin: 0;
}

/* Off-state cards */
.sfs-layer-card--off .sfs-layer-card__body {
	opacity: 0.65;
}

/* Notice banner */
.sfs-notice {
	border-left: 4px solid #d1d5db;
	background: #f9fafb;
	border-radius: 6px;
	padding: 12px 16px;
	margin-bottom: 16px;
	font-size: 13px;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.sfs-notice--error {
	border-left-color: #dc2626;
	background: #fef2f2;
	color: #991b1b;
}

/* Toggle switch */
.sfs-toggle {
	position: relative;
	display: inline-block;
	width: 44px;
	height: 24px;
	flex-shrink: 0;
}

.sfs-toggle input {
	opacity: 0;
	width: 0;
	height: 0;
}

.sfs-toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0; left: 0; right: 0; bottom: 0;
	background: #d1d5db;
	border-radius: 24px;
	transition: background 0.2s;
}

.sfs-toggle-slider::before {
	position: absolute;
	content: '';
	height: 18px;
	width: 18px;
	left: 3px;
	bottom: 3px;
	background: #fff;
	border-radius: 50%;
	transition: transform 0.2s;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.sfs-toggle input:checked + .sfs-toggle-slider { background: #2563eb; }
.sfs-toggle input:checked + .sfs-toggle-slider::before { transform: translateX(20px); }
.sfs-toggle input:focus  + .sfs-toggle-slider { outline: 2px solid #93c5fd; outline-offset: 2px; }

.sfs-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 600;
}

/* ----------------------------------------------------------
   Stats: toolbar
   ---------------------------------------------------------- */
.sfs-stats-toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 12px;
}

.sfs-stats-toolbar__title h2 {
	margin: 0 0 2px;
	font-size: 18px;
	font-weight: 700;
	color: #111827;
}

.sfs-stats-toolbar__updated {
	font-size: 12px;
	color: #9ca3af;
}

.sfs-stats-toolbar__actions {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.sfs-btn {
	border-radius: 6px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	cursor: pointer !important;
	transition: all 0.15s !important;
}

.sfs-btn--outline {
	background: #fff !important;
	border: 1px solid #d1d5db !important;
	color: #374151 !important;
}
.sfs-btn--outline:hover { background: #f9fafb !important; border-color: #9ca3af !important; }

.sfs-btn--danger {
	background: #fff !important;
	border: 1px solid #fca5a5 !important;
	color: #dc2626 !important;
}
.sfs-btn--danger:hover { background: #fef2f2 !important; }

/* ----------------------------------------------------------
   Stats: summary cards grid
   ---------------------------------------------------------- */
.sfs-cards-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	gap: 14px;
	margin-bottom: 24px;
}

.sfs-card {
	border-radius: 10px;
	padding: 16px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-width: 0;
}

.sfs-card__body {
	min-width: 0;
	flex: 1;
}

.sfs-card__icon {
	font-size: 24px;
	line-height: 1;
	flex-shrink: 0;
}

.sfs-card__num {
	font-size: 24px;
	font-weight: 800;
	line-height: 1.1;
	max-width: 100%;
}

.sfs-card__num--truncate {
	font-size: 14px;
	font-weight: 700;
	font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: break-all;
}

.sfs-card__label {
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	opacity: 0.75;
	margin-top: 2px;
}

.sfs-card--red    { background: #fef2f2; color: #7f1d1d; }
.sfs-card--green  { background: #ecfdf5; color: #064e3b; }
.sfs-card--orange { background: #fffbeb; color: #78350f; }
.sfs-card--blue   { background: #eff6ff; color: #1e3a8a; }
.sfs-card--purple { background: #f5f3ff; color: #3730a3; }
.sfs-card--teal   { background: #f0fdfa; color: #134e4a; }

/* ----------------------------------------------------------
   Stats: charts row
   ---------------------------------------------------------- */
.sfs-charts-row {
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 16px;
	margin-bottom: 24px;
}

.sfs-chart-box {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 18px;
}

.sfs-chart-box__header h3 {
	margin: 0 0 14px;
	font-size: 13px;
	font-weight: 600;
	color: #374151;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.sfs-chart-empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 180px;
	color: #9ca3af;
	font-size: 13px;
	text-align: center;
	padding: 20px;
}

@media (max-width: 900px) {
	.sfs-charts-row { grid-template-columns: 1fr; }
}

/* ----------------------------------------------------------
   Stats: section cards
   ---------------------------------------------------------- */
.sfs-section-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
}

.sfs-section-card h3 {
	margin: 0 0 16px;
	font-size: 15px;
	font-weight: 700;
	color: #111827;
}

/* ----------------------------------------------------------
   Stats: breakdown bar
   ---------------------------------------------------------- */
.sfs-bar-wrap {
	height: 8px;
	background: #f3f4f6;
	border-radius: 4px;
	overflow: hidden;
	min-width: 80px;
}

.sfs-bar-fill {
	height: 100%;
	background: linear-gradient(90deg, #dc2626, #ef4444);
	border-radius: 4px;
	transition: width 0.4s ease;
}

/* ----------------------------------------------------------
   Stats: log header + filters
   ---------------------------------------------------------- */
.sfs-log-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	flex-wrap: wrap;
	gap: 10px;
}

.sfs-log-header h3 {
	margin: 0;
	font-size: 15px;
	font-weight: 700;
	color: #111827;
}

.sfs-log-filters {
	display: flex;
	gap: 4px;
}

.sfs-filter-btn {
	padding: 5px 14px;
	border-radius: 20px;
	border: 1px solid #e5e7eb;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	color: #6b7280;
	cursor: pointer;
	transition: all 0.15s;
}

.sfs-filter-btn:hover { border-color: #93c5fd; color: #1d4ed8; }

.sfs-filter-btn--active {
	background: #2563eb;
	border-color: #2563eb;
	color: #fff;
}

/* ----------------------------------------------------------
   Stats: log table
   ---------------------------------------------------------- */
.sfs-log-table-wrap {
	overflow-x: auto;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
}

.sfs-table {
	font-size: 13px;
	margin: 0 !important;
	border: none !important;
}

.sfs-table thead th {
	background: #f9fafb;
	font-weight: 600;
	color: #374151;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 10px 14px;
	border-bottom: 1px solid #e5e7eb;
	white-space: nowrap;
}

.sfs-table tbody td {
	padding: 10px 14px;
	vertical-align: middle;
	border-bottom: 1px solid #f3f4f6;
}

.sfs-table tbody tr:last-child td { border-bottom: none; }

.sfs-log-row:hover > td { background: #f8faff; }
.sfs-row--blocked > td { border-left: 3px solid transparent; }
.sfs-row--blocked:hover > td:first-child { border-left-color: #dc2626; }
.sfs-row--allowed:hover > td:first-child { border-left-color: #10b981; }

/* Status badge */
.sfs-status-badge {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 11px;
	font-weight: 700;
	white-space: nowrap;
}

.sfs-status--blocked { background: #fef2f2; color: #dc2626; }
.sfs-status--allowed { background: #ecfdf5; color: #059669; }

/* Reason tag */
.sfs-reason-tag {
	display: inline-block;
	background: #fef2f2;
	color: #dc2626;
	border-radius: 4px;
	padding: 2px 8px;
	font-size: 11px;
	font-weight: 600;
	font-family: monospace;
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* Browser badge */
.sfs-browser-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 4px;
	font-size: 11px;
	font-weight: 600;
	background: #f3f4f6;
	color: #374151;
}

.sfs-browser-chrome  { background: #fef3c7; color: #92400e; }
.sfs-browser-firefox { background: #fff7ed; color: #c2410c; }
.sfs-browser-safari  { background: #eff6ff; color: #1d4ed8; }
.sfs-browser-edge    { background: #f0fdf4; color: #065f46; }
.sfs-browser-opera   { background: #fef2f2; color: #991b1b; }

/* IP, time, page */
.sfs-ip {
	font-family: monospace;
	font-size: 12px;
	background: #f3f4f6;
	padding: 2px 6px;
	border-radius: 4px;
	color: #374151;
}

.sfs-time {
	color: #6b7280;
	font-size: 12px;
	white-space: nowrap;
	cursor: default;
}

.sfs-page-link {
	font-size: 12px;
	color: #2563eb;
	text-decoration: none;
	font-family: monospace;
}

.sfs-page-link:hover { text-decoration: underline; }

.sfs-text-muted { color: #9ca3af; }

/* Detail row expand button */
.sfs-detail-btn {
	background: none;
	border: 1px solid #e5e7eb;
	border-radius: 4px;
	width: 28px;
	height: 24px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	color: #6b7280;
	transition: all 0.15s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sfs-detail-btn:hover {
	background: #f3f4f6;
	border-color: #9ca3af;
	color: #111827;
}

/* ----------------------------------------------------------
   Detail panel
   ---------------------------------------------------------- */
.sfs-detail-row > td {
	padding: 0 !important;
	background: #f8faff !important;
}

.sfs-detail-panel {
	padding: 20px 24px;
	border-top: 2px solid #dbeafe;
}

.sfs-detail-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
}

.sfs-detail-col h4 {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #6b7280;
	margin: 0 0 10px;
	font-weight: 700;
}

.sfs-detail-col--wide {
	grid-column: span 2;
}

.sfs-dl {
	margin: 0;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 12px;
	font-size: 12px;
}

.sfs-dl dt {
	color: #6b7280;
	font-weight: 600;
	white-space: nowrap;
}

.sfs-dl dd {
	color: #111827;
	margin: 0;
	word-break: break-all;
}

.sfs-dl--fields dt { color: #374151; font-family: monospace; }

.sfs-ua-details {
	margin-top: 10px;
}

.sfs-ua-details summary {
	font-size: 12px;
	color: #6b7280;
	cursor: pointer;
	user-select: none;
}

.sfs-ua-string {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	word-break: break-all;
	color: #374151;
	background: #f3f4f6;
	padding: 6px 8px;
	border-radius: 4px;
}

/* ----------------------------------------------------------
   Empty state
   ---------------------------------------------------------- */
.sfs-empty-state {
	text-align: center;
	padding: 40px 20px;
	color: #6b7280;
}

.sfs-empty-state__icon {
	font-size: 40px;
	margin-bottom: 12px;
}

.sfs-empty-state p {
	font-size: 14px;
	max-width: 360px;
	margin: 0 auto;
	line-height: 1.6;
}

/* ----------------------------------------------------------
   Responsive
   ---------------------------------------------------------- */
@media (max-width: 782px) {
	.sfs-page-header__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.sfs-header-stats {
		gap: 10px;
	}

	.sfs-cards-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.sfs-layers-grid {
		grid-template-columns: 1fr;
	}

	.sfs-detail-col--wide {
		grid-column: span 1;
	}

	.sfs-nav-tabs {
		flex-wrap: wrap;
	}
}

/* Layer validation log */
.sfs-layers-badge {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap;
}

.sfs-layers-badge--pass {
	background: #d1fae5;
	color: #065f46;
}

.sfs-layers-badge--fail {
	background: #fee2e2;
	color: #991b1b;
}

.sfs-layers-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 8px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	overflow: hidden;
}

.sfs-layers-table th,
.sfs-layers-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #f3f4f6;
	text-align: left;
}

.sfs-layers-table th {
	background: #f9fafb;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.4px;
	color: #6b7280;
}

.sfs-layers-table tr:last-child td {
	border-bottom: none;
}

.sfs-layer-status {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-weight: 600;
}

.sfs-layer-status--pass    { color: #059669; }
.sfs-layer-status--fail    { color: #dc2626; }
.sfs-layer-status--skipped { color: #6b7280; }
.sfs-layer-status--not_run { color: #9ca3af; }

.sfs-layer-note {
	margin: 0 0 10px;
	padding: 8px 12px;
	background: #fffbeb;
	border-left: 3px solid #f59e0b;
	color: #92400e;
	font-size: 12px;
	border-radius: 0 4px 4px 0;
}

.sfs-ip {
	font-size: 12px;
	word-break: break-all;
}
