/*
Theme Name:   Twenty Twenty Mithyos
Template:     twentytwenty
Version:      1.0
Description:  Mithyos child theme — adds Leadership Toolkit page templates only. No existing styles or content are modified.
*/

html,
body,
.site,
.site-main,
.singular .entry-content,
.singular .entry-header {
  background-color: #1b154e !important;
}

/* Make primary menu span full width */
.primary-menu-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
  z-index: 99;
}

/* Remove Elementor page-specific side gutters on the homepage */
body.elementor-page-134 {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Remove generic default page body padding on toolkit pages */
body.page-template-default,
body.page-id-134,
body.page-id-138,
body.page-id-140,
body.page-id-142,
body.page-id-146,
body.page-id-148,
body.page-id-150,
body.page-id-152,
body.page-id-154,
body.page-id-156,
body.page-id-158,
body.page-id-160,
body.page-id-162,
body.page-id-164,
body.page-id-166 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Compact luxury footer shared by WordPress and membership pages. */
.mithyos-footer-links-band {
  border-top: 1px solid rgba(238, 207, 152, .16);
  background: #16103f;
}

.mithyos-footer-links-inner,
 .mithyos-footer-inner {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.mithyos-footer-links-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 48px;
}

.mithyos-footer-links-nav ul,
.mithyos-footer-social ul,
.mithyos-footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.mithyos-footer-links-nav a,
.mithyos-footer-social a {
  color: rgba(243, 241, 234, .62);
  font-size: 10px;
  letter-spacing: .14em;
  text-decoration: none;
  text-transform: uppercase;
}

.mithyos-footer-links-nav a:hover,
.mithyos-footer-social a:hover {
  color: #EECF98;
}

.mithyos-site-footer {
  border-top: 1px solid rgba(238, 207, 152, .22);
  background: #1b154e;
  color: #f3f1ea;
}

.mithyos-footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: end;
  min-height: 68px;
  padding: 0;
  box-sizing: border-box;
}

.mithyos-footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  align-self: end;
}

.mithyos-footer-wordmark {
  color: #f3f1ea;
  font-family: 'Big Shoulders Display', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1;
  text-decoration: none;
}

.mithyos-footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: end;
}

.mithyos-footer-logo {
  display: block;
  line-height: 0;
}

.mithyos-footer-logo img {
  display: block;
  width: 52px;
  height: 52px;
  object-fit: contain;
}

.mithyos-footer-tagline,
.mithyos-footer-meta {
  color: rgba(243, 241, 234, .78);
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.mithyos-footer-movements {
  margin-top: 0;
  color: #EECF98;
  font-size: 12px;
  letter-spacing: .28em;
  line-height: 1;
  text-align: center;
}

.mithyos-footer-movements i {
  color: rgba(238, 207, 152, .45);
  font-style: normal;
  margin: 0 5px;
}

.mithyos-footer-nav {
  justify-self: center;
}

.mithyos-footer-nav a {
  color: rgba(243, 241, 234, .68);
  font-size: 10px;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.mithyos-footer-nav a:hover {
  color: #EECF98;
}

.mithyos-footer-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  align-self: end;
  justify-self: end;
}

.mithyos-footer-policy-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.mithyos-footer-policy-nav a {
  color: rgba(243, 241, 234, .72);
  font-size: 12px;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}

.mithyos-footer-policy-nav a:hover {
  color: #EECF98;
}

.mithyos-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(238, 207, 152, .4);
  color: #EECF98;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}

.mithyos-to-top:hover {
  border-color: #EECF98;
  background: rgba(238, 207, 152, .1);
}

@media (max-width: 900px) {
  .mithyos-footer-links-inner {
    width: min(100% - 40px, 1120px);
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
    text-align: center;
  }

  .mithyos-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    row-gap: 10px;
    min-height: 92px;
    padding: 0;
    text-align: center;
  }

  .mithyos-footer-brand { display: none; }
  .mithyos-footer-center { order: 1; width: 100%; }

  .mithyos-footer-meta {
    order: 2;
    align-self: center;
    justify-self: auto;
    width: 100%;
    justify-content: flex-start;
  }

  .mithyos-footer-meta { margin-top: 4px; align-items: center; }
  .mithyos-footer-policy-nav { justify-content: center; }
}

/* MITHYOS LEADERSHIP POST STYLES */
/* =============================================================================
   MITHYOS LEADERSHIP POST STYLES
   Rich, professional styling for generated leadership content
   ============================================================================= */

