
.wdfm-public,.wdfm-public *{box-sizing:border-box}
.wdfm-public{
 --deep:#081f34;--navy:#103d61;--blue:#1f6591;--gold:#c99b48;
 --ink:#182631;--muted:#71808a;--paper:#fff;--soft:#f4f7f9;
 --line:#dce5ea;--shadow:0 16px 42px rgba(8,31,52,.08);
 position:relative;
 width:min(1540px,calc(100vw - 24px));
 max-width:none!important;
 margin:42px 0 54px 50%!important;
 transform:translateX(-50%);
 color:var(--ink);
 font-family:inherit;
}
.wdfm-public a{text-decoration:none}
.wdfm-public-block{margin-bottom:54px}
.wdfm-section-heading{
 display:flex;align-items:end;justify-content:space-between;gap:22px;
 margin-bottom:22px;padding:0 2px 15px;border-bottom:1px solid var(--line)
}
.wdfm-section-heading span{display:block;color:var(--gold);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:4px}
.wdfm-section-heading h2{margin:0;color:var(--navy);font-size:clamp(27px,3vw,39px);line-height:1.08;letter-spacing:-.025em}
.wdfm-section-heading>strong{
 padding:8px 12px;border:1px solid var(--line);border-radius:999px;
 color:#657580;background:#fff;font-size:11px;white-space:nowrap
}

