/* Titr Hoghoghi 7.0 — classic three-column legal news portal */
body.portal-v7,
html[data-color-mode="dark"] body.portal-v7,
body.portal-v7.portal-force-light{
  --th-bg:var(--portal-bg);--th-card:var(--portal-panel);--th-text:var(--portal-text);--th-heading:var(--portal-text);--th-muted:var(--portal-muted);--th-line:var(--portal-border);--th-accent:var(--portal-primary);--th-accent-dark:var(--portal-primary-dark);--th-accent-soft:var(--portal-primary-soft);
  color:var(--portal-text)!important;background:var(--portal-bg)!important;font-size:13px;line-height:1.75;
}
body.portal-v7 *{box-sizing:border-box}
body.portal-v7 .container{width:min(var(--portal-width),calc(100% - 24px));max-width:none}
body.portal-v7 a:hover{color:var(--portal-primary)}
body.portal-v7 .site-main-wrap{padding:12px 0 26px;background:var(--portal-bg)}
body.portal-v7 .content-card,body.portal-v7 .widget-card,body.portal-v7 .archive-header,body.portal-v7 .single-article,body.portal-v7 .page-article{border-color:var(--portal-border);border-radius:var(--portal-radius);box-shadow:var(--portal-shadow);background:var(--portal-panel)}
body.portal-v7 h1,body.portal-v7 h2,body.portal-v7 h3,body.portal-v7 h4{font-family:var(--portal-heading-font);font-weight:var(--portal-heading-weight)}

