/* Bellanpal PetID - Tailwind CSS with custom components */

/* Simple page styles for API responses */
.simple-page {
    max-width: 760px;
    margin: 20px auto;
    padding: 16px;
    background: #fff;
    border-radius: 8px;
    font-family: system-ui;
}