.post-view{padding:56px 24px 64px;overflow:visible}.post-view-layout{display:grid;gap:28px;align-items:start;justify-content:center;direction:ltr}.post-view--sidebar-left .post-view-layout{grid-template-columns:minmax(0,var(--post-sidebar-width)) minmax(0,var(--post-main-max));grid-template-areas:"aside main"}.post-view--sidebar-right .post-view-layout{grid-template-columns:minmax(0,var(--post-main-max)) minmax(0,var(--post-sidebar-width));grid-template-areas:"main aside"}.post-view--no-sidebar .post-view-layout{grid-template-columns:minmax(0,var(--post-main-max));grid-template-areas:"main"}.post-view-main{grid-area:main;min-width:0;direction:rtl}.post-view-sidebar{grid-area:aside;min-width:0;width:100%;direction:rtl}.post-view-card{width:100%;min-width:0;background:#fff;border:1px solid var(--border);border-radius:14px;color:#1f2937}.post-view-header{padding:30px 32px 26px;text-align:center}.post-view-categories{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.post-view-category{display:inline-flex;align-items:center;justify-content:center;padding:5px 12px;border-radius:999px;background:var(--brand-light);color:var(--brand-dark);font-size:.8rem;font-weight:800;line-height:1.5}.post-view-title{margin:0 auto;max-width:950px;font-size:clamp(1.75rem,3.3vw,2.7rem);line-height:1.45;color:var(--dark)}.post-view-meta{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px 14px;margin-top:18px;color:#374151;font-size:.86rem;font-weight:700;line-height:1.7}.post-view-meta-item{display:inline-flex;align-items:center;gap:5px}.post-view-meta a{color:var(--brand-dark);text-decoration:none}.post-view-featured{margin:0;border-block:1px solid var(--border);background:#f7faf8;aspect-ratio:var(--post-featured-ratio,auto);max-height:var(--post-featured-max,none);overflow:hidden}.post-view-featured .baytak-responsive-picture{display:block;width:100%;height:100%}.post-view-featured img{display:block;width:100%;height:100%;object-fit:cover}.post-view-body{padding:30px 32px 34px}.post-view-entry{max-width:none!important;margin:0!important;padding:0!important;color:#1f2937}@media(max-width:900px){.post-view{padding:34px 20px 48px}.post-view--sidebar-left .post-view-layout,.post-view--sidebar-right .post-view-layout{grid-template-columns:minmax(0,var(--post-main-max));grid-template-areas:"main" "aside"}.post-view-layout{gap:20px}}@media(max-width:640px){.post-view{padding:24px 14px 40px}.post-view-header{padding:24px 18px 20px}.post-view-title{font-size:clamp(1.55rem,7vw,2rem)}.post-view-meta{justify-content:flex-start;text-align:right;font-size:.8rem}.post-view-body{padding:24px 18px 28px}}.post-view-engagement{display:flex;flex-wrap:wrap;gap:18px;align-items:stretch;margin:0 0 28px}.post-view-engagement__rating{flex:1 1 420px;min-width:0;height:100%;box-shadow:none}.post-view-engagement__cta{flex:1 1 280px;max-width:320px;min-width:0;height:100%}.rating-widget{background:var(--light);border:1px solid var(--border);border-radius:var(--radius);padding:18px 20px;box-shadow:0 10px 35px rgba(26,107,60,.10);color:#1f2937}.rating-widget .rating-count,.rating-widget .rating-prompt,.rating-widget .rating-form-wrap,.rating-widget .already-rated,.rating-widget .rating-message,.rating-widget small{color:#1f2937!important}.rating-widget a{color:var(--brand)}.rating-avg{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.rating-num{font-size:1.6rem;font-weight:900;color:var(--brand);font-family:"Cairo",Tahoma,Arial,sans-serif}.rating-stars-display{color:var(--accent);font-size:1.1rem;letter-spacing:2px;white-space:nowrap}.rating-widget>.rating-avg>.rating-count{font-weight:700;font-size:.9rem}.rating-form-wrap{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px}.rating-prompt{margin:0;color:var(--text);font-weight:800}.star-rating-input{display:flex;flex-direction:row;justify-content:flex-end;gap:2px}.star-rating-input input{display:none}.star-rating-input label{display:grid;place-items:center;min-width:40px;min-height:44px;border-radius:10px;font-size:1.5rem;color:#6b7280;cursor:pointer;touch-action:manipulation;transition:transform .14s ease}.star-rating-input label:hover,.star-rating-input label:hover~label{color:var(--accent);transform:translateY(-1px)}.star-rating-input input:checked~label{color:var(--accent)}.rating-submit{min-height:48px;white-space:nowrap;touch-action:manipulation}.rating-message{font-weight:800;color:var(--brand);min-height:18px}.already-rated{margin-top:10px;color:var(--muted);font-weight:800}.article-contact-cta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;padding:18px 20px;border:1px solid var(--border);border-radius:var(--radius);background:#f5faf7;color:var(--dark)}.article-contact-cta__support{grid-column:1/-1;width:100%;margin:0 0 2px;color:var(--dark);font-size:.96rem;font-weight:800;line-height:1.75;text-align:center;overflow-wrap:anywhere}.article-contact-cta__button{display:inline-flex;align-items:center;justify-content:center;min-width:0;min-height:48px;padding:10px 14px;border-radius:12px;color:#fff!important;font-size:.9rem;font-weight:900;line-height:1.4;text-align:center;white-space:normal;touch-action:manipulation;transition:transform .14s ease}.article-contact-cta__button--call{background:#1a6b3c;box-shadow:0 5px 14px rgba(26,107,60,.16)}.article-contact-cta__button--whatsapp{background:#087a3f;box-shadow:0 5px 14px rgba(8,122,63,.16)}.article-contact-cta__button:only-of-type{grid-column:1/-1}.post-view-sidebar--sticky{position:sticky;top:92px}.post-aside-sections{display:grid;gap:16px}.post-aside-card{overflow:hidden;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 10px 30px rgba(26,107,60,.08)}.post-aside-heading{margin:0;padding:14px 16px;border-bottom:1px solid var(--border);font-size:1rem;line-height:1.5;color:var(--dark)}.post-aside-list{display:grid;gap:12px;margin:0;padding:10px 12px 12px}.post-aside-link{display:grid;grid-template-columns:68px minmax(0,1fr);grid-template-areas:"thumb title" "thumb date";align-items:center;column-gap:12px;min-height:64px;padding:10px 12px;border-radius:12px;color:var(--text);text-decoration:none;touch-action:manipulation}.post-aside-link:hover,.post-aside-link:focus-visible{background:var(--brand-light)}.post-aside-link>img{grid-area:thumb;width:68px;height:50px;border:1px solid var(--border);border-radius:10px;background:var(--light);object-fit:cover}.post-aside-title{grid-area:title;display:-webkit-box;min-width:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:var(--dark);font-size:.9rem;font-weight:800;line-height:1.55}.post-aside-date{grid-area:date;display:block;margin-top:3px;color:#5b675f;font-size:.72rem}.post-aside-link--text{grid-template-columns:1fr;grid-template-areas:"title" "date"}.post-aside-more{display:flex;align-items:center;justify-content:center;gap:5px;min-height:52px;margin:0 14px 14px;padding:11px 14px;border-radius:10px;background:var(--brand-light);color:var(--brand-dark);font-size:.82rem;font-weight:800;touch-action:manipulation}.post-aside-more:hover,.post-aside-more:focus-visible{text-decoration:underline}.post-aside-menu,.post-aside-menu .sub-menu{margin:0;padding:7px;list-style:none}.post-aside-menu .sub-menu{padding-block:2px;padding-inline-start:14px}.post-aside-menu li{margin:0}.post-aside-menu a{display:flex;align-items:center;min-height:52px;padding:11px 12px;border-radius:10px;color:var(--text);font-size:.9rem;font-weight:700;line-height:1.6;touch-action:manipulation}.post-aside-menu a:hover,.post-aside-menu a:focus-visible{background:var(--brand-light);color:var(--brand-dark)}.baytak-toc{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;margin:18px 0;padding:12px 14px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:linear-gradient(180deg,#fafdfb 0%,#f6faf8 100%);box-shadow:0 8px 24px rgba(15,23,42,.05);overflow:hidden}.baytak-toc-title{min-width:0;color:#0f172a;font-size:15px;font-weight:800;line-height:1.4}.baytak-toc-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:48px;border:0;border-radius:10px;padding:10px 14px;background:#eef7f2;color:#166534;cursor:pointer;font-size:13px;font-weight:700;line-height:1;touch-action:manipulation}.baytak-toc-toggle:hover,.baytak-toc-toggle:focus-visible{background:#e2f3ea}@media(max-width:900px){.post-view-sidebar--sticky{position:static;top:auto}.post-view--has-sidebar .post-view-sidebar{max-width:var(--post-main-max);margin:0 auto}.post-aside-sections{grid-template-columns:repeat(2,minmax(0,1fr))}.post-aside-card--menu{grid-column:1/-1}}@media(max-width:640px){.rating-avg,.rating-form-wrap{align-items:flex-start}.rating-form-wrap{flex-direction:column}}@media(max-width:767px){.baytak-toc{margin:14px 0;padding:10px 12px;border-radius:14px;gap:8px}.baytak-toc-title{font-size:14px}.baytak-toc-toggle{min-height:48px;padding:9px 11px;font-size:12px}.post-aside-sections{grid-template-columns:1fr}.post-aside-card--menu{grid-column:auto}}.post-view-category:hover,.post-view-category:focus-visible{text-decoration:underline}.post-view-meta a:hover,.post-view-meta a:focus-visible{text-decoration:underline}.post-view-entry h2{color:var(--article-h2-color,#111827)}.post-view-entry h3{color:var(--article-h3-color,#111827)}.post-view-entry h4{color:#111827}.post-view-entry a{color:#14532d}.article-content .baytak-responsive-picture{display:block;max-width:100%}.post-view-page-links{margin-top:28px}.post-view-tags{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:30px;padding-top:24px;border-top:1px solid var(--border);}.post-view-tags-label{font-weight:800;color:#374151}.post-view-tag{display:inline-flex;padding:5px 12px;border-radius:999px;background:var(--light);color:#374151;font-size:.82rem}.post-view-tag:hover,.post-view-tag:focus-visible{background:var(--brand-light);color:var(--brand-dark)}.post-view-author{display:grid;grid-template-columns:64px minmax(0,1fr);gap:18px;align-items:start;margin-top:32px;padding:22px;border:1px solid var(--border);border-radius:var(--radius);background:var(--light);}.post-view-author-avatar{display:grid;place-items:center;width:64px;height:64px;border-radius:50%;background:var(--brand);color:#fff;font-size:1.4rem;font-weight:900}.post-view-author-heading{margin:0 0 4px;font-size:1rem;color:var(--dark)}.post-view-author-name{font-weight:900;color:var(--dark)}.post-view-author-bio{margin:5px 0 0;color:#4b5563;font-size:.92rem;line-height:1.8}.post-view-navigation{margin-top:30px;}.post-view-navigation .nav-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.post-view-navigation .nav-previous,.post-view-navigation .nav-next{min-width:0}.post-view-navigation a{display:flex;flex-direction:column;gap:4px;height:100%;padding:16px;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--dark)}.post-view-navigation a:hover,.post-view-navigation a:focus-visible{border-color:var(--brand);background:var(--brand-light)}.post-view-nav-label{font-size:.76rem;color:#4b5563;font-weight:700}.post-view-nav-title{font-size:.92rem;font-weight:900;line-height:1.55}.post-view-comments{margin-top:34px;padding-top:30px;border-top:1px solid var(--border)}.post-view-entry .article-contact-cta{margin:30px 0}.post-view-end-cta{margin-top:30px;padding-top:26px;border-top:1px solid var(--border)}.post-view-end-cta .article-contact-cta{max-width:680px;margin:0 auto}.post-view-end-cta .article-contact-cta__support{font-size:1rem}.article-contact-cta__button--call:hover,.article-contact-cta__button--call:focus-visible{background:#145631;transform:translateY(-1px)}.article-contact-cta__button--whatsapp:hover,.article-contact-cta__button--whatsapp:focus-visible{background:#066c37;transform:translateY(-1px)}.article-contact-cta__button:focus-visible{outline:3px solid rgba(26,107,60,.24);outline-offset:2px}.article-section{display:flow-root;}.baytak-toc-links{grid-column:1/-1;display:grid;gap:8px;margin:0 -14px -12px;padding:10px 14px 14px;border-top:1px solid rgba(15,23,42,.06);background:#fff}.baytak-toc.is-collapsed .baytak-toc-links{display:none}.baytak-toc-link{display:flex;align-items:center;min-height:44px;padding:8px 10px;border-radius:10px;background:#f8fafc;color:#1e293b;font-size:14px;font-weight:600;line-height:1.6;text-decoration:none;touch-action:manipulation}.baytak-toc-link:hover,.baytak-toc-link:focus-visible{background:#eef7f2;color:#166534}.baytak-toc-h3{padding-right:18px;font-size:13.5px}.baytak-toc-h4,.baytak-toc-h5,.baytak-toc-h6{padding-right:24px;color:#334155;font-size:13px}@media(max-width:767px){.baytak-toc-links{margin:0 -12px -10px;padding:8px 12px 12px}.baytak-toc-link{min-height:44px;padding:8px 9px;font-size:13px}}@media(max-width:640px){.post-view-author{grid-template-columns:52px minmax(0,1fr);padding:18px}.post-view-author-avatar{width:52px;height:52px}.post-view-navigation .nav-links{grid-template-columns:1fr}}.comments-area{max-width:100%;padding:28px 0 8px;display:flow-root}.comments-title,.comment-reply-title{margin:0 0 16px;color:var(--text);font-size:1.05rem;font-weight:900}.comment-list{display:grid;gap:12px}.comment-item{max-width:100%;padding:14px;border:1px solid var(--border);border-radius:16px;background:rgba(26,107,60,.03);color:#1f2937}.comment-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.comment-avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 34px;width:34px;height:34px;border:1px solid var(--border);border-radius:10px;background:rgba(26,107,60,.06);color:var(--brand);font-weight:900}.comment-author-name{color:#1f2937;font-weight:900}.comment-date{color:#374151;font-size:.82rem}.comment-pending{margin-inline-start:auto}.comment-text{max-width:100%;margin-top:10px;color:#1f2937;font-size:.93rem;line-height:1.9;overflow-wrap:anywhere}.comment-text p:last-child{margin-bottom:0}.comment-text img,.comment-text video,.comment-text iframe{max-width:100%;height:auto}.comment-text pre{max-width:100%;overflow-x:auto;padding:14px;border:1px solid var(--border);border-radius:var(--radius-sm);background:rgba(0,0,0,.04)}.comment-text table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse}.comment-item .children{max-width:100%;margin-top:12px;margin-right:20px;padding-right:12px;border-right:2px solid var(--border)}.comment-reply-link{display:inline-flex;align-items:center;justify-content:center;min-width:48px;min-height:52px;margin-top:12px;padding:11px 16px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--brand);font-size:.85rem;font-weight:800;text-decoration:none;touch-action:manipulation}.comment-navigation{display:flex;justify-content:space-between;gap:14px;margin-top:16px}.comment-navigation a{font-weight:700}.comment-respond{margin-top:24px;padding-top:22px;border-top:1px solid var(--border)}.comment-respond form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:0}.comment-notes,.comment-field--message,.form-submit{grid-column:1/-1}.comment-notes{margin:0;color:#374151}.comment-field{display:grid;gap:7px;margin:0;color:#1f2937;font-size:.9rem;font-weight:800}.comment-field .form-control{width:100%;max-width:100%;border-radius:14px}.comment-field textarea.form-control{min-height:140px;resize:vertical}.form-submit{margin:0;text-align:left}.comment-respond input[type=submit].btn{display:inline-flex;align-items:center;justify-content:center;min-width:56px;min-height:52px;max-width:100%;padding:13px 20px;border-radius:999px;font-weight:900;line-height:1.4;white-space:normal;touch-action:manipulation}.comment-reply-title small a{font-weight:800}.single-post .article-content table,.single-post .wp-block-table table,.single-post article table{width:100%;margin:24px 0;border:1px solid #e5e7eb;border-spacing:0;border-collapse:collapse;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.05);font-size:15px;line-height:1.8;overflow:hidden}.single-post .article-content th,.single-post .article-content td,.single-post .wp-block-table th,.single-post .wp-block-table td,.single-post article th,.single-post article td{padding:14px 16px;border:1px solid #e5e7eb;text-align:right;vertical-align:middle}.single-post .article-content thead th,.single-post .wp-block-table thead th,.single-post article thead th{background:#f8fafc;color:#111827;font-weight:700;white-space:nowrap}.single-post .article-content tbody tr:nth-child(even),.single-post .wp-block-table tbody tr:nth-child(even),.single-post article tbody tr:nth-child(even){background:#fcfcfd}.single-post .article-content tbody tr:hover,.single-post .wp-block-table tbody tr:hover,.single-post article tbody tr:hover{background:#f9fafb}.single-post .baytak-table-wrap,.single-post .wp-block-table{width:100%;margin:24px 0;overflow-x:auto;-webkit-overflow-scrolling:touch}.single-post .baytak-table-wrap table,.single-post .wp-block-table table{min-width:640px}@media(max-width:768px){.comment-item .children{margin-right:12px;padding-right:10px}}@media(max-width:640px){.comment-respond .btn{width:100%}}@media(max-width:767px){.single-post .article-content th,.single-post .article-content td,.single-post .wp-block-table th,.single-post .wp-block-table td,.single-post article th,.single-post article td{padding:12px 14px;font-size:14px}}