#blogpost-body h2,
#blogpost-body h3 {
  font-family: "HuntorHeading";
  font-size: 22px;
  line-height: 38px;
}

#short_description_content {
  text-align: left;
  font-size: 14px;
}

#blogpost-body > p {
  text-align: justify;
  font-size: 18px;
  line-height: 28px;
  color: #323232;
  margin-top: 20px;
}

#blogpost-body p strong,
#blogpost-body p b {
  /*/color: #33812b;*/
  font-weight: 700;
}

#blogpost-body p:has(> img) {
  margin: 0 auto;
  text-align: center;
}

#blogpost-body img {
  max-width: 100%;
  height: auto;
}

#blogpost-body > p img {
  margin: 0 auto;
  max-width: calc(100% - 20px);
  padding: 20px 10px;
  height: auto;
  width: auto;
}

#blogpost-body a {
  font-weight: 700;
  text-decoration: underline;
}

#blogpost-body li {
  font-size: 18px;
}

#blogpost-body table {
  text-align: center;
  margin: 0 auto;
}

#blogpost-body table td {
  border: 2px solid #33812b;
}

#blogpost-body table td p {
  margin: 0 auto;
}

#blogpost-body p.img-container {
  text-align: center;
  width: 100%;
}

#blogpost-body p.img-container img {
  margin: 0 auto;
  max-width: 100%;
}

#blog-lead-box {
  border: 2px solid #323232;
  box-shadow: 5px 5px 4px #ddd;
  color: #fff;
  background: #252830;
  border: 7px dashed #efd50f;
  border-radius: 13px;
}

#blog-lead-inner {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  margin-left: 0;
}

#blog-lead-inner img {
  padding-right: 10px;
  max-width: calc(100% - 20px);
  height: auto;
  margin: 10px auto;
}

#blog-lead-inner .btn {
  height: 50px;
  font-size: 18px;
  text-transform: uppercase;
  background: #d22b2b;
  border: 2px solid #d22b2b;
  border-radius: 25px;
  margin-bottom: 10px;
}

#blog-lead-inner .btn:hover {
  color: #fff;
  background: #33822b;
  border: 2px solid #33822b;
}

#blog-lead-text-holder .howworks {
  margin: 0;
  margin-top: 5px;
  font-weight: 700;
}

#blog-lead-text-holder .howworks span {
  font-size: 11px;
}

#blog-lead-text-holder .howworks span a {
  color: #efd50f;
}

#blog-lead-inner h1,
#blog-lead-inner .blog-lead-title {
  text-align: center;
  margin: auto;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

#blog-lead-form-holder {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
}

#blog-lead-form-holder input[type="email"] {
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  padding-left: 15px;
  margin: 0 auto;
  border-radius: 20px;
  border: 3px solid #efd50f;
}

#blog-lead-form-holder input[type="checkbox"] {
  margin-left: 5px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

#checkborder {
  display: inline-flex;
  margin-left: 0px;
  border: 2px solid transparent;
  padding-left: 0px;
  font-weight: 400;
  size: 20px;
  border-radius: 30px;
  margin-top: 10px;
}

#checkborder a {
  color: #efd50f;
  font-weight: 400;
}

#gdpr-check-lead {
  margin-right: 5px;
  margin-top: 6px;
}

#blog-lead-form-holder label {
  font-weight: 400;
  margin-right: 5px;
}

.blogpost-preview {
  transition:
    0.15s box-shadow ease,
    0.15s transform ease;
  border-radius: 10px;
  border-width: 2px;
  border: 2px solid #212529;
  box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 29%) !important;
}

.blogpost-preview:hover {
  transform: translateY(-0.25rem);
  box-shadow:
    0 2.25rem 1.5rem -1.5rem rgb(33 37 41 / 30%),
    0 0 1.5rem 0.5rem rgb(33 37 41 / 5%) !important;
}

#blogcarousel .carousel-inner {
  height: 360px !important;
}

#blogcarousel .left {
  left: -45px;
  top: 50px;
}

#blogcarousel .right {
  right: -45px;
  top: 50px;
}

#blogcarousel .left span,
#blogcarousel .right span {
  color: #33822b;
}

