/*
Theme Name: Pay My Bill
Theme URI: 
Author: Your Name
Author URI: 
Description: A landing page theme for Pay My Bill service
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: paymybill
*/

/* Base styles */
body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* Form styles */
input[type="text"],
input[type="email"] {
    border: 1px solid #e5e7eb;
    padding: 0.5rem;
    width: 100%;
    border-radius: 0.375rem;
}

input[type="text"]:focus,
input[type="email"]:focus {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

/* Ensure Tailwind styles don't conflict with WordPress admin bar */
#wpadminbar {
    z-index: 9999;
}

/* Additional utility classes that might be needed */
.wp-block {
    max-width: 100%;
}
