/* Only apply these styles when body has our specific class */
body.toplevel_page_dc-wa-inquiry-by-xd .dc-xd-admin-wrap,
body.woocommerce_page_dc-wa-inquiry-by-xd .dc-xd-admin-wrap {
    max-width: 800px;
    margin: 20px auto 0;
}

body.toplevel_page_dc-wa-inquiry-by-xd .dc-xd-admin-header,
body.woocommerce_page_dc-wa-inquiry-by-xd .dc-xd-admin-header {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: white;
    padding: 25px;
    margin: 0 0 25px;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

body.toplevel_page_dc-wa-inquiry-by-xd .dc-xd-admin-header h1,
body.woocommerce_page_dc-wa-inquiry-by-xd .dc-xd-admin-header h1 {
    color: white;
    margin: 0;
    font-size: 24px;
    display: flex;
    align-items: center;
}

body.toplevel_page_dc-wa-inquiry-by-xd .dc-xd-admin-header h1:before,
body.woocommerce_page_dc-wa-inquiry-by-xd .dc-xd-admin-header h1:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M17.5 6.5a6.5 6.5 0 0 0-11.5 4v.5h-2v3h3v7h3v-7h2l1-3h-4v-.5a3.5 3.5 0 0 1 7 0v2.5h1.5v-3z"/></svg>') no-repeat center center;
    background-size: contain;
    margin-right: 15px;
}

body.toplevel_page_dc-wa-inquiry-by-xd form,
body.woocommerce_page_dc-wa-inquiry-by-xd form {
    background: white;
    padding: 25px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    border-left: 4px solid #25D366;
}

body.toplevel_page_dc-wa-inquiry-by-xd form h2,
body.woocommerce_page_dc-wa-inquiry-by-xd form h2 {
    margin-top: 0;
    color: #128C7E;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

body.toplevel_page_dc-wa-inquiry-by-xd .form-table th,
body.woocommerce_page_dc-wa-inquiry-by-xd .form-table th {
    width: 200px;
}

body.toplevel_page_dc-wa-inquiry-by-xd .dc-xd-shortcode-card,
body.woocommerce_page_dc-wa-inquiry-by-xd .dc-xd-shortcode-card {
    background: #f8f9fa;
    border-left: 4px solid #25D366;
    padding: 20px;
    border-radius: 4px;
}

body.toplevel_page_dc-wa-inquiry-by-xd .dc-xd-shortcode-list,
body.woocommerce_page_dc-wa-inquiry-by-xd .dc-xd-shortcode-list {
    margin: 15px 0 0 20px;
    list-style-type: none;
    padding-left: 0;
}

body.toplevel_page_dc-wa-inquiry-by-xd .dc-xd-shortcode-list li,
body.woocommerce_page_dc-wa-inquiry-by-xd .dc-xd-shortcode-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
}

body.toplevel_page_dc-wa-inquiry-by-xd .dc-xd-shortcode-list li:before,
body.woocommerce_page_dc-wa-inquiry-by-xd .dc-xd-shortcode-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #25D366;
    font-weight: bold;
}

body.toplevel_page_dc-wa-inquiry-by-xd .dc-xd-shortcode-list code,
body.woocommerce_page_dc-wa-inquiry-by-xd .dc-xd-shortcode-list code {
    background: #e9f7ef;
    color: #128C7E;
    padding: 2px 5px;
    border-radius: 3px;
    font-family: monospace;
}

/* Form Elements - Scoped to our plugin only */
body.toplevel_page_dc-wa-inquiry-by-xd input[type="text"],
body.woocommerce_page_dc-wa-inquiry-by-xd input[type="text"],
body.toplevel_page_dc-wa-inquiry-by-xd select,
body.woocommerce_page_dc-wa-inquiry-by-xd select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 300px;
    max-width: 100%;
}

body.toplevel_page_dc-wa-inquiry-by-xd .button-primary,
body.woocommerce_page_dc-wa-inquiry-by-xd .button-primary {
    background: #25D366 !important;
    border-color: #128C7E !important;
    color: white !important;
    text-shadow: none !important;
}

body.toplevel_page_dc-wa-inquiry-by-xd .button-primary:hover,
body.woocommerce_page_dc-wa-inquiry-by-xd .button-primary:hover {
    background: #128C7E !important;
}