/*
Theme Name: Thai Year Converter
Theme URI: https://date2thai.com
Author: Jason Beh
Author URI: https://date2thai.com
Description: Lightweight and mobile-optimized theme for Thai to Gregorian calendar conversion
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: thai-year-converter
*/

/* Style: Reset and Base */
body {
  font-family: 'Segoe UI', sans-serif;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  color: #333;
}

.container {
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem;
}

h1, h2, h3 {
  color: #004b7d;
}

button {
  background: #004b7d;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 4px;
}

/* Converter tool section */
.converter {
  background: #fff;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border-radius: 8px;
  margin-top: 1rem;
}

input[type="number"] {
  width: 100%;
  padding: 0.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* Footer */
footer {
  text-align: center;
  font-size: 0.9rem;
  margin-top: 4rem;
  color: #777;
}

/* AdSense container */
.adsense {
  margin: 2rem 0;
  text-align: center;
}

/* Responsive */
@media (max-width: 600px) {
  .container {
    padding: 1rem;
  }
  button {
    width: 100%;
  }
}
