/* UAT Hotfix 8 - confirmation resend visual refinement */
.ep-resend-panel{
    margin:16px 0 0;
    padding:14px 16px;
    border:1px solid #f1d37a;
    background:linear-gradient(180deg,#fffaf0,#fffdf8);
    border-radius:12px;
}
.ep-resend-panel p{
    margin:0 0 10px;
    color:#475569;
    font-size:13px;
    line-height:1.45;
}
.ep-resend-panel .ep-secondary-action{
    width:100%;
    text-align:center;
    border:0;
    background:#07111d;
    color:#f5d36a;
    border-radius:9px;
    padding:12px 15px;
    box-shadow:0 8px 20px rgba(15,23,42,.14);
}
.ep-resend-panel .ep-secondary-action:hover,
.ep-resend-panel .ep-secondary-action:focus{
    background:#102338;
    color:#fff;
}
