.scxct-button {
    background: #0f766e;
    border-radius: 6px;
    color: #ffffff;
    display: inline-flex;
    font-weight: 700;
    line-height: 1.2;
    padding: 12px 18px;
    text-decoration: none;
}

.scxct-button:hover,
.scxct-button:focus {
    background: #115e59;
    color: #ffffff;
}
