.eps-image-box {
    position: relative;
    padding-left: 6px; /* patli patti ke liye */
    margin-bottom: 30px;
}

/* ORANGE STRIP (THINNER) */
.eps-image-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2px; /* pehle 4px tha */
    height: 100%;
    background: #ff7a00;
    border-radius: 2px;
}

.eps-image-box img {
    border-radius: 8px;
    max-width: 100%;
    display: block;
    margin: auto;
}

/* DOWNLOAD BUTTON CENTER */
.eps-download-btn {
    display: block;
    margin: 12px auto 0;
    background: #ff4da6;
    color: #fff;
    border: none;
    padding: 10px 22px;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    transition: 0.3s;
}

.eps-download-btn:hover {
    background: #e60073;
}

/* ADS POPUP */
.eps-ad-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.eps-ad-box {
    background: #fff;
    width: 300px;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.eps-ad-box .ad-area {
    background: #f2f2f2;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

.eps-countdown {
    font-weight: bold;
    color: #ff4da6;
}
