/* ======================================================
   Custom CSS
   Този файл е за малки корекции и overrides.
   Не е тема. Не слагай layout или дизайн тук.
   ====================================================== */

/* -------- Helpers -------- */
.hidden {
  display: none !important;
}

.text-center {
  text-align: center;
}

.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: .25rem !important; }
.mt-2 { margin-top: .5rem !important; }
.mt-3 { margin-top: 1rem !important; }
.mt-4 { margin-top: 1.5rem !important; }

.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: .25rem !important; }
.mb-2 { margin-bottom: .5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }

/* -------- Small visual tweaks -------- */

/* по мек линк hover, без да чупи темата */
a:hover {
  text-decoration-thickness: 2px;
}

/* леко по-добър focus за accessibility */
:focus-visible {
  outline: 2px solid rgba(14, 165, 233, 0.7);
  outline-offset: 2px;
}



/* -------- CMS specific overrides -------- */

/* пример: скриване на елемент без да се пипа тема */
/*
.site-header .topbar {
  display: none;
}
*/

/* пример: лека корекция на ширина */
/*
.container {
  max-width: 1200px;
}
*/

/* -------- END -------- */
