/* Admin Help Pages CSS */

/* --- help-partials/locations.php --- */
.lbite-help-section {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 20px;
}

.lbite-help-article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.lbite-help-article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.lbite-help-article h3 {
	margin-top: 0;
}

.lbite-help-article table {
	margin: 15px 0;
}

.lbite-help-tip {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #fff8e5;
	padding: 12px;
	border-radius: 4px;
	border-left: 3px solid #dba617;
	margin-top: 15px;
}

.lbite-help-tip .dashicons {
	color: #dba617;
}

.lbite-help-tip p {
	margin: 0;
}


/* --- help-partials/orders.php --- */
.lbite-help-section {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 20px;
}

.lbite-help-article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.lbite-help-article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.lbite-help-article h3 {
	margin-top: 0;
}

.lbite-help-article h4 {
	margin-top: 20px;
}

.lbite-help-article table {
	margin: 15px 0;
}

.lbite-status-badge {
	display: inline-block;
	padding: 3px 8px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 500;
}

.lbite-status-incoming {
	background: #fef3cd;
	color: #856404;
}

.lbite-status-preparing {
	background: #cce5ff;
	color: #004085;
}

.lbite-status-ready {
	background: #d4edda;
	color: #155724;
}

.lbite-status-completed {
	background: #e2e3e5;
	color: #383d41;
}

.lbite-help-tip,
.lbite-help-notice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px;
	border-radius: 4px;
	margin-top: 15px;
}

.lbite-help-tip {
	background: #fff8e5;
	border-left: 3px solid #dba617;
}

.lbite-help-tip .dashicons {
	color: #dba617;
}

.lbite-help-notice {
	background: #f0f6fc;
	border-left: 3px solid #2271b1;
}

.lbite-help-notice .dashicons {
	color: #2271b1;
}

.lbite-help-tip p,
.lbite-help-notice p {
	margin: 0;
}


/* --- help-partials/products.php --- */
.lbite-help-section {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 20px;
}

.lbite-help-article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.lbite-help-article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.lbite-help-article h3 {
	margin-top: 0;
}

.lbite-help-article h4 {
	margin-top: 20px;
}

.lbite-help-tip {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #fff8e5;
	padding: 12px;
	border-radius: 4px;
	border-left: 3px solid #dba617;
	margin-top: 15px;
}

.lbite-help-tip .dashicons {
	color: #dba617;
}

.lbite-help-tip p {
	margin: 0;
}


/* --- help-partials/settings.php --- */
.lbite-help-section {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 20px;
}

.lbite-help-article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.lbite-help-article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.lbite-help-article h3 {
	margin-top: 0;
}

.lbite-help-article table {
	margin: 15px 0;
}

.lbite-help-tip {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #fff8e5;
	padding: 12px;
	border-radius: 4px;
	border-left: 3px solid #dba617;
	margin-top: 15px;
}

.lbite-help-tip .dashicons {
	color: #dba617;
}

.lbite-help-tip p {
	margin: 0;
}


/* --- help-partials/support.php --- */
.lbite-help-section {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 20px;
}

.lbite-help-article {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eee;
}

.lbite-help-article h3 {
	margin-top: 0;
}

.lbite-support-card {
	background: #f6f7f7;
	border-radius: 4px;
	padding: 20px;
}

.lbite-support-info {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 20px;
}

.lbite-support-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.lbite-support-item .dashicons {
	color: #2271b1;
	font-size: 24px;
	width: 24px;
	height: 24px;
}

.lbite-support-item strong {
	display: block;
	margin-bottom: 4px;
}

.lbite-support-item a {
	text-decoration: none;
}

.lbite-support-item a:hover {
	text-decoration: underline;
}

.lbite-billing-notice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #fff8e5;
	padding: 12px;
	border-radius: 4px;
	border-left: 3px solid #dba617;
	margin-top: 20px;
}

.lbite-billing-notice .dashicons {
	color: #dba617;
	flex-shrink: 0;
}

.lbite-billing-notice p {
	margin: 0;
}

.lbite-custom-text {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd;
}

.lbite-faq-item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.lbite-faq-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.lbite-faq-item h4 {
	margin-top: 0;
	margin-bottom: 8px;
	color: #1d2327;
}

.lbite-faq-item p {
	margin: 0;
	color: #50575e;
}


/* --- help-admin.php --- */
.lbite-help-wrap {
	max-width: 1200px;
}

.lbite-help-content {
	margin-top: 20px;
}

.lbite-help-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 20px;
}

.lbite-help-card {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 20px;
}

.lbite-help-card h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.lbite-help-card h2 .dashicons {
	color: #2271b1;
}

.lbite-help-card ul {
	margin-left: 20px;
}

.lbite-help-card li {
	margin-bottom: 8px;
}