/* OFFICIAL MEMBERS */
.wdfm-members-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.wdfm-member-card{
 position:relative;display:grid;
 grid-template-columns:142px minmax(0,1fr) 78px;
 gap:22px;align-items:center;min-height:170px;
 padding:20px;border:1px solid var(--line);border-radius:20px;background:#fff;
 box-shadow:0 9px 27px rgba(8,31,52,.045);
 transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease
}
.wdfm-member-card:hover{transform:translateY(-3px);border-color:#c2d2dc;box-shadow:0 18px 38px rgba(8,31,52,.09)}
.wdfm-member-logo{
 height:128px;display:grid;place-items:center;overflow:hidden;
 border-radius:15px;background:#f6f8f9;border:1px solid #e5ebee
}
.wdfm-member-logo-img{display:block;max-width:118px!important;max-height:112px!important;width:auto!important;height:auto!important;object-fit:contain}
.wdfm-logo-placeholder{display:flex!important;flex-direction:column;align-items:center;justify-content:center;color:#234f70}
.wdfm-logo-placeholder strong{font-size:27px;line-height:1}.wdfm-logo-placeholder span{font-size:9px;color:#8b969d}
.wdfm-member-meta{display:flex;align-items:center;gap:9px;margin-bottom:8px}
.wdfm-flag{display:block;width:30px!important;height:22px!important;object-fit:cover;border-radius:3px;box-shadow:0 0 0 1px rgba(15,49,74,.10)}
.wdfm-flag-placeholder{display:grid;place-items:center;width:30px;height:22px;border-radius:3px;background:#edf2f5;color:#657681;font-size:8px;font-weight:900}
.wdfm-member-meta span,.wdfm-partner-country span{color:var(--gold);font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:900}
.wdfm-member-card h3{margin:0 0 8px;color:var(--navy);font-size:20px;line-height:1.2}
.wdfm-member-card h3 a{color:var(--navy)}
.wdfm-member-card h3 a:hover{color:var(--blue)}
.wdfm-member-card address{margin:0;color:var(--muted);font-style:normal;font-size:12px;line-height:1.55}
.wdfm-aidd{
 justify-self:end;display:flex;flex-direction:column;align-items:center;gap:5px;
 width:70px;padding:8px 5px;border-radius:13px;background:#f3f8f8;
 border:1px solid #d7e4e4;color:#285d66!important
}
.wdfm-aidd img{display:block;width:47px!important;height:47px!important;object-fit:contain;border-radius:50%}
.wdfm-aidd span{font-size:8px;font-weight:900;letter-spacing:.08em}
.wdfm-aidd:hover{background:#e9f3f3}.wdfm-aidd-static{cursor:default}

/* PARTNER FEDERATIONS */
.wdfm-partners-block{margin-bottom:0}
.wdfm-partner-section{
 margin-bottom:30px;overflow:hidden;border:1px solid var(--line);
 border-radius:22px;background:#fff;box-shadow:var(--shadow)
}
.wdfm-partner-section-head{
 display:grid;grid-template-columns:120px minmax(0,1fr);gap:22px;align-items:center;
 padding:22px 25px;background:linear-gradient(135deg,#0c3150,#174f77);color:#fff
}
.wdfm-section-logo{
 width:112px;height:98px;display:grid;place-items:center;overflow:hidden;
 border-radius:15px;background:rgba(255,255,255,.96)
}
.wdfm-section-logo-img{display:block;max-width:100px!important;max-height:86px!important;width:auto!important;height:auto!important;object-fit:contain}
.wdfm-partner-section-head>div>span{display:block;color:#e9c77f;font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;margin-bottom:5px}
.wdfm-partner-section-head h3{margin:0 0 5px;color:#fff;font-size:25px;line-height:1.1}
.wdfm-partner-section-head h3 a{color:#fff}
.wdfm-partner-section-head p{margin:0;color:rgba(255,255,255,.68);font-size:11px}
.wdfm-direct-head{grid-template-columns:1fr}
.wdfm-partner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}
.wdfm-partner-card{
 display:grid;grid-template-columns:82px minmax(0,1fr);gap:14px;align-items:center;
 min-height:118px;padding:17px 19px;border-right:1px solid #edf1f3;border-bottom:1px solid #edf1f3
}
.wdfm-partner-logo{
 width:78px;height:78px;display:grid;place-items:center;overflow:hidden;
 border-radius:12px;background:#f6f8f9
}
.wdfm-partner-logo-img{display:block;max-width:69px!important;max-height:69px!important;width:auto!important;height:auto!important;object-fit:contain}
.wdfm-partner-country{display:flex;align-items:center;gap:8px;margin-bottom:7px}
.wdfm-partner-country .wdfm-flag{width:25px!important;height:18px!important}
.wdfm-partner-card h4{margin:0;color:var(--navy);font-size:15px;line-height:1.25}
.wdfm-partner-card h4 a{color:var(--navy)}
.wdfm-partner-card h4 a:hover{color:var(--blue)}

@media(max-width:1100px){
 .wdfm-members-grid{grid-template-columns:1fr}
 .wdfm-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
 .wdfm-public{
   width:calc(100vw - 16px);
   margin-top:30px!important
 }
 .wdfm-section-heading{align-items:flex-start;flex-direction:column}
 .wdfm-member-card{grid-template-columns:104px minmax(0,1fr);gap:16px;min-height:145px;padding:16px}
 .wdfm-member-logo{height:105px}.wdfm-member-logo-img{max-width:92px!important;max-height:92px!important}
 .wdfm-aidd{position:absolute;right:13px;top:12px;width:48px;padding:5px}
 .wdfm-aidd img{width:34px!important;height:34px!important}.wdfm-aidd span{display:none}
 .wdfm-member-copy{padding-right:38px}
 .wdfm-partner-section-head{grid-template-columns:82px minmax(0,1fr);padding:18px}
 .wdfm-section-logo{width:76px;height:70px}.wdfm-section-logo-img{max-width:68px!important;max-height:62px!important}
 .wdfm-partner-section-head h3{font-size:20px}
 .wdfm-partner-grid{grid-template-columns:1fr}
}
@media(max-width:480px){
 .wdfm-member-card{grid-template-columns:86px minmax(0,1fr)}
 .wdfm-member-logo{height:88px}.wdfm-member-logo-img{max-width:76px!important;max-height:76px!important}
 .wdfm-member-card h3{font-size:17px}
 .wdfm-partner-card{grid-template-columns:70px minmax(0,1fr)}
 .wdfm-partner-logo{width:66px;height:66px}
}
