/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./resources/scss/pages/_single.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.single-post {
  background: #f8fafc;
  margin-top: 0;
  padding-top: 60px;
}

body.single {
  margin: 0;
  padding: 0;
}

.header {
  margin-top: 0;
  padding-top: 0;
}

.post-content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.post-content-wrapper .post-breadcrumb {
  grid-column: 1/-1;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.post-content-wrapper .post-breadcrumb a {
  color: #374151 !important;
  text-decoration: none;
  font-weight: 500;
}

.post-content-wrapper .post-breadcrumb a:hover {
  color: #3b82f6 !important;
}

.post-content-wrapper .post-breadcrumb .breadcrumb-sep {
  margin: 0 8px;
  color: #6b7280 !important;
}

.post-content-wrapper .post-breadcrumb .breadcrumb-current {
  color: #111827 !important;
  font-weight: 600;
}

.post-content-wrapper .content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: start;
}

@media (max-width: 968px) {
  .post-content-wrapper .content-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 968px) {
  .post-content-wrapper {
    padding-bottom: 60px;
  }
}
.post-main-content {
  background: white;
  border-radius: 16px;
  padding: 48px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 768px) {
  .post-main-content {
    padding: 32px 24px;
    border-radius: 12px;
  }
}
.entry-content {
  color: #1f2937;
  line-height: 1.7;
  font-size: 1.125rem;
}

.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  color: #111827;
  font-weight: 700;
  margin: 2.5rem 0 1rem 0;
  line-height: 1.3;
}

.entry-content h2 {
  font-size: 2rem;
  border-bottom: 3px solid #3b82f6;
  padding-bottom: 12px;
  margin-top: 3rem;
}

@media (max-width: 768px) {
  .entry-content h2 {
    font-size: 1.5rem;
  }
}
.entry-content h3 {
  font-size: 1.5rem;
  color: #2563eb;
  position: relative;
}

.entry-content h3::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: #3b82f6;
  border-radius: 2px;
}

@media (max-width: 768px) {
  .entry-content h3 {
    font-size: 1.25rem;
  }
  .entry-content h3::before {
    left: -12px;
  }
}
.entry-content h4 {
  font-size: 1.25rem;
  color: #111827;
}

