/*
Theme Name: Dentalora
Theme URI: https://example.com/dentalora
Author: Your Name
Author URI: https://example.com
Description: A professional dental and healthcare WordPress theme scaffold for ThemeForest submissions.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dentalora
Tags: one-column, two-columns, right-sidebar, custom-logo, custom-menu, featured-images, translation-ready, threaded-comments, blog, e-commerce
*/

/*
 * The required theme header lives in this file.
 * Core presentation styles are split between this file and assets/css/main.css.
 */

:root {
  --dentalora-primary: #0b7a75;
  --dentalora-primary-dark: #0a5b58;
  --dentalora-accent: #f2b84b;
  --dentalora-surface: #ffffff;
  --dentalora-surface-soft: #f4f9f8;
  --dentalora-text: #1b2c2b;
  --dentalora-muted: #5a6f6d;
  --dentalora-border: #d7e4e2;
  --dentalora-radius: 8px;
  --dentalora-container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--dentalora-text);
  background: var(--dentalora-surface);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

a {
  color: var(--dentalora-primary);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--dentalora-primary-dark);
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  word-wrap: normal;
}

.screen-reader-text:focus {
  clip: auto;
  clip-path: none;
  display: block;
  height: auto;
  left: 8px;
  padding: 12px 16px;
  top: 8px;
  width: auto;
  z-index: 100000;
  background: #111;
  color: #fff;
}

.alignleft {
  float: left;
  margin: 0 1.5em 1.5em 0;
}

.alignright {
  float: right;
  margin: 0 0 1.5em 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  max-width: 100%;
}

.wp-caption-text,
.gallery-caption,
.bypostauthor {
  font-size: 0.9rem;
  color: var(--dentalora-muted);
}
