#ecp-toast {
    position: fixed; bottom: 24px; right: 24px; 
    background: #ffffff; border-radius: 4px; padding: 24px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.15); z-index: 99999;
    font-family: 'Open Sans', Arial, sans-serif;
    width: 340px; border-top: 5px solid #ED1C24;
}
.ecp-header { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.ecp-logo { width: 45px; height: auto; }
.ecp-header h4 { margin: 0; font-size: 16px; color: #2E3192; text-transform: uppercase; }
#ecp-toast p { color: #555; font-size: 13px; line-height: 1.5; }
.ecp-prefs { margin: 15px 0; font-size: 12px; color: #444; }
.ecp-actions { display: flex; gap: 10px; margin-top: 20px; }
.btn-accept { 
    background: #ED1C24; color: #fff; border: none; flex: 1;
    padding: 12px; font-weight: bold; cursor: pointer; border-radius: 2px;
}
.btn-reject { 
    background: #fff; color: #2E3192; border: 1px solid #2E3192; flex: 1;
    padding: 12px; cursor: pointer; border-radius: 2px;
}
.ecp-version { font-size: 9px; color: #ccc; margin-top: 15px; text-align: right; }