/* Hero Section */
.mithyos-leadership-post .leadership-hero {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
    color: white;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.mithyos-leadership-post .leadership-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

.mithyos-leadership-post .hero-overlay {
    position: relative;
    z-index: 2;
}

.mithyos-leadership-post .hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.mithyos-leadership-post .breadcrumb {
    margin-bottom: 20px;
}

.mithyos-leadership-post .category-badge {
    background: rgba(255, 107, 107, 0.2);
    border: 1px solid #ff6b6b;
    color: #ff6b6b;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.mithyos-leadership-post .hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 30px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.mithyos-leadership-post .post-meta-hero {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.mithyos-leadership-post .post-meta-hero > div {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.mithyos-leadership-post .hero-excerpt {
    font-size: 1.2rem;
    line-height: 1.6;
    max-width: 600px;
    margin: 30px auto 0;
    opacity: 0.9;
}

/* Content Wrapper */
.mithyos-leadership-post .leadership-content-wrapper {
    background: #f8f9fa;
    min-height: 100vh;
    padding: 60px 0;
}

.mithyos-leadership-post .content-sidebar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 40px;
    align-items: start;
}

/* Main Content */
.mithyos-leadership-post .main-content {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

/* Insight Boxes */
.mithyos-leadership-post .insights-box,
.mithyos-leadership-post .strategy-box,
.mithyos-leadership-post .forward-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;

/* MITHYOS LINKEDIN NEWSLETTER STYLES */
/* =============================================================================
   MITHYOS LINKEDIN NEWSLETTER STYLE
   Professional, executive-level design inspired by LinkedIn Newsletter
   ============================================================================= */

/* Import Professional Fonts */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&family=Merriweather:wght@300;400;700&display=swap');

/* Global Newsletter Styles */
.mithyos-linkedin-post {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    line-height: 1.6;
    color: #2c2c2c;
    background: #fafafa;
}

/* Header Section */
.mithyos-linkedin-post .newsletter-header {
    background: #ffffff;
    border-bottom: 1px solid #e6e6e6;
    padding: 40px 0 32px 0;
}

.mithyos-linkedin-post .header-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 24px;
}

.mithyos-linkedin-post .publication-info {
    margin-bottom: 16px;
}

.mithyos-linkedin-post .publication-name {
    color: #0a66c2;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 4px;
}

.mithyos-linkedin-post .issue-info {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
}

.mithyos-linkedin-post .newsletter-title {
    font-family: 'Merriweather', Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 20px 0 24px 0;
    letter-spacing: -0.5px;
}

.mithyos-linkedin-post .newsletter-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
    padding: 16px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.mithyos-linkedin-post .author-section {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mithyos-linkedin-post .author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a66c2 0%, #004182 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mithyos-linkedin-post .avatar-initial {
    color: white;
    font-weight: 700;
    font-size: 20px;
}

.mithyos-linkedin-post .author-details {
    display: flex;
    flex-direction: column;
}

.mithyos-linkedin-post .author-name {
    font-weight: 600;
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.2;
}

.mithyos-linkedin-post .author-title {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
}

.mithyos-linkedin-post .publish-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

.mithyos-linkedin-post .publish-date,
.mithyos-linkedin-post .reading-time {
    font-size: 13px;
    color: #666666;
    font-weight: 400;
    line-height: 1.3;
}

.mithyos-linkedin-post .newsletter-excerpt {
    margin-top: 20px;
}

.mithyos-linkedin-post .newsletter-excerpt p {
    font-size: 18px;
    line-height: 1.6;
    color: #4a4a4a;
    font-weight: 400;
    margin: 0;
    font-style: italic;
}

/* Content Wrapper */
.mithyos-linkedin-post .newsletter-content-wrapper {
    background: #fafafa;
    min-height: 100vh;
    padding: 32px 0 64px 0;
}

.mithyos-linkedin-post .content-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 48px;
    align-items: start;
}

/* Main Article */
.mithyos-linkedin-post .main-article {
    background: #ffffff;
    padding: 32px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    border: 1px solid #e6e6e6;
}

/* Executive Summary */
.mithyos-linkedin-post .executive-summary {
    background: #f8f9fb;
    border-left: 4px solid #0a66c2;
    padding: 24px;
    margin: 0 0 32px 0;
    border-radius: 0 4px 4px 0;
}

.mithyos-linkedin-post .executive-summary h3 {
    font-size: 16px;
    font-weight: 600;
    color: #0a66c2;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mithyos-linkedin-post .summary-content p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
    color: #4a4a4a;
}

/* Article Content */
.mithyos-linkedin-post .article-content {
    font-size: 16px;
    line-height: 1.7;
    color: #2c2c2c;
    margin: 32px 0;
}

