.alertModal { 
  font-size: 1.2rem;
  line-height: 1.7rem;
  width: 100%!important;
  max-width: 450px!important;
  z-index:4000!important; 
}
.ltn__header-options .fa-regular {
  font-size: 20px;
  font-weight: 400; 
}
.ltn__header-options a:hover {
  color: inherit!important; 
}
.lh-lbl { 
  width: 12rem; font-weight: 600; 
}
.underline-links a, .story a {
  text-decoration: underline;
  color: var(--second_color);
}
.underline-links a &:hover, .story a &:hover {
  color: darken(var(--second_color), 10%);
}
.button-nav-pill {
  padding: 0.25rem 0;
  border: 1px solid #999;
  border-radius: 5px;
  background: #ccc;
  color: #333 !important;
  font-size: 12px;
  text-align: center;
  margin-left: 0.3rem;
  white-space: nowrap;
  transition: 0.2s ease background;
}
.button-nav-pill.all {
  background: #eee;
}
.icon-carrot::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 24px;
  background: url('/images/icons/icon_carrot_26x24.png') center/contain no-repeat;
  vertical-align: middle;
}
.entry a {
  color: var(--second_color_dark);
}
.entry a:hover {
  color: var(--second_color)!important;
  text-decoration: underline;
}
.gr-card {
  background-color: #f6fff1;
  border: 1px solid #cce6b8;
}
.nav .sponsor-link {
  font-weight: 600;
  letter-spacing: 0.05em;
  background-color: var(--left_menu_bg_color_dark)
}
.rol-menu .nav, .rol-menu ul {
  background: var(--left_menu_bg_color);
  color: var(--left_menu_color);
  margin-right: 0!important;
}
.lh-panel { 
  width:100%; 
  max-width: 600px!important; 
}
/* Standard */
::placeholder {
  color: #999!important;
}
/* Chrome, Safari, Edge */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #999!important;
}
/* Firefox */
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999!important;
  opacity: 1
}
/* Internet Explorer 10-11 */
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #999!important;
}
/* Microsoft Edge (Legacy) */
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #999!important;
}
hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border-top: 1px solid #666;
}
fieldset {
  padding: 0;
  border: none;
}
fieldset .row {
  align-items: center!important;
}
fieldset .row div {
  padding: 2px 0!important;
}

.note-toolbar .btn-group > .btn,
.note-toolbar .note-btn-group > .btn {
  margin-right: -1px;
  border-radius: 0;
}

.note-toolbar .btn-group > .btn:first-child,
.note-toolbar .note-btn-group > .btn:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.note-toolbar .btn-group > .btn:last-child,
.note-toolbar .note-btn-group > .btn:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  margin-right: 0;
}

h1 { font-size: 26px; }
h2 { font-size: 23px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }

.bhf {
  font-family: var(--blog_heading_font)!important;
}
.story {
  font-family: var(--blog_story_font)!important;
  font-size: 18px;
  color: #363737;
  h1, h2, h3, h4, h5 {
    font-family: var(--blog_heading_font)!important;
  }
}

/* For floated-left images inside paragraphs */
img[style*="float:left"],
img.float-start,
img.note-float-left {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

/* For floated-right images inside paragraphs */
img[style*="float:right"],
img.float-end,
img.note-float-right {
  margin-left: 1rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}
