/* 22Media Premium v6.54 — global desk, empty-state logo and company polish */

/* Category sub-desks */
.m22-category-v64 .m22-subdesk-nav{
  display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin:14px 0 22px;padding:12px 14px;
  border:1px solid rgba(25,83,173,.12);border-radius:18px;background:rgba(255,255,255,.72);
  box-shadow:0 12px 34px rgba(33,65,115,.055);backdrop-filter:blur(10px)
}
.m22-category-v64 .m22-subdesk-label{display:inline-flex;align-items:center;gap:8px;padding:8px 6px;color:#65738d;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.m22-category-v64 .m22-subdesk-nav>a{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 13px;border:1px solid #dce6f5;border-radius:999px;background:#fff;color:#18243a;font-size:12px;font-weight:750;text-decoration:none;transition:.18s ease}
.m22-category-v64 .m22-subdesk-nav>a i{font-size:9px;color:#2865f0;transition:transform .18s ease}
.m22-category-v64 .m22-subdesk-nav>a:hover{border-color:#aac2f7;box-shadow:0 8px 22px rgba(42,95,220,.10);transform:translateY(-1px)}
.m22-category-v64 .m22-subdesk-nav>a:hover i{transform:translateX(2px)}

/* Fix the stretched vertical logo on every empty category/region desk. */
.m22-category-v64 .m22-empty-premium{
  min-height:420px!important;display:grid!important;place-items:center!important;padding:48px 28px!important;
  overflow:hidden!important
}
.m22-category-v64 .m22-empty-brand{
  width:min(100%,760px)!important;min-height:0!important;display:flex!important;flex-direction:column!important;
  align-items:center!important;justify-content:center!important;gap:18px!important;text-align:center!important;
  grid-template-columns:none!important
}
.m22-category-v64 .m22-category-empty-logo{
  width:92px!important;height:92px!important;min-width:92px!important;min-height:92px!important;max-width:92px!important;max-height:92px!important;
  display:grid!important;place-items:center!important;overflow:hidden!important;border-radius:24px!important;background:#08257c!important;
  box-shadow:0 18px 38px rgba(12,53,151,.18)!important;line-height:0!important
}
.m22-category-v64 .m22-category-empty-logo .m22-square-logo,
.m22-category-v64 .m22-empty-brand .m22-square-logo{
  width:92px!important;height:92px!important;min-width:92px!important;min-height:92px!important;max-width:92px!important;max-height:92px!important;
  aspect-ratio:1/1!important;display:block!important;object-fit:cover!important;border-radius:24px!important;margin:0!important;padding:0!important
}
.m22-category-v64 .m22-empty-brand>div{width:100%!important;max-width:680px!important}
.m22-category-v64 .m22-empty-brand h2{margin:10px 0 8px!important;font-size:24px!important;line-height:1.2!important;color:#172238!important}
.m22-category-v64 .m22-empty-brand p{margin:0 auto!important;max-width:660px!important;line-height:1.65!important;color:#73809a!important}

/* Company details controlled from 22Media > Company & SEO */
.m22-footer-company-contact{display:flex;flex-direction:column;gap:8px;margin:14px 0 2px}
.m22-footer-company-contact>a,.m22-footer-company-contact>span{display:flex;align-items:flex-start;gap:9px;color:inherit;text-decoration:none;font-size:12px;line-height:1.45;opacity:.84}
.m22-footer-company-contact i{width:16px;margin-top:2px;color:#6da1ff;text-align:center}
.m22-footer-company-contact>a:hover{opacity:1}

body.m22-dark .m22-category-v64 .m22-subdesk-nav{background:rgba(17,26,45,.74);border-color:rgba(148,163,184,.16)}
body.m22-dark .m22-category-v64 .m22-subdesk-nav>a{background:#142039;border-color:#293852;color:#eef5ff}
body.m22-dark .m22-category-v64 .m22-empty-brand h2{color:#f4f7ff!important}

@media(max-width:720px){
  .m22-category-v64 .m22-subdesk-nav{margin:10px 0 18px;padding:10px;border-radius:15px;gap:7px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:none}
  .m22-category-v64 .m22-subdesk-nav::-webkit-scrollbar{display:none}
  .m22-category-v64 .m22-subdesk-nav>a{flex:0 0 auto;min-height:36px;padding:7px 11px;font-size:11px}
  .m22-category-v64 .m22-subdesk-label{flex:0 0 auto}
  .m22-category-v64 .m22-empty-premium{min-height:340px!important;padding:34px 18px!important}
  .m22-category-v64 .m22-category-empty-logo,.m22-category-v64 .m22-category-empty-logo .m22-square-logo,.m22-category-v64 .m22-empty-brand .m22-square-logo{width:78px!important;height:78px!important;min-width:78px!important;min-height:78px!important;max-width:78px!important;max-height:78px!important;border-radius:20px!important}
  .m22-category-v64 .m22-empty-brand h2{font-size:21px!important}
}