#blogcarousel .carousel-control {
  background: none;
}

#blogcarousel .item {
  padding: 10px;
}

.blogpost-preview .preview-upper {
  height: calc(100% - 30px);
}

.blogpost-preview h2 {
  background: #efd50f;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.blogpost-preview h2 a {
  text-decoration: none !important;
  line-height: 1.2em;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-family: "HuntorHeading";
}

.blogpost-preview p {
  text-align: justify;
}

.blogpost-preview .morelink {
  min-width: 140px;
}

.blogpost-preview .readers {
  float: left;
}

.blogpost-preview .link-on-image {
  background: none;
  border: none;
  padding: 0;
  display: block;
}

.blogpost-preview .link-on-image picture {
  display: block;
}

.blogpost-preview .blogpost-preview-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.blog-hero {
  margin: 12px 0 20px;
}

.blog-hero picture {
  display: block;
}

.blog-hero__img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.yellow-related-item img,
.black-related-item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.blogpost-preview-intro a {
  background: none;
  border: none;
  font-weight: 400;
  padding: 10px 0px;
  margin-top: 10px;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
}

.blogpost-preview-date {
  display: block;
  padding: 0 10px 8px;
  font-size: 13px;
  color: #cfcfcf;
}

#blogsearchbar {
  background: #edefed;
  color: #33822b;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

#blog-searchbtn {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

#blogsearchbar::-webkit-input-placeholder {
  /* Chrome */
  color: #33822b;
}

#blogsearchbar:-ms-input-placeholder {
  /* IE 10+ */
  color: #33822b;
}

#blogsearchbar::-moz-placeholder {
  /* Firefox 19+ */
  color: #33822b;
  opacity: 1;
}

#blogsearchbar:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #33822b;
  opacity: 1;
}

.searchfind {
  display: inline-table;
  border: 1px solid #ccc;
  width: 100%;
  line-height: 2em;
  padding-left: 10px;
}

#suggestions {
  position: absolute;
  z-index: 100;
  background: #fff;
  width: 100%;
  top: 38px;
}

#short_description_content {
  padding: 0px 10px;
  font-weight: 700;
}

#morebtn {
  margin-top: 10px;
  margin-bottom: 10px;
}

#relpost_box,
#relmagnet_box {
  box-shadow: 2px 2px 4px #5d5759;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.black-related-item-header {
  background: #252830;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 0;
}

.black-related-item-header a {
  color: #fff;
  text-decoration: none;
}

.blog-related-articles__title {
  font-family: "HuntorHeading";
  font-size: 22px;
  color: #252830;
  margin: 0 0 16px;
}

.black-related-item p.yellow-related-item-header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.yellow-related-item {
  border-radius: 13px;
  box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 29%);
  background: #efd50f;
  color: #fff;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: justify;
}

.yellow-related-item-header {
  text-align: center;
  padding: 5px;
  background: #efd50f;
  color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  margin-bottom: 0;
}

.black-related-item {
  border-radius: 13px;
  box-shadow: 2px 2px 4px 2px rgb(0 0 0 / 29%);
  background: #252830;
  color: #fff;
  font-weight: 400;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-align: justify;
}

.black-related-item p {
  padding: 10px;
  font-size: 14px;
}

.black-related-item p a {
  color: #efd50f;
}

.rounded-pill.btn-secondary {
  color: #252830;
  border: 1px solid #efd50f !important;
}

.rounded-pill.btn-secondary:hover {
  color: #252830 !important;
}

.blogpost-container {
  padding: 8px;
  border-radius: 3px;
  display: inline-block;
  border: 2px solid #33822b;
  background-image: linear-gradient(
    to right bottom,
    #33822b,
    #478e29,
    #5b9a25,
    #6fa620,
    #6c8d1c
  );
  color: #fff;
  height: 100%;
}

.blogpost-container img {
  width: 200px;
  float: left;
  height: auto;
  margin-right: 10px;
}

.blogpost-container > a {
  right: 20px;
  bottom: 5px;
  position: absolute;
}

.postrow {
  padding-bottom: 10px;
}

.postrow h3 {
  margin: 0px;
  padding-bottom: 10px;
}

