/* Article Header */
 .article-header {
     background: linear-gradient(135deg, #3D1D4F 0%, #733373 50%, #FFD700 100%);
     color: white;
     padding: 120px 0 80px;
     position: relative;
     overflow: hidden;
 }

 .article-header::before {
     content: '';
     position: absolute;
     top: -50%;
     left: -50%;
     width: 200%;
     height: 200%;
     background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
     animation: rotate 20s linear infinite;
 }

 .article-header-content {
     position: relative;
     z-index: 1;
     max-width: 800px;
     margin: 0 auto;
 }

 .breadcrumb {
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 20px;
     font-size: 0.9rem;
     opacity: 0.9;
 }

 .breadcrumb a {
     color: white;
     text-decoration: none;
     transition: opacity 0.3s ease;
 }

 .breadcrumb a:hover {
     opacity: 0.8;
 }
 
.category-badge a {
	text-decoration: none;
	color: #fff; 
}

 .article-header-content .article-title {
     font-size: 2.5rem;
     font-weight: 700;
     margin-bottom: 20px;
     text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
     line-height: 1.2;
     color: #fff;
 }

 .article-meta {
     display: flex;
     align-items: center;
     gap: 10px;
     margin-bottom: 20px;
     flex-wrap: wrap;
 }

	.related-image img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

 .meta-item {
     display: flex;
     align-items: center;
     gap: 8px;
     background: rgba(255, 255, 255, 0.2);
     padding: 8px 15px;
     border-radius: 20px;
     backdrop-filter: blur(10px);
 }

 .category-badge {
     padding: 8px 16px;
     border-radius: 20px;
     font-size: 0.9rem;
     font-weight: 600;
     color: white;
 }

 .article-header-new {
 		margin-bottom: 15px;
 }

 /* Article Content */
 .article-content {
     max-width: 1000px;
     margin: 0 auto;
     padding: 60px 40px;
 }

 .article-excerpt {
     font-size: 1.2rem;
     color: #666;
     margin-bottom: 40px;
     padding: 30px;
     background: #f8f9fa;
     border-left: 4px solid #3D1D4F;
     border-radius: 10px;
     font-style: italic;
 }

 .article-body {
     font-size: 1.1rem;
     line-height: 1.8;
     color: #444;
     overflow-x: auto;
 }
 
 .article-body table {
 		max-width: 100%;
 		height: auto;
 }
 
 .article-body img {
 		max-width: 100%;
 		height: auto;
 		cursor: pointer;
 }
 
 .article-body figcaption {
 		text-align: center;
 }

 .article-body h2 {
     font-size: 1.8rem;
     color: #3D1D4F;
     margin: 40px 0 20px 0;
     padding-bottom: 10px;
     border-bottom: 2px solid #3D1D4F;
 }

 .article-body h3 {
     font-size: 1.4rem;
     color: #733373;
     margin: 30px 0 15px 0;
 }

 .article-body p {
     margin-bottom: 20px;
     text-align: justify;
 }

 .article-body ul, .article-body ol {
     margin: 20px 0;
     padding-left: 30px;
 }

 .article-body li {
     margin-bottom: 10px;
 }

 .highlight-box {
     background: linear-gradient(45deg, #3D1D4F, #FFD700);
     color: white;
     padding: 25px;
     border-radius: 15px;
     margin: 30px 0;
     position: relative;
     overflow: hidden;
 }

 .highlight-box::before {
     content: '💡';
     position: absolute;
     top: 15px;
     right: 15px;
     font-size: 1.5rem;
 }

 .chart-placeholder {
     background: #f8f9fa;
     border: 2px dashed #ddd;
     height: 300px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin: 30px 0;
     border-radius: 10px;
     color: #666;
     font-size: 1.1rem;
 }

 /* Rating Section */
 .rating-section {
     background: white;
     border-radius: 20px;
     padding: 30px;
     margin: 40px 0;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
     border: 2px solid #f0f0f0;
 }

 .rating-title {
     font-size: 1.5rem;
     color: #3D1D4F;
     margin-bottom: 20px;
     font-weight: 700;
     text-align: center;
 }

 /* Author Section - Compact */
 .author-compact {
     background: linear-gradient(135deg, #f8f4ff 0%, #fff8e1 100%);
     border-radius: 15px;
     padding: 30px;
     margin-bottom: 25px;
     border-left: 4px solid #3D1D4F;
 }

 .author-compact-header {
     display: flex;
     align-items: flex-start;
     gap: 20px;
     margin-bottom: 25px;
 }

 .author-compact-avatar {
     width: 80px;
     height: 80px;
     border-radius: 16px;
     background: linear-gradient(135deg, #3D1D4F, #733373);
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 1.5rem;
     color: white;
     font-weight: 600;
     flex-shrink: 0;
 }

 .author-compact-info {
     flex: 1;
 }

 .author-compact-name {
     font-size: 1.5rem;
     font-weight: 700;
     color: #333;
     margin-bottom: 8px;
 }

 .author-compact-title {
     color: #666;
     font-size: 1rem;
     margin-bottom: 12px;
 }

 .author-compact-rating {
     display: flex;
     align-items: center;
     gap: 8px;
     font-size: 1rem;
 }

 .author-compact-stars {
     color: #FFD700;
     letter-spacing: 2px;
     font-size: 1.1rem;
 }

 .author-compact-stats {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 20px;
     margin-bottom: 25px;
     padding: 20px;
     background: rgba(255, 255, 255, 0.7);
     border-radius: 12px;
 }

 .author-compact-stat {
     text-align: center;
 }

 .author-compact-stat strong {
     font-size: 1.8rem;
     font-weight: 700;
     color: #3D1D4F;
     display: block;
     line-height: 1.2;
 }

 .author-compact-stat-label {
     color: #666;
     font-size: 0.9rem;
     margin-top: 4px;
 }

 .author-compact-specialties-section {
     margin-bottom: 25px;
 }

 .author-compact-specialties-title {
     font-size: 1rem;
     color: #333;
     margin-bottom: 12px;
     font-weight: 600;
 }

 .author-compact-specialties {
     display: flex;
     gap: 8px;
     flex-wrap: wrap;
 }

 .author-compact-tag {
     background: rgba(115, 51, 115, 0.1);
     color: #733373;
     padding: 8px 16px;
     border-radius: 20px;
     font-size: 0.85rem;
     font-weight: 500;
     border: 1px solid rgba(115, 51, 115, 0.2);
 }

 .author-compact-bio {
     color: #555;
     line-height: 1.6;
     margin-bottom: 25px;
     font-size: 1rem;
 }

 .author-compact-actions {
     display: flex;
     gap: 12px;
     flex-wrap: wrap;
 }

 .author-compact-btn {
     padding: 12px 20px;
     border: none;
     border-radius: 25px;
     font-weight: 600;
     font-size: 0.95rem;
     cursor: pointer;
     transition: all 0.3s ease;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     gap: 8px;
     flex: 1;
     justify-content: center;
     min-width: 120px;
 }

 .author-compact-btn-primary {
     background: linear-gradient(45deg, #3D1D4F, #FFD700);
     color: white;
     position: relative;
     overflow: hidden;
 }

 .author-compact-btn-primary::before {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     width: 0;
     height: 0;
     background: rgba(255, 255, 255, 0.2);
     border-radius: 50%;
     transform: translate(-50%, -50%);
     transition: all 0.5s ease;
 }

 .author-compact-btn-primary:hover::before {
     width: 300px;
     height: 300px;
 }

 .author-compact-btn-secondary {
     background: white;
     color: #3D1D4F;
     border: 1px solid #ddd;
 }

 .author-compact-btn:hover {
     transform: translateY(-2px);
     box-shadow: 0 8px 20px rgba(61, 29, 79, 0.2);
 }

 .star-rating {
     display: flex;
     gap: 5px;
     margin-bottom: 20px;
     justify-content: center;
 }

 .star {
     font-size: 2rem;
     color: #ddd;
     cursor: pointer;
     transition: all 0.2s ease;
     user-select: none;
 }

 .star:hover,
 .star.active {
     color: #FFD700;
     transform: scale(1.1);
 }

 .feedback-input {
     width: 100%;
     padding: 15px;
     border: 2px solid #e0e0e0;
     border-radius: 10px;
     font-size: 1rem;
     resize: vertical;
     min-height: 100px;
     margin-bottom: 20px;
     transition: border-color 0.3s ease;
 }

 .feedback-input:focus {
     outline: none;
     border-color: #3D1D4F;
 }

 .submit-rating-btn {
     background: linear-gradient(45deg, #3D1D4F, #FFD700);
     color: white;
     padding: 12px 30px;
     border: none;
     border-radius: 25px;
     font-weight: 600;
     cursor: pointer;
     transition: all 0.3s ease;
     width: 100%;
 }

 .submit-rating-btn:hover {
     transform: translateY(-2px);
     box-shadow: 0 8px 20px rgba(61, 29, 79, 0.3);
 }

 .submit-rating-btn:disabled {
     opacity: 0.6;
     cursor: not-allowed;
     transform: none;
 }

 

 /* Related Articles */
 .related-section {
     background: #f8f9fa;
     padding: 60px 40px;
 }

 .related-title {
     text-align: center;
     font-size: 2rem;
     color: #3D1D4F;
     margin-bottom: 40px;
 }

 .related-grid {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 30px;
     max-width: 1000px;
     margin: 0 auto;
 }

 .related-card {
     background: white;
     border-radius: 15px;
     overflow: hidden;
     box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
     transition: all 0.3s ease;
     cursor: pointer;
 }

 .related-card:hover {
     transform: translateY(-5px);
     box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
 }

 .related-image {
     height: 150px;
     background: linear-gradient(135deg, #3D1D4F, #FFD700);
     display: flex;
     align-items: center;
     justify-content: center;
     color: white;
     font-size: 2rem;
 }

 .related-content {
     padding: 20px;
 }

 .related-card-title a {
     font-size: 1.1rem;
     font-weight: 600;
     color: #3D1D4F;
     margin-bottom: 10px;
     line-height: 1.4;
 }

 .related-meta {
     color: #666;
     font-size: 0.9rem;
 }

 /* Floating Action Buttons */
 .floating-actions {
     position: fixed;
     right: 30px;
     bottom: 30px;
     display: flex;
     flex-direction: column;
     gap: 15px;
     z-index: 1000;
 }

 .floating-btn {
     width: 60px;
     height: 60px;
     border-radius: 50%;
     border: none;
     background: linear-gradient(45deg, #3D1D4F, #FFD700);
     color: white;
     font-size: 1.5rem;
     cursor: pointer;
     transition: all 0.3s ease;
     box-shadow: 0 5px 20px rgba(61, 29, 79, 0.3);
 }

 .floating-btn:hover {
     transform: translateY(-3px) scale(1.1);
     box-shadow: 0 10px 30px rgba(61, 29, 79, 0.4);
 }

 /* Responsive */
 @media (max-width: 768px) {
     .article-header {
         padding: 40px 20px 30px;
     }
     
     .article-title {
         font-size: 2rem;
     }
     
     .article-content {
         padding: 40px 20px;
     }
     
     .related-section {
         padding: 40px 20px;
     }
     
     .related-grid {
         grid-template-columns: 1fr;
     }
     
     .article-meta {
         gap: 10px;
     }
 }
  
 .fade-in {
     animation: fadeIn 0.6s ease forwards;
 }