.lbite-help-quickstart {
	grid-column: 1 / -1;
	background: linear-gradient(135deg, #f0f6fc 0%, #fff 100%);
	border-color: #2271b1;
}

.lbite-quick-links {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.lbite-quick-links .button {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.lbite-help-support {
	background: #f6f7f7;
}

.lbite-support-info p {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 10px 0;
}

.lbite-support-info .dashicons {
	color: #2271b1;
}

.lbite-billing-notice {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	background: #fff8e5;
	padding: 12px;
	border-radius: 4px;
	border-left: 3px solid #dba617;
	margin-top: 15px;
}

.lbite-billing-notice .dashicons {
	color: #dba617;
	flex-shrink: 0;
}

@media screen and (max-width: 782px) {
	.lbite-help-grid {
		grid-template-columns: 1fr;
	}

	.lbite-help-quickstart {
		grid-column: 1;
	}
}


/* --- help-staff.php --- */
.lbite-help-wrap {
	max-width: 1200px;
}

.lbite-help-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 20px;
	margin-top: 20px;
}

.lbite-help-card {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 20px;
}

.lbite-help-card h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.lbite-help-card h2 .dashicons {
	color: #2271b1;
}

.lbite-help-card h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 14px;
}

.lbite-help-card ol,
.lbite-help-card ul {
	margin-left: 20px;
}

.lbite-help-card li {
	margin-bottom: 8px;
}

.lbite-help-quickstart {
	grid-column: 1 / -1;
	background: linear-gradient(135deg, #f0f6fc 0%, #fff 100%);
	border-color: #2271b1;
}

.lbite-quick-links {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.lbite-quick-links .button {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.lbite-help-tip {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	background: #fff8e5;
	padding: 12px;
	border-radius: 4px;
	margin-top: 15px;
}

.lbite-help-tip .dashicons {
	color: #dba617;
	flex-shrink: 0;
}

.lbite-help-tip p {
	margin: 0;
}

.lbite-help-support {
	background: #f6f7f7;
}

.lbite-support-info p {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 10px 0;
}

.lbite-support-info .dashicons {
	color: #2271b1;
}

.lbite-billing-notice {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	background: #fff8e5;
	padding: 12px;
	border-radius: 4px;
	border-left: 3px solid #dba617;
	margin-top: 15px;
}

.lbite-billing-notice .dashicons {
	color: #dba617;
	flex-shrink: 0;
}

.lbite-custom-text {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #ddd;
}

@media screen and (max-width: 782px) {
	.lbite-help-grid {
		grid-template-columns: 1fr;
	}

	.lbite-help-quickstart {
		grid-column: 1;
	}
}


/* --- help-superadmin.php --- */
.lbite-help-wrap {
	max-width: 1200px;
}

.lbite-help-content {
	margin-top: 20px;
}

.lbite-help-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
	gap: 20px;
}

.lbite-help-card {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 20px;
}

.lbite-help-card h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.lbite-help-card h2 .dashicons {
	color: #2271b1;
}

.lbite-help-quickstart {
	grid-column: 1 / -1;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: #fff;
	border: none;
}

.lbite-help-quickstart h2 {
	color: #fff;
	border-bottom-color: rgba(255,255,255,0.2);
}

.lbite-help-quickstart h2 .dashicons {
	color: #fff;
}

.lbite-quick-links {
	display: flex;
	gap: 10px;
	margin-top: 15px;
	flex-wrap: wrap;
}

.lbite-quick-links .button {
	display: inline-flex;
	align-items: center;
	gap: 5px;
}

.lbite-help-section {
	background: #fff;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	padding: 20px;
}

.lbite-help-article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.lbite-help-article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.lbite-help-article h3 {
	margin-top: 0;
}

.lbite-help-article table {
	margin: 15px 0;
}

.lbite-help-article pre {
	background: #f6f7f7;
	padding: 15px;
	border-radius: 4px;
	overflow-x: auto;
}

.lbite-status-enabled {
	color: #00a32a;
	font-weight: 500;
}

.lbite-status-disabled {
	color: #d63638;
}

.lbite-faq-item {
	margin-bottom: 20px;
	padding: 15px;
	background: #f6f7f7;
	border-radius: 4px;
}

.lbite-faq-item h4 {
	margin-top: 0;
	margin-bottom: 10px;
}

.lbite-faq-item p {
	margin: 5px 0;
}

.lbite-help-notice {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px;
	border-radius: 4px;
	margin-top: 15px;
	background: #f0f6fc;
	border-left: 3px solid #2271b1;
}

.lbite-help-notice .dashicons {
	color: #2271b1;
}

.lbite-help-warning {
	background: #fcf0f1;
	border-left-color: #d63638;
}

.lbite-help-warning .dashicons {
	color: #d63638;
}

.lbite-help-notice p {
	margin: 0;
}

.lbite-help-support {
	background: #f6f7f7;
}

@media screen and (max-width: 782px) {
	.lbite-help-grid {
		grid-template-columns: 1fr;
	}

	.lbite-help-quickstart {
		grid-column: 1;
	}
}

