.dfpm-overlay{
    position:fixed;
    inset:0;
    z-index:999990;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:18px;
    background:rgba(0,0,0,.62);
    box-sizing:border-box;
}

.dfpm-card{
    width:min(80vw,1200px);
    max-height:92vh;
    overflow:auto;
    background:#fff;
    color:#111;
    border-radius:2px;
    box-shadow:0 18px 70px rgba(0,0,0,.50);
    position:relative;
    font-family:Arial,Helvetica,sans-serif;
}

.dfpm-close{
    position:absolute;
    right:10px;
    top:10px;
    width:38px;
    height:38px;
    border:0;
    border-radius:50%;
    background:rgba(0,0,0,.72);
    color:#fff;
    font-size:27px;
    line-height:38px;
    cursor:pointer;
    z-index:10;
}

.dfpm-image-wrap{
    width:100%;
    overflow:hidden;
    background:#fff;
    line-height:0;
}

.dfpm-image-wrap img{
    width:100%;
    height:auto;
    max-height:none;
    height:auto;
    display:block;
    object-fit:contain;
    object-position:center center;
    margin:0 auto;
}

.dfpm-content{
    padding:18px 42px 28px;
    text-align:center;
}

.dfpm-country{
    display:block;
    margin:0 0 7px;
    font-size:clamp(20px,2vw,28px);
    line-height:1.1;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.03em;
    color:#555;
}

.dfpm-years{
    margin:0 0 10px;
    font-size:clamp(48px,5.2vw,78px);
    line-height:.98;
    font-weight:500;
}

.dfpm-headline{
    margin:0 0 15px;
    font-size:clamp(28px,3vw,48px);
    line-height:1.08;
    font-weight:500;
}

.dfpm-body{
    max-width:1100px;
    margin:0 0 25px;
    text-align:left;
    font-size:clamp(20px,1.75vw,29px);
    line-height:1.42;
    font-weight:400;
}

.dfpm-footer{
    margin:8px 0 0;
    font-size:clamp(25px,2.5vw,42px);
    line-height:1.15;
    font-weight:500;
    text-transform:uppercase;
    text-align:center;
}

.dfpm-card.dfpm-no-image .dfpm-content{
    padding-top:34px;
}

@media(max-width:900px){
    .dfpm-overlay{padding:10px}
    .dfpm-card{width:94vw;max-height:94vh}
    .dfpm-content{padding:16px 24px 24px}
    .dfpm-image-wrap img{max-height:300px}
}

@media(max-width:600px){
    .dfpm-overlay{padding:6px}
    .dfpm-card{width:98vw}
    .dfpm-content{padding:15px 18px 22px}
    .dfpm-close{right:7px;top:7px;width:35px;height:35px;line-height:35px;font-size:24px}
    .dfpm-country{font-size:18px}
    .dfpm-years{font-size:42px}
    .dfpm-headline{font-size:27px}
    .dfpm-body{font-size:18px;line-height:1.4}
    .dfpm-footer{font-size:22px}
    .dfpm-image-wrap img{max-height:none}
}
