/* Yalda Discount Pro - base styles */
#ydp-box {
    padding: 20px;
    max-width: 420px;
    margin: 20px auto;
    color: #fff;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* Title & desc */
.ydp-title { margin: 0 0 6px 0; font-size: 20px; }
.ydp-desc { margin: 0 0 10px 0; font-size: 14px; }

/* Input & button */
.ydp-input {
    padding: 10px;
    width: 80%;
    border-radius: 8px;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.12);
}

.ydp-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 18px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
}

/* Result message */
.ydp-result { margin-top: 10px; font-weight: 600; }

/* shapes */
.ydp-shape-square #ydp-box { border-radius: 0 !important; }
.ydp-shape-rect #ydp-box { border-radius: 6px !important; }
.ydp-shape-round #ydp-box { border-radius: 20px !important; }
/* pomegranate: small decoration; you can replace with an SVG background */
.ydp-shape-pomegranate #ydp-box {
    /* subtle decorative style for pomegranate */
    box-shadow: inset 0 0 60px rgba(0,0,0,0.08);
}
