.shaped-btn-50c57d13 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: inherit;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 600;
    font-size: 16px;
    min-width: 160px;
    min-height: 50px;
}

.shaped-btn-50c57d13:hover {
    opacity: 0.9;
}

/* Shape Presets controlled by Elementor wrapper classes */
.shaped-btn-50c57d13-shape-square .shaped-btn-50c57d13 {
    border-radius: 0;
}

.shaped-btn-50c57d13-shape-rounded .shaped-btn-50c57d13 {
    border-radius: 8px;
}

.shaped-btn-50c57d13-shape-pill .shaped-btn-50c57d13 {
    border-radius: 9999px;
}

.shaped-btn-50c57d13-shape-circle .shaped-btn-50c57d13 {
    border-radius: 50%;
    padding: 0;
    width: 80px;
    height: 80px;
    min-width: unset;
    min-height: unset;
    text-align: center;
}