/*
Theme Name: KAIH Gamping App
Theme URI: https://sman1gamping.sch.id
Author: IT SMAN 1 Gamping
Description: Tema khusus untuk Aplikasi 7 KAIH SMAN 1 Gamping. Sangat ringan, mobile-first, dan bebas bloatware.
Version: 1.0
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #f3f4f6;
    margin: 0;
    padding: 0;
    color: #1f2937;
}

.app-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.header {
    text-align: center;
    padding: 20px 0 30px 0;
}

.header h1 {
    font-size: 1.8rem;
    color: #1e3a8a;
    margin: 0 0 5px 0;
    font-weight: 700;
}

.header p {
    color: #6b7280;
    margin: 0;
    font-size: 0.9rem;
}

.content {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.footer {
    text-align: center;
    margin-top: 30px;
    font-size: 0.85rem;
    color: #9ca3af;
}

/* Modifikasi tampilan form plugin 7 KAIH agar lebih estetik */
input[type="text"], input[type="time"], input[type="number"], select {
    width: 100%;
    padding: 12px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    margin-top: 8px;
    margin-bottom: 5px;
    box-sizing: border-box;
    font-size: 1rem;
    background-color: #f9fafb;
}

input[type="text"]:focus, input[type="time"]:focus, input[type="number"]:focus, select:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
}

input[type="submit"] {
    background-color: #2563eb !important;
    color: white !important;
    font-weight: bold;
    font-size: 1.1rem;
    padding: 15px;
    width: 100%;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 20px;
    transition: background-color 0.3s;
}

input[type="submit"]:hover {
    background-color: #1d4ed8 !important;
}

/* Sembunyikan judul halaman bawaan WP agar lebih rapi */
.page-title {
    display: none;
}