.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px;background:#f8f9fa}.loading-container .loading-content{text-align:center}.loading-container .loading-content .spinner{display:inline-block;width:50px;height:50px;border:3px solid #f3f3f3;border-top-color:#7c6cf0;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}.loading-container .loading-content p{color:#777;font-family:Exo,sans-serif;font-size:16px}.error-container{display:flex;justify-content:center;align-items:center;min-height:400px;background:#f8f9fa}.error-container .error-content{text-align:center;max-width:500px;padding:40px}.error-container .error-content i{font-size:64px;color:#7c6cf0;margin-bottom:20px}.error-container .error-content h2{color:#333;margin-bottom:15px;font-family:Roboto,sans-serif}.error-container .error-content p{color:#777;margin-bottom:30px;font-family:Exo,sans-serif}.error-container .error-content .btn{background:#7c6cf0;color:#fff;border:none;border-radius:25px;padding:12px 25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;font-family:Roboto,sans-serif}.error-container .error-content .btn:hover{background:rgb(32.4546114742%,24.2047930283%,92.265795207%);transform:translateY(-2px);box-shadow:0 8px 25px rgba(124,108,240,.3)}.article-hero{position:relative;min-height:80vh;display:flex;align-items:center;overflow:hidden}@media(max-width:768px){.article-hero{min-height:60vh}}.article-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%;background-repeat:no-repeat;z-index:1}.article-hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.7),rgba(59,130,246,.8));z-index:2}.article-hero .container{position:relative;z-index:3}.article-hero .breadcrumb-nav{margin-bottom:30px}.article-hero .breadcrumb-nav .breadcrumb{background:rgba(0,0,0,0);padding:0;margin:0;list-style:none;display:flex;flex-wrap:wrap}.article-hero .breadcrumb-nav .breadcrumb .breadcrumb-item{display:flex;align-items:center;color:rgba(255,255,255,.8);font-family:Exo,sans-serif;font-size:14px}.article-hero .breadcrumb-nav .breadcrumb .breadcrumb-item:not(:last-child):after{content:"/";margin:0 8px;color:rgba(255,255,255,.5)}.article-hero .breadcrumb-nav .breadcrumb .breadcrumb-item a{color:rgba(255,255,255,.9);text-decoration:none;transition:all .3s ease}.article-hero .breadcrumb-nav .breadcrumb .breadcrumb-item a:hover{color:#fff}.article-hero .breadcrumb-nav .breadcrumb .breadcrumb-item a i{margin-right:5px}.article-hero .breadcrumb-nav .breadcrumb .breadcrumb-item.active{color:#fff;font-weight:500}.article-hero .article-header{color:#fff}.article-hero .article-header .article-meta{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:25px}@media(max-width:576px){.article-hero .article-header .article-meta{gap:15px;flex-direction:column;align-items:flex-start}}.article-hero .article-header .article-meta .category-badge,.article-hero .article-header .article-meta .publish-date,.article-hero .article-header .article-meta .reading-time{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:25px;font-size:13px;font-weight:600;font-family:Exo,sans-serif}.article-hero .article-header .article-meta .category-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px}.article-hero .article-header .article-meta .publish-date,.article-hero .article-header .article-meta .reading-time{background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.article-hero .article-header .article-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:20px;font-family:Roboto,sans-serif;color:#fff}@media(max-width:768px){.article-hero .article-header .article-title{font-size:32px}}@media(max-width:576px){.article-hero .article-header .article-title{font-size:24px}}.article-hero .article-header .article-excerpt{font-size:18px;line-height:1.6;opacity:.9;margin-bottom:30px;font-family:Exo,sans-serif;max-width:800px;color:#fff}@media(max-width:768px){.article-hero .article-header .article-excerpt{font-size:16px}}.article-hero .article-header .article-stats{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:30px}@media(max-width:576px){.article-hero .article-header .article-stats{gap:20px}}.article-hero .article-header .article-stats .stat-item{display:flex;align-items:center;gap:8px;font-family:Exo,sans-serif;font-size:14px}.article-hero .article-header .article-stats .stat-item i{opacity:.8}.article-hero .article-header .article-stats .stat-item span{font-weight:600}.article-hero .article-header .social-share{display:flex;align-items:center;gap:20px;flex-wrap:wrap}@media(max-width:576px){.article-hero .article-header .social-share{flex-direction:column;align-items:flex-start;gap:15px}}.article-hero .article-header .social-share .share-label{font-family:Exo,sans-serif;font-size:14px;opacity:.9}.article-hero .article-header .social-share .share-buttons{display:flex;gap:10px}.article-hero .article-header .social-share .share-buttons .share-btn{width:40px;height:40px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.article-hero .article-header .social-share .share-buttons .share-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.3)}.article-hero .article-header .social-share .share-buttons .share-btn.facebook{background:#3b5998}.article-hero .article-header .social-share .share-buttons .share-btn.twitter{background:#1da1f2}.article-hero .article-header .social-share .share-buttons .share-btn.linkedin{background:#0077b5}.article-hero .article-header .social-share .share-buttons .share-btn.email{background:#dd4b39}.article-content-section{padding:80px 0;background:#fff}@media(max-width:768px){.article-content-section{padding:60px 0}}.article-body{background:#fff;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .3s ease;padding:40px;margin-bottom:40px}@media(max-width:768px){.article-body{padding:30px 20px}}.article-body .content-wrapper{line-height:1.8;font-family:Exo,sans-serif;color:#333}.article-body .content-wrapper h1,.article-body .content-wrapper h2,.article-body .content-wrapper h3,.article-body .content-wrapper h4,.article-body .content-wrapper h5,.article-body .content-wrapper h6{font-family:Roboto,sans-serif;font-weight:700;color:#333;margin-top:30px;margin-bottom:20px;line-height:1.3}.article-body .content-wrapper h1{font-size:36px;color:#7c6cf0}.article-body .content-wrapper h2{font-size:28px;border-bottom:2px solid #f8f9fa;padding-bottom:10px}.article-body .content-wrapper h3{font-size:24px;color:#7c6cf0}.article-body .content-wrapper h4{font-size:20px}.article-body .content-wrapper h5{font-size:18px}.article-body .content-wrapper h6{font-size:16px}.article-body .content-wrapper p{margin-bottom:20px;font-size:16px;line-height:1.8}.article-body .content-wrapper ol,.article-body .content-wrapper ul{margin-bottom:20px;padding-left:30px}.article-body .content-wrapper ol li,.article-body .content-wrapper ul li{margin-bottom:8px;line-height:1.6}.article-body .content-wrapper ul li{list-style-type:disc}.article-body .content-wrapper ol li{list-style-type:decimal}.article-body .content-wrapper blockquote{border-left:4px solid #7c6cf0;padding:20px 30px;margin:30px 0;background:#f8f9fa;border-radius:0 15px 15px 0;font-style:italic;font-size:18px;color:#333;position:relative}.article-body .content-wrapper blockquote:before{content:'"';font-size:60px;color:#7c6cf0;position:absolute;top:-10px;left:15px;font-family:Georgia,serif}.article-body .content-wrapper table{width:100%;border-collapse:collapse;margin:30px 0;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1)}.article-body .content-wrapper table td,.article-body .content-wrapper table th{padding:15px;text-align:left;border-bottom:1px solid #e9ecef}.article-body .content-wrapper table th{background:#7c6cf0;color:#fff;font-weight:600;font-family:Roboto,sans-serif}.article-body .content-wrapper table tr:hover{background:#f8f9fa}.article-body .content-wrapper img{max-width:100%;height:auto;border-radius:10px;margin:20px 0;box-shadow:0 8px 25px rgba(0,0,0,.1)}.article-body .content-wrapper a{color:#7c6cf0;text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:all .3s ease}.article-body .content-wrapper a:hover{border-bottom-color:#7c6cf0}.article-body .content-wrapper code{background:#f8f9fa;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:14px;color:#333}.article-body .content-wrapper pre{background:#333;color:#fff;padding:20px;border-radius:10px;overflow-x:auto;margin:20px 0}.article-body .content-wrapper pre code{background:rgba(0,0,0,0);padding:0;color:#fff}.article-body .article-tags{border-top:1px solid #e9ecef;padding-top:30px;margin-top:40px}.article-body .article-tags h4{font-family:Roboto,sans-serif;color:#333;margin-bottom:15px;font-size:18px}.article-body .article-tags .tags-list{display:flex;flex-wrap:wrap;gap:10px}.article-body .article-tags .tags-list .tag{background:#f8f9fa;color:#777;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;transition:all .3s ease;cursor:pointer;font-family:Exo,sans-serif}.article-body .article-tags .tags-list .tag:hover{background:#7c6cf0;color:#fff;transform:translateY(-1px)}.article-body .article-footer{border-top:1px solid #e9ecef;padding-top:30px;margin-top:30px}.article-body .article-footer .last-updated{color:#777;font-family:Exo,sans-serif}.article-body .article-footer .last-updated i{margin-right:5px}.article-body .article-footer .btn{background:#7c6cf0;color:#fff;border:none;border-radius:25px;padding:12px 25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;font-family:Roboto,sans-serif}.article-body .article-footer .btn:hover{background:rgb(32.4546114742%,24.2047930283%,92.265795207%);transform:translateY(-2px);box-shadow:0 8px 25px rgba(124,108,240,.3)}.article-body .article-footer .btn.btn-outline-primary{background:rgba(0,0,0,0);color:#7c6cf0;border:2px solid #7c6cf0}.article-body .article-footer .btn.btn-outline-primary:hover{background:#7c6cf0;color:#fff}.author-bio{margin-bottom:40px}.author-bio .author-card{background:#fff;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .3s ease;padding:40px}@media(max-width:768px){.author-bio .author-card{padding:30px 20px}}.author-bio .author-card .author-avatar img{width:120px;height:120px;border-radius:50%;object-fit:cover;border:4px solid #f8f9fa;box-shadow:0 8px 25px rgba(0,0,0,.1)}@media(max-width:768px){.author-bio .author-card .author-avatar img{width:100px;height:100px}.author-bio .author-card .author-info{text-align:center;margin-top:20px}}.author-bio .author-card .author-info h3{font-family:Roboto,sans-serif;color:#333;margin-bottom:8px;font-size:24px}.author-bio .author-card .author-info .author-title{color:#7c6cf0;font-weight:600;margin-bottom:15px;font-family:Exo,sans-serif}.author-bio .author-card .author-info .author-bio{color:#777;line-height:1.6;margin-bottom:20px;font-family:Exo,sans-serif}.author-bio .author-card .author-info .author-social{display:flex;gap:15px}@media(max-width:768px){.author-bio .author-card .author-info .author-social{justify-content:center}}.author-bio .author-card .author-info .author-social .social-link{width:40px;height:40px;border-radius:50%;background:#f8f9fa;display:flex;align-items:center;justify-content:center;color:#777;transition:all .3s ease;text-decoration:none}.author-bio .author-card .author-info .author-social .social-link:hover{background:#7c6cf0;color:#fff;transform:translateY(-2px)}.related-articles{margin-bottom:40px}.related-articles h3{font-family:Roboto,sans-serif;color:#333;margin-bottom:30px;font-size:28px;text-align:center}.related-articles .related-article-card{background:#fff;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .3s ease;cursor:pointer;height:100%;margin-bottom:20px}.related-articles .related-article-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.15)}.related-articles .related-article-card .related-article-image{position:relative;height:200px;overflow:hidden;border-radius:15px 15px 0 0}.related-articles .related-article-card .related-article-image img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.related-articles .related-article-card .related-article-image:hover img{transform:scale(1.05)}.related-articles .related-article-card .related-article-image .article-category{position:absolute;top:15px;left:15px;color:#fff;padding:6px 12px;border-radius:15px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-family:Roboto,sans-serif}.related-articles .related-article-card .related-article-content{padding:20px}.related-articles .related-article-card .related-article-content h4{font-family:Roboto,sans-serif;color:#333;margin-bottom:10px;font-size:16px;line-height:1.4}.related-articles .related-article-card .related-article-content p{color:#777;margin-bottom:15px;font-size:14px;line-height:1.5;font-family:Exo,sans-serif}.related-articles .related-article-card .related-article-content .related-article-meta{display:flex;justify-content:space-between;font-size:12px;color:#999;font-family:Exo,sans-serif}.related-articles .related-article-card .related-article-content .related-article-meta .read-time,.related-articles .related-article-card .related-article-content .related-article-meta .views{display:flex;align-items:center;gap:5px}.comments-section{margin-bottom:40px}.comments-section h3{font-family:Roboto,sans-serif;color:#333;margin-bottom:30px;font-size:28px}.comments-section .comments-list{margin-bottom:40px}.comments-section .comments-list .comment-item{background:#fff;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .3s ease;padding:25px;margin-bottom:20px}.comments-section .comments-list .comment-item.pending{border-left:4px solid #7c6cf0}.comments-section .comments-list .comment-item .comment-content .comment-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px;flex-wrap:wrap;gap:10px}.comments-section .comments-list .comment-item .comment-content .comment-header .comment-author{font-family:Roboto,sans-serif;color:#333;margin:0;font-size:16px}.comments-section .comments-list .comment-item .comment-content .comment-header .comment-date{color:#777;font-size:14px;font-family:Exo,sans-serif}.comments-section .comments-list .comment-item .comment-content .comment-header .pending-badge{background:#7c6cf0;color:#fff;padding:4px 8px;border-radius:10px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-family:Roboto,sans-serif}.comments-section .comments-list .comment-item .comment-content .comment-text{color:#777;line-height:1.6;font-family:Exo,sans-serif}.comments-section .no-comments{text-align:center;padding:40px;color:#777;font-family:Exo,sans-serif;background:#f8f9fa;border-radius:15px;margin-bottom:40px}.comments-section .comment-form{background:#fff;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .3s ease;padding:40px}@media(max-width:768px){.comments-section .comment-form{padding:30px 20px}}.comments-section .comment-form h4{font-family:Roboto,sans-serif;color:#333;margin-bottom:25px;font-size:20px}.comments-section .comment-form .form-group{margin-bottom:20px}.comments-section .comment-form .form-group label{display:block;margin-bottom:8px;color:#333;font-weight:600;font-family:Roboto,sans-serif;font-size:14px}.comments-section .comment-form .form-group .form-control{width:100%;padding:12px 15px;border:2px solid #e9ecef;border-radius:10px;font-size:14px;font-family:Exo,sans-serif;transition:all .3s ease}.comments-section .comment-form .form-group .form-control:focus{outline:none;border-color:#7c6cf0;box-shadow:0 0 0 3px rgba(124,108,240,.1)}.comments-section .comment-form .form-group .form-control::placeholder{color:#999}.comments-section .comment-form .form-group textarea.form-control{resize:vertical;min-height:120px}.comments-section .comment-form .btn{background:#7c6cf0;color:#fff;border:none;border-radius:25px;padding:12px 25px;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;transition:all .3s ease;font-family:Roboto,sans-serif}.comments-section .comment-form .btn:hover{background:rgb(32.4546114742%,24.2047930283%,92.265795207%);transform:translateY(-2px);box-shadow:0 8px 25px rgba(124,108,240,.3)}.comments-section .comment-form .btn{display:flex;align-items:center;gap:8px}.comments-section .comment-form .btn .spinner-sm{width:16px;height:16px;border:2px solid rgba(0,0,0,0);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.article-sidebar .sidebar-widget{background:#fff;border-radius:15px;box-shadow:0 8px 25px rgba(0,0,0,.1);transition:all .3s ease;padding:30px;margin-bottom:30px}@media(max-width:768px){.article-sidebar .sidebar-widget{padding:25px 20px}}.article-sidebar .sidebar-widget h4{font-family:Roboto,sans-serif;color:#333;margin-bottom:20px;font-size:18px;border-bottom:2px solid #7c6cf0;padding-bottom:10px}.article-sidebar .search-widget .search-form .search-input-group{display:flex;border:2px solid #e9ecef;border-radius:25px;overflow:hidden;transition:all .3s ease}.article-sidebar .search-widget .search-form .search-input-group:focus-within{border-color:#7c6cf0;box-shadow:0 0 0 3px rgba(124,108,240,.1)}.article-sidebar .search-widget .search-form .search-input-group .search-input{flex:1 1;padding:12px 15px;border:none;outline:none;font-family:Exo,sans-serif;font-size:14px}.article-sidebar .search-widget .search-form .search-input-group .search-input::placeholder{color:#999}.article-sidebar .search-widget .search-form .search-input-group .search-btn{background:#7c6cf0;color:#fff;border:none;padding:12px 15px;cursor:pointer;transition:all .3s ease}.article-sidebar .search-widget .search-form .search-input-group .search-btn:hover{background:rgb(32.4546114742%,24.2047930283%,92.265795207%)}.article-sidebar .recent-articles-widget .recent-articles-list .recent-article-item{display:flex;gap:15px;padding:15px 0;border-bottom:1px solid #e9ecef;cursor:pointer;transition:all .3s ease}.article-sidebar .recent-articles-widget .recent-articles-list .recent-article-item:last-child{border-bottom:none}.article-sidebar .recent-articles-widget .recent-articles-list .recent-article-item:hover{transform:translateX(5px)}.article-sidebar .recent-articles-widget .recent-articles-list .recent-article-item .recent-article-image{flex-shrink:0}.article-sidebar .recent-articles-widget .recent-articles-list .recent-article-item .recent-article-image img{width:80px;height:60px;object-fit:cover;border-radius:8px}.article-sidebar .recent-articles-widget .recent-articles-list .recent-article-item .recent-article-content{flex:1 1}.article-sidebar .recent-articles-widget .recent-articles-list .recent-article-item .recent-article-content h5{font-family:Roboto,sans-serif;color:#333;margin-bottom:8px;font-size:14px;line-height:1.3}.article-sidebar .recent-articles-widget .recent-articles-list .recent-article-item .recent-article-content .recent-article-meta{display:flex;justify-content:space-between;font-size:11px;color:#999;font-family:Exo,sans-serif}.article-sidebar .categories-widget .categories-list .category-item{display:flex;align-items:center;gap:15px;padding:15px 0;border-bottom:1px solid #e9ecef;cursor:pointer;transition:all .3s ease}.article-sidebar .categories-widget .categories-list .category-item:last-child{border-bottom:none}.article-sidebar .categories-widget .categories-list .category-item:hover{transform:translateX(5px)}.article-sidebar .categories-widget .categories-list .category-item:hover .category-icon{transform:scale(1.1)}.article-sidebar .categories-widget .categories-list .category-item .category-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;transition:all .3s ease}.article-sidebar .categories-widget .categories-list .category-item .category-info{flex:1 1}.article-sidebar .categories-widget .categories-list .category-item .category-info h5{font-family:Roboto,sans-serif;color:#333;margin-bottom:5px;font-size:14px}.article-sidebar .categories-widget .categories-list .category-item .category-info p{color:#777;margin:0;font-size:12px;font-family:Exo,sans-serif}.article-sidebar .newsletter-widget{background:linear-gradient(135deg,#7C6CF0,#26bfc1);color:#fff}.article-sidebar .newsletter-widget h4{color:#fff;border-bottom-color:rgba(255,255,255,.3)}.article-sidebar .newsletter-widget p{opacity:.9;font-family:Exo,sans-serif;margin-bottom:20px}.article-sidebar .newsletter-widget .newsletter-form .newsletter-input-group{display:flex;background:rgba(255,255,255,.2);border-radius:25px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.article-sidebar .newsletter-widget .newsletter-form .newsletter-input-group .newsletter-input{flex:1 1;padding:12px 15px;border:none;background:rgba(0,0,0,0);color:#fff;outline:none;font-family:Exo,sans-serif;font-size:14px}.article-sidebar .newsletter-widget .newsletter-form .newsletter-input-group .newsletter-input::placeholder{color:rgba(255,255,255,.7)}.article-sidebar .newsletter-widget .newsletter-form .newsletter-input-group .newsletter-btn{background:#7c6cf0;color:#fff;border:none;padding:12px 15px;cursor:pointer;transition:all .3s ease}.article-sidebar .newsletter-widget .newsletter-form .newsletter-input-group .newsletter-btn:hover{background:rgb(32.4546114742%,24.2047930283%,92.265795207%)}.article-sidebar .newsletter-widget .newsletter-form .newsletter-note{display:block;margin-top:10px;font-size:11px;opacity:.8;font-family:Exo,sans-serif}.article-sidebar .newsletter-widget .newsletter-form .newsletter-note i{margin-right:5px}.article-sidebar .quick-info-widget{background:#ede9fe;border-left:4px solid #7c6cf0}.article-sidebar .quick-info-widget h4{color:#6558e0;border-bottom-color:rgba(133,100,4,.3)}.article-sidebar .quick-info-widget .disclaimer-content{display:flex;gap:15px;align-items:flex-start}.article-sidebar .quick-info-widget .disclaimer-content i{color:#7c6cf0;font-size:20px;margin-top:2px}.article-sidebar .quick-info-widget .disclaimer-content p{color:#6558e0;margin:0;font-size:13px;line-height:1.5;font-family:Exo,sans-serif}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:1200px){.article-sidebar{margin-top:40px}}@media(max-width:992px){.article-hero .article-header .article-stats{gap:20px}.article-hero .article-header .social-share{gap:15px}.related-articles .related-article-card{margin-bottom:20px}}@media(max-width:768px){.article-hero .article-header .article-meta{flex-direction:column;align-items:flex-start;gap:10px}.article-hero .article-header .article-stats{gap:15px}.article-hero .article-header .social-share{flex-direction:column;align-items:flex-start;gap:10px}.article-body .content-wrapper h1{font-size:28px}.article-body .content-wrapper h2{font-size:24px}.article-body .content-wrapper h3{font-size:20px}.article-body .content-wrapper table{font-size:14px}.article-body .content-wrapper table td,.article-body .content-wrapper table th{padding:10px 8px}.related-articles .row .col-lg-4,.related-articles .row .col-md-6{margin-bottom:20px}}@media(max-width:576px){.article-hero .hero-overlay{background:linear-gradient(135deg,rgba(0,0,0,.8),rgba(59,130,246,.9))}.article-hero .article-header .article-meta .category-badge,.article-hero .article-header .article-meta .publish-date,.article-hero .article-header .article-meta .reading-time{font-size:12px;padding:6px 12px}.article-hero .article-header .article-title{font-size:20px}.article-hero .article-header .article-excerpt{font-size:14px}.article-hero .article-header .article-stats .stat-item{font-size:12px}.article-hero .article-header .social-share .share-buttons .share-btn{width:35px;height:35px;font-size:14px}.article-body{padding:20px 15px}.article-body .content-wrapper{font-size:14px}.article-body .content-wrapper h1{font-size:24px}.article-body .content-wrapper h2{font-size:20px}.article-body .content-wrapper h3{font-size:18px}.article-body .content-wrapper blockquote{padding:15px 20px;font-size:16px}.article-body .content-wrapper blockquote:before{font-size:40px;top:-5px;left:10px}.article-body .article-tags .tags-list .tag{font-size:10px;padding:4px 8px}.article-sidebar .sidebar-widget,.comments-section .comment-form{padding:20px 15px}}