
img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
/*# sourceURL=wp-img-auto-sizes-contain-inline-css */



	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
/*# sourceURL=wp-emoji-styles-inline-css */


:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer." }
/*# sourceURL=wp-block-styles-placeholder-inline-css */


.svg-inline--fa {
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
/*# sourceURL=font-awesome-svg-styles-default-inline-css */


   .wp-block-font-awesome-icon svg::before,
   .wp-rich-text-font-awesome-icon svg::before {content: unset;}
/*# sourceURL=font-awesome-svg-styles-inline-css */


:root { --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer." }
/*# sourceURL=wp-global-styles-placeholder-inline-css */


				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
				.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
					background-image: none !important;
				}
				@media screen and (max-height: 1024px) {
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
				@media screen and (max-height: 640px) {
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
					.e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
						background-image: none !important;
					}
				}
			

.table-wrapper {
  overflow-x: auto;            /* Enable horizontal scrolling */
  max-width: 100%;             /* Limit to container width */
  background-color: transparent;   /* Deep navy background */
}

.table-wrapper::-webkit-scrollbar {
  height: 8px;
}

.table-wrapper::-webkit-scrollbar-thumb {
  background-color: #f99926;   /* Warm orange thumb */
  border-radius: 4px;
}

.table-wrapper::-webkit-scrollbar-track {
  background-color: #080F1B;   /* Deep navy track */
}

[class*="-table"] {
  border: 1px solid transparent;
  border-radius: 4px !important;
  box-shadow: none !important;
}

[class^="-step"] {
	box-shadow: none !important;
	border-radius: 8px !important;
	padding: 20px 20px 0px 70px !important;
}

.elementor-post-info__terms-list-item {
  display: inline-block;
  padding: 4px 12px;
  background-color: #121B2A;
  color: white !important;
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 8px),
    calc(100% - 8px) 100%,
    0 100%
  );
}

[class$="-step"] > [class$="-step-title"] {
  margin-bottom: 8px !important;
}

[class$="-step"] > [class$="-step-content"] > p {
  margin-block-start: -0.5em;
  margin-block-end: 0.5em;
}

[class$="-step"]::before {
  top: 32px !important;
}

[class$="-card"] {
	border-radius: 4px !important;
}

pre {
	margin-block: 1rem;
}

[class*="command-content"] {
	padding: 2px 16px !important;
	margin-bottom: -24px !important;
}

.cmd-content, .config-content {
	padding: 2px 16px !important;
	margin-bottom: -24px !important;
}
 

[class$="-grid"] > [class$="-card"] {
  padding: 20px !important;
	border-radius: 4px !important;
	height: fit-content !important;
/* 	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center; */
}


[class$="-grid"] > [class$="-card"] > [class$="value"] {
	margin-bottom: 10px !important;
}

[class$="-grid"] > [class$="-card"] > [class$="label"] {
 	margin-top: 0px !important;
	margin-bottom: 4px !important;
	line-height:normal !important;
}

[class$="-grid"] > [class$="-card"] > [class$="status"] {
 	margin-top: 0px !important;
	margin-bottom: -2px !important;
	line-height:normal !important;
}

[class$="-grid"] > [class$="-card"] > [class$="context"] {
 	margin-top: 0px !important;
	margin-bottom: -2px !important;
	line-height:normal !important;
}

.network-test-grid > .network-test-item {
	padding: 20px !important;
	border-radius: 4px !important;
	height: fit-content !important;
}

.network-test-grid > .network-test-item > .network-test-label {
	margin-top: 0px !important;
	margin-bottom: -2px !important;
	line-height:normal !important;
}

[class*="nav-tile"] {
	display: flex !important;
	flex-direction: column !important;
	text-align: center !important;
	border-radius: 4px !important;
	justify-content: center !important;
}

[class*="nav-icon"] {
    margin-bottom: 18px !important;
    margin-top: 10px !important;
}

[class*="nav-title"] {
	margin-bottom: 4px !important;
}

[class*="nav-desc"] {
	line-height: normal !important;
}

.aioseo-faq-block-question {
	cursor: pointer;
    padding: 13px 19px 13px 18px !important;
}

.aioseo-faq-block-question::before {
    transform-origin: center calc(50% + 5px) !important;
    vertical-align: middle !important;
    position: relative !important;
    top: -6px !important;
}

.aioseo-faq-block-answer {
	padding: 0 19px 0px 34px !important;}

code,
pre {
  white-space: pre-wrap;     /* allow wrapping */
  word-break: break-all;     /* break inside long tokens */
}

/* ====================================
   CATEGORY PAGE STYLES - SCOPED
   ==================================== */

/* Main Container */
body.category .site-main {
  max-width: 1400px;
  margin: 0 auto;
  padding: 60px 40px;
  position: relative;
}

/* Page Header */
body.category .page-header {
  margin-bottom: 70px;
  position: relative;
  padding-bottom: 35px;
  display: flex;
  align-items: center;
  gap: 20px;
}

