/*
Theme Name: Twins-Tech الأخوين للتقنية
Theme URI: https://twins-tech.com
Author: Twins-Tech
Author URI: https://youtube.com/@twins-tech
Description: ثيم احترافي لقناة الأخوين للتقنية — Magazine Style، RTL، سريع ومتوافق مع AdSense وSEO.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: twins-tech
Tags: rtl-language, arabic, blog, news, magazine
*/

/* ═══ VARIABLES ═══ */
:root {
  --tt-red:#C0392B; --tt-red-dark:#922B21; --tt-red-light:#E74C3C;
  --tt-navy:#1C2340; --tt-navy-2:#253059; --tt-gold:#D4AC0D;
  --tt-white:#FFFFFF; --tt-bg:#F4F4F0; --tt-card:#FFFFFF;
  --tt-text:#1a1a1a; --tt-muted:#666; --tt-border:#e0e0e0;
  --tt-shadow:0 4px 20px rgba(0,0,0,.08);
  --tt-radius:10px; --tt-font:'Cairo',sans-serif;
}

/* ═══ RESET — لا يمسح margin من html وbody لأن WordPress يحتاجه للـ admin bar ═══ */
*, *::before, *::after { box-sizing:border-box; }
h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd {
  margin:0; padding:0;
}

html { font-size:16px; scroll-behavior:smooth; }
body {
  font-family:var(--tt-font); background:var(--tt-bg);
  color:var(--tt-text); direction:rtl; line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
img { max-width:100%; height:auto; display:block; }
a   { color:var(--tt-red); text-decoration:none; transition:.2s; }
a:hover { color:var(--tt-red-dark); }
ul,ol { padding-right:20px; }
h1,h2,h3,h4,h5,h6 { font-family:var(--tt-font); font-weight:900; color:var(--tt-navy); line-height:1.3; }
h1 { font-size:clamp(22px,4vw,32px); }
h2 { font-size:clamp(18px,3vw,24px); }
h3 { font-size:clamp(15px,2.5vw,20px); }
p  { margin-bottom:15px; line-height:1.85; }

/* ═══ ADMIN BAR COMPATIBILITY ═══ */
#wpadminbar { display:block!important; }
html.admin-bar .tt-header { top:0; }

/* ═══ CONTAINER ═══ */
.tt-container { max-width:1200px; margin:0 auto; padding:0 15px; }

/* ═══ TOP BAR ═══ */
.tt-topbar { background:var(--tt-navy); color:#aaa; font-size:12px; padding:6px 0; border-bottom:3px solid var(--tt-red); }
.tt-topbar-inner { display:flex; justify-content:space-between; align-items:center; }
.tt-topbar a { color:#ccc; margin-left:15px; font-size:12px; }
.tt-topbar a:hover { color:var(--tt-gold); }
.tt-topbar-date { color:var(--tt-gold); font-weight:700; }

/* ═══ HEADER ═══ */
.tt-header { background:var(--tt-white); padding:14px 0; box-shadow:0 2px 12px rgba(0,0,0,.1); position:sticky; top:0; z-index:9990; }
.tt-header-inner { display:flex; align-items:center; justify-content:space-between; gap:15px; }
.tt-logo { display:flex; align-items:center; gap:12px; text-decoration:none; }
.tt-logo-icon { width:50px; height:50px; background:linear-gradient(135deg,var(--tt-red),var(--tt-red-dark)); border-radius:12px; display:flex; align-items:center; justify-content:center; color:white; font-size:18px; font-weight:900; box-shadow:0 4px 15px rgba(192,57,43,.35); flex-shrink:0; }
.tt-logo-name { font-size:20px; font-weight:900; color:var(--tt-navy); display:block; line-height:1.1; }
.tt-logo-tag  { font-size:11px; color:var(--tt-red); font-weight:700; }
.tt-search-form { display:flex; flex:1; max-width:380px; }
.tt-search-form input { flex:1; padding:10px 14px; border:2px solid var(--tt-border); border-left:none; border-radius:0 8px 8px 0; font-family:var(--tt-font); font-size:13px; outline:none; transition:.3s; }
.tt-search-form input:focus { border-color:var(--tt-red); }
.tt-search-form button { background:var(--tt-red); color:white; border:none; padding:10px 16px; border-radius:8px 0 0 8px; cursor:pointer; font-size:16px; transition:.3s; }
.tt-search-form button:hover { background:var(--tt-red-dark); }
.tt-yt-btn { background:linear-gradient(135deg,var(--tt-red),#FF0000); color:white; padding:10px 18px; border-radius:8px; font-size:13px; font-weight:700; white-space:nowrap; box-shadow:0 4px 15px rgba(255,0,0,.28); display:flex; align-items:center; gap:6px; }
.tt-yt-btn:hover { transform:translateY(-2px); color:white; }

/* ═══ NAVIGATION ═══ */
.tt-nav { background:var(--tt-navy); position:relative; z-index:9989; }
.tt-nav-list { display:flex; list-style:none; padding:0; margin:0; overflow-x:auto; }
.tt-nav-list li a { display:block; padding:13px 16px; color:#ccc; font-size:13px; font-weight:700; border-bottom:3px solid transparent; transition:.3s; white-space:nowrap; }
.tt-nav-list li a:hover,.tt-nav-list li a.current-menu-item { color:white; border-bottom-color:var(--tt-red); background:rgba(255,255,255,.04); }
.tt-mobile-toggle { display:none; background:none; border:none; color:white; font-size:22px; cursor:pointer; padding:12px 15px; }

/* ═══ BREAKING NEWS ═══ */
.tt-breaking { background:var(--tt-red); color:white; padding:8px 0; overflow:hidden; }
.tt-breaking-inner { display:flex; align-items:center; gap:15px; overflow:hidden; }
.tt-breaking-label { background:var(--tt-navy); padding:4px 14px; border-radius:4px; font-size:11px; font-weight:900; white-space:nowrap; flex-shrink:0; }
.tt-breaking-track { display:flex; animation:tt-scroll 30s linear infinite; white-space:nowrap; }
.tt-breaking-track span { padding:0 30px; font-size:13px; font-weight:600; }
@keyframes tt-scroll { 0%{transform:translateX(0)} 100%{transform:translateX(-50%)} }

/* ═══ STATS BAR ═══ */
.tt-stats { background:var(--tt-red); padding:12px 0; color:white; }
.tt-stats-grid { display:grid; grid-template-columns:repeat(4,1fr); text-align:center; gap:10px; }
.tt-stat-num   { font-size:22px; font-weight:900; display:block; }
.tt-stat-label { font-size:11px; opacity:.85; }

/* ═══ HERO ═══ */
.tt-hero { padding:28px 0; }
.tt-hero-grid { display:grid; grid-template-columns:2fr 1fr; gap:20px; }
.tt-hero-main { position:relative; border-radius:var(--tt-radius); overflow:hidden; cursor:pointer; }
.tt-hero-main .tt-hero-thumb { width:100%; height:380px; object-fit:cover; display:block; background:linear-gradient(135deg,var(--tt-navy),var(--tt-red-dark)); }
.tt-hero-overlay { position:absolute; bottom:0; right:0; left:0; padding:25px; background:linear-gradient(to top,rgba(0,0,0,.9),transparent); color:white; }
.tt-hero-overlay .tt-cat-badge { background:var(--tt-red); display:inline-block; padding:3px 10px; border-radius:4px; font-size:11px; font-weight:700; margin-bottom:8px; }
.tt-hero-overlay h2 { color:white; font-size:clamp(16px,2.5vw,22px); margin-bottom:6px; }
.tt-hero-overlay .tt-meta { font-size:12px; color:#ccc; }
.tt-hero-sidebar { display:flex; flex-direction:column; gap:14px; }
.tt-mini-card { background:var(--tt-card); border-radius:var(--tt-radius); overflow:hidden; box-shadow:var(--tt-shadow); display:flex; cursor:pointer; transition:.3s; }
.tt-mini-card:hover { transform:translateY(-3px); box-shadow:0 8px 30px rgba(0,0,0,.12); }
.tt-mini-thumb { width:105px; min-width:105px; background:linear-gradient(135deg,var(--tt-navy),var(--tt-red)); display:flex; align-items:center; justify-content:center; font-size:28px; color:white; }
.tt-mini-thumb img { width:100%; height:100%; object-fit:cover; }
.tt-mini-body { padding:12px; flex:1; }
.tt-mini-body .tt-cat { font-size:10px; color:var(--tt-red); font-weight:700; text-transform:uppercase; }
.tt-mini-body h4 { font-size:13px; font-weight:700; margin:4px 0; line-height:1.35; color:var(--tt-navy); }
.tt-mini-body .tt-date { font-size:11px; color:var(--tt-muted); }

/* ═══ CANADA BAND ═══ */
.tt-canada-band { background:linear-gradient(135deg,var(--tt-navy),var(--tt-navy-2)); color:white; padding:40px 0; margin:10px 0; }
.tt-canada-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:22px; }
.tt-canada-card { background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.14); border-radius:12px; padding:18px; cursor:pointer; transition:.3s; }
.tt-canada-card:hover { background:rgba(255,255,255,.15); transform:translateY(-3px); }
.tt-canada-card .tt-ci { font-size:32px; margin-bottom:10px; }
.tt-canada-card h4 { color:var(--tt-gold); font-size:14px; margin-bottom:7px; }
.tt-canada-card p  { font-size:12px; color:#bbb; line-height:1.6; }
.tt-canada-card .tt-tag { background:var(--tt-red); font-size:10px; padding:2px 8px; border-radius:4px; margin-top:10px; display:inline-block; font-weight:700; }

/* ═══ SECTION HEADER ═══ */
.tt-section-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:18px; padding-bottom:10px; border-bottom:3px solid var(--tt-border); position:relative; }
.tt-section-header::after { content:''; position:absolute; bottom:-3px; right:0; width:70px; height:3px; background:var(--tt-red); }
.tt-section-header h2 { font-size:19px; display:flex; align-items:center; gap:8px; }
.tt-section-header a  { font-size:13px; color:var(--tt-red); font-weight:700; }

/* ═══ MAIN LAYOUT ═══ */
.tt-main-wrap { display:grid; grid-template-columns:1fr 310px; gap:25px; padding:28px 0; }
.tt-content-area { min-width:0; }

/* ═══ POST CARDS ═══ */
.tt-posts-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; margin-bottom:25px; }
.tt-post-card { background:var(--tt-card); border-radius:12px; overflow:hidden; box-shadow:var(--tt-shadow); transition:.3s; }
.tt-post-card:hover { transform:translateY(-4px); box-shadow:0 10px 35px rgba(0,0,0,.13); }
.tt-post-thumb { height:175px; overflow:hidden; background:linear-gradient(135deg,var(--tt-navy),#2c3e50); display:flex; align-items:center; justify-content:center; font-size:45px; color:white; }
.tt-post-thumb img { width:100%; height:100%; object-fit:cover; transition:.4s; }
.tt-post-card:hover .tt-post-thumb img { transform:scale(1.04); }
.tt-post-body { padding:15px; }
.tt-cat-badge { display:inline-block; background:var(--tt-red); color:white; font-size:10px; padding:2px 9px; border-radius:4px; font-weight:700; margin-bottom:8px; }
.tt-cat-badge.fr { background:var(--tt-navy); }
.tt-post-body h3 { font-size:14px; font-weight:800; margin-bottom:7px; line-height:1.4; }
.tt-post-body h3 a { color:var(--tt-navy); }
.tt-post-body h3 a:hover { color:var(--tt-red); }
.tt-excerpt { font-size:12px; color:var(--tt-muted); line-height:1.65; margin-bottom:12px; }
.tt-post-meta { display:flex; justify-content:space-between; align-items:center; border-top:1px solid var(--tt-border); padding-top:9px; }
.tt-post-meta .tt-date { font-size:11px; color:var(--tt-muted); }
.tt-read-more { font-size:11px; color:var(--tt-red); font-weight:700; border:1px solid var(--tt-red); padding:3px 9px; border-radius:4px; transition:.3s; }
.tt-read-more:hover { background:var(--tt-red); color:white; }

/* ═══ SINGLE POST ═══ */
.tt-single-header { margin-bottom:22px; }
.tt-single-meta { display:flex; gap:15px; flex-wrap:wrap; font-size:12px; color:var(--tt-muted); padding-bottom:15px; border-bottom:2px solid var(--tt-border); margin-bottom:20px; }
.tt-keywords { display:flex; gap:6px; flex-wrap:wrap; margin-bottom:20px; }
.tt-keywords span { background:var(--tt-bg); border:1px solid var(--tt-border); padding:3px 10px; border-radius:20px; font-size:11px; color:var(--tt-muted); }
.tt-single-content h2 { font-size:20px; margin:22px 0 10px; border-right:4px solid var(--tt-red); padding-right:10px; }
.tt-single-content h3 { font-size:16px; color:var(--tt-red-dark); margin:15px 0 8px; }
.tt-single-content p  { font-size:14px; line-height:1.9; color:#333; }
.tt-single-content ul,.tt-single-content ol { margin:10px 0 15px; }
.tt-single-content li { font-size:14px; line-height:1.8; margin-bottom:5px; }
.tt-single-content .tt-info-box { background:#f0f7ff; border:1px solid #bee3f8; border-radius:10px; padding:15px; margin:15px 0; }
.tt-single-content .tt-warn-box { background:#fff8e1; border:1px solid #f6c000; border-radius:10px; padding:15px; margin:15px 0; }
.tt-share-box { background:var(--tt-bg); border-radius:10px; padding:18px; margin-top:25px; text-align:center; border:1px solid var(--tt-border); }
.tt-share-btns { display:flex; gap:10px; justify-content:center; flex-wrap:wrap; margin-top:12px; }
.tt-share-btn { padding:8px 20px; border-radius:8px; color:white; font-size:13px; font-weight:700; cursor:pointer; border:none; display:flex; align-items:center; gap:6px; }
.tt-share-fb { background:#1877F2; } .tt-share-wa { background:#25D366; } .tt-share-copy { background:var(--tt-navy); }

/* ═══ SIDEBAR ═══ */
.tt-widget { background:var(--tt-card); border-radius:12px; padding:20px; box-shadow:var(--tt-shadow); margin-bottom:20px; }
.tt-widget-title { font-size:15px; font-weight:900; color:var(--tt-navy); margin-bottom:15px; padding-bottom:10px; border-bottom:2px solid var(--tt-red); display:flex; align-items:center; gap:7px; }
.tt-yt-widget { background:linear-gradient(135deg,var(--tt-red),var(--tt-red-dark)); border-radius:12px; padding:20px; color:white; text-align:center; margin-bottom:20px; }
.tt-yt-widget .tt-yt-icon { font-size:38px; margin-bottom:8px; }
.tt-yt-widget h3 { font-size:15px; font-weight:900; margin-bottom:5px; }
.tt-yt-widget p  { font-size:12px; opacity:.9; margin-bottom:12px; }
.tt-yt-count { font-size:26px; font-weight:900; color:var(--tt-gold); }
.tt-yt-label { font-size:11px; opacity:.8; }
.tt-yt-sub-btn { display:block; background:white; color:var(--tt-red); padding:11px; border-radius:8px; font-weight:900; font-size:13px; margin-top:14px; transition:.3s; text-align:center; }
.tt-yt-sub-btn:hover { background:var(--tt-gold); color:white; }
.tt-popular-list { list-style:none; padding:0; }
.tt-popular-list li { display:flex; gap:10px; padding:9px 0; border-bottom:1px solid var(--tt-border); cursor:pointer; transition:.2s; align-items:flex-start; }
.tt-popular-list li:last-child { border-bottom:none; }
.tt-popular-num { min-width:28px; height:28px; background:var(--tt-red); color:white; border-radius:6px; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:900; flex-shrink:0; }
.tt-popular-title { font-size:12px; font-weight:700; line-height:1.4; }
.tt-popular-meta  { font-size:10px; color:var(--tt-muted); margin-top:2px; }
.tt-cat-list { list-style:none; padding:0; }
.tt-cat-list li { border-bottom:1px solid var(--tt-border); }
.tt-cat-list li:last-child { border-bottom:none; }
.tt-cat-list li a { display:flex; justify-content:space-between; align-items:center; padding:9px 0; font-size:13px; font-weight:600; color:var(--tt-text); transition:.3s; }
.tt-cat-list li a:hover { color:var(--tt-red); padding-right:5px; }
.tt-cat-count { background:var(--tt-bg); padding:2px 8px; border-radius:10px; font-size:11px; color:var(--tt-muted); }

/* ═══ AD ZONES ═══ */
.tt-ad-zone { background:#f9f9f9; border:2px dashed #ccc; border-radius:10px; padding:15px; text-align:center; color:#bbb; font-size:11px; margin:18px 0; }
.tt-ad-zone::before { content:'إعلان'; display:block; font-weight:700; color:#ccc; }

/* ═══ PAGINATION ═══ */
.tt-pagination { display:flex; justify-content:center; gap:8px; padding:25px 0; }
.tt-pagination a,.tt-pagination span { width:38px; height:38px; display:flex; align-items:center; justify-content:center; border-radius:8px; font-size:13px; font-weight:700; border:2px solid var(--tt-border); color:var(--tt-text); transition:.3s; }
.tt-pagination a:hover,.tt-pagination .current { background:var(--tt-red); color:white; border-color:var(--tt-red); }

/* ═══ PAGE TEMPLATES ═══ */
.tt-page-wrap { background:var(--tt-card); border-radius:12px; padding:35px; box-shadow:var(--tt-shadow); }
.tt-page-wrap h1 { margin-bottom:20px; padding-bottom:15px; border-bottom:3px solid var(--tt-red); }
.tt-page-wrap h2 { font-size:18px; color:var(--tt-red-dark); margin:20px 0 10px; }
.tt-contact-grid { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.tt-contact-info { background:var(--tt-bg); border-radius:10px; padding:20px; }
.tt-contact-item { display:flex; gap:10px; margin-bottom:12px; align-items:center; }
.tt-contact-icon { width:36px; height:36px; background:var(--tt-red); border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:15px; flex-shrink:0; }
.tt-contact-text { font-size:13px; }
.tt-contact-text strong { display:block; font-size:11px; color:var(--tt-muted); }
.tt-form input,.tt-form textarea,.tt-form select { width:100%; padding:11px 14px; border:2px solid var(--tt-border); border-radius:8px; font-family:var(--tt-font); font-size:13px; margin-bottom:12px; outline:none; transition:.3s; background:var(--tt-bg); }
.tt-form input:focus,.tt-form textarea:focus { border-color:var(--tt-red); background:white; }
.tt-form textarea { height:120px; resize:vertical; }
.tt-form button { background:var(--tt-red); color:white; padding:12px 28px; border:none; border-radius:8px; font-family:var(--tt-font); font-size:14px; font-weight:700; cursor:pointer; transition:.3s; }
.tt-form button:hover { background:var(--tt-red-dark); }

/* ═══ FOOTER ═══ */
.tt-footer { background:var(--tt-navy); color:#999; padding:48px 0 0; margin-top:50px; }
.tt-footer-grid { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:28px; margin-bottom:38px; }
.tt-footer-logo h3 { color:white; font-size:17px; font-weight:900; margin-bottom:10px; }
.tt-footer-logo p  { font-size:13px; line-height:1.8; color:#888; margin-bottom:14px; }
.tt-social-row { display:flex; gap:8px; }
.tt-social-link { width:36px; height:36px; border-radius:8px; display:flex; align-items:center; justify-content:center; font-size:14px; text-decoration:none; transition:.3s; background:rgba(255,255,255,.07); color:white; }
.tt-social-link:hover { transform:translateY(-3px); color:white; }
.tt-social-yt { background:#FF0000!important; }
.tt-social-fb { background:#1877F2!important; }
.tt-social-ig { background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888)!important; }
.tt-footer-col h4 { color:white; font-size:14px; font-weight:800; margin-bottom:14px; border-bottom:2px solid var(--tt-red); padding-bottom:7px; }
.tt-footer-col ul { list-style:none; padding:0; }
.tt-footer-col ul li { margin-bottom:8px; }
.tt-footer-col ul li a { color:#999; font-size:13px; transition:.3s; display:flex; align-items:center; gap:5px; }
.tt-footer-col ul li a:hover { color:var(--tt-gold); padding-right:4px; }
.tt-footer-newsletter input { width:100%; padding:9px 14px; background:rgba(255,255,255,.09); border:1px solid rgba(255,255,255,.18); border-radius:8px; color:white; font-family:var(--tt-font); font-size:13px; margin-bottom:8px; outline:none; }
.tt-footer-newsletter button { width:100%; background:var(--tt-red); color:white; padding:10px; border:none; border-radius:8px; font-family:var(--tt-font); font-size:13px; font-weight:700; cursor:pointer; }
.tt-footer-bottom { background:rgba(0,0,0,.3); padding:14px 0; border-top:1px solid rgba(255,255,255,.08); }
.tt-footer-bottom-inner { display:flex; justify-content:space-between; align-items:center; font-size:12px; flex-wrap:wrap; gap:8px; }
.tt-footer-bottom a { color:var(--tt-gold); margin-right:12px; font-size:12px; }
.tt-footer-bottom a:hover { color:white; }

/* ═══ 404 ═══ */
.tt-404-wrap { text-align:center; padding:80px 20px; }
.tt-404-wrap .tt-404-num { font-size:clamp(80px,15vw,150px); font-weight:900; color:var(--tt-red); line-height:1; }
.tt-btn-home { display:inline-block; background:var(--tt-red); color:white; padding:12px 28px; border-radius:10px; font-weight:700; font-size:14px; }
.tt-btn-home:hover { background:var(--tt-red-dark); color:white; }

/* ═══ BREADCRUMB ═══ */
.tt-breadcrumb { padding:10px 0; font-size:12px; color:var(--tt-muted); }
.tt-breadcrumb a { color:var(--tt-red); }
.tt-breadcrumb span { margin:0 6px; }

/* ═══ COMMENTS ═══ */
.comment-list { list-style:none; padding:0; }
.comment { background:var(--tt-bg); border-radius:10px; padding:16px; margin-bottom:12px; }
.comment-author { font-weight:700; color:var(--tt-navy); font-size:14px; }
.comment-metadata { font-size:11px; color:var(--tt-muted); margin-bottom:8px; }
#respond h3 { margin-bottom:15px; }
#respond input,#respond textarea { width:100%; padding:10px 14px; border:2px solid var(--tt-border); border-radius:8px; font-family:var(--tt-font); font-size:13px; margin-bottom:10px; outline:none; }
#respond input:focus,#respond textarea:focus { border-color:var(--tt-red); }
#respond #submit { background:var(--tt-red); color:white; border:none; padding:11px 26px; border-radius:8px; font-family:var(--tt-font); font-size:13px; font-weight:700; cursor:pointer; }

/* ═══ UTILITIES ═══ */
.screen-reader-text { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(1px,1px,1px,1px); }
.tt-section { padding:28px 0; }

/* ═══ RESPONSIVE ═══ */
@media(max-width:900px) {
  .tt-hero-grid,.tt-main-wrap,.tt-footer-grid,.tt-contact-grid { grid-template-columns:1fr; }
  .tt-hero-main .tt-hero-thumb { height:260px; }
  .tt-canada-grid { grid-template-columns:1fr 1fr; }
  .tt-stats-grid  { grid-template-columns:repeat(2,1fr); }
  .tt-posts-grid  { grid-template-columns:1fr; }
  .tt-header-inner { flex-wrap:wrap; }
  .tt-search-form  { order:3; max-width:100%; }
}
@media(max-width:600px) {
  .tt-topbar { display:none; }
  .tt-canada-grid { grid-template-columns:1fr; }
  .tt-mobile-toggle { display:block; }
  .tt-nav-list { display:none; flex-direction:column; }
  .tt-nav-list.open { display:flex; }
  .tt-page-wrap { padding:20px; }
  .tt-footer-grid { grid-template-columns:1fr; }
  .tt-footer-bottom-inner { flex-direction:column; text-align:center; }
  .tt-yt-btn span { display:none; }
}
