/* ===== Reset & Base ===== */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;line-height:1.6;color:#333;background:#f5f5f5}
img{max-width:100%;height:auto;display:block}
a{color:#1a73e8;text-decoration:none}
a:hover{color:#1557b0}
ul,ol{list-style:none}
table{border-collapse:collapse;width:100%}

/* ===== Container ===== */
.container{max-width:1200px;margin:0 auto;padding:0 15px}

/* ===== Header ===== */
.site-header{background:#1a1a2e;color:#fff;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.15)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:15px 0;gap:20px}
.site-branding{display:flex;align-items:center;gap:15px}
.site-logo img{max-height:50px;width:auto}
.site-title{font-size:1.5rem;font-weight:700}
.site-title a{color:#fff}
.site-title a:hover{color:#e94560}
.site-description{font-size:.85rem;color:#aaa;display:none}

/* ===== Navigation ===== */
.main-navigation{display:flex;align-items:center}
.main-navigation ul{display:flex;gap:5px}
.main-navigation li{position:relative}
.main-navigation a{display:block;padding:8px 16px;color:#ccc;font-size:.95rem;border-radius:4px;transition:all .3s}
.main-navigation a:hover{color:#fff;background:rgba(255,255,255,.1)}
.main-navigation .current-menu-item>a{color:#e94560;font-weight:600}
.main-navigation .menu-item-has-children>a::after{content:"\25BC";font-size:.65em;margin-left:6px;display:inline-block;vertical-align:middle;transition:transform .3s}
.main-navigation .sub-menu{display:none;position:absolute;top:100%;left:0;background:#16213e;border-radius:0 0 8px 8px;box-shadow:0 4px 15px rgba(0,0,0,.3);min-width:200px;z-index:100;padding:8px 0}
.main-navigation li:hover>.sub-menu{display:block}
.main-navigation .sub-menu .menu-item-has-children>a::after{content:"\25B6";float:right;margin-top:2px}
.main-navigation .sub-menu .sub-menu{top:0;left:100%;border-radius:0 8px 8px}
.main-navigation .sub-menu a{padding:10px 20px}

.menu-toggle{display:none;flex-direction:column;gap:5px;background:0 0;border:none;cursor:pointer;padding:10px}
.menu-toggle span{display:block;width:25px;height:2px;background:#fff;border-radius:2px;transition:all .3s}

/* ===== Sports Secondary Nav ===== */
.sports-nav{background:#16213e;border-top:1px solid rgba(255,255,255,.06)}
.sports-links{display:flex;gap:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.sports-links::-webkit-scrollbar{display:none}
.sports-links .sport-item{flex-shrink:0}
.sports-links .sport-item a{display:block;padding:10px 20px;color:#8a8fa8;font-size:.88rem;transition:all .3s;white-space:nowrap;border-bottom:2px solid transparent}
.sports-links .sport-item a:hover{color:#fff;background:rgba(255,255,255,.05);border-bottom-color:#e94560}
.sport-item.nba a:hover{border-bottom-color:#c8102e}
.sport-item.football a:hover{border-bottom-color:#00a86b}

/* ===== Main Content ===== */
.site-main{padding:30px 0;min-height:60vh}
.content-area{display:grid;grid-template-columns:1fr 320px;gap:30px;align-items:start}
.content-area .primary{min-width:0}
.content-area .sidebar .widget{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:20px}
.content-area .sidebar .widget-title{font-size:1rem;color:#1a1a2e;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e94560}
.content-area .sidebar .widget ul li{padding:6px 0;border-bottom:1px solid #f0f0f0;font-size:.9rem}
.content-area .sidebar .widget ul li:last-child{border-bottom:none}
.content-area .sidebar .widget a{color:#555}
.content-area .sidebar .widget a:hover{color:#1a73e8}

/* ===== Breadcrumb ===== */
.breadcrumb{padding:10px 0;margin-bottom:20px;font-size:.9rem;color:#666}
.breadcrumb a{color:#1a73e8}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb .current{color:#333;font-weight:600}

/* ===== Post/Article Cards ===== */
.post-card{background:#fff;border-radius:12px;overflow:hidden;margin-bottom:25px;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s}
.post-card:hover{transform:translateY(-3px);box-shadow:0 5px 20px rgba(0,0,0,.12)}
.post-thumbnail img{width:100%;max-height:400px;object-fit:cover}
.post-content{padding:25px}
.post-title{font-size:1.5rem;margin-bottom:10px;line-height:1.3}
.post-title a{color:#1a1a2e}
.post-title a:hover{color:#e94560}
.post-meta{font-size:.85rem;color:#888;margin-bottom:15px;display:flex;gap:15px;flex-wrap:wrap}
.post-meta a{color:#1a73e8}
.post-excerpt{color:#555;line-height:1.8;margin-bottom:15px}
.read-more{display:inline-block;padding:8px 20px;background:#1a73e8;color:#fff;border-radius:6px;font-size:.9rem;transition:background .3s}
.read-more:hover{background:#1557b0;color:#fff}

/* ===== Pagination ===== */
.pagination{margin:30px 0;text-align:center}
.pagination .page-numbers{display:inline-block;padding:8px 15px;margin:0 3px;border:1px solid #ddd;border-radius:6px;color:#333;background:#fff;transition:all .3s}
.pagination .page-numbers:hover{background:#f0f0f0;border-color:#1a73e8;color:#1a73e8}
.pagination .current{background:#1a73e8;border-color:#1a73e8;color:#fff;font-weight:600}

/* ===== Page Header ===== */
.page-header{margin-bottom:30px}
.page-title{font-size:2rem;color:#1a1a2e;margin-bottom:10px;line-height:1.3}
.archive-description{color:#666;font-size:1rem;line-height:1.8}

/* ===== Archive Grid ===== */
.archive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:25px}

/* ===== Author Page ===== */
.author-bio{background:#fff;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,.08);display:flex;gap:25px;align-items:flex-start}
.author-avatar img{border-radius:50%;width:120px;height:120px;object-fit:cover}
.author-info{flex:1}
.author-name{font-size:1.8rem;color:#1a1a2e;margin-bottom:5px}
.author-role{color:#888;font-size:.9rem;margin-bottom:10px}
.author-description{color:#555;line-height:1.8}
.author-stats{display:flex;gap:20px;margin-top:15px}
.author-stats span{font-size:.9rem;color:#666}
.author-stats strong{color:#1a73e8;font-size:1.1rem}

/* ===== Category/Tag Header ===== */
.term-header{background:#fff;border-radius:12px;padding:25px 30px;margin-bottom:30px;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.term-title{font-size:1.8rem;color:#1a1a2e;margin-bottom:10px}
.term-description{color:#555;line-height:1.8}
.term-count{display:inline-block;margin-top:10px;color:#888;font-size:.9rem}
.term-count strong{color:#1a73e8}

/* ===== Search Results ===== */
.search-header{margin-bottom:25px}
.search-header h1{font-size:1.5rem;color:#333}
.search-header span{color:#1a73e8}

/* ===== 404 Page ===== */
.error-404{text-align:center;padding:80px 20px}
.error-404 h1{font-size:5rem;color:#e94560;margin-bottom:10px}
.error-404 p{font-size:1.2rem;color:#666;margin-bottom:30px}
.error-404 .search-form{max-width:400px;margin:0 auto}
.error-404 .back-home{margin-top:30px}

/* ===== No Results ===== */
.no-results{text-align:center;padding:60px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.no-results h1{font-size:1.8rem;color:#1a1a2e;margin-bottom:10px}
.no-results p{color:#888}

/* ===== Footer ===== */
.site-footer{background:#1a1a2e;color:#ccc;padding:40px 0 20px;margin-top:50px}
.footer-widgets{margin-bottom:30px}
.footer-widget-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;gap:15px}
.footer-nav ul{display:flex;gap:15px;flex-wrap:wrap}
.footer-nav a{color:#aaa;font-size:.85rem;transition:color .3s}
.footer-nav a:hover{color:#e94560}
.copyright{font-size:.85rem;color:#888}
.copyright a{color:#aaa}
.copyright a:hover{color:#e94560}

/* ===== Widgets ===== */
.widget{margin-bottom:25px}
.widget-title{font-size:1.1rem;color:#1a1a2e;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #e94560}
.widget ul li{padding:8px 0;border-bottom:1px solid #eee}
.widget ul li:last-child{border-bottom:none}
.widget a{color:#555}
.widget a:hover{color:#1a73e8}

/* ===== Search Form ===== */
.search-form{display:flex;gap:10px}
.search-form input[type="search"]{flex:1;padding:10px 15px;border:2px solid #ddd;border-radius:6px;font-size:1rem;outline:0;transition:border-color .3s}
.search-form input[type="search"]:focus{border-color:#1a73e8}
.search-form button{padding:10px 20px;background:#1a73e8;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:background .3s}
.search-form button:hover{background:#1557b0}

/* ===== Sports Hero ===== */
.sports-hero{background:#1a1a2e;padding:30px 0 0;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}
.hero-featured{position:relative;border-radius:12px;overflow:hidden;background:#16213e;display:flex;flex-direction:column}
.hero-image{overflow:hidden;max-height:360px}
.hero-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.hero-featured:hover .hero-image img{transform:scale(1.05)}
.hero-content{padding:20px;flex:1;display:flex;flex-direction:column;justify-content:flex-end}
.hero-badge{display:inline-block;background:#e94560;color:#fff;font-size:.75rem;padding:3px 10px;border-radius:4px;margin-bottom:8px;width:fit-content}
.hero-title{font-size:1.4rem;margin:0 0 8px;line-height:1.4}
.hero-title a{color:#fff;transition:color .3s}
.hero-title a:hover{color:#e94560}
.hero-excerpt{color:#8a8fa8;font-size:.9rem;margin-bottom:10px;line-height:1.6}
.hero-meta{color:#666;font-size:.8rem}
.hero-side{display:flex;flex-direction:column;gap:12px}
.hero-item{background:#16213e;border-radius:10px;overflow:hidden;display:flex;gap:12px;padding:12px;transition:background .3s}
.hero-item:hover{background:#1e2a4a}
.hero-item:first-child{flex-direction:column;padding:0}
.hero-item:first-child .hero-item-img{overflow:hidden;max-height:160px;border-radius:10px 10px 0 0}
.hero-item:first-child .hero-item-img img{width:100%;height:100%;object-fit:cover}
.hero-item:first-child .hero-item-content{padding:0 12px 12px}
.hero-item.hero-sub .hero-item-img{width:100px;height:72px;flex-shrink:0;overflow:hidden;border-radius:6px}
.hero-item.hero-sub .hero-item-img img{width:100%;height:100%;object-fit:cover}
.hero-item-title{font-size:.88rem;line-height:1.4;margin:0 0 6px}
.hero-item-title a{color:#ddd;transition:color .3s}
.hero-item-title a:hover{color:#e94560}
.hero-item-content{flex:1;min-width:0}
.hero-item.hero-sub .hero-item-content{padding:2px 0}
.hero-item-date{color:#666;font-size:.78rem}

/* ===== Stats Board ===== */
.stats-board{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:30px 0;margin:0}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.stat-card{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:24px;display:flex;align-items:center;gap:16px;transition:all .3s}
.stat-card:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}
.stat-icon{font-size:2rem;line-height:1}
.stat-info{display:flex;flex-direction:column}
.stat-number{font-size:1.8rem;font-weight:700;color:#fff;line-height:1.2}
.stat-label{font-size:.85rem;color:#8a8fa8;margin-top:4px}

/* ===== Quick Nav ===== */
.sports-quick-nav{padding:30px 0}
.quick-nav-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.quick-nav-card{background:#fff;border-radius:12px;padding:20px;text-align:center;text-decoration:none;transition:all .3s;box-shadow:0 2px 8px rgba(0,0,0,.06);border:1px solid #f0f0f0}
.quick-nav-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.1);border-color:transparent}
.quick-nav-card.nba:hover{background:linear-gradient(135deg,#c8102e,#a00d25);color:#fff}
.quick-nav-card.football:hover{background:linear-gradient(135deg,#00a86b,#008552);color:#fff}
.quick-nav-card.players:hover{background:linear-gradient(135deg,#1a73e8,#1557b0);color:#fff}
.quick-nav-card.rank:hover{background:linear-gradient(135deg,#e94560,#c2304a);color:#fff}
.quick-nav-card:hover .quick-nav-title,.quick-nav-card:hover .quick-nav-desc{color:#fff}
.quick-nav-icon{font-size:2rem;display:block;margin-bottom:8px}
.quick-nav-title{display:block;font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:4px}
.quick-nav-desc{display:block;font-size:.8rem;color:#999;line-height:1.4}

/* ===== Section Blocks ===== */
.section-block{margin-bottom:30px}
.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid #e94560}
.section-title{font-size:1.2rem;font-weight:700;color:#1a1a2e;margin:0}
.section-more{font-size:.85rem;color:#e94560;text-decoration:none;font-weight:500}
.section-more:hover{text-decoration:underline}
.mini-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.mini-post-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:all .3s}
.mini-post-card:hover{transform:translateY(-2px);box-shadow:0 4px 15px rgba(0,0,0,.1)}
.mini-post-thumb{overflow:hidden;max-height:140px}
.mini-post-thumb img{width:100%;height:140px;object-fit:cover;transition:transform .5s}
.mini-post-card:hover .mini-post-thumb img{transform:scale(1.05)}
.mini-post-title{font-size:.9rem;padding:10px 12px 4px;margin:0}
.mini-post-title a{color:#1a1a2e;transition:color .3s}
.mini-post-title a:hover{color:#e94560}
.mini-post-date{display:block;padding:0 12px 12px;font-size:.78rem;color:#999}

/* ===== Home Grid ===== */
.home-grid{display:grid;grid-template-columns:1fr;gap:20px}

/* ===== Single Post ===== */
.single-post{background:#fff;border-radius:12px;padding:35px;box-shadow:0 2px 10px rgba(0,0,0,.08)}
.single-post .page-header{margin-bottom:25px}
.single-post .post-meta{font-size:.9rem;color:#888;display:flex;gap:15px;flex-wrap:wrap;margin-top:10px}
.single-post .post-meta a{color:#1a73e8}
.single-post .post-thumbnail{margin-bottom:25px;border-radius:8px;overflow:hidden}
.single-post .post-thumbnail img{width:100%;max-height:500px;object-fit:cover}

/* ===== Share Buttons ===== */
.share-buttons{display:flex;align-items:center;gap:10px;margin:30px 0 10px;padding:15px 0;border-top:1px solid #eee;border-bottom:1px solid #eee}
.share-label{font-size:.9rem;color:#666;font-weight:600;flex-shrink:0}
.share-buttons a{display:inline-flex;align-items:center;gap:4px;padding:6px 14px;border-radius:6px;font-size:.85rem;transition:all .3s;text-decoration:none}
.share-weixin{background:#07c160;color:#fff}
.share-weixin:hover{background:#06ad56;color:#fff}
.share-weibo{background:#ff8200;color:#fff}
.share-weibo:hover{background:#e67500;color:#fff}
.share-qq{background:#12b7f5;color:#fff}
.share-qq:hover{background:#10a5dc;color:#fff}
.share-copy{background:#f0f0f0;color:#555;cursor:pointer;border:none;font-size:.85rem}
.share-copy:hover{background:#ddd;color:#333}
.share-copy.copied{background:#07c160;color:#fff}

/* ===== Entry Content ===== */
.entry-content{font-size:1rem;line-height:1.9;color:#444}
.entry-content h2,.entry-content h3,.entry-content h4{color:#1a1a2e;margin:25px 0 15px;line-height:1.3}
.entry-content h2{font-size:1.6rem}
.entry-content h3{font-size:1.3rem}
.entry-content h4{font-size:1.1rem}
.entry-content p{margin-bottom:15px}
.entry-content ul,.entry-content ol{margin-bottom:15px;padding-left:20px}
.entry-content ul{list-style:disc}
.entry-content ol{list-style:decimal}
.entry-content li{margin-bottom:5px}
.entry-content a{color:#1a73e8;text-decoration:underline}
.entry-content a:hover{color:#1557b0}
.entry-content blockquote{border-left:4px solid #e94560;padding:15px 20px;background:#f9f9f9;margin:20px 0;border-radius:0 8px 8px 0;font-style:italic;color:#555}
.entry-content blockquote p:last-child{margin-bottom:0}
.entry-content img{border-radius:8px;max-width:100%;height:auto}
.entry-content table{width:100%;border-collapse:collapse;margin:20px 0}
.entry-content th,.entry-content td{padding:10px 15px;border:1px solid #ddd;text-align:left}
.entry-content th{background:#f5f5f5;font-weight:600;color:#1a1a2e}
.entry-content tr:nth-child(even){background:#fafafa}
.entry-content pre{background:#1a1a2e;color:#f8f8f2;padding:20px;border-radius:8px;overflow-x:auto;margin:20px 0;font-size:.9rem;line-height:1.5}
.entry-content code{background:#f0f0f0;padding:2px 6px;border-radius:4px;font-size:.9rem;color:#e94560}
.entry-content pre code{background:0 0;padding:0;color:inherit}
.entry-content .wp-caption{max-width:100%;margin:20px 0}
.entry-content .wp-caption-text{font-size:.85rem;color:#888;text-align:center;margin-top:5px}

/* ===== Page Links ===== */
.page-links{margin:30px 0;text-align:center;clear:both}
.page-links a,.page-links span{display:inline-block;padding:8px 14px;margin:0 3px;border:1px solid #ddd;border-radius:6px;color:#333;background:#fff;transition:all .3s}
.page-links a:hover{background:#f0f0f0;border-color:#1a73e8}
.page-links .current{background:#1a73e8;border-color:#1a73e8;color:#fff}

/* ===== Comments ===== */
.comments-area{margin-top:40px;padding-top:30px;border-top:1px solid #eee}
.comments-title{font-size:1.3rem;color:#1a1a2e;margin-bottom:25px}
.comment-list{margin-bottom:30px}
.comment-list .children{padding-left:40px}
.comment-body{padding:20px;background:#f9f9f9;border-radius:8px;margin-bottom:15px}
.comment-author{display:flex;align-items:center;gap:12px;margin-bottom:10px}
.comment-author img{border-radius:50%;width:40px;height:40px}
.comment-author cite{font-weight:600;color:#1a1a2e;font-style:normal}
.comment-author cite a{color:#1a73e8}
.comment-date{font-size:.8rem;color:#999}
.comment-content{color:#444;line-height:1.7;margin-bottom:10px}
.comment-content p:last-child{margin-bottom:0}
.comment-reply a{font-size:.85rem;color:#1a73e8;display:inline-block;padding:4px 12px;border:1px solid #1a73e8;border-radius:4px;transition:all .3s}
.comment-reply a:hover{background:#1a73e8;color:#fff}
.comment-respond{margin-top:30px}
.comment-reply-title{font-size:1.2rem;color:#1a1a2e;margin-bottom:15px}
.comment-form label{display:block;margin-bottom:5px;color:#555;font-weight:600}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea{width:100%;padding:12px 15px;border:2px solid #ddd;border-radius:6px;font-size:1rem;outline:0;transition:border-color .3s}
.comment-form input:focus,
.comment-form textarea:focus{border-color:#1a73e8}
.comment-form textarea{min-height:120px}
.comment-form .form-submit{margin-top:15px}
.comment-form .submit{padding:10px 25px;background:#1a73e8;color:#fff;border:none;border-radius:6px;font-size:1rem;cursor:pointer;transition:background .3s}
.comment-form .submit:hover{background:#1557b0}

/* ===== Sub Categories ===== */
.section-title{font-size:1.3rem;color:#1a1a2e;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #e94560}
.sub-cat-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:25px}
.sub-cat-item{display:inline-block;padding:8px 16px;background:#f0f4ff;color:#1a73e8;border:1px solid #d0d9ff;border-radius:20px;font-size:.9rem;transition:all .3s}
.sub-cat-item:hover{background:#1a73e8;color:#fff;border-color:#1a73e8}
.sub-cat-count{color:#888;font-size:.85rem}

/* ===== Responsive ===== */
@media(max-width:1024px){
  .sports-links .sport-item a{padding:10px 14px;font-size:.82rem}
}
@media(max-width:1024px){
  .content-area{grid-template-columns:1fr 260px;gap:20px}
  .hero-grid{grid-template-columns:1fr;gap:16px}
  .hero-side{display:grid;grid-template-columns:repeat(2,1fr)}
  .hero-item:first-child{grid-column:1/-1}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .quick-nav-grid{grid-template-columns:repeat(2,1fr)}
  .mini-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .header-inner{flex-wrap:wrap}
  .menu-toggle{display:flex}
  .main-navigation{display:none;width:100%;order:3}
  .main-navigation.active{display:block}
  .main-navigation ul{flex-direction:column;width:100%}
  .main-navigation .menu-item-has-children>a::after{float:right;margin-top:5px}
  .main-navigation .sub-menu{position:static;display:none;box-shadow:none;padding-left:20px;background:0 0}
  .main-navigation li:hover>.sub-menu{display:none}
  .main-navigation .sub-menu.open{display:block}
  .sports-nav{overflow-x:auto}
  .sports-links .sport-item a{padding:8px 12px;font-size:.8rem}
  .content-area{grid-template-columns:1fr}
  .hero-side{display:flex;flex-direction:column}
  .hero-item:first-child{grid-column:auto}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .stat-card{padding:16px}
  .stat-number{font-size:1.4rem}
  .quick-nav-grid{grid-template-columns:repeat(2,1fr)}
  .quick-nav-card{padding:16px}
  .mini-grid{grid-template-columns:1fr}
  .footer-widget-grid{grid-template-columns:1fr;gap:20px}
  .archive-grid{grid-template-columns:1fr}
  .author-bio{flex-direction:column;align-items:center;text-align:center}
  .author-stats{justify-content:center}
  .footer-bottom{flex-direction:column;text-align:center}
  .footer-nav ul{justify-content:center}
  .post-title{font-size:1.3rem}
  .page-title{font-size:1.5rem}
  .single-post{padding:20px}
  .comment-list .children{padding-left:20px}
  .share-label{display:none}
  .share-buttons{flex-wrap:wrap}
}

@media(max-width:480px){
  .site-main{padding:20px 0}
  .post-content{padding:20px}
  .post-card{margin-bottom:20px}
  .archive-grid{grid-template-columns:1fr}
  .container{padding:0 10px}
  .single-post{padding:15px}
  .entry-content table{font-size:.85rem}
  .entry-content th,.entry-content td{padding:8px}
}
