/* Deep CSS Resets to force the WebSpaceWorks Dark Theme over any WordPress Theme layout */
.wsw-ea-card, 
div.wsw-ea-card,
#content .wsw-ea-card,
.site-main .wsw-ea-card {
    background-color: #121212 !important;
    background: #121212 !important;
    border: 1px solid #2d2d2d !important;
    padding: 30px !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    display: block !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5) !important;
}

/* Force Purple Color for Headers */
.wsw-ea-card h2, 
.wsw-ea-column h2,
.wsw-ea-card h2 strong {
    color: #a435f0 !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    border-bottom: 2px solid #a435f0 !important;
    padding-bottom: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

/* Input Fields Style Adjustments */
.wsw-ea-card label {
    color: #ffffff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

.wsw-ea-card input[type="url"],
.wsw-ea-card input[type="text"] {
    background-color: #1e1e1e !important;
    background: #1e1e1e !important;
    border: 1px solid #3d3d3d !important;
    color: #ffffff !important;
    padding: 12px 15px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 6px !important;
}

/* Run Button - Brand Purple */
.wsw-ea-card input[type="submit"],
.wsw-ea-card .button-primary {
    background-color: #a435f0 !important;
    background: #a435f0 !important;
    border: 1px solid #a435f0 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    padding: 12px 25px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    transition: background 0.2s ease-in-out !important;
}

.wsw-ea-card input[type="submit"]:hover {
    background-color: #8726cc !important;
    background: #8726cc !important;
}

/* Strategy Multi-Column Flex Grid */
.wsw-ea-strategy-container {
    display: flex !important;
    gap: 25px !important;
    margin-top: 25px !important;
    flex-wrap: wrap !important;
}

.wsw-ea-column {
    flex: 1 !important;
    min-width: 350px !important;
    background-color: #1e1e1e !important;
    background: #1e1e1e !important;
    border: 1px solid #2d2d2d !important;
    padding: 25px !important;
    border-radius: 8px !important;
    color: #ffffff !important;
}

/* Error Notice boxes */
.wsw-ea-error-msg {
    color: #ff4d4d !important;
    background-color: #2a1414 !important;
    background: #2a1414 !important;
    padding: 15px !important;
    border-left: 4px solid #ff4d4d !important;
    border-radius: 4px !important;
    margin-top: 15px !important;
}

/* Live Progress Status Box */
#wsw-ea-status-box {
    margin-top: 20px !important;
    padding: 15px !important;
    background: #1e1e1e !important;
    border-left: 4px solid #a435f0 !important;
    color: #ffffff !important;
}