.mithyos-linkedin-post .article-content h2,
.mithyos-linkedin-post .article-content h3 {
    font-family: 'Merriweather', Georgia, serif;
    color: #1a1a1a;
    margin: 32px 0 16px 0;
    font-weight: 700;
}

.mithyos-linkedin-post .article-content h2 {
    font-size: 24px;
    line-height: 1.3;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 12px;
}

.mithyos-linkedin-post .article-content h3 {
    font-size: 20px;
    line-height: 1.4;
    color: #0a66c2;
}

.mithyos-linkedin-post .article-content p {
    margin: 0 0 20px 0;
    font-weight: 400;
}

.mithyos-linkedin-post .article-content ul,
.mithyos-linkedin-post .article-content ol {
    margin: 20px 0;
    padding-left: 24px;
}

.mithyos-linkedin-post .article-content li {
    margin-bottom: 8px;
    line-height: 1.6;
}

/* Key Takeaways */
.mithyos-linkedin-post .key-takeaways {
    background: #f0f7ff;
    border: 1px solid #cce7ff;
    border-radius: 4px;
    padding: 24px;
    margin: 32px 0;
}

.mithyos-linkedin-post .key-takeaways h3 {
    font-size: 18px;
    font-weight: 600;
    color: #0a66c2;
    margin: 0 0 16px 0;
}

.mithyos-linkedin-post .takeaway-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mithyos-linkedin-post .takeaway-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.6;
    color: #2c2c2c;
}

.mithyos-linkedin-post .takeaway-list li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #0a66c2;
    font-weight: 700;
    font-size: 16px;
}

/* Implementation Framework */
.mithyos-linkedin-post .implementation-section {
    margin: 32px 0;
}

.mithyos-linkedin-post .implementation-section h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    font-family: 'Merriweather', Georgia, serif;
}

.mithyos-linkedin-post .framework-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

.mithyos-linkedin-post .framework-item {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 20px;
    transition: all 0.2s ease;
}

.mithyos-linkedin-post .framework-item:hover {
    border-color: #0a66c2;
    box-shadow: 0 2px 8px rgba(10, 102, 194, 0.1);
}

.mithyos-linkedin-post .framework-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0a66c2;
    margin: 0 0 8px 0;
}

.mithyos-linkedin-post .framework-item p {
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a4a;
    margin: 0;
}

/* Professional Sharing */
.mithyos-linkedin-post .professional-sharing {
    background: #f8f9fb;
    border-radius: 4px;
    padding: 24px;
    margin: 32px 0 0 0;
    text-align: center;
}

.mithyos-linkedin-post .professional-sharing h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 8px 0;
}

.mithyos-linkedin-post .sharing-note {
    font-size: 14px;
    color: #666666;
    margin: 0 0 20px 0;
}

.mithyos-linkedin-post .sharing-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.mithyos-linkedin-post .sharing-buttons a {
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.mithyos-linkedin-post .share-linkedin {
    background: #0a66c2;
    color: white;
}

.mithyos-linkedin-post .share-linkedin:hover {
    background: #004182;
}

.mithyos-linkedin-post .share-twitter {
    background: #1da1f2;
    color: white;
}

.mithyos-linkedin-post .share-twitter:hover {
    background: #0c85d0;
}

.mithyos-linkedin-post .share-email {
    background: #666666;
    color: white;
}

.mithyos-linkedin-post .share-email:hover {
    background: #4a4a4a;
}

/* Sidebar */
.mithyos-linkedin-post .newsletter-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.mithyos-linkedin-post .analysis-info,
.mithyos-linkedin-post .related-insights,
.mithyos-linkedin-post .newsletter-subscription {
    background: #ffffff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
}

.mithyos-linkedin-post .analysis-info h4,
.mithyos-linkedin-post .related-insights h4,
.mithyos-linkedin-post .newsletter-subscription h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 16px 0;
}

