.ps-single-wrap,
.ps-single-wrap * {
  box-sizing: border-box;
}

.ps-single-wrap {
  font-family: "Manrope", sans-serif;
  color: #222;
  background: radial-gradient(circle at top right, rgba(123, 123, 123, 0.12), transparent 18%), linear-gradient(180deg, #fbfbfb 0%, #f1f1f1 100%);
  min-height: 100vh;
}

.ps-single-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.ps-single-hero {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(123, 123, 123, 0.22);
}

.ps-single-hero__img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.ps-single-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(123, 123, 123, 0.45), rgba(123, 123, 123, 0.8));
}

.ps-single-hero__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 32px;
  z-index: 2;
}

.ps-single-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  max-width: 760px;
}

.ps-single-breadcrumb {
  margin-top: 1.5rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(123, 123, 123, 0.12);
  border-radius: 16px;
  padding: 0.9rem 1.1rem;
  box-shadow: 0 14px 35px rgba(123, 123, 123, 0.1);
}

.ps-single-breadcrumb__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem;
  color: #808080;
  font-size: 13px;
}

.ps-single-breadcrumb a {
  color: #5f5f5f;
  text-decoration: none;
}

.ps-single-breadcrumb a:hover {
  text-decoration: underline;
}

.ps-single-content-section {
  padding: 2.5rem 0 4rem;
}

.ps-single-grid {
  display: grid;
  grid-template-columns: minmax(300px, 420px) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.ps-single-card {
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(123, 123, 123, 0.12);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(123, 123, 123, 0.14);
}

.ps-single-image-card {
  overflow: hidden;
}

.ps-single-image-card__media {
  aspect-ratio: 4 / 3;
  background: #ececec;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ps-single-image-card__media img {
  width: 100%;
  height: 410px;
  object-fit: cover;
  display: block;
}

.ps-single-image-card__empty {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  align-items: center;
  justify-content: center;
  color: #9a9a9a;
  padding: 2rem;
  text-align: center;
}

.ps-single-meta {
  padding: 1rem 1.25rem;
}

.ps-single-meta__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(123, 123, 123, 0.1);
}

.ps-single-meta__row:last-child {
  border-bottom: 0;
}

.ps-single-meta__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #8c8c8c;
  font-weight: 700;
  white-space: nowrap;
}

.ps-single-meta__value {
  text-align: right;
  color: #333;
  font-size: 14px;
}

.ps-single-meta__value a {
  color: #4f4f4f;
  text-decoration: none;
}

.ps-single-meta__value a:hover {
  text-decoration: underline;
}

.ps-single-main {
  padding: 2rem;
}

.ps-single-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(123, 123, 123, 0.1);
  color: #666;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ps-single-title {
  margin: 1rem 0 0;
  font-size: clamp(2rem, 3.4vw, 2.75rem);
  line-height: 1.15;
  font-weight: 800;
  color: #1f1f1f;
}

.ps-single-divider {
  height: 1px;
  background: rgba(123, 123, 123, 0.14);
  margin: 1.5rem 0;
}

.ps-single-post-content {
  color: #454545;
  font-size: 15px;
  line-height: 1.9;
}

.ps-single-post-content p {
  margin: 0 0 1rem;
}

.ps-single-post-content h2,
.ps-single-post-content h3,
.ps-single-post-content h4 {
  margin: 1.75rem 0 0.75rem;
  line-height: 1.3;
  color: #202020;
  font-weight: 800;
}

.ps-single-post-content a {
  color: #555;
  text-decoration: underline;
}

.ps-single-post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 18px;
}

.ps-single-post-content ul,
.ps-single-post-content ol {
  padding-left: 1.25rem;
  margin: 0 0 1rem;
}

.ps-single-post-content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  background: rgba(123, 123, 123, 0.06);
  border-left: 4px solid #7b7b7b;
  border-radius: 0 12px 12px 0;
  color: #5d5d5d;
}

.ps-single-post-nav {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(123, 123, 123, 0.14);
}

/*.ps-single-post-nav .nav-previous,*/
/*.ps-single-post-nav .nav-next {*/
/*  flex: 1 1 260px;*/
/*}*/

.ps-single-post-nav a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.9rem 1.1rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(123, 123, 123, 0.14);
  color: #4a4a4a;
  text-decoration: none;
  box-shadow: 0 12px 30px rgba(123, 123, 123, 0.1);
  transition: 0.25s ease;
}

.ps-single-post-nav a:hover {
  background: #7b7b7b;
  color: #fff;
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .ps-single-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .ps-single-container {
    padding: 0 16px;
  }

  .ps-single-hero,
  .ps-single-card {
    border-radius: 20px;
  }

  .ps-single-hero__img {
    height: 240px;
  }

  .ps-single-hero__caption {
    bottom: 20px;
  }

  .ps-single-main {
    padding: 1.5rem;
  }

  .ps-single-content-section {
    padding: 2rem 0 3rem;
  }

  .ps-single-post-nav {
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    align-items: center;
  }
}

.spec-row {
  display: flex;

  padding: 8px 0;
}

.spec-title {
  width: 40%;
  font-weight: bold;
}

.spec-value {
  width: 60%;
  text-align: right;
}


    .specs-container {
      width: 100%;
      font-family: Arial, sans-serif;
    }

    .spec-heading {
      text-align: center;
      font-weight: bold;
      background: #f5f5f5;
      padding: 10px;
      margin-top: 15px;
      border-radius: 4px;
    }



    @media (max-width: 600px) {
      .spec-row {
        flex-direction: column;
      }
      .spec-title, .spec-value {
        width: 100%;
      }
    }
