.clickpesa-payment-methods-list {
   list-style: none;
   padding-left: 0;
   display: flex;
   flex-direction: row;
   gap: var(--wp--preset--spacing--10);
}
#clickpesa_phone_number {
   background-color: #fff;
   border: 1px solid hsla(0, 0%, 7%, 0.8);
   border-radius: 4px;
   box-sizing: border-box;
   color: #2b2d2f;
   font-family: inherit;
   font-size: 1em;
   height: 3.125em;
   line-height: 1em;
   min-height: 0;
   padding: 1em 0.5em;
   width: 100%;
}
