/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 24 2026 | 14:12:11 */
.pxl-post__content li p {
	display: inline;
}

h2 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 2rem 0 1rem 0;
  color: #2d3748;
  border-left: 4px solid #52B788;
  padding-left: 1rem;
letter-spacing: 0;
}

h3 {
	letter-spacing: 0;
}

ul,
ol {
  margin: 1rem 0;
  padding-left: 2rem;
}

li {
  margin-bottom: 0.5rem;

}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.5rem 0 0.75rem 0;
    color: var(--brand-accent);
}

em {
  font-style: italic;
  color: #5a67d8;
}


strong {
  color: #2d3748;
  font-weight: 600;
}

.autoseo-infographic-container .keyword-highlight,
.autoseo-infographic-container strong,
.pxl-post__content strong {
  background-color: #fef08a;
  padding: 0.1rem 0.2rem;
  border-radius: 3px;
}

.pxl-post__content p {
    margin-bottom: 1rem;
    color: #4a5568;
    font-size: 1.1rem;
}

.pxl-tabs__switch {
    display: none !important;
}

.key-takeaways {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    border-left: 4px solid #0ea5e9;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
    overflow: hidden;
    clear: both;
    display: block;
}

 .table-of-contents {
    background: linear-gradient(135deg, #faf5ff 0%, #f3e8ff 100%);
    border: 1px solid #e9d5ff;
    border-left: 4px solid #a855f7;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 8px;
}

 .table-of-contents ul
{
    list-style-type: none;
}

 .table-of-contents li {
    margin-bottom: 0.5rem;
    padding-left: 1.25rem;
    position: relative;
}

.table-of-contents li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #a855f7;
}

 .table-of-contents a {
    color: #6d28d9;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}