.entry-content p {
  margin-bottom: 1.5rem;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content p.lead {
  font-size: 1.25rem;
  color: #374151;
  font-weight: 500;
  margin-bottom: 2rem;
  padding-left: 16px;
  border-left: 4px solid #3b82f6;
  background: #f1f5f9;
  padding: 20px;
  border-radius: 8px;
}

.entry-content ul, .entry-content ol {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

.entry-content ul li, .entry-content ol li {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.entry-content ul li::marker, .entry-content ol li::marker {
  color: #3b82f6;
  font-weight: 600;
}

.entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
  margin: 0.5rem 0;
}

.entry-content a {
  color: #3b82f6;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.entry-content a:hover {
  color: #1d4ed8;
  border-bottom-color: #3b82f6;
}

.entry-content code {
  font-family: "Monaco", "Consolas", monospace;
  background: #f1f5f9;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  padding: 2px 6px;
  font-size: 0.9em;
  color: #1d4ed8;
  font-weight: 500;
}

.entry-content pre {
  background: #111827;
  color: #f8fafc;
  padding: 24px;
  overflow-x: auto;
  margin: 2rem 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.entry-content pre code {
  background: none;
  border: none;
  padding: 0;
  color: #f8fafc;
  font-weight: normal;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  margin: 2rem 0;
  transition: transform 0.3s ease;
}

.entry-content img:hover {
  transform: scale(1.02);
}

.entry-content blockquote {
  margin: 2.5rem 0;
  padding: 32px;
  background: linear-gradient(135deg, #f1f5f9 0%, white 100%);
  border-left: 6px solid #3b82f6;
  border-radius: 12px;
  font-style: italic;
  font-size: 1.25rem;
  color: #374151;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  position: relative;
}

.entry-content blockquote::before {
  content: '"';
  font-size: 4rem;
  color: #3b82f6;
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: Georgia, serif;
  opacity: 0.3;
}

.entry-content blockquote p {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.entry-content blockquote cite {
  display: block;
  margin-top: 16px;
  font-size: 1rem;
  color: #6b7280;
  font-style: normal;
  font-weight: 600;
}

.entry-content blockquote cite::before {
  content: "— ";
  color: #3b82f6;
}

.post-sidebar {
  position: relative;
}

@media (max-width: 968px) {
  .post-sidebar {
    display: none !important;
  }
}
.ad-container {
  background: white;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
  transition: all 0.3s ease;
}

.ad-container:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.ad-container:last-child {
  margin-bottom: 0;
}

.ad-label {
  font-size: 0.75rem;
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 600;
}

.course-cta {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  text-align: center;
}

.course-cta .ad-label {
  color: rgba(255, 255, 255, 0.8);
}

.course-cta .cta-headline {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: white;
}

.course-cta .cta-description {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  line-height: 1.6;
}

.course-cta .hero-stats {
  margin: 20px 0;
  display: flex;
  justify-content: space-around;
}

.course-cta .hero-stats .stat {
  text-align: center;
}

.course-cta .hero-stats .stat-number {
  color: white;
  font-size: 1.5rem;
  display: block;
  font-weight: 700;
}

.course-cta .hero-stats .stat-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
}

.course-cta .price-info {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  padding: 12px;
  border-radius: 8px;
  text-align: center;
  margin: 16px 0;
}

.course-cta .price-info .price-original {
  font-size: 0.9rem;
  text-decoration: line-through;
  opacity: 0.7;
}

.course-cta .price-info .price-current {
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 8px;
}

.course-cta .price-info .price-save {
  font-size: 0.85rem;
  margin-top: 4px;
}

.course-cta .cta-button {
  background: white;
  color: #3b82f6;
  padding: 16px 24px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  margin-top: 16px;
  transition: all 0.2s ease;
}

.course-cta .cta-button:hover {
  background: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.course-cta .trust-indicators {
  margin-top: 16px;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
}

.newsletter-signup {
  background: linear-gradient(135deg, #10b981 0%, #059669 100%);
  color: white;
  text-align: center;
}

.newsletter-signup .ad-label {
  color: rgba(255, 255, 255, 0.8);
}

.newsletter-signup h3 {
  color: white;
  margin-bottom: 12px;
  font-size: 1.125rem;
  font-weight: 600;
}

.newsletter-signup p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  font-size: 0.9rem;
  line-height: 1.5;
}

.newsletter-signup .newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.newsletter-signup .newsletter-form input[type=email] {
  padding: 14px 16px;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.2s ease;
}

.newsletter-signup .newsletter-form input[type=email]:focus {
  outline: 3px solid rgba(255, 255, 255, 0.3);
  transform: translateY(-1px);
}

.newsletter-signup .newsletter-form input[type=email]::-moz-placeholder {
  color: #9ca3af;
}

.newsletter-signup .newsletter-form input[type=email]::placeholder {
  color: #9ca3af;
}

.newsletter-signup .newsletter-form button {
  background: white;
  color: #10b981;
  padding: 14px 20px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
}

.newsletter-signup .newsletter-form button:hover:not(:disabled) {
  background: #f1f5f9;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.newsletter-signup .newsletter-form button:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.related-posts .section-title {
  font-size: 1.125rem;
  color: #111827;
  margin-bottom: 20px;
  font-weight: 600;
}

.related-post-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #f3f4f6;
  transition: all 0.2s ease;
}

.related-post-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.related-post-item:hover {
  transform: translateX(4px);
}

.related-post-item .post-thumbnail {
  width: 64px;
  height: 64px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
}

.related-post-item .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  transition: transform 0.3s ease;
}

.related-post-item .post-info {
  flex: 1;
}

.related-post-item .post-info h4 {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 6px;
  line-height: 1.4;
}

.related-post-item .post-info h4 a {
  color: inherit;
  text-decoration: none;
}

.related-post-item .post-info h4 a:hover {
  color: #3b82f6;
}

.related-post-item .post-info .post-date {
  font-size: 0.8rem;
  color: #9ca3af;
  font-weight: 500;
}

.post-tags {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 2px solid #f3f4f6;
}

.post-tags .tags-label {
  display: block;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 16px;
  font-weight: 600;
}

.post-tags a {
  display: inline-block;
  background: linear-gradient(135deg, #f1f5f9 0%, white 100%);
  color: #374151;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 0.85rem;
  margin: 0 8px 8px 0;
  text-decoration: none;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
  font-weight: 500;
}

.post-tags a:hover {
  background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  color: white;
  border-color: #3b82f6;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3);
}

.author-bio {
  background: linear-gradient(135deg, #f1f5f9 0%, white 100%);
  border-radius: 16px;
  padding: 32px;
  margin-top: 48px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.author-bio .author-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.author-bio .author-header .author-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
  font-size: 1.75rem;
  box-shadow: 0 4px 20px rgba(59, 130, 246, 0.3);
}

.author-bio .author-header .author-info h4 {
  font-size: 1.25rem;
  color: #111827;
  margin: 0 0 6px 0;
  font-weight: 700;
}

.author-bio .author-header .author-info p {
  color: #6b7280;
  font-size: 0.9rem;
  margin: 0;
  font-weight: 500;
}

.author-bio .author-description {
  color: #374151;
  font-size: 1rem;
  line-height: 1.6;
}

.social-share {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 2px solid #f3f4f6;
}

.social-share .share-title {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 16px;
  font-weight: 600;
}

.social-share .share-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.social-share .share-buttons .share-btn {
  padding: 10px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.social-share .share-buttons .share-btn.twitter {
  background: #1da1f2;
  color: white;
}

.social-share .share-buttons .share-btn.twitter:hover {
  background: #1a91da;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(29, 161, 242, 0.4);
}

.social-share .share-buttons .share-btn.facebook {
  background: #4267b2;
  color: white;
}

.social-share .share-buttons .share-btn.facebook:hover {
  background: #365899;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(66, 103, 178, 0.4);
}

.social-share .share-buttons .share-btn.linkedin {
  background: #0077b5;
  color: white;
}

.social-share .share-buttons .share-btn.linkedin:hover {
  background: #005885;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 119, 181, 0.4);
}

.social-share .share-buttons .share-btn.copy-link {
  background: #6b7280;
  color: white;
}

.social-share .share-buttons .share-btn.copy-link:hover {
  background: #374151;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(107, 114, 128, 0.4);
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 968px) {
  .fade-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
}
.post-navigation-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .post-navigation-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.post-navigation-wrapper .nav-links {
  display: contents;
}

.post-navigation-wrapper .nav-previous,
.post-navigation-wrapper .nav-next {
  background: white;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e5e7eb;
  transition: all 0.3s ease;
}

.post-navigation-wrapper .nav-previous:hover,
.post-navigation-wrapper .nav-next:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.post-navigation-wrapper .nav-previous a,
.post-navigation-wrapper .nav-next a {
  text-decoration: none;
  color: inherit;
}

.post-navigation-wrapper .nav-previous a .nav-direction,
.post-navigation-wrapper .nav-next a .nav-direction {
  font-size: 0.8rem;
  color: #6b7280;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  margin-bottom: 8px;
}

.post-navigation-wrapper .nav-previous a .nav-title,
.post-navigation-wrapper .nav-next a .nav-title {
  font-size: 1.1rem;
  color: #111827;
  font-weight: 600;
  line-height: 1.4;
}

.post-navigation-wrapper .nav-next {
  text-align: right;
}

@media print {
  .post-sidebar,
  .social-share,
  .ad-container {
    display: none !important;
  }
  .post-content-wrapper {
    grid-template-columns: 1fr;
  }
  .entry-content {
    font-size: 12pt;
    line-height: 1.5;
  }
  .entry-content a {
    color: #111827 !important;
    text-decoration: underline;
  }
}
@media (max-width: 768px) {
  .main-container {
    flex-direction: column;
  }
  .main-container .sidebar {
    display: none;
  }
  .main-container .content-area {
    flex: 1;
  }
}

/*# sourceMappingURL=single.css.map*/