/* Topbar and brand */
body.portal-v7 .portal-topbar{height:30px;color:#fff;background:linear-gradient(90deg,var(--portal-primary-dark),var(--portal-primary));border:0}
body.portal-v7 .portal-topbar .topbar-inner{min-height:30px;height:30px;font-size:10px;direction:rtl}
body.portal-v7 .portal-topbar .topbar-date{gap:6px;color:rgba(255,255,255,.92)}
body.portal-v7 .portal-topbar .topbar-date .th-icon{width:13px;height:13px;color:#fff}
body.portal-v7 .topbar-separator{opacity:.45;margin-inline:4px}
body.portal-v7 .portal-topbar .topbar-actions{margin-right:auto;direction:ltr;gap:8px}
body.portal-v7 .portal-topbar .topbar-social{padding:0;border:0;gap:4px}
body.portal-v7 .portal-topbar .topbar-social a{width:24px;height:24px;border-radius:3px;color:#fff}
body.portal-v7 .portal-topbar .topbar-social a:hover{background:rgba(255,255,255,.13)}
body.portal-v7 .portal-top-search{display:grid;place-items:center;width:26px;height:26px;padding:0;border:0;color:#fff;background:transparent}
body.portal-v7 .portal-top-search .th-icon{width:15px;height:15px}

body.portal-v7 .portal-branding{height:var(--portal-header-height);padding:0;background:#fff;border-bottom:0}
body.portal-v7 .portal-branding-inner{height:100%;display:flex;align-items:center;justify-content:center;position:relative}
body.portal-v7 .portal-brand-group{display:flex;align-items:center;justify-content:center;gap:20px;direction:rtl}
body.portal-v7 .portal-brand-mark{display:flex;align-items:center;justify-content:center;flex:0 0 auto}
body.portal-v7 .portal-brand-mark img,body.portal-v7 .portal-brand-mark .custom-logo{width:auto;max-width:var(--portal-logo);height:var(--portal-logo);object-fit:contain}
body.portal-v7 .portal-brand-text{text-align:center;line-height:1.15}
body.portal-v7 .portal-brand-text .site-title{margin:0;color:var(--portal-primary);font-family:var(--portal-heading-font);font-size:var(--portal-brand-title);font-weight:900;letter-spacing:-2px;line-height:1}
body.portal-v7 .portal-brand-text .site-title a{color:inherit}
body.portal-v7 .portal-brand-text .site-description{margin:8px 0 2px;color:#392d2e;font-size:13px;font-weight:700}
body.portal-v7 .portal-brand-text .site-tag-en{display:block;color:#6d3b3e;font:italic 700 13px Georgia,"Times New Roman",serif;direction:ltr;letter-spacing:.1px}
body.portal-v7 .header-trust{position:absolute;left:0;top:50%;transform:translateY(-50%);display:grid;gap:6px;font-size:11px;color:var(--portal-primary)}
body.portal-v7 .header-trust span{display:flex;align-items:center;gap:5px}

/* Main navigation */
body.portal-v7 .portal-primary-nav{position:relative;top:auto!important;height:var(--portal-nav-height);background:#fff;border:0;border-top:1px solid var(--portal-border);border-bottom:1px solid var(--portal-border);box-shadow:none}
body.portal-v7 .portal-primary-nav .nav-inner{height:100%;min-height:0;display:flex;align-items:stretch;justify-content:center;position:relative}
body.portal-v7 .portal-primary-nav .portal-menu{display:flex;align-items:stretch;justify-content:center;gap:0;height:100%;margin:0;padding:0;list-style:none}
body.portal-v7 .portal-primary-nav .portal-menu>li{display:flex;align-items:stretch;position:relative}
body.portal-v7 .portal-primary-nav .portal-menu>li>a{display:flex;align-items:center;padding:0 15px;color:#2b2324;font-size:12px;font-weight:700;white-space:nowrap;border-bottom:2px solid transparent}
body.portal-v7 .portal-primary-nav .portal-menu>li:hover>a,body.portal-v7 .portal-primary-nav .portal-menu>.current-menu-item>a,body.portal-v7 .portal-primary-nav .portal-menu>.current_page_item>a{color:var(--portal-primary);border-bottom-color:var(--portal-primary)}
body.portal-v7 .portal-primary-nav .sub-menu{top:100%;right:0;min-width:190px;padding:7px;background:#fff;border:1px solid var(--portal-border);border-radius:0 0 5px 5px;box-shadow:0 12px 26px rgba(50,0,4,.12)}
body.portal-v7 .portal-primary-nav .sub-menu a{font-size:11px;padding:8px 10px;border-radius:3px}
body.portal-v7 .portal-primary-nav .nav-actions{position:absolute;left:0;top:50%;transform:translateY(-50%)}
body.portal-v7 .portal-primary-nav .header-search-toggle{width:31px;height:31px;border:0;background:transparent;color:var(--portal-primary)}
body.portal-v7 .portal-primary-nav .menu-toggle{display:none}
body.portal-v7 .header-search-panel{top:100%;background:#fff;border-top:1px solid var(--portal-border);box-shadow:0 12px 30px rgba(42,0,4,.12)}

/* Three-column portal */
body.portal-v7 .portal-site-layout{display:grid;direction:ltr;grid-template-columns:var(--portal-left) minmax(0,1fr) var(--portal-right);grid-template-areas:"left main right";gap:var(--portal-gap);align-items:start}
body.portal-v7 .portal-main-column{grid-area:main;min-width:0;direction:rtl;display:flex;flex-direction:column;gap:12px}
body.portal-v7 .portal-sidebar-left{grid-area:left}
body.portal-v7 .portal-sidebar-right{grid-area:right}
body.portal-v7 .portal-sidebar{min-width:0;direction:rtl;display:flex;flex-direction:column;gap:10px;position:relative;top:auto}
body.portal-v7 .portal-widget{margin:0;overflow:hidden;border:1px solid var(--portal-border);border-radius:var(--portal-radius);box-shadow:var(--portal-shadow);background:var(--portal-panel)}
body.portal-v7 .portal-widget-title{height:30px;margin:0;padding:0 10px;display:flex;align-items:center;justify-content:center;color:#fff;background:linear-gradient(90deg,var(--portal-primary-dark),var(--portal-primary));border:0;border-radius:0;font-size:12px;font-weight:800;text-align:center}
body.portal-v7 .portal-widget .widget-body{padding:8px}
body.portal-v7 .portal-widget-more{display:block;padding:7px 9px;color:var(--portal-primary);font-size:10px;font-weight:800;text-align:center;border-top:1px solid #eee7e7}

/* Category widget */
body.portal-v7 .portal-category-list{margin:0;padding:0;list-style:none}
body.portal-v7 .portal-category-list li+li{border-top:1px solid #f0eaea}
body.portal-v7 .portal-category-list a{min-height:31px;display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:7px;padding:4px 2px;color:#3a3031;font-size:10.5px}
body.portal-v7 .portal-category-list a:hover{padding-right:6px;color:var(--portal-primary);background:#fcf8f8}
body.portal-v7 .portal-category-icon{width:21px;height:21px;display:grid;place-items:center;color:var(--topic-accent,var(--portal-primary));border-radius:4px}
body.portal-v7 .portal-category-icon .th-icon{width:15px;height:15px}
body.portal-v7 .portal-category-list strong{font-weight:700;line-height:1.35}
body.portal-v7 .portal-category-list small{min-width:19px;height:19px;display:grid;place-items:center;color:#806f71;background:#f5f0f0;border-radius:50%;font-size:9px}

/* Popular */
body.portal-v7 .portal-popular-list{margin:0;padding:8px 9px 3px;list-style:none;counter-reset:none}
body.portal-v7 .portal-popular-list li{display:grid;grid-template-columns:18px 1fr;gap:6px;align-items:start;padding:6px 0;border-bottom:1px solid #f0eaea}
body.portal-v7 .portal-popular-list li:last-child{border:0}
body.portal-v7 .portal-popular-list span{width:17px;height:17px;display:grid;place-items:center;margin-top:1px;color:#fff;background:var(--portal-primary);border-radius:50%;font-size:8px}
body.portal-v7 .portal-popular-list a{font-size:10px;font-weight:700;line-height:1.6}

/* Quick access */
body.portal-v7 .portal-quick-list{margin:0;padding:0;list-style:none;display:grid;gap:5px}
body.portal-v7 .portal-quick-list a{height:31px;display:grid;grid-template-columns:26px 1fr;align-items:center;gap:7px;padding:0 8px;color:#3c3132;background:#fff;border:1px solid #eee7e7;border-radius:3px;font-size:10px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.02)}
body.portal-v7 .portal-quick-list a:hover{color:var(--portal-primary);border-color:#d6bfc1;background:#fcf8f8;transform:translateX(2px)}
body.portal-v7 .portal-quick-list span{display:grid;place-items:center;color:var(--portal-primary)}
body.portal-v7 .portal-quick-list .th-icon{width:15px;height:15px}
body.portal-v7 .portal-quick-list strong{font-weight:700}

/* Social widget */
body.portal-v7 .portal-social-grid{display:grid!important;grid-template-columns:repeat(4,1fr);gap:8px!important}
body.portal-v7 .portal-social-grid a{aspect-ratio:1;display:grid!important;place-items:center;color:#fff!important;border-radius:7px!important;background:var(--portal-primary);box-shadow:inset 0 -2px 0 rgba(0,0,0,.12)}
body.portal-v7 .portal-social-grid a:hover{transform:translateY(-2px);filter:brightness(1.05)}
body.portal-v7 .portal-social-grid .th-icon{width:19px;height:19px}
body.portal-v7 .portal-social-grid .social-telegram{background:#249bd7}
body.portal-v7 .portal-social-grid .social-instagram{background:linear-gradient(135deg,#8f3edb,#ec255d,#f39b29)}
body.portal-v7 .portal-social-grid .social-x{background:#121212}
body.portal-v7 .portal-social-grid .social-linkedin{background:#1674a8}
body.portal-v7 .portal-social-grid .social-eitaa{background:#e34b22}

/* Latest list */
body.portal-v7 .portal-latest-list{margin:0;padding:0;list-style:none;display:grid;gap:7px}
body.portal-v7 .portal-latest-list li{display:grid;grid-template-columns:1fr 58px;gap:7px;align-items:center;padding-bottom:7px;border-bottom:1px solid #f0eaea}
body.portal-v7 .portal-latest-list li:last-child{border:0;padding-bottom:0}
body.portal-v7 .portal-latest-thumb{grid-column:2;width:58px;height:42px;overflow:hidden;border-radius:3px}
body.portal-v7 .portal-latest-thumb img{width:100%;height:100%;object-fit:cover}
body.portal-v7 .portal-latest-list li>div{grid-column:1;grid-row:1}
body.portal-v7 .portal-latest-list h3{margin:0 0 2px;font-size:9.5px;line-height:1.65;font-weight:700}
body.portal-v7 .portal-latest-list span{color:#978b8c;font-size:8.5px}

/* Split hero */
body.portal-v7 .portal-hero-slider{position:relative;height:var(--portal-hero-height);margin:0;overflow:hidden;border:1px solid var(--portal-border);border-radius:var(--portal-radius);background:#111;box-shadow:var(--portal-shadow)}
body.portal-v7 .portal-hero-slides,body.portal-v7 .portal-hero-slide{height:100%}
body.portal-v7 .portal-hero-slide{position:absolute;inset:0;display:grid!important;grid-template-columns:calc(100% - var(--portal-hero-image)) var(--portal-hero-image);direction:rtl;opacity:0;visibility:hidden;transform:none;background:var(--portal-hero-text-bg);transition:opacity .4s ease,visibility .4s ease}
body.portal-v7 .portal-hero-slide.is-active{opacity:1;visibility:visible;z-index:2}
body.portal-v7 .portal-hero-media{grid-column:2;display:block;height:100%;overflow:hidden}
body.portal-v7 .portal-hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.03);transition:transform .7s ease}
body.portal-v7 .portal-hero-slide:hover .portal-hero-media img{transform:scale(1.025)}
body.portal-v7 .portal-hero-content{grid-column:1;grid-row:1;min-width:0;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:28px 26px 35px;color:var(--portal-hero-text);background:var(--portal-hero-text-bg);text-align:right}
body.portal-v7 .portal-featured-badge{align-self:flex-start;margin-bottom:14px;padding:4px 9px;color:var(--portal-hero-badge);background:var(--portal-hero-badge-bg);border-radius:2px;font-size:9px;font-weight:800}
body.portal-v7 .portal-hero-content h2{margin:0 0 12px;color:var(--portal-hero-text);font-size:var(--portal-hero-title);line-height:1.55;font-weight:800}
body.portal-v7 .portal-hero-content h2 a{color:inherit}
body.portal-v7 .portal-hero-content p{margin:0 0 14px;color:var(--portal-hero-excerpt);font-size:11px;line-height:2}
body.portal-v7 .portal-hero-meta{display:flex;align-items:center;gap:12px;margin-top:2px;color:#a99f9f;font-size:9px}
body.portal-v7 .portal-hero-meta span,body.portal-v7 .portal-hero-meta a{display:flex;align-items:center;gap:4px}
body.portal-v7 .portal-hero-meta .th-icon{width:11px;height:11px}
body.portal-v7 .portal-read-more{margin-top:12px;display:flex;align-items:center;gap:5px;color:#d54b54;font-size:9px;font-weight:800}
body.portal-v7 .portal-read-more:hover{color:#fff}
body.portal-v7 .portal-hero-controls{position:absolute;z-index:10;right:calc(var(--portal-hero-image) / 2);bottom:9px;transform:translateX(50%);display:flex;align-items:center;gap:7px;padding:0;background:transparent;border:0;box-shadow:none}
body.portal-v7 .portal-hero-controls .hero-arrow{display:none}
body.portal-v7 .portal-hero-controls .hero-dots{display:flex;gap:5px}
body.portal-v7 .portal-hero-controls .hero-dot{width:8px;height:8px;padding:0;border:1px solid rgba(255,255,255,.85);border-radius:50%;background:rgba(255,255,255,.28)}
body.portal-v7 .portal-hero-controls .hero-dot.is-active{width:9px;height:9px;background:var(--portal-primary);border-color:#fff}

/* Middle three panels */
body.portal-v7 .portal-home-panels{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
body.portal-v7 .portal-panel{min-width:0;overflow:hidden;border:1px solid var(--portal-border);border-radius:var(--portal-radius);background:var(--portal-panel);box-shadow:var(--portal-shadow)}
body.portal-v7 .portal-panel-title{height:35px;margin:0;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:7px;color:var(--portal-primary);background:#fff;border-bottom:1px solid #eee7e7;text-align:center}
body.portal-v7 .portal-panel-title:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,transparent,#e3d7d8)}
body.portal-v7 .portal-panel-title:before{content:"";flex:1;height:1px;background:linear-gradient(90deg,#e3d7d8,transparent)}
body.portal-v7 .portal-panel-title h2{margin:0;font-size:12.5px;line-height:1;white-space:nowrap}
body.portal-v7 .portal-panel-title>span{display:grid;place-items:center}
body.portal-v7 .portal-panel-title .th-icon{width:15px;height:15px}
body.portal-v7 .portal-story-list{margin:0;padding:7px 9px 1px;list-style:none}
body.portal-v7 .portal-story-list li{display:grid;grid-template-columns:1fr 57px;gap:7px;align-items:center;min-height:56px;padding:6px 0;border-bottom:1px solid #f0eaea}
body.portal-v7 .portal-story-list li:last-child{border:0}
body.portal-v7 .portal-story-thumb{grid-column:2;width:57px;height:42px;overflow:hidden;border-radius:3px}
body.portal-v7 .portal-story-thumb img{width:100%;height:100%;object-fit:cover}
body.portal-v7 .portal-story-list li>div{grid-column:1;grid-row:1}
body.portal-v7 .portal-story-list h3{margin:0 0 3px;font-size:9.5px;line-height:1.65;font-weight:700}
body.portal-v7 .portal-story-list span{color:#9a8d8e;font-size:8.5px}
body.portal-v7 .portal-panel-more{display:block;padding:6px 10px;color:var(--portal-primary);border-top:1px solid #eee7e7;font-size:9px;font-weight:800;text-align:center}
body.portal-v7 .portal-consult-body{padding:9px 11px;text-align:center}
body.portal-v7 .portal-consult-body>strong{display:block;margin-bottom:8px;font-size:10px;line-height:1.7}
body.portal-v7 .portal-consult-button{display:inline-block;padding:6px 18px;color:#fff!important;background:linear-gradient(90deg,var(--portal-primary-dark),var(--portal-primary));border-radius:3px;font-size:9px;font-weight:800}
body.portal-v7 .portal-consult-body ul{margin:8px 0 2px;padding:0;list-style:none;text-align:right}
body.portal-v7 .portal-consult-body li{display:flex;align-items:center;gap:6px;padding:5px 0;border-bottom:1px solid #f0eaea;font-size:9.5px}
body.portal-v7 .portal-consult-body li:last-child{border:0}
body.portal-v7 .portal-consult-body li .th-icon{width:13px;height:13px;color:var(--portal-primary)}

/* Magazine row */
body.portal-v7 .portal-magazine-row{display:grid;direction:ltr;grid-template-columns:.95fr 1.35fr;grid-template-areas:"main archive";gap:10px}
body.portal-v7 .portal-magazine-main{grid-area:main;direction:rtl}
body.portal-v7 .portal-magazine-archive{grid-area:archive;direction:rtl}
body.portal-v7 .portal-magazine-feature{display:grid;grid-template-columns:112px 1fr;gap:12px;padding:11px}
body.portal-v7 .portal-magazine-cover{position:relative;width:112px;height:155px;overflow:hidden;border-radius:4px;background:#eee}
body.portal-v7 .portal-magazine-cover img{width:100%;height:100%;object-fit:cover}
body.portal-v7 .portal-magazine-cover span{position:absolute;right:7px;left:7px;bottom:7px;padding:4px;color:#fff;background:rgba(91,0,5,.9);border-radius:3px;font-size:8px;text-align:center}
body.portal-v7 .portal-magazine-copy h3{margin:3px 0 7px;font-size:12px;line-height:1.65}
body.portal-v7 .portal-magazine-copy p{margin:0;color:var(--portal-muted);font-size:9.5px;line-height:1.85}
body.portal-v7 .portal-magazine-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:13px}
body.portal-v7 .portal-magazine-actions a{display:flex;align-items:center;gap:5px;padding:5px 8px;color:var(--portal-primary);border:1px solid #d9c9ca;border-radius:3px;font-size:8.5px;font-weight:700}
body.portal-v7 .portal-magazine-actions .th-icon{width:12px;height:12px}
body.portal-v7 .portal-cover-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;padding:10px 12px 7px}
body.portal-v7 .portal-cover-strip article{text-align:center}
body.portal-v7 .portal-cover-strip article>a{display:block;height:112px;overflow:hidden;border:1px solid #eadede;border-radius:3px}
body.portal-v7 .portal-cover-strip img{width:100%;height:100%;object-fit:cover}
body.portal-v7 .portal-cover-strip h3{margin:5px 0 0;font-size:8.5px;line-height:1.5}
body.portal-v7 .portal-cover-strip span{color:#9c8e8f;font-size:8px}
body.portal-v7 .portal-archive-filter{display:grid;grid-template-columns:1fr 1fr auto;gap:6px;padding:8px 10px 10px;border-top:1px solid #eee7e7}
body.portal-v7 .portal-archive-filter select,body.portal-v7 .portal-archive-filter button{height:29px;padding:0 7px;border:1px solid #dcd1d2;border-radius:3px;background:#fff;font-size:8.5px}
body.portal-v7 .portal-archive-filter button{display:flex;align-items:center;gap:5px;color:var(--portal-primary);font-weight:800}
body.portal-v7 .portal-archive-filter .th-icon{width:11px;height:11px}

/* Laws strip */
body.portal-v7 .portal-laws-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:9px}
body.portal-v7 .portal-laws-grid article{display:grid;grid-template-columns:24px 1fr;gap:7px;align-items:center;padding:5px 10px;border-left:1px solid #eee7e7}
body.portal-v7 .portal-laws-grid article:last-child{border-left:0}
body.portal-v7 .portal-laws-grid article>span{width:23px;height:23px;display:grid;place-items:center;color:var(--portal-primary);background:var(--portal-primary-soft);border-radius:50%}
body.portal-v7 .portal-laws-grid .th-icon{width:13px;height:13px}
body.portal-v7 .portal-laws-grid h3{margin:0;font-size:9px;line-height:1.6}
body.portal-v7 .portal-laws-grid small{color:#9a8d8e;font-size:8px}

/* Inner pages */
body.portal-v7:not(.home) .site-main-wrap{padding-top:14px}
body.portal-v7:not(.home) .site-layout{width:min(var(--portal-width),calc(100% - 24px));margin:auto;display:grid;grid-template-columns:minmax(0,1fr) var(--portal-right);gap:var(--portal-gap);align-items:start;direction:ltr}
body.portal-v7:not(.home) .main-column{direction:rtl;min-width:0}
body.portal-v7:not(.home) .sidebar-right{direction:rtl}
body.portal-v7:not(.home) .sidebar-left{display:none}
body.portal-v7 .archive-header,body.portal-v7 .single-article,body.portal-v7 .page-article{border:1px solid var(--portal-border)}
body.portal-v7 .archive-title,body.portal-v7 .entry-title{color:var(--portal-primary)}
body.portal-v7 .post-card{border-radius:var(--portal-radius);box-shadow:none}

/* Footer */
body.portal-v7 .site-footer{margin-top:0;color:#d9cecf;background:var(--portal-primary-dark);border-top:3px solid var(--portal-primary)}
body.portal-v7 .footer-grid{padding-top:25px;padding-bottom:20px;gap:24px}
body.portal-v7 .footer-title,body.portal-v7 .footer-brand{font-size:13px;color:#fff}
body.portal-v7 .site-footer p,body.portal-v7 .site-footer li,body.portal-v7 .site-footer a{font-size:10px}
body.portal-v7 .footer-disclaimer{background:rgba(255,255,255,.04)}
body.portal-v7 .copyright{font-size:9px;background:rgba(0,0,0,.18)}

/* Compact density */
body.portal-v7.portal-density-compact .portal-main-column{gap:9px}
body.portal-v7.portal-density-compact .portal-sidebar{gap:8px}
body.portal-v7.portal-density-compact .portal-panel-title{height:32px}
body.portal-v7.portal-density-balanced{font-size:14px}
body.portal-v7.portal-density-balanced .portal-story-list h3,body.portal-v7.portal-density-balanced .portal-latest-list h3{font-size:10.5px}

/* Responsive */
@media(max-width:1180px){
 body.portal-v7 .portal-site-layout{grid-template-columns:190px minmax(0,1fr) 190px;gap:10px}
 body.portal-v7 .portal-primary-nav .portal-menu>li>a{padding:0 10px;font-size:11px}
 body.portal-v7 .portal-brand-text .site-title{font-size:clamp(36px,var(--portal-brand-title),54px)}
}
@media(max-width:980px){
 body.portal-v7 .portal-site-layout{grid-template-columns:minmax(0,1fr) 205px;grid-template-areas:"main right"}
 body.portal-v7 .portal-sidebar-left{display:none}
 body.portal-v7 .portal-home-panels{grid-template-columns:repeat(2,minmax(0,1fr))}
 body.portal-v7 .portal-home-panels .portal-consult-panel{grid-column:1/-1}
 body.portal-v7 .portal-magazine-row{grid-template-columns:1fr;grid-template-areas:"main" "archive"}
 body.portal-v7 .portal-primary-nav .portal-menu>li>a{padding:0 8px;font-size:10px}
}
@media(max-width:760px){
 body.portal-v7 .container{width:min(100% - 20px,var(--portal-width))}
 body.portal-v7 .portal-topbar .topbar-date span:not(:first-of-type){display:none}
 body.portal-v7 .portal-branding{height:110px}
 body.portal-v7 .portal-brand-group{gap:10px}
 body.portal-v7 .portal-brand-mark img,body.portal-v7 .portal-brand-mark .custom-logo{height:64px;max-width:64px}
 body.portal-v7 .portal-brand-text .site-title{font-size:34px;letter-spacing:-1px}
 body.portal-v7 .portal-brand-text .site-description{font-size:10px;margin-top:5px}
 body.portal-v7 .portal-brand-text .site-tag-en{font-size:10px}
 body.portal-v7 .portal-primary-nav{height:44px}
 body.portal-v7 .portal-primary-nav .nav-inner{justify-content:flex-start}
 body.portal-v7 .portal-primary-nav .menu-toggle{display:flex;height:44px;align-items:center;gap:7px;border:0;background:transparent;color:var(--portal-primary)}
 body.portal-v7 .portal-primary-nav .portal-menu{position:fixed;z-index:1000;top:0;right:-300px;width:280px;height:100vh;display:block;padding:70px 15px 25px;background:#fff;box-shadow:-12px 0 30px rgba(40,0,3,.15);transition:right .25s;overflow:auto}
 body.portal-v7.menu-open .portal-primary-nav .portal-menu{right:0}
 body.portal-v7 .portal-primary-nav .portal-menu>li{display:block}
 body.portal-v7 .portal-primary-nav .portal-menu>li>a{min-height:43px;padding:0 10px;border-bottom:1px solid #eee6e6}
 body.portal-v7 .portal-primary-nav .nav-actions{left:5px}
 body.portal-v7 .portal-site-layout{display:block}
 body.portal-v7 .portal-sidebar-right{margin-bottom:10px;display:grid;grid-template-columns:1fr 1fr;gap:10px}
 body.portal-v7 .portal-main-column{gap:10px}
 body.portal-v7 .portal-hero-slider{height:auto;min-height:430px}
 body.portal-v7 .portal-hero-slide{grid-template-columns:1fr;grid-template-rows:230px 1fr}
 body.portal-v7 .portal-hero-media{grid-column:1;grid-row:1}
 body.portal-v7 .portal-hero-content{grid-column:1;grid-row:2;padding:18px 18px 28px}
 body.portal-v7 .portal-hero-controls{right:50%;bottom:auto;top:210px}
 body.portal-v7 .portal-home-panels{grid-template-columns:1fr}
 body.portal-v7 .portal-home-panels .portal-consult-panel{grid-column:auto}
 body.portal-v7 .portal-laws-grid{grid-template-columns:1fr 1fr}
 body.portal-v7 .portal-laws-grid article:nth-child(2n){border-left:0}
 body.portal-v7:not(.home) .site-layout{display:block}
 body.portal-v7:not(.home) .sidebar-right{margin-top:12px}
}
@media(max-width:520px){
 body.portal-v7 .portal-topbar .topbar-social a:nth-child(n+4){display:none}
 body.portal-v7 .portal-brand-mark{display:none}
 body.portal-v7 .portal-brand-text .site-title{font-size:31px}
 body.portal-v7 .portal-sidebar-right{display:block}
 body.portal-v7 .portal-sidebar-right .portal-widget+ .portal-widget{margin-top:9px}
 body.portal-v7 .portal-magazine-feature{grid-template-columns:92px 1fr}
 body.portal-v7 .portal-magazine-cover{width:92px;height:132px}
 body.portal-v7 .portal-cover-strip{gap:6px;padding-inline:7px}
 body.portal-v7 .portal-cover-strip article>a{height:98px}
 body.portal-v7 .portal-archive-filter{grid-template-columns:1fr 1fr}
 body.portal-v7 .portal-archive-filter button{grid-column:1/-1;justify-content:center}
 body.portal-v7 .portal-laws-grid{grid-template-columns:1fr}
 body.portal-v7 .portal-laws-grid article{border-left:0;border-bottom:1px solid #eee7e7}
}


/* Version 8 reference-matched refinements */
body.portal-v7 .portal-sidebar{gap:9px}
body.portal-v7 .portal-widget-title,body.portal-v7 .portal-panel-title{background:linear-gradient(90deg,#520005,#6b050b)}
body.portal-v7 .portal-widget-title{height:32px;font-size:12px}
body.portal-v7 .portal-category-list a,body.portal-v7 .portal-quick-list a{min-height:34px;font-size:10.6px}
body.portal-v7 .portal-latest-list li,body.portal-v7 .portal-story-list li{min-height:62px}
body.portal-v7 .portal-home-panels{grid-template-columns:1fr 1fr 1fr;gap:10px}
body.portal-v7 .portal-home-panels .portal-panel{min-height:240px}
body.portal-v7 .portal-consult-body{display:flex;flex-direction:column;align-items:center;text-align:center}
body.portal-v7 .portal-consult-body ul{width:100%;margin-top:10px}
body.portal-v7 .portal-consult-body li{justify-content:flex-start;text-align:right}
body.portal-v7 .portal-bottom-showcase{display:grid;direction:ltr;grid-template-columns:1.05fr 1fr 1.38fr .95fr;gap:10px;align-items:stretch}
body.portal-v7 .portal-bottom-showcase > section{direction:rtl}
body.portal-v7 .portal-issue-outline .portal-panel-title h2{font-size:12px}
body.portal-v7 .portal-issue-list-wrap{padding:11px 12px}
body.portal-v7 .portal-issue-list{margin:0;padding:0 18px 0 0;list-style:disc;color:var(--portal-primary)}
body.portal-v7 .portal-issue-list li{padding:4px 0 5px;border-bottom:1px dotted #e5d8d9}
body.portal-v7 .portal-issue-list li:last-child{border-bottom:0}
body.portal-v7 .portal-issue-list a{display:block;color:#3a3031;font-size:10px;font-weight:700;line-height:1.8}
body.portal-v7 .portal-issue-list a:hover{color:var(--portal-primary)}
body.portal-v7 .portal-magazine-main .portal-panel-title,body.portal-v7 .portal-magazine-archive .portal-panel-title,body.portal-v7 .portal-issue-outline .portal-panel-title,body.portal-v7 .portal-bottom-popular .portal-panel-title{justify-content:flex-start;padding-right:11px;padding-left:11px}
body.portal-v7 .portal-popular-bottom{padding-top:10px}
body.portal-v7 .portal-bottom-popular .portal-widget-more{margin-top:auto}
body.portal-v7 .portal-bottom-popular{display:flex;flex-direction:column}
body.portal-v7 .portal-cover-strip article>a{height:118px}
body.portal-v7 .portal-archive-filter select,body.portal-v7 .portal-archive-filter button{font-size:8px}
@media(max-width:1180px){body.portal-v7 .portal-bottom-showcase{grid-template-columns:1fr 1fr;}}
@media(max-width:760px){body.portal-v7 .portal-bottom-showcase{grid-template-columns:1fr;} body.portal-v7 .portal-home-panels{grid-template-columns:1fr;} }
