.tapa-text-to-purchase-wrapper-1afe2adf {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    width: 100%;
}
.tapa-sms-button-1afe2adf {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #125136; /* Brand Green */
    color: #ffffff !important;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease-in-out;
    border: none;
}
.tapa-sms-button-1afe2adf:hover,
.tapa-sms-button-1afe2adf:focus {
    background-color: #0B4008; /* Darker Brand Green for hover */
    color: #ffffff !important;
    text-decoration: none;
}