/*
Theme Name: Extra Child
Theme URI: http://www.elegantthemes.com/gallery/extra/
Template: Extra
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Extra
Version: 4.7.7.1609848530
Updated: 2021-01-05 14:08:50

*/

/* ============================================ */
/*  CSS САМО ЗА ПОСТ С ID 4099                   */
/*  ЗАПАЗВА ЛЯНАТА ГРАНИЦА НА H1                 */
/*  НАМАЛЯВА ГОЛЕМИТЕ РАЗСТОЯНИЯ                 */
/*  ЛИНКОВЕТЕ С ПОДЧЕРТАНЕ                       */
/* ============================================ */

/* Заглавие H1 - запазва оригиналната лява граница на темата */
.postid-4099 .entry-content h1 {
  border-left: 6px solid #7cb342 !important;
  padding-left: 20px !important;
}

/* Намалява големите разстояния */
.postid-4099 .entry-content h2 {
  margin-top: 25px !important;
  margin-bottom: 12px !important;
}

.postid-4099 .entry-content h3 {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}

.postid-4099 .entry-content h4 {
  margin-top: 15px !important;
  margin-bottom: 8px !important;
}

.postid-4099 .entry-content p {
  margin-bottom: 14px !important;
}

.postid-4099 .entry-content ul,
.postid-4099 .entry-content ol {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
}

/* Линковете с подчертаване */
.postid-4099 .entry-content a {
  text-decoration: underline !important;
}

/* Responsive */
@media (max-width: 768px) {
  .postid-4099 .entry-content h1 {
    padding-left: 12px !important;
  }
  .postid-4099 .entry-content h2 {
    margin-top: 20px !important;
  }
  .postid-4099 .entry-content p {
    margin-bottom: 12px !important;
  }
}