.smai-offer-box{border:1px solid rgb(0 0 0 / .1);border-radius:12px;padding:10px;background:#fff;margin:6px 0;box-shadow:0 4px 16px rgb(0 0 0 / .06);transition:box-shadow 0.3s ease}.smai-offer-box:hover{box-shadow:0 6px 20px rgb(0 0 0 / .1)}.smai-offer-actions{display:flex;gap:8px;margin-top:10px}.smai-offer-actions button{border:0;border-radius:10px;padding:.5rem .9rem;cursor:pointer;background:var(--cp-primary,#1fd6cd);color:#fff;font-weight:600;transition:background 0.2s ease}.smai-offer-actions button:hover{background:darken(var(--cp-primary,#1fd6cd),10%)}.smai-offer-actions button:disabled{background:#ccc;cursor:not-allowed}.smai-offer-top strong{font-size:17px}.smai-offer-state{text-transform:capitalize}#smai-offer-cta.button.expanded{display:block;width:100%!important;text-align:center}.smai-offer-modal{position:fixed;inset:0;background:rgb(0 0 0 / .4);display:flex;align-items:center;justify-content:center;z-index:9999}.smai-offer-card{background:#fff;border-radius:14px;min-width:320px;max-width:520px;width:92%;box-shadow:0 10px 30px rgb(0 0 0 / .2);overflow:hidden;transition:transform 0.3s ease}.smai-offer-card:hover{transform:scale(1.02)}.smai-offer-head{font-weight:700;padding:14px 16px;border-bottom:1px solid rgb(0 0 0 / .06)}.smai-offer-body{padding:14px 16px}.smai-offer-body label{display:block;margin-bottom:10px}.smai-offer-body input,.smai-offer-body textarea{width:100%;border:1px solid #ddd;border-radius:10px;padding:10px;transition:border-color 0.2s ease}.smai-offer-body input:focus,.smai-offer-body textarea:focus{border-color:var(--cp-primary,#1fd6cd)}.smai-offer-foot{display:flex;gap:10px;justify-content:flex-end;padding:12px 16px;border-top:1px solid rgb(0 0 0 / .06)}.smai-offer-foot button{border:0;border-radius:10px;padding:10px 14px;cursor:pointer;transition:background 0.2s ease}.smai-offer-foot .smai-offer-send{background:var(--cp-primary,#1fd6cd);color:#fff;font-weight:700}.smai-offer-foot .smai-offer-send:hover{background:darken(var(--cp-primary,#1fd6cd),10%)}.smai-offer-foot button:disabled{background:#ccc;cursor:not-allowed}@media (max-width:480px){.smai-offer-card{width:98%}.smai-offer-actions{flex-direction:column}.smai-offer-actions button{width:100%}}