
.versacost-wrapper {
    max-width: 700px;
    margin: 40px auto;
    padding: 30px;
    background: #111;
    color: #f0f0f0;
    border-radius: 10px;
    font-family: 'Segoe UI', sans-serif;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.versacost-logo img {
    max-height: 80px;
    margin: 0 auto 20px;
    display: block;
}
#versacost-form label {
    display: block;
    margin-bottom: 15px;
    font-size: 15px;
}
#versacost-form input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 6px;
    background: #222;
    color: #fff;
}
#versacost-form button {
    padding: 10px 20px;
    background: #00cc88;
    color: #000;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
}
#versacost-results {
    background: #222;
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
}
#versacost-results h3 {
    margin-top: 0;
    color: #fff;
}
#versacost-results p {
    margin: 10px 0;
    font-size: 15px;
}
#versacost-results button {
    background: #eee;
    color: #000;
    margin-top: 20px;
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
}


body .versacost-wrapper {
    background-color: #000 !important;
    color: #fff;
}



.versacost-wrapper-container,
.versacost-wrapper,
body .versacost-wrapper {
    background-color: #000 !important;
    color: #fff !important;
    padding: 20px;
    border-radius: 10px;
}

.versacost-wrapper input,
.versacost-wrapper button {
    background-color: #111 !important;
    color: #fff !important;
    border: 1px solid #333;
}



/* Final CSS override */
.versacost-wrapper-container,
.versacost-wrapper,
.entry-content .versacost-wrapper,
.elementor-widget-container .versacost-wrapper,
.wp-block-group .versacost-wrapper,
body .versacost-wrapper {
    background-color: #000 !important;
    color: #fff !important;
}

.versacost-wrapper input,
.versacost-wrapper button {
    background-color: #111 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
}


#versacost-root {
    background-color: #000 !important;
    color: #fff !important;
    padding: 25px;
    border-radius: 10px;
}
#versacost-root *,
.versacost-wrapper input,
.versacost-wrapper button {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #333 !important;
}