.postrow h3 a {
  display: block;
  position: relative;
  color: #33822b;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
  margin: 0px;
  text-transform: uppercase;
  background: #edefed;
  font-family: Oswald;
  letter-spacing: 1.1px;
}

.postrow p {
  padding-bottom: 15px;
}

.postrow p,
.postrow span {
  text-align: justify;
  color: #fff;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.postrow span {
  bottom: 0px;
  position: absolute;
  left: 25px;
}

.postrow > a {
  position: absolute;
  float: right;
  bottom: 0;
  right: 0px;
}

#post-title,
#blog-title {
  color: #000;
  font-size: 32px;
  font-family: "HuntorHeading";
  text-align: center;
}

#blognews .blogpost-preview {
  border-radius: 15px;
}

#blognews .blogpost-preview h2 {
  background-color: #212529;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

#blognews .blogpost-preview-intro a {
  color: #212529 !important;
}

#blognews .blogpost-preview-intro {
  padding: 10px 10px 0px 10px;
}

.author-box {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0 20px;
  font-size: 14px;
  color: #252830;
  background: #eed40e8c;
  border-radius: 10px;
}

.author-box__person {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.author-text {
  line-height: 1.2;
}

.author-date {
  margin-left: auto;
  margin-right: 12px;
  font-size: 13px;
  color: #444;
  text-align: right;
  line-height: 1.3;
}

.author-date__label {
  display: block;
  font-size: 11px;
  color: #666;
}

.author-name {
  font-weight: 600;
  color: #222;
  display: block;
}

.author-role {
  font-size: 13px;
  color: #777;
}

.google-box {
  align-items: center;
  background: var(--color-bg);
  border: 2px solid var(--color-text);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  opacity: 1;
  padding: 5px 20px 20px;
  border: 2px solid #252830;
}

.google-box__info {
  align-items: center;
  color: var(--color-text);
  cursor: default;
  display: grid;
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  font-weight: var(--medium);
  gap: 15px;
  grid-template-columns: 36px 1fr;
  line-height: 1.2;
  margin: 15px 0;
  text-align: left;
  transition: var(--theme), var(--theme-text);
  width: 100%;
}

.google-box__logo {
  background-image: url(https://www.vadalarm.hu/img/google-logo.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 36px;
  margin-inline: auto;
  width: 36px;
}

.google-box__info span {
  max-width: 300px;
  font-weight: 700;
  font-size: 1rem;
}

.google-box__buttons {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  grid-gap: 10px;
  width: 100%;
}

.google-box__btn {
  align-items: center;
  display: flex;
  font-family: Inter, sans-serif !important;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  padding: 0 !important;
  width: 100%;
}

@media (min-width: 768px) {
  .google-box {
    flex-direction: row;
    justify-content: space-between;
    padding: 12px 20px;
  }

  .google-box__info {
    flex: 1 1 auto;
    margin: 0 20px 0 0;
  }

  .google-box__info span {
    max-width: none;
  }

  .google-box__buttons {
    flex: 0 0 auto;
    width: auto;
  }

  .google-box__btn {
    padding: 0 20px !important;
    white-space: nowrap;
    width: auto;
  }
}

.blog-breadcrumb {
  margin: 12px 0 0;
  font-size: 14px;
}

.blog-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}

.blog-breadcrumb__item + .blog-breadcrumb__item::before {
  content: "›";
  margin-right: 4px;
  color: #666;
}

.blog-breadcrumb__item a {
  color: #33822b;
  text-decoration: none;
}

.blog-breadcrumb__item a:hover {
  text-decoration: underline;
}

.blog-breadcrumb__item--current {
  color: #444;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 400px;
  padding-bottom: 10px;
}

.blog-pagination {
  margin: 10px 0 40px;
}

.blog-pagination__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-pagination__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 14px;
  border: 2px solid #252830;
  border-radius: 21px;
  color: #252830;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
}

.blog-pagination__link:hover {
  background: #efd50f;
  color: #252830;
}

.blog-pagination__link.is-current {
  background: #252830;
  color: #fff;
  cursor: default;
}

.blog-pagination__ellipsis {
  display: inline-block;
  min-width: 24px;
  text-align: center;
  color: #252830;
  font-weight: 700;
}
