/* ===================================
   Playdex Blog Styles
   =================================== */

/* === БАЗОВІ СТИЛІ === */
.blog{background:#ffffff;}.blog-container{max-width:1200px;margin:0 auto;padding:20px;background:#fff;}

/* === КНОПКИ === */
.button{border:1xp solid black;}.btn-playdex{background:#6c5ce7 !important;color:white !important;border:none !important;padding:10px 20px;border-radius:8px;text-decoration:none;display:inline-block;font-weight:500;transition:all 0.2s ease;}.btn-playdex:hover{background:#5a4fcf !important;color:white !important;text-decoration:none;transform:translateY(-1px);}

/* === FEATURED STORY === */
.featured-story{box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);border-radius:12px;padding:30px;margin-bottom:40px;border:1px solid #e9ecef;}.featured-story h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:15px;line-height:1.2;}.featured-story .excerpt{color:#6c757d;font-size:1.1rem;line-height:1.6;margin-bottom:20px;}.featured-story .excerpt p{margin-bottom:1rem;}.featured-story .excerpt br{display:block;margin:0.5rem 0;}.featured-meta{display:flex;align-items:center;gap:15px;margin-bottom:20px;}.featured-meta img{width:50px;height:50px;border-radius:50%;object-fit:cover;}.featured-meta .meta-info{color:#6c757d;font-size:0.9rem;}

/* === КАТЕГОРІЯ HEADER === */
.category-header{background:#f8f9fa;border-radius:12px;padding:30px;margin-bottom:40px;border:1px solid #e9ecef;}.category-header h1{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:15px;line-height:1.2;}.category-header .lead{color:#6c757d;font-size:1.1rem;line-height:1.6;margin-bottom:20px;}

/* === АРТІКЛI === */
.latest-articles{margin-bottom:40px;}.latest-articles h2{color:#2c3e50;font-size:1.8rem;font-weight:600;margin-bottom:30px;}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:40px;}.article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,0.1);transition:transform 0.2s ease,box-shadow 0.2s ease;text-decoration:none;color:inherit;}.article-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,0.15);text-decoration:none;color:inherit;}.article-card .card-image{width:100%;height:180px;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;color:white;font-weight:600;font-size:1.1rem;}.article-card .card-content{padding:20px;}.article-card h3{color:#2c3e50;font-size:1.2rem;font-weight:600;margin-bottom:10px;line-height:1.4;}.article-card .excerpt{color:#6c757d;font-size:0.9rem;line-height:1.5;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}.article-card .meta{color:#8e9297;font-size:0.8rem;}

/* === САЙДБАР === */
.sidebar-section{border-radius:12px;padding:20px;margin-bottom:20px;border:1px solid #e9ecef;box-shadow:0 2px 8px rgba(0,0,0,0.1);}.sidebar-section h3{color:#2c3e50;font-size:1.1rem;font-weight:600;margin-bottom:15px;}.categories-list{display:flex;flex-direction:column;gap:8px;}.category-item{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-radius:8px;transition:all 0.2s ease;background:#fff;border:1px solid #e9ecef;}.category-item.all-articles{background:#6c5ce7;color:white;font-weight:500;}.category-item.all-articles .count{background:rgba(255,255,255,0.2);color:white;}.category-item:not(.all-articles):hover{background:#f8f9fa;border-color:#6c5ce7;}.category-item a{color:#495057;text-decoration:none;font-weight:400;}.category-item:hover a{color:#6c5ce7;}.category-item .count{background:#f1f3f4;color:#6c757d;padding:3px 8px;border-radius:12px;font-size:0.8rem;font-weight:500;min-width:24px;text-align:center;}

/* === ТЕГИ === */
.tags-container{display:flex;flex-wrap:wrap;gap:8px;}.tag-item{background:#f1f3f4;color:#495057;padding:6px 12px;border-radius:16px;font-size:0.85rem;font-weight:400;cursor:pointer;transition:all 0.2s ease;border:1px solid #e9ecef;}.tag-item:hover{background:#6c5ce7;color:white;border-color:#6c5ce7;}

/* === RECENT UPDATES === */
.recent-updates-list{display:flex;flex-direction:column;gap:15px;}.update-item{padding-bottom:15px;border-bottom:1px solid #e9ecef;}.update-item:last-child{padding-bottom:0;border-bottom:none;}.update-link{color:#495057;text-decoration:none;display:block;transition:color 0.2s ease;}.update-link:hover{color:#6c5ce7;text-decoration:none;}.update-title{font-weight:500;margin-bottom:4px;line-height:1.4;font-size:0.9rem;}.update-date{color:#8e9297;font-size:0.8rem;}

/* === ПОСТ КОНТЕНТ === */
.post-content{white-space:pre-wrap;word-wrap:break-word;}.post-excerpt{white-space:pre-line;word-wrap:break-word;}.post-content p{margin-bottom:1rem;line-height:1.6;}.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6{margin-top:2rem;margin-bottom:1rem;font-weight:600;}.post-content ul,.post-content ol{margin-bottom:1rem;padding-left:2rem;}.post-content blockquote{border-left:4px solid #6c5ce7;padding-left:1rem;margin:1.5rem 0;color:#6c757d;font-style:italic;}.post-content code{background:#f8f9fa;padding:2px 6px;border-radius:4px;font-family:'Courier New',monospace;color:#e83e8c;}.post-content pre{background:#f8f9fa;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0;}.post-content img{max-width:100%;height:auto;border-radius:8px;margin:1rem 0;}

/* === BREADCRUMB === */
.breadcrumb{background:transparent;padding:0;margin:0;}.breadcrumb-item + .breadcrumb-item::before{content:"›";color:#6c757d;}.breadcrumb-item a{color:#6c5ce7;text-decoration:none;}.breadcrumb-item a:hover{text-decoration:underline;}.breadcrumb-item.active{color:#6c757d;}

/* === RESPONSIVE === */
@media (max-width:768px){.blog-container{padding:15px;}.featured-story h1,.category-header h1{font-size:2rem;}.articles-grid{grid-template-columns:1fr;}}