body.category .page-header::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  height: 4px;
  background: linear-gradient(90deg, #F99926 0%, #ff7b00 50%, rgba(249, 153, 38, 0) 100%);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(249, 153, 38, 0.4);
}

body.category .page-header .entry-title {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  position: relative;
}

body.category .page-header .entry-title::before {
  content: '//';
  position: absolute;
  left: -50px;
  color: #F99926;
  opacity: 0.3;
  font-weight: 400;
}

body.category .page-header .entry-title span {
  color: #F99926;
  position: relative;
  display: inline-block;
  animation: glow 3s ease-in-out infinite;
  text-shadow: 0 0 30px rgba(249, 153, 38, 0.4);
}

@keyframes glow {
  0%, 100% {
    text-shadow: 0 0 20px rgba(249, 153, 38, 0.3), 0 0 40px rgba(249, 153, 38, 0.1);
  }
  50% {
    text-shadow: 0 0 30px rgba(249, 153, 38, 0.6), 0 0 60px rgba(249, 153, 38, 0.2);
  }
}

/* Page Content Grid */
body.category .page-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 45px;
  position: relative;
}

@media (max-width: 1100px) {
  body.category .page-content {
    grid-template-columns: 1fr;
  }
}

/* Article Cards */
body.category .post {
  background: 
    linear-gradient(135deg, rgba(249, 153, 38, 0.04) 0%, rgba(8, 15, 27, 0.95) 100%),
    linear-gradient(180deg, #0a1220 0%, #080f1b 100%);
  border: 1px solid rgba(249, 153, 38, 0.15);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  backdrop-filter: blur(10px);
}

/* Corner Accents */
body.category .post::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: 
    linear-gradient(135deg, transparent 40%, rgba(249, 153, 38, 0.1) 40%, rgba(249, 153, 38, 0.1) 50%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 3;
}

body.category .post::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(135deg, rgba(249, 153, 38, 0.3), transparent 30%, transparent 70%, rgba(249, 153, 38, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  border-radius: 20px;
}

body.category .post:hover {
  transform: translateY(-10px) scale(1.01);
  border-color: rgba(249, 153, 38, 0.5);
  box-shadow: 
    0 25px 70px rgba(249, 153, 38, 0.2),
    0 10px 40px rgba(249, 153, 38, 0.15),
    inset 0 1px 0 rgba(249, 153, 38, 0.2);
}

body.category .post:hover::before,
body.category .post:hover::after {
  opacity: 1;
}

/* Image Container */
body.category .post a[href]:first-of-type {
  display: block;
  position: relative;
  overflow: hidden;
  background: #0a1220;
}

body.category .post a[href]:first-of-type::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: 
    linear-gradient(180deg, transparent 60%, rgba(8, 15, 27, 0.4) 100%),
    radial-gradient(circle at 30% 50%, rgba(249, 153, 38, 0.08), transparent 60%);
  z-index: 1;
  transition: all 0.5s ease;
  pointer-events: none;
}

body.category .post:hover a[href]:first-of-type::after {
  background: 
    linear-gradient(180deg, transparent 60%, rgba(8, 15, 27, 0.3) 100%),
    radial-gradient(circle at 30% 50%, rgba(249, 153, 38, 0.12), transparent 60%);
}

/* Image Shimmer Effect */
body.category .post a[href]:first-of-type::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(249, 153, 38, 0.15), transparent);
  transform: rotate(25deg);
  z-index: 2;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

body.category .post:hover a[href]:first-of-type::before {
  left: 120%;
  opacity: 1;
}

body.category .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1), filter 0.5s ease;
  display: block;
  filter: brightness(1) saturate(1);
}

body.category .post:hover .wp-post-image {
  transform: scale(1.1) rotate(1deg);
  filter: brightness(1.05) saturate(1.15);
}

/* Entry Title */
body.category .post .entry-title {
  margin: 0;
  padding: 32px 32px 20px;
  position: relative;
  z-index: 2;
}

