/* FlightsOK Travel Pro — Blog UI
 * Additive, scoped to blog templates only. Does not restyle existing theme components.
 */
.fok-blog-page,.fok-blog-single{background:var(--fok-bg,#f6f8fc);min-height:60vh}
.fok-blog-intro{padding:22px 0 44px;background:#fff;border-bottom:1px solid var(--fok-border,#e5eaf1)}
.fok-blog-intro>.container{text-align:center}
.fok-blog-breadcrumbs{display:flex;align-items:center;justify-content:flex-start;gap:8px;max-width:100%;padding:5px 0 28px;font-size:12px;color:#667085;text-align:left;flex-wrap:wrap}
.fok-blog-breadcrumbs a{color:#667085}.fok-blog-breadcrumbs strong{color:#243047}.fok-blog-breadcrumbs span{color:#98a2b3}
.fok-blog-kicker,.fok-blog-article-cat{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid #ffd6bf;border-radius:999px;background:#fff7f1;color:#e85b10;font-size:11px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.fok-blog-intro h1{max-width:900px;margin:14px auto 10px;font-size:clamp(36px,5vw,58px);line-height:1.03;letter-spacing:-2px;color:#101828}
.fok-blog-intro p{max-width:760px;margin:0 auto;color:#667085;font-size:15px}
.fok-blog-search{width:min(680px,100%);margin:25px auto 0;display:flex;align-items:center;gap:8px;padding:6px;background:#fff;border:1px solid #dfe5ee;border-radius:15px;box-shadow:0 12px 35px rgba(16,24,40,.07);text-align:left}
.fok-blog-search>span{padding-left:10px;color:#98a2b3;font-size:20px}.fok-blog-search input{min-width:0;flex:1;border:0;outline:0;height:44px;padding:0 7px;font:inherit;font-size:14px;background:transparent}.fok-blog-search button{border:0;border-radius:10px;background:var(--fok-primary,#0b72f6);color:#fff;font:inherit;font-weight:850;padding:11px 18px;cursor:pointer}.fok-blog-search button:hover{filter:brightness(.95)}
.fok-blog-cats{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:17px}.fok-blog-cats a{display:inline-flex;padding:7px 12px;border:1px solid #e1e6ee;border-radius:999px;background:#fff;color:#475467;font-size:11px;font-weight:800;transition:.18s}.fok-blog-cats a:hover,.fok-blog-cats a.active{background:#101828;color:#fff;border-color:#101828}
.fok-blog-content{padding:48px 0 80px}.fok-blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:28px;align-items:start}.fok-blog-section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.fok-blog-section-head span{display:block;color:#e85b10;font-size:10px;font-weight:950;letter-spacing:.09em;text-transform:uppercase;margin-bottom:4px}.fok-blog-section-head h2{margin:0;font-size:27px;line-height:1.15;letter-spacing:-.7px}.fok-blog-clear{font-size:12px;color:var(--fok-primary,#0b72f6);font-weight:850;white-space:nowrap}
.fok-blog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.fok-blog-card{background:#fff;border:1px solid var(--fok-border,#e5eaf1);border-radius:19px;overflow:hidden;box-shadow:0 12px 35px rgba(16,24,40,.055);transition:transform .2s,box-shadow .2s,border-color .2s}.fok-blog-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(16,24,40,.11);border-color:#d5dce7}.fok-blog-card-media{height:220px;display:block;position:relative;background:#e8eef6;overflow:hidden}.fok-blog-img{width:100%;height:100%;object-fit:cover;display:block}.fok-blog-card-media .fok-blog-img{transition:transform .35s}.fok-blog-card:hover .fok-blog-card-media .fok-blog-img{transform:scale(1.035)}.fok-blog-placeholder{display:grid;place-items:center;background:linear-gradient(135deg,#eaf2ff,#f7f8fb);color:#526070;font-weight:950;font-size:18px}.fok-blog-card-cat{position:absolute;left:12px;bottom:12px;padding:6px 9px;border-radius:8px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);font-size:10px;font-weight:900;color:#243047}.fok-blog-card-body{padding:17px 18px 19px}.fok-blog-meta{display:flex;gap:7px;align-items:center;color:#8a94a6;font-size:10px;font-weight:700;margin-bottom:8px}.fok-blog-meta i{font-style:normal;color:#c2c8d0}.fok-blog-card h3{font-size:20px;line-height:1.22;letter-spacing:-.35px;margin:0 0 8px}.fok-blog-card h3 a:hover{color:var(--fok-primary,#0b72f6)}.fok-blog-card p{margin:0;color:#667085;font-size:12px;line-height:1.6}.fok-blog-read{display:inline-flex;align-items:center;gap:7px;margin-top:14px;color:#101828;font-size:11px;font-weight:900}.fok-blog-read span{color:#e85b10;font-size:15px;transition:transform .18s}.fok-blog-read:hover span{transform:translateX(3px)}
.fok-blog-sidebar{display:grid;gap:18px}.fok-blog-side-card{background:#fff;border:1px solid var(--fok-border,#e5eaf1);border-radius:19px;padding:18px;box-shadow:0 12px 35px rgba(16,24,40,.055)}.fok-blog-side-title{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:8px}.fok-blog-side-title h2{font-size:19px;margin:0}.fok-blog-side-title span{font-size:10px;color:#8a94a6}.fok-blog-featured{display:grid;grid-template-columns:72px minmax(0,1fr);gap:11px;padding:12px 0;border-bottom:1px solid #eef1f5}.fok-blog-featured:last-child{border-bottom:0;padding-bottom:0}.fok-blog-featured-img{width:72px;height:72px;border-radius:11px;overflow:hidden;background:#edf2f8}.fok-blog-featured-img .fok-blog-img{width:100%;height:100%}.fok-blog-featured-copy{min-width:0;display:block}.fok-blog-featured-copy small{display:block;color:#98a2b3;font-size:9px;margin-bottom:4px}.fok-blog-featured-copy strong{display:block;font-size:12px;line-height:1.35}.fok-blog-featured:hover strong{color:var(--fok-primary,#0b72f6)}.fok-blog-side-muted{color:#667085;font-size:12px;margin:5px 0}
.fok-blog-cta{background:linear-gradient(145deg,#101828,#243047);color:#fff;border-color:#243047}.fok-blog-cta-kicker{display:inline-block;color:#ffb077;font-size:9px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.fok-blog-cta h2{margin:7px 0 8px;color:#fff;font-size:22px;line-height:1.16;letter-spacing:-.4px}.fok-blog-cta p{margin:0;color:#cbd5e1;font-size:11px;line-height:1.6}.fok-blog-cta>a{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:16px;padding:11px 12px;border-radius:10px;background:#fff;color:#101828;font-size:11px;font-weight:900}.fok-blog-cta>a span{color:#e85b10;font-size:15px}
.fok-blog-pagination{display:flex;justify-content:center;align-items:center;gap:7px;flex-wrap:wrap;margin-top:30px}.fok-blog-pagination a,.fok-blog-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 11px;border:1px solid #e0e5ec;border-radius:10px;background:#fff;color:#475467;font-size:11px;font-weight:850}.fok-blog-pagination .current{background:#101828;border-color:#101828;color:#fff}.fok-blog-pagination a:hover{border-color:#0b72f6;color:#0b72f6}.fok-blog-pagination .prev,.fok-blog-pagination .next{padding:0 13px}
.fok-blog-empty{padding:55px 25px;text-align:center;background:#fff;border:1px solid var(--fok-border,#e5eaf1);border-radius:20px}.fok-blog-empty-icon{width:48px;height:48px;margin:0 auto 12px;border-radius:14px;background:#edf5ff;color:#0b72f6;display:grid;place-items:center;font-size:23px}.fok-blog-empty h2{margin:0 0 6px;font-size:23px}.fok-blog-empty p{color:#667085;font-size:13px;margin:0 0 17px}
.fok-blog-single{padding:20px 0 80px}.fok-blog-single .fok-blog-breadcrumbs{padding-bottom:18px}.fok-blog-article{background:#fff;border:1px solid var(--fok-border,#e5eaf1);border-radius:23px;box-shadow:0 18px 50px rgba(16,24,40,.06);overflow:hidden}.fok-blog-article-head{max-width:900px;margin:0 auto;padding:45px 30px 27px;text-align:center}.fok-blog-article-head h1{font-size:clamp(34px,5vw,56px);line-height:1.06;letter-spacing:-1.7px;margin:14px 0}.fok-blog-lead{font-size:16px;color:#667085;max-width:760px;margin:0 auto 14px}.fok-blog-article-meta{display:flex;justify-content:center;align-items:center;gap:8px;color:#8a94a6;font-size:11px}.fok-blog-article-meta i{font-style:normal;color:#c2c8d0}.fok-blog-article-cover{height:min(58vw,580px);min-height:280px;margin:0;background:#e8eef6;overflow:hidden}.fok-blog-article-cover .fok-blog-img{width:100%;height:100%;object-fit:cover}.fok-blog-article-layout{display:grid;grid-template-columns:minmax(0,760px) 260px;justify-content:center;gap:35px;padding:34px 30px 45px}.fok-blog-article-content{min-width:0}.fok-blog-article-content>p,.fok-blog-article-content>ul,.fok-blog-article-content>ol,.fok-blog-article-content>blockquote,.fok-blog-article-content>h2,.fok-blog-article-content>h3,.fok-blog-article-content>h4{max-width:760px;margin-left:auto;margin-right:auto}.fok-blog-article-content{font-size:16px;line-height:1.82;color:#243047}.fok-blog-article-content h2{font-size:29px;line-height:1.2;letter-spacing:-.6px;margin-top:30px}.fok-blog-article-content h3{font-size:22px}.fok-blog-article-content img{border-radius:14px}.fok-blog-article-content a{color:#0b72f6;text-decoration:underline;text-underline-offset:3px}.fok-blog-article-content blockquote{margin-top:25px;margin-bottom:25px;padding:18px 20px;border-left:4px solid #ff8a2b;background:#fff7f1;border-radius:0 13px 13px 0;color:#475467}.fok-blog-share{display:flex;align-items:center;gap:7px;margin:0 0 20px;padding-bottom:15px;border-bottom:1px solid #edf0f4}.fok-blog-share>span{font-size:10px;text-transform:uppercase;letter-spacing:.06em;font-weight:900;color:#8a94a6;margin-right:3px}.fok-blog-share button,.fok-blog-share a{display:inline-flex;align-items:center;justify-content:center;height:33px;border:1px solid #dfe5ec;border-radius:9px;background:#fff;color:#344054;text-decoration:none;font:inherit;font-size:10px;font-weight:850;padding:0 10px;cursor:pointer}.fok-blog-share a{color:#087443;border-color:#cde9d6}.fok-blog-tags{display:flex;gap:7px;flex-wrap:wrap;margin-top:28px;padding-top:18px;border-top:1px solid #edf0f4}.fok-blog-tags a{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f5f7fa;color:#475467!important;text-decoration:none!important;font-size:10px;font-weight:800}.fok-blog-article-side{position:sticky;top:20px;height:max-content}.fok-blog-related{padding:50px 0 0}.fok-blog-grid-related{grid-template-columns:repeat(3,minmax(0,1fr))}
@media(max-width:1000px){.fok-blog-layout{grid-template-columns:1fr}.fok-blog-sidebar{grid-template-columns:1fr 1fr}.fok-blog-article-layout{grid-template-columns:1fr}.fok-blog-article-side{position:static}.fok-blog-grid-related{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.fok-blog-intro{padding-bottom:34px}.fok-blog-intro h1{letter-spacing:-1.2px}.fok-blog-intro p{font-size:13px}.fok-blog-search{margin-top:20px}.fok-blog-search button{padding:10px 13px}.fok-blog-cats{justify-content:flex-start}.fok-blog-content{padding:34px 0 60px}.fok-blog-grid,.fok-blog-grid-related{grid-template-columns:1fr}.fok-blog-card-media{height:205px}.fok-blog-sidebar{grid-template-columns:1fr}.fok-blog-section-head{align-items:flex-start}.fok-blog-section-head h2{font-size:23px}.fok-blog-article-head{padding:32px 18px 23px}.fok-blog-article-head h1{letter-spacing:-1px}.fok-blog-article-meta{flex-wrap:wrap}.fok-blog-article-cover{height:65vw;min-height:220px}.fok-blog-article-layout{padding:25px 18px 35px}.fok-blog-article-content{font-size:15px}.fok-blog-share{overflow:auto;white-space:nowrap}.fok-blog-related{padding-top:35px}.fok-blog-pagination a,.fok-blog-pagination span{min-width:35px;height:35px}}
