/*
Theme Name: MyTheta Klinik by ETINION
Theme URI: https://etinion.com/
Author: ETINION
Author URI: https://etinion.com/
Description: Blank shell theme powering the My Theta Klinik appointment platform.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 8.2
Text Domain: mytheta-klinik
*/

html,
body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f7f8fa;
    color: #1e1e1e;
}

main.mytheta-klinik-app {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
}

.mytheta-klinik-empty {
    margin: 4rem auto;
    padding: 2rem 3rem;
    max-width: 640px;
    border-radius: 16px;
    background-color: #ffffff;
    box-shadow: 0 16px 48px rgba(15, 23, 42, 0.08);
    text-align: center;
}

:where(a) {
    color: inherit;
}