body.category .post .entry-title a {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  display: inline;
  background-image: linear-gradient(90deg, #F99926 0%, #ff7b00 100%);
  background-size: 0% 3px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

body.category .post .entry-title a::after {
  content: '→';
  margin-left: 8px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #F99926;
  font-weight: 400;
}

body.category .post:hover .entry-title a {
  color: #F99926;
  background-size: 100% 3px;
  text-shadow: 0 0 20px rgba(249, 153, 38, 0.4);
}

body.category .post:hover .entry-title a::after {
  opacity: 1;
  transform: translateX(0);
}

/* Description Paragraph */
body.category .post p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0;
  padding: 0 32px 32px;
  position: relative;
  z-index: 2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Top Accent Bar */
body.category .post .entry-title::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 10px;
  width: 50px;
  height: 4px;
  background: linear-gradient(90deg, #F99926, #ff7b00);
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(249, 153, 38, 0.5);
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

body.category .post:hover .entry-title::before {
  opacity: 1;
  transform: translateX(0);
}

/* Subtle Scan Line Effect */
body.category .post .entry-title::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(249, 153, 38, 0.5), transparent);
  opacity: 0;
  animation: scan 3s linear infinite;
}

body.category .post:hover .entry-title::after {
  opacity: 0.3;
}

@keyframes scan {
  0% { transform: translateY(0); }
  100% { transform: translateY(60px); }
}

/* Responsive Design */
@media (max-width: 768px) {
  body.category .site-main {
    padding: 40px 20px;
  }

  body.category .page-header .entry-title {
    font-size: 2.2rem;
  }

  body.category .page-header .entry-title::before {
    left: -30px;
  }

  body.category .post .entry-title a {
    font-size: 1.5rem;
  }

  body.category .post .entry-title,
  body.category .post p {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.category .page-content {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}

/* Loading Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.category .post {
  animation: fadeInUp 0.7s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

body.category .post:nth-child(1) { animation-delay: 0.1s; }
body.category .post:nth-child(2) { animation-delay: 0.2s; }
body.category .post:nth-child(3) { animation-delay: 0.3s; }
body.category .post:nth-child(4) { animation-delay: 0.4s; }
body.category .post:nth-child(5) { animation-delay: 0.5s; }
body.category .post:nth-child(6) { animation-delay: 0.6s; }

/* Enhanced Background Pattern */
body.category .site-main::before {
  content: '';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  height: 600px;
  background: 
    radial-gradient(circle at 15% 30%, rgba(249, 153, 38, 0.1) 0%, transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(249, 153, 38, 0.06) 0%, transparent 40%),
    radial-gradient(circle at 50% 50%, rgba(249, 153, 38, 0.03) 0%, transparent 60%);
  pointer-events: none;
  z-index: -1;
  animation: ambientPulse 10s ease-in-out infinite;
}

@keyframes ambientPulse {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

/* Grid Pattern Overlay */
body.category .site-main::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    linear-gradient(rgba(249, 153, 38, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(249, 153, 38, 0.02) 1px, transparent 1px);
  background-size: 30px 30px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.4;
}

/* ====================================
   CATEGORY DESCRIPTION - FULL ROW PANEL
   ==================================== */

body.category .page-content > #hone-category-description,
body.category .page-content > .hone-category-description {
  /* Take the full width of the grid row */
  grid-column: 1 / -1;

  /* Panel styling to match cards (slightly softer) */
  display: block;
  margin: 0; /* grid gap controls spacing */
  padding: 28px 32px;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(249, 153, 38, 0.06) 0%, rgba(8, 15, 27, 0.93) 100%),
    linear-gradient(180deg, #0a1220 0%, #080f1b 100%);
  border: 1px solid rgba(249, 153, 38, 0.18);
  box-shadow:
    0 20px 60px rgba(249, 153, 38, 0.15),
    0 6px 24px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(249, 153, 38, 0.15);
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(8px);
  animation: fadeInUp 0.6s cubic-bezier(0.4, 0, 0.2, 1) backwards;
}

/* Small top accent bar to echo card/title motif */
body.category .page-content > #hone-category-description::before,
body.category .page-content > .hone-category-description::before {
  content: '';
  position: absolute;
  left: 32px;
  top: 12px;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #F99926, #ff7b00);
  border-radius: 2px;
  box-shadow: 0 0 10px rgba(249, 153, 38, 0.5);
  opacity: 0.9;
}

/* Text styling inside the panel */
body.category #hone-category-description p,
body.category .hone-category-description p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.12rem;
  line-height: 1.85;
  margin: 0;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

/* Space between paragraphs */
body.category #hone-category-description p + p,
body.category .hone-category-description p + p {
  margin-top: 12px;
}

/* Links inside the description: subtle gradient underline and hover glow */
body.category #hone-category-description a,
body.category .hone-category-description a {
  color: #F99926;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 2px;
  background-position: left 100%;
  background-repeat: no-repeat;
  transition: color 0.3s ease, background-size 0.35s ease;
}
body.category #hone-category-description a:hover,
body.category .hone-category-description a:hover {
  color: #ff9a3a;
  background-size: 100% 2px;
  text-shadow: 0 0 14px rgba(249,153,38,0.35);
}

/* Lists (if you ever add them in the description) */
body.category #hone-category-description ul,
body.category .hone-category-description ul,
body.category #hone-category-description ol,
body.category .hone-category-description ol {
  margin: 0.75rem 0 0 1.25rem;
  color: rgba(255,255,255,0.85);
}
body.category #hone-category-description li,
body.category .hone-category-description li {
  padding-left: 0.2rem;
  margin: 0.25rem 0;
}

/* Make it comfy on smaller screens */
@media (max-width: 768px) {
  body.category .page-content > #hone-category-description,
  body.category .page-content > .hone-category-description {
    padding: 22px 24px;
    border-radius: 16px;
  }
  body.category .page-content > #hone-category-description::before,
  body.category .page-content > .hone-category-description::before {
    left: 24px;
    top: 10px;
    width: 50px;
  }
  body.category #hone-category-description p,
  body.category .hone-category-description p {
    font-size: 1.05rem;
    line-height: 1.75;
  }
}

