        #custom-locker-overlay {
            display: none; 
            position: fixed; top: 0; left: 0; width: 100%; height: 100%;
            background: rgba(0,0,0,0.92); z-index: 999999;
            justify-content: center; align-items: center; font-family: 'Poppins', sans-serif;
        }
        .container-locker {
            max-width: 475px; width: 95%; border-radius: 50px; background-color: #fff;
            overflow: hidden; padding-bottom: 30px; position: relative;
        }
      
.instruction-text {
    padding: 25px 20px 15px;
    font-size: 0.95em;
    color: #000;
    line-height: 1.6;
    text-align: left;
}
      
      #offerContainer { padding: 0 15px; display: flex; flex-direction: column; gap: 20px; }
        
        .offer-card {
            background: linear-gradient(0deg,#0066cc,#0066cc 45%,#0066cc 75%,#0066cc 100%);
            box-sizing:border-box; display:flex; align-items: center; padding: 10px 18px; 
            border-radius: 40px; border: 1px solid #ffcc00; position: relative;
            box-shadow: 0 8px 10px -10px rgba(0, 0, 0, 0.4); cursor: pointer;
        }
        .offer-link { display:flex; align-items:center; gap:15px; text-decoration:none; color:inherit; width: 100%; }
        .offer-icon { width:50px; height:50px; object-fit:cover; border-radius:20px/50%; border-right:3px solid #0066cc; background: #fff; }
        .offer-anchor { font-size:15px; color:#fff; line-height:1.3; font-weight:600; text-align: left; }
        .footer-image { width: 100%; height:100px; display: block; margin-top: 15px; }
      
