/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/*
p.paragraph-red {
    color: red;
}
*/

/*
p {
    border: 7px solid blue !important;
}
*/


/* Устанавливаем шрифт Verdana явно на html и body */
/*
html,
body {
  font-family: Verdana, sans-serif !important;
}

*/


/* Применяем Verdana глобально ко всем элементам Blocksy, включая header/footer */
html,
body,
.ct-header,
.ct-header * ,
.ct-footer,
.ct-footer * ,
.site-header,
.site-header *,
.site-footer,
.site-footer *,
.widget,
.widget *,
nav,
nav *,
h1, h2, h3, h4, h5, h6,
p, span, a, li, ul, ol, div, section {
  font-family: Verdana, sans-serif !important;
}

/* Галки */

.checklist {
  list-style: none;
  padding-left: 0;
}

ul.checklist li {
  position: relative;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.4; /* улучшает читаемость */
}

.checklist li::before {
  content: "✓"; /* или "\2713" */
  position: absolute;
  left: -1em;
  top: -0.1em; /* выравнивание по тексту */
  color: #000000; 
  font-weight: bold;
  font-size: 1.1em;
  /* Если используете эмодзи, можно убрать font-weight и color */
}
