.method-options{display:flex;flex-direction:column;gap:16px;margin-top:20px}.method-options .method-button{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;border:1px solid #ccc;cursor:pointer;font-size:16px;font-weight:500;background-color:#f9f9f9;transition:all .2s ease-in-out}.method-options .method-button:hover{background-color:#efefef}.method-options .method-button.sms{border:1px solid var(--Foundation-Orange-Normal,#f46123);color:#f46123}.method-options .method-button.sms img{filter:invert(51%) sepia(82%) saturate(575%) hue-rotate(342deg) brightness(104%) contrast(97%)}.method-options .method-button.zalo{border:1px solid #1e88e5;color:#1e88e5}.method-options .method-button>img{width:24px;height:24px}.method-options .method-button>span{flex-grow:1;text-align:left}