/*
Theme Name: Zahnarztpraxis Ana Cakalli
Theme URI: https://zahnmedizin-cakalli.de/
Description: WordPress theme preserving the existing Ana Cakalli practice website.
Version: 1.1.0
Text Domain: ana-cakalli
*/

/* The real stylesheet is css/styles.css and is enqueued separately.
   Only WordPress specific additions belong here. */

.wp-site-content {
  min-height: 20rem;
}

/* Hinweisleiste ganz oben, z. B. für Urlaub oder Feiertage. */
.notice-bar {
  background-color: var(--beige-strong, #E4DCCB);
  color: var(--text, #1F2A23);
  border-bottom: 1px solid var(--border-strong, #C9CFC0);
}

.notice-bar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding-block: 0.6rem;
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}

.notice-bar a {
  color: var(--primary-deep, #2C3B31);
  font-weight: 600;
}

/* Keep legacy imported grids intact if an editor adds paragraph wrappers. */
.quick-tiles-grid > p {
  display: contents;
}
