.breadcrumb-container,.article-container,.related-articles-container{max-width:1200px;margin:0 auto;padding:2rem 2rem 1rem}.breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:1rem;background:#fff0;margin:0;padding:0}.breadcrumb a{color:var(--primary-color);text-decoration:none;font-weight:600;transition:opacity 0.3s ease}.breadcrumb a:hover{opacity:.7}.breadcrumb-separator,.breadcrumb-current{color:var(--primary-color);font-weight:600}.article-container{padding:.2rem 2rem}.article-header{margin-bottom:3rem}.article-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.3;max-width:60%}.article-description{font-size:1.1rem;color:var(--text-secondary);font-weight:400;line-height:1.5;max-width:85%;margin-bottom:2rem}.article-flex-row{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-top:1.5rem}.article-hero-image{flex:5;max-width:100%;border-radius:20px;max-height:500px;object-fit:cover;min-width:80%;height:auto}.article-hero-image-full{flex:5;max-width:100%;border-radius:20px;max-height:560px;object-fit:cover;object-position:center;min-width:80%;height:auto}.article-meta{flex:2;display:flex;flex-direction:column;gap:1rem}.article-sidebar{margin:10px;display:flex;flex-direction:column;gap:.35rem}.meta-label{font-size:.95rem;font-weight:600;color:var(--text-primary)}.article-date{font-size:.95rem;color:var(--text-secondary)}.article-tags{display:flex;flex-wrap:wrap;gap:.5rem}.article-tag{margin:5px 0;white-space:nowrap;padding:.4rem 1rem;background-color:rgb(180 16 120 / .1);color:var(--primary-color);border-radius:20px;font-size:.85rem;font-weight:500;text-decoration:none;transition:all 0.3s ease}.article-tag:hover{background-color:rgb(180 16 120 / .2);transform:translateY(-2px)}.article-content{max-width:900px;margin:0 auto}.article-section{margin-bottom:3rem}.article-section-title{font-size:1.75rem;font-weight:600;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.3}.article-section-content{font-size:1.05rem;color:var(--text-secondary);line-height:1.8}.article-section-content p{margin-bottom:1.5rem}.related-articles-section{background-color:rgb(180 16 120 / .02);margin-top:4rem}.related-articles-title{font-size:2rem;font-weight:600;color:var(--text-primary);margin-bottom:2.5rem;text-align:center}.related-articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.related-article-card{background:#fff;border-radius:20px;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;text-decoration:none;display:block}.related-article-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgb(0 0 0 / .1)}.related-article-image{width:100%;height:200px;object-fit:cover}.related-article-body{padding:1.5rem}.related-article-title{font-size:1.15rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.related-article-excerpt{font-size:.9rem;color:var(--text-secondary);line-height:1.5}@media (max-width:768px){.breadcrumb-container{padding:1.5rem 1rem .5rem}.article-container{padding:0 1rem}.article-header{margin-bottom:2rem}.article-flex-row{flex-direction:column;align-items:flex-start;gap:1.5rem}.article-hero-image{min-width:100%;max-height:400px}.article-title,.article-description{max-width:100%}.article-meta{width:100%}.related-articles-grid{grid-template-columns:1fr}}@media (max-width:576px){.article-title{font-size:1.75rem}.article-description{font-size:1rem}.article-section-title{font-size:1.3rem}.article-section-content{font-size:1rem;line-height:1.6}.article-section-content p{margin-bottom:1rem}.related-articles-title{font-size:1.5rem}.article-meta.d-block.d-sm-none{padding:0rem 1.2rem;border-radius:16px;margin:1.5rem 0}.article-meta.d-block.d-sm-none .article-sidebar{flex-direction:column;justify-content:start;align-items:start}.article-meta.d-block.d-sm-none .article-date{font-size:.9rem;color:var(--text-secondary)}.article-meta.d-block.d-sm-none .meta-label{font-size:.9rem;color:var(--primary-color)}.article-meta.d-block.d-sm-none .article-tags{margin-top:.75rem;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.5rem;scrollbar-width:thin}.article-meta.d-block.d-sm-none .article-tag{white-space:nowrap;border-radius:14px;font-size:.85rem;padding:.4rem .9rem}}@media (max-width:400px){.breadcrumb{font-size:.9rem}.article-tag{padding:.3rem .8rem;font-size:.8rem}}