/*
Theme Name: Neve Child
Template: neve
Author: BandIt.Space
Version: 1.1.8
Description: Child theme for Neve
*/

@import url("../neve/style.css");

.template {
  display: flex;
  justify-content: center;
  padding: 0 16px;
}

.template main {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  max-width: 1200px;
  width: 100%;
  min-height: 80vh;
}

.btn {
  background-color: #1e90ff;
  color: #fff;
  border: none;
}

.btn:hover {
  background-color: #00bfff;
}

h1 {
  margin-top: 30px !important;
}

.header-menu-sidebar-bg::before,
[class*="row-inner"]::before {
  background: linear-gradient(
    to right,
    var(--nv-light-bg) 0%,
    #00c2ff 31%,
    var(--nv-light-bg) 100%
  );
}

.catalog-reset-button {
  background: #333;
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 8px;
  transition: background-color 0.2s ease;
}

.catalog-reset-button:hover {
  background: #555;
}
@media (min-width: 360px) and (max-width: 575px) {
  .template main {
    max-width: 575px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .template main {
    max-width: 767px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .template main {
    max-width: 991px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .template main {
    max-width: 1024px;
  }
}

@media (max-width: 375px) {
  .template main {
    max-width: 375px;
  }
}

.post-body .wp-block-image {
  max-width: 700px;
  margin: 40px auto;
}

.post-body ol {
  counter-reset: custom-counter;
  list-style: none;
  padding-left: 40px;
}

.post-body ol li {
  position: relative;
  counter-increment: custom-counter;
  margin-bottom: 10px;
  padding-left: 36px;
}

.post-body ol li::before {
  content: counter(custom-counter);
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 1.08333rem;
  font-weight: 500;
  background-color: var(--primarybtnbg);
  border-radius: 50%;
  color: #fff;
  box-sizing: border-box;
}

.post-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.post-body ul li {
  position: relative;
  padding-left: 36px;
  margin-bottom: 16px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.post-body ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: white;
  background-color: #4caf50;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 2px;
}

p {
  margin-bottom: 20px;
}

.post-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}
.post-date {
  opacity: 1 !important;
}

.post-body img {
  width: 100%;
}
