/* WIDGET STYLES */
.oea-lpc-main-wrapper {
    background: #fdf8f4;
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #e8d5c8;
    text-align: center;
}
.oea-lpc-input {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #d5c8bc;
    border-radius: 8px;
}
.oea-lpc-submit {
    background: #2d2a4a;
    color: #fff;
    padding: 15px 25px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
}
.oea-lpc-submit.premium {
    background: #e8836a;
}
.oea-lpc-teaser-card {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}
.oea-lpc-teaser-num {
    color: #e8836a;
    font-size: 30px;
}

/* PREMIUM PAGE STYLE OVERRIDES */
.oea-full-reading-page {
    font-family: sans-serif;
    background: #fdf8f4;
    max-width: 420px;
    margin: 0 auto;
}
.oea-fr-cover {
    padding: 50px 20px;
    text-align: center;
    position: relative;
    color: #fff;
}
.cover-num { font-size: 72px; color: #e8c9a0; font-weight: bold; }
.cover-border { border: 1px solid rgba(255,255,255,0.2); padding: 20px; border-radius: 15px; }
/* Include the rest of the 500+ lines of CSS you provided here */