.mithyos-linkedin-post .info-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mithyos-linkedin-post .info-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mithyos-linkedin-post .info-label {
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mithyos-linkedin-post .info-value {
    font-size: 14px;
    font-weight: 400;
    color: #2c2c2c;
}

.mithyos-linkedin-post .insight-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mithyos-linkedin-post .insight-link {
    color: #0a66c2;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: color 0.2s ease;
}

.mithyos-linkedin-post .insight-link:hover {
    color: #004182;
    text-decoration: underline;
}

.mithyos-linkedin-post .insight-link:last-child {
    border-bottom: none;
}

.mithyos-linkedin-post .subscription-description {
    font-size: 14px;
    line-height: 1.5;
    color: #4a4a4a;
    margin: 0 0 16px 0;
}

.mithyos-linkedin-post .subscription-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mithyos-linkedin-post .email-input {
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
}

.mithyos-linkedin-post .email-input:focus {
    outline: none;
    border-color: #0a66c2;
    box-shadow: 0 0 0 2px rgba(10, 102, 194, 0.1);
}

.mithyos-linkedin-post .subscribe-button {
    background: #0a66c2;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mithyos-linkedin-post .subscribe-button:hover {
    background: #004182;
}

.mithyos-linkedin-post .privacy-note {
    font-size: 12px;
    color: #999;
    margin: 12px 0 0 0;
    line-height: 1.4;
}

/* Responsive Design */
@media (max-width: 768px) {
    .mithyos-linkedin-post .newsletter-title {
        font-size: 28px;
    }
    
    .mithyos-linkedin-post .newsletter-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .mithyos-linkedin-post .publish-info {
        align-items: flex-start;
        text-align: left;
    }
    
    .mithyos-linkedin-post .content-container {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .mithyos-linkedin-post .main-article {
        padding: 24px;
    }
    
    .mithyos-linkedin-post .framework-grid {
        grid-template-columns: 1fr;
    }
    
    .mithyos-linkedin-post .sharing-buttons {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 480px) {
    .mithyos-linkedin-post .header-container,
    .mithyos-linkedin-post .content-container {
        padding: 0 16px;
    }
    
    .mithyos-linkedin-post .newsletter-title {
        font-size: 24px;
    }
    
    .mithyos-linkedin-post .main-article {
        padding: 16px;
    }
    
    .mithyos-linkedin-post .executive-summary,
    .mithyos-linkedin-post .key-takeaways {
        padding: 16px;
    }
}
/* ENHANCED TOOLKIT PROMOTION STYLES */
/* Enhanced Toolkit Promotion Styles */

/* Toolkit Integration Section */
.mithyos-linkedin-post .toolkit-integration {
    background: linear-gradient(135deg, #f8f9fb 0%, #e8f4fd 100%);
    border: 2px solid #0a66c2;
    border-radius: 8px;
    padding: 32px;
    margin: 40px 0;
    position: relative;
}

.mithyos-linkedin-post .toolkit-integration::before {
    content: 'MITHYOS TOOLKIT';
    position: absolute;
    top: -10px;
    left: 24px;
    background: #0a66c2;
    color: white;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
}

.mithyos-linkedin-post .toolkit-integration h3 {
    color: #0a66c2;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 16px 0;
}

.mithyos-linkedin-post .toolkit-description {
    font-size: 16px;
    color: #2c2c2c;
    margin: 0 0 24px 0;
    font-weight: 500;
}

.mithyos-linkedin-post .toolkit-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 24px 0 32px 0;
}

.mithyos-linkedin-post .feature-item {
    background: white;
    padding: 20px;
    border-radius: 6px;
    border-left: 4px solid #0a66c2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.mithyos-linkedin-post .feature-item h4 {
    color: #0a66c2;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.mithyos-linkedin-post .feature-item p {
    color: #4a4a4a;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.mithyos-linkedin-post .toolkit-cta {
    text-align: center;
    padding: 24px 0 0 0;
    border-top: 1px solid rgba(10, 102, 194, 0.2);
}

.mithyos-linkedin-post .toolkit-button {
    display: inline-block;
    background: linear-gradient(135deg, #0a66c2 0%, #004182 100%);
    color: white;
    padding: 16px 32px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    box-shadow: 0 4px 16px rgba(10, 102, 194, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mithyos-linkedin-post .toolkit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(10, 102, 194, 0.4);
    background: linear-gradient(135deg, #004182 0%, #002d5c 100%);
}

.mithyos-linkedin-post .toolkit-note {
    display: block;
    margin-top: 12px;
    font-size: 13px;
    color: #666;
    font-style: italic;
}

/* Enhanced Key Takeaways with Toolkit Links */
.mithyos-linkedin-post .takeaway-list li em {
    color: #0a66c2;
    font-weight: 600;
    font-style: normal;
}

/* Framework Links */
.mithyos-linkedin-post .framework-link {
    display: inline-block;
    margin-top: 8px;
    color: #0a66c2;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 8px;
    border: 1px solid #0a66c2;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.mithyos-linkedin-post .framework-link:hover {
    background: #0a66c2;
    color: white;
}

/* Enhanced Sidebar Styles */

/* Toolkit Promotion */
.mithyos-linkedin-post .toolkit-promotion {
    background: linear-gradient(135deg, #0a66c2 0%, #004182 100%);
    color: white;
    padding: 24px;
    border-radius: 8px;
    margin-bottom: 24px;
    position: relative;
    overflow: hidden;
}

.mithyos-linkedin-post .toolkit-promotion::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
    transform: rotate(45deg);
}

.mithyos-linkedin-post .toolkit-promotion h4 {
    color: white;
    margin: 0 0 16px 0;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.mithyos-linkedin-post .toolkit-preview {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin: 16px 0;
    position: relative;
    z-index: 2;
}

.mithyos-linkedin-post .toolkit-stat {
    text-align: center;
    background: rgba(255,255,255,0.15);
    padding: 12px 8px;
    border-radius: 4px;
    backdrop-filter: blur(10px);
}

.mithyos-linkedin-post .stat-number {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: white;
    line-height: 1;
}

.mithyos-linkedin-post .stat-label {
    display: block;
    font-size: 11px;
    color: rgba(255,255,255,0.9);
    margin-top: 4px;
    line-height: 1.2;
}

.mithyos-linkedin-post .toolkit-promotion .toolkit-description {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255,255,255,0.95);
    margin: 16px 0;
    position: relative;
    z-index: 2;
}

.mithyos-linkedin-post .toolkit-sidebar-button {
    display: block;
    background: white;
    color: #0a66c2;
    text-align: center;
    padding: 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    margin: 16px 0;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
}

.mithyos-linkedin-post .toolkit-sidebar-button:hover {
    background: #f0f7ff;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.mithyos-linkedin-post .toolkit-testimonial {
    background: rgba(255,255,255,0.1);
    padding: 16px;
    border-radius: 6px;
    margin: 16px 0 0 0;
    position: relative;
    z-index: 2;
}

.mithyos-linkedin-post .toolkit-testimonial p {
    font-size: 13px;
    line-height: 1.4;
    color: white;
    margin: 0 0 8px 0;
    font-style: italic;
}

.mithyos-linkedin-post .toolkit-testimonial cite {
    font-size: 11px;
    color: rgba(255,255,255,0.8);
    font-style: normal;
    font-weight: 600;
}

/* Related Tools */
.mithyos-linkedin-post .related-tools {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    margin-bottom: 24px;
}

.mithyos-linkedin-post .tool-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mithyos-linkedin-post .tool-link {
    display: block;
    padding: 12px;
    background: #f8f9fb;
    border-radius: 6px;
    text-decoration: none;
    border-left: 3px solid #0a66c2;
    transition: all 0.2s ease;
}

.mithyos-linkedin-post .tool-link:hover {
    background: #e8f4fd;
    transform: translateX(4px);
}

.mithyos-linkedin-post .tool-link strong {
    display: block;
    color: #0a66c2;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.mithyos-linkedin-post .tool-link span {
    color: #666;
    font-size: 12px;
    line-height: 1.3;
}

/* Enhanced Newsletter Subscription */
.mithyos-linkedin-post .newsletter-subscription .subscribe-button {
    background: linear-gradient(135deg, #0a66c2 0%, #004182 100%);
    font-weight: 700;
}

.mithyos-linkedin-post .newsletter-subscription .subscribe-button:hover {
    background: linear-gradient(135deg, #004182 0%, #002d5c 100%);
}

.mithyos-linkedin-post .newsletter-subscription .privacy-note {
    color: #0a66c2;
    font-weight: 500;
}

/* Mobile Responsive Enhancements */
@media (max-width: 768px) {
    .mithyos-linkedin-post .toolkit-features {
        grid-template-columns: 1fr;
    }
    
    .mithyos-linkedin-post .toolkit-preview {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .mithyos-linkedin-post .toolkit-stat {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }
    
    .mithyos-linkedin-post .stat-number,
    .mithyos-linkedin-post .stat-label {
        display: inline;
    }
    
    .mithyos-linkedin-post .toolkit-integration {
        padding: 20px;
    }
    
    .mithyos-linkedin-post .feature-item {
        padding: 16px;
    }
}

/* Call-to-Action Pulse Animation */
@keyframes pulse {
    0% { box-shadow: 0 4px 16px rgba(10, 102, 194, 0.3); }
    50% { box-shadow: 0 4px 20px rgba(10, 102, 194, 0.5); }
    100% { box-shadow: 0 4px 16px rgba(10, 102, 194, 0.3); }
}

.mithyos-linkedin-post .toolkit-button:hover {
    animation: pulse 2s infinite;
}