:root{
  --navy:#001c3a;
  --navy-2:#06254a;
  --card:#0d2d5c;
  --card-2:#12366b;
  --light:#f4f7fb;
  --white:#ffffff;
  --ink:#0a1b33;
  --muted:#637083;
  --line:#e7edf5;
  --blue:#0867d8;
  --shadow:0 14px 36px rgba(6,30,62,.14);
  --soft-shadow:0 8px 22px rgba(10,27,51,.08);
  --radius:18px;
}
.single-post .post-content,
.single-post .post-content p,
.single-post .post-content span,
.single-post .post-content div,
.single-post .post-content li{
    color:#222 !important;
}

.has-white-color{
    color:#222 !important;
}

*{box-sizing:border-box}
body{background:var(--light);color:var(--ink);font-family:Inter,Arial,sans-serif;font-size:15px;line-height:1.55}
a{color:inherit;text-decoration:none}a:hover{color:var(--blue)}
.page-container{max-width:1440px;margin:0 auto;padding-left:34px;padding-right:34px}.container{max-width:1440px}
.site-header{height:102px;background:#fff;border-bottom:1px solid #eef2f7;box-shadow:0 2px 14px rgba(10,27,51,.04);position:sticky;top:0;z-index:1000}.header-container{max-width:1440px;margin:0 auto;padding-left:34px;padding-right:34px}.navbar{min-height:102px;padding:0}.brand-wrap{display:flex;align-items:center;gap:20px}.brand-logo,.custom-logo{max-height:74px;width:auto!important;object-fit:contain}.main-nav{gap:34px;align-items:center}.navbar-nav .nav-link{font-weight:700;color:#091a36!important;padding:38px 0 28px!important;position:relative;font-size:15px}.navbar-nav .nav-link:hover,.navbar-nav .current-menu-item .nav-link{color:#075fd2!important}.navbar-nav .current-menu-item .nav-link:after,.navbar-nav .nav-link:hover:after{content:"";height:3px;background:#075fd2;border-radius:8px;position:absolute;left:0;right:0;bottom:20px}.language-switcher{display:flex;align-items:center;gap:14px;margin-left:28px}.flag-icon{width:42px;height:28px;object-fit:cover;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.15)}
.hero-wrap{background:linear-gradient(180deg,#001a37 0%,#001d3f 62%,#001a37 100%);padding:24px 0 36px;color:#fff}.date-range{display:flex;align-items:center;gap:14px;font-size:18px;font-weight:800;margin:4px 0 22px;color:#ecf4ff}.calendar-icon{display:inline-grid;place-items:center;width:22px;height:22px;border:2px solid rgba(255,255,255,.8);border-radius:5px;font-size:10px}.stats-row{margin-bottom:8px}.stat-box{height:148px;border-radius:14px;background:linear-gradient(145deg,#143a76,#0a2b59);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 12px 24px rgba(0,0,0,.18);padding:30px 48px;display:flex;flex-direction:column;justify-content:center}.stat-box h2{font-size:44px;line-height:1;font-weight:900;color:#fff;margin:0 0 12px;letter-spacing:-.04em}.stat-box span{font-size:18px;font-weight:800;color:#edf5ff}.hero-banner{border-radius:17px;overflow:hidden;border:1px solid rgba(255,255,255,.09);box-shadow:0 14px 34px rgba(0,0,0,.28);background:#00172e}.hero-banner img{width:100%;height:auto;display:block;border-radius:17px}
.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:20px 12px 0}.dashboard-card{background:#102a50;border-radius:14px;overflow:hidden;box-shadow:0 14px 28px rgba(0,0,0,.22);border:1px solid rgba(255,255,255,.06)}.dashboard-card a{display:block;color:#fff}.dashboard-img{width:100%;height:194px;object-fit:cover;display:block}.dashboard-card .card-content{padding:22px 38px 24px;background:#0d294f}.dashboard-card h3{font-size:29px;line-height:1.15;font-weight:900;margin:0;color:#fff;letter-spacing:-.03em}
.light-content-wrap{background:var(--light)}.content-panel{background:#fff;border-radius:13px;box-shadow:var(--soft-shadow);padding:28px 34px;height:100%;border:1px solid #eef2f8}.panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.panel-head h2{font-size:23px;font-weight:900;margin:0;color:#0a1b33}.panel-head a{color:#0867d8;font-weight:800;font-size:14px}.panel-head p{margin:3px 0 0;color:#637083;font-size:14px}.news-item{display:grid;grid-template-columns:112px 1fr 30px;gap:20px;align-items:center;padding:0 0 20px;margin-bottom:20px;border-bottom:1px solid var(--line);background:transparent;box-shadow:none;border-radius:0}.news-item:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}.news-thumb img{width:112px;height:76px;object-fit:cover;border-radius:7px}.news-text h5{font-size:16px;font-weight:800;line-height:1.35;margin:0 0 8px}.news-text small{color:#627083;font-weight:600}.arrow-link{width:30px;height:30px;border-radius:50%;background:#f2f6fb;display:grid;place-items:center;color:#27364d!important;font-size:26px;line-height:1}.voice-card{display:grid;grid-template-columns:44px 1fr;gap:20px;background:#f3f5fb;border-radius:4px;padding:24px 30px;margin-bottom:22px}.voice-card:last-child{margin-bottom:0}.quote-mark{font-size:48px;line-height:1;color:#001e45;font-weight:900}.voice-card p{font-size:17px;margin:0 0 14px;color:#26354d}.voice-card h6{font-size:15px;font-weight:900;margin:0}.voice-card small{color:#637083;font-weight:600}.publications-section{padding-top:8px}.publication-card{background:#fff;border:1px solid #e9eef6;border-radius:7px;overflow:hidden;box-shadow:var(--soft-shadow)}.publication-img{width:100%;height:212px;object-fit:cover;display:block}.publication-body{padding:18px 20px 20px}.publication-body h5{font-size:19px;font-weight:900;margin:0 0 12px;line-height:1.2}.publication-body p{color:#516176;margin:0 0 16px}.publication-body small{color:#637083;font-weight:700}.issues-section{background:transparent}.card-panel,.issue-copy{background:#fff;border-radius:12px;box-shadow:var(--soft-shadow);border:1px solid #e9eef6}.issue-menu{padding:18px}.issue-menu a{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:7px;font-weight:800;font-size:14px;color:#23324a}.issue-menu a:before{content:"◎";font-size:12px;color:#60708a}.issue-menu a.active{background:#0068e6;color:#fff;box-shadow:0 8px 14px rgba(0,104,230,.22)}.issue-menu a.active:before{color:#fff}.issue-copy{padding:8px 4px;background:transparent;border:0;box-shadow:none}.issue-copy h3{font-size:23px;font-weight:900;margin:0 0 18px}.issue-copy h4{font-size:19px;font-weight:900;margin:0 0 16px}.issue-copy p{color:#3e4d63;line-height:1.85}.issue-map{width:100%;height:220px;object-fit:cover;border-radius:10px;box-shadow:var(--soft-shadow)}
.site-footer{background:#001d3d;color:#e4edf8;margin-top:20px;padding:28px 0 24px}.site-footer .footer-logos img{max-width:230px;background:#fff;border-radius:4px;padding:4px;margin-bottom:12px}.site-footer h6{font-weight:900;color:#fff;margin-bottom:12px}.site-footer a{display:block;color:#e4edf8;font-size:13px;margin-bottom:3px}.site-footer p{color:#d5e0ee;font-size:13px}
img{max-width:100%;height:auto}.section-title{font-weight:900;margin-bottom:20px}.card{border:1px solid #e9eef6;border-radius:12px;box-shadow:var(--soft-shadow)}
@media(max-width:1199px){.main-nav{gap:20px}.stat-box{padding:24px}.stat-box h2{font-size:38px}.dashboard-card h3{font-size:24px}.dashboard-img{height:165px}.publication-img{height:180px}}
@media(max-width:991px){.site-header{height:auto}.navbar{min-height:82px}.navbar-collapse{padding:15px 0 25px}.main-nav{gap:0;align-items:flex-start}.navbar-nav .nav-link{padding:10px 0!important}.navbar-nav .nav-link:after{display:none}.language-switcher{margin:12px 0 0}.dashboard-grid{grid-template-columns:1fr}.dashboard-img{height:230px}.content-panel{padding:24px}.page-container,.header-container{padding-left:18px;padding-right:18px}}
@media(max-width:767px){.date-range{font-size:14px}.stat-box{height:112px;padding:18px}.stat-box h2{font-size:30px}.stat-box span{font-size:14px}.dashboard-grid{padding-left:0;padding-right:0}.dashboard-card h3{font-size:22px}.news-item{grid-template-columns:88px 1fr 26px;gap:12px}.news-thumb img{width:88px;height:64px}.voice-card{grid-template-columns:none !important;padding:18px}.quote-mark{font-size:34px}.publication-img{height:190px}.hero-wrap{padding-top:16px}}
.map-frame{
    position: relative;
    width: 100%;
    min-height: 450px;
    border-radius: 16px;
    overflow: hidden;
    background: #0a2b59;
}

.map-surface{
    width: 100%;
    min-height: 450px;
    background: #12366b;
}

.map-title{
    position: relative;
}

.hero-title{
    color:#fff;
    font-size:56px;
    line-height:1.1;
}

.hero-wrap p{
    color:#fff;
}
.mpm-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 30px 0;
}

.mpm-stat {
  background: linear-gradient(135deg, #123c78, #0b2b58);
  color: #fff;
  padding: 30px;
  border-radius: 12px;
}

.mpm-stat h2 {
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 10px;
}

.mpm-stat p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .mpm-stats {
    grid-template-columns: 1fr;
  }
}
.mpm-counter-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mpm-counter-item {
  background: linear-gradient(135deg, #123d78, #0b2b58);
  color: #fff;
  padding: 28px;
  border-radius: 12px;
}

.mpm-counter {
  font-size: 42px;
  font-weight: 800;
  margin: 0 0 8px;
}

.mpm-counter-item p {
  margin: 0;
  font-weight: 600;
}
.cover-story-row{
    display:flex;
    align-items:flex-start;
}

.cover-story-image{
    display:flex;
    justify-content:center;
}

.cover-story-image img{
    max-width:100%;
    height:auto;
}

.cover-story-content{
    min-height:auto;
}
.cover-story-image img{
    width:100%;
    max-height:500px;
    object-fit:contain;
}
@media (max-width: 768px) {
  .mpm-counter-box {
    grid-template-columns: 1fr;
  }
}
.conflict-card {
/*   max-width: 980px;
  height: 330px; */
  border-radius: 10px;
  overflow: hidden;
  background: #031421;
  border: 1px solid rgba(30, 120, 160, 0.4);
  color: #fff;
  position: relative;
}
.conflict-card1 {
  width: 100%;
    height: 550px;
    background
: linear-gradient(rgb(0 0 0 / 21%), rgb(0 0 0 / 23%)), url(https://mediumpurple-jay-997410.hostingersite.com/wp_mpm/wp-content/uploads/2026/06/mm.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    border-radius: 12px;

}
.conflict-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,255,255,0.08) 1px, transparent 1px),
    linear-gradient(rgba(0,255,255,0.06) 1px, transparent 1px);
  background-size: 120px 120px;
  opacity: .5;
}

.conflict-map {
	color: #0f172a;
  height: 330px;
  position: relative;
  background:
    radial-gradient(circle at 42% 38%, rgba(0, 180, 255, .35), transparent 18%),
    url("https://mediumpurple-jay-997410.hostingersite.com/wp_mpm/wp-content/uploads/2026/06/banner.jpg") center/contain no-repeat;
}

.conflict-map1 {
	color: #fff;
  position: relative;
	height: 280px;
}

.content-left {
  position: absolute;
  left: 20px;
  bottom: 75px;
  z-index: 2;
}

.content-left h2 {
	color:#404040
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 22px;
}

.conflict-map .explore-link {
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.conflict-map1 .explore-link {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.conflict-text {
  height: 330px;
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 45px;
}


.text-box {
	color: #fff;
    font-size: 22px;
    line-height: 1.8em;
    padding: 20px;
    background: rgb(255 255 255 / 5%);

}
.text-box p {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
}

.hotspot {
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ff4b00;
  border-radius: 50%;
  box-shadow: 0 0 10px #ff4b00, 0 0 24px #ff9b00;
  z-index: 2;
}

.hs1 { top: 75px; left: 360px; }
.hs2 { top: 110px; left: 325px; }
.hs3 { top: 135px; left: 350px; }
.hs4 { top: 170px; left: 390px; }
.hs5 { top: 215px; left: 415px; }

.bars {
  position: absolute;
  right: 15px;
  bottom: 0;
  height: 280px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  opacity: .35;
}

.bars span {
  width: 16px;
  background: #00a6d6;
}

.bars span:nth-child(1) { height: 110px; }
.bars span:nth-child(2) { height: 160px; }
.bars span:nth-child(3) { height: 130px; }
.bars span:nth-child(4) { height: 210px; }
.bars span:nth-child(5) { height: 250px; }
.bars span:nth-child(6) { height: 180px; }
.bars span:nth-child(7) { height: 260px; }
.bars span:nth-child(8) { height: 150px; }

@media (max-width: 768px) {
  .conflict-card {
    height: auto;
  }

  .conflict-map,
  .conflict-text {
    height: 300px;
  }

  .text-box {
    margin-left: 20px;
    margin-right: 20px;
  }

  .content-left h2 {
    font-size: 17px;
  }
	.text-box {
	color: #fff;
    font-size: 18px;
    line-height: 15em;
    padding: 20px;
    background: rgb(255 255 255 / 5%);

}
.text-box p {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
}
}
.map-frame{
    position: relative;
    width: 100%;
    height: 420px;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 30px;
}

.map-surface{
    width: 100%;
    height: 100%;
    background: url('https://mmpeacemonitor.org/wp-content/uploads/2026/06/mm-scaled.webp') center center/cover no-repeat;
}

.map-title{
    position: relative;
    z-index: 10;
}

.hero-wrap section{
    position: relative;
}