/* Target the ssc-container when it's inside Elementor's widgets or columns */
.elementor-widget-wrap .ssc-container,
.elementor-column-wrap .ssc-container {
    background-color: #A62985;
    padding: 20px;
    border-radius: 5px;
    color: white; 
    width: 100%;
    box-sizing: border-box;
}

.ssc-container input, .ssc-container button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.ssc-container #results {
    display: none;
}

.ssc-container #results p {
    background-color: white;
    color: black;
    padding: 5px;
    border-radius: 3px;
    margin-bottom: 10px;
    text-align: center;
}

