.elementor-57970 .elementor-element.elementor-element-370ba41 .hsspw-products-widget{--hsspw-primary-color:#FF345B;--hsspw-accent-color:#f59e0b;--hsspw-button-text:#ffffff;--hsspw-card-bg:#ffffff;--hsspw-border-color:#e7e7e7;--hsspw-text-color:#171717;--hsspw-muted-color:#747474;--hsspw-radius:16px;--hsspw-gap:18px;}/* Start custom CSS for section, class: .elementor-element-8f9878c *//* =========================================================
   HARDSARA - SSD NVMe CATEGORY CONTENT
   Scoped / Isolated CSS
   Prefix: hs-nvme-
   ========================================================= */


/* =========================
   Root
   ========================= */

.hs-nvme-content {
  --hs-nvme-text: #2b2f33;
  --hs-nvme-heading: #171a1d;
  --hs-nvme-muted: #686f77;

  --hs-nvme-border: #e4e7eb;
  --hs-nvme-soft: #f7f8fa;

  --hs-nvme-note-bg: #fff8e8;
  --hs-nvme-note-border: #eac56b;

  --hs-nvme-radius: 12px;

  direction: rtl;

  width: 100%;
  max-width: 100%;

  margin: 0 auto;
  padding: 0;

  font-family: inherit;
  font-size: 16px;
  line-height: 2.05;

  color: var(--hs-nvme-text);
  text-align: right;

  overflow-wrap: break-word;
  word-wrap: break-word;
}


/* =========================
   Local Box Sizing
   ========================= */

.hs-nvme-content,
.hs-nvme-content *,
.hs-nvme-content *::before,
.hs-nvme-content *::after {
  box-sizing: border-box;
}


/* =========================
   Typography
   ========================= */

.hs-nvme-content h1,
.hs-nvme-content h2,
.hs-nvme-content h3,
.hs-nvme-content p {
  font-family: inherit;
}

.hs-nvme-content h1,
.hs-nvme-content h2,
.hs-nvme-content h3 {
  color: var(--hs-nvme-heading);
  text-align: right;
}

.hs-nvme-content h1 {
  margin: 0 0 23px;
  padding: 0;

  font-size: clamp(25px, 3vw, 35px);
  line-height: 1.55;
  font-weight: 800;
}

.hs-nvme-content h2 {
  position: relative;

  margin: 0 0 18px;
  padding: 0 15px 0 0;

  font-size: clamp(21px, 2.3vw, 28px);
  line-height: 1.65;
  font-weight: 800;
}

.hs-nvme-content h2::before {
  content: "";

  position: absolute;

  top: 9px;
  right: 0;

  width: 4px;
  height: calc(100% - 18px);

  background: currentColor;

  border-radius: 999px;
}

.hs-nvme-content h3 {
  margin: 0 0 10px;
  padding: 0;

  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.7;
  font-weight: 700;
}

.hs-nvme-content p {
  margin: 0 0 17px;
  padding: 0;

  font-size: 16px;
  line-height: 2.1;

  color: var(--hs-nvme-text);
}

.hs-nvme-content p:last-child {
  margin-bottom: 0;
}

.hs-nvme-content strong {
  font-weight: 700;
}


/* =========================
   Links
   ========================= */

.hs-nvme-content a {
  color: inherit;

  font-weight: 700;
  text-decoration: underline;

  text-decoration-thickness: 1px;
  text-underline-offset: 3px;

  transition:
    opacity 0.2s ease,
    text-decoration-thickness 0.2s ease;
}

.hs-nvme-content a:hover {
  opacity: 0.78;
  text-decoration-thickness: 2px;
}


/* =========================
   Intro
   ========================= */

.hs-nvme-intro {
  width: 100%;

  margin: 0 0 44px;
  padding: 29px 30px;

  background: var(--hs-nvme-soft);

  border: 1px solid var(--hs-nvme-border);
  border-radius: 14px;
}

.hs-nvme-intro-links {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 23px;
  padding-top: 17px;

  border-top: 1px solid var(--hs-nvme-border);
}

.hs-nvme-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 42px;

  padding: 8px 15px;

  background: #fff;

  border: 1px solid var(--hs-nvme-border);
  border-radius: 8px;

  text-decoration: none !important;

  font-size: 14px;
  line-height: 1.6;
}

.hs-nvme-link-primary {
  font-weight: 800;
}


/* =========================
   Sections
   ========================= */

.hs-nvme-section {
  width: 100%;

  margin: 0 0 44px;
  padding: 0;
}

.hs-nvme-section:last-child {
  margin-bottom: 0;
}


/* =========================
   Information Box
   ========================= */

.hs-nvme-info-box {
  width: 100%;

  margin-top: 24px;
  padding: 18px 20px;

  background: var(--hs-nvme-note-bg);

  border: 1px solid var(--hs-nvme-note-border);
  border-radius: 10px;

  color: #51461f;

  font-size: 15.5px;
  line-height: 2;
}


/* =========================
   PCIe Generation Cards
   ========================= */

.hs-nvme-generation-grid {
  display: grid;

  grid-template-columns:
    repeat(3, minmax(0, 1fr));

  gap: 18px;

  width: 100%;

  margin-top: 25px;
}

.hs-nvme-generation-card {
  min-width: 0;

  padding: 22px;

  background: var(--hs-nvme-soft);

  border: 1px solid var(--hs-nvme-border);
  border-radius: var(--hs-nvme-radius);
}

.hs-nvme-generation-card h3 {
  margin-bottom: 9px;
}


/* =========================
   Lists
   ========================= */

.hs-nvme-check-list {
  margin: 22px 0 0;
  padding: 19px 40px 19px 18px;

  background: var(--hs-nvme-soft);

  border: 1px solid var(--hs-nvme-border);
  border-radius: var(--hs-nvme-radius);

  list-style-position: outside;
}

.hs-nvme-check-list li {
  margin: 7px 0;
  padding-right: 3px;

  line-height: 1.9;
}


/* =========================
   Related Links
   ========================= */

.hs-nvme-related-link {
  margin-top: 22px;
  padding: 15px 18px;

  background: var(--hs-nvme-soft);

  border: 1px solid var(--hs-nvme-border);
  border-radius: 9px;

  font-size: 15px;
  line-height: 2;
}


/* =========================
   Capacity
   ========================= */

.hs-nvme-capacity-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 18px;

  width: 100%;

  margin-top: 25px;
}

.hs-nvme-capacity-card {
  min-width: 0;

  padding: 22px;

  background: var(--hs-nvme-soft);

  border: 1px solid var(--hs-nvme-border);
  border-radius: var(--hs-nvme-radius);
}

.hs-nvme-capacity-card h3 {
  margin-bottom: 9px;
}


/* =========================
   NVMe / SATA Comparison
   ========================= */

.hs-nvme-comparison-box {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 14px;

  width: 100%;

  margin: 23px 0;
}

.hs-nvme-comparison-item {
  display: flex;
  flex-direction: column;

  gap: 5px;

  min-width: 0;

  padding: 17px 18px;

  background: var(--hs-nvme-soft);

  border: 1px solid var(--hs-nvme-border);
  border-radius: 10px;

  line-height: 1.9;
}

.hs-nvme-comparison-title {
  color: var(--hs-nvme-heading);

  font-weight: 800;
}


/* =========================
   Highlight Attributes
   ========================= */

.hs-nvme-highlight-list {
  display: flex;
  flex-wrap: wrap;

  gap: 9px;

  margin: 21px 0;

}

.hs-nvme-highlight-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 38px;

  padding: 6px 13px;

  background: var(--hs-nvme-soft);

  border: 1px solid var(--hs-nvme-border);
  border-radius: 8px;

  font-size: 14px;
  line-height: 1.6;
}


/* =========================
   Buying Guide
   ========================= */

.hs-nvme-buying-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 16px;

  margin-top: 25px;
}

.hs-nvme-buying-card {
  min-width: 0;

  padding: 21px;

  background: #fff;

  border: 1px solid var(--hs-nvme-border);
  border-radius: var(--hs-nvme-radius);
}

.hs-nvme-buying-card h3 {
  margin-bottom: 8px;
}


/* =========================
   FAQ
   ========================= */

.hs-nvme-faq-item {
  width: 100%;

  margin-top: 17px;
  padding: 20px 22px;

  background: #fff;

  border: 1px solid var(--hs-nvme-border);
  border-radius: var(--hs-nvme-radius);
}

.hs-nvme-faq-item h3 {
  margin-bottom: 9px;
}


/* =========================
   Final CTA
   ========================= */

.hs-nvme-final {
  padding-top: 4px;
}

.hs-nvme-final-cta {
  margin-top: 24px;
  padding: 20px 22px;

  background: var(--hs-nvme-soft);

  border: 1px solid var(--hs-nvme-border);
  border-radius: var(--hs-nvme-radius);

  font-size: 16px;
  line-height: 2;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

  .hs-nvme-content {
    font-size: 15.5px;
  }

  .hs-nvme-content p {
    font-size: 15.5px;
  }

  .hs-nvme-intro {
    padding: 25px;
  }

  .hs-nvme-generation-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .hs-nvme-content {
    font-size: 15px;
    line-height: 1.95;
  }

  .hs-nvme-content p {
    font-size: 15px;
    line-height: 2;
  }


  .hs-nvme-content h1 {
    margin-bottom: 18px;

    font-size: 23px;
    line-height: 1.65;
  }


  .hs-nvme-content h2 {
    margin-bottom: 15px;

    padding-right: 12px;

    font-size: 20px;
    line-height: 1.7;
  }


  .hs-nvme-content h2::before {
    top: 8px;

    width: 3px;

    height: calc(100% - 16px);
  }


  .hs-nvme-content h3 {
    font-size: 17px;
  }


  /* Intro */

  .hs-nvme-intro {
    margin-bottom: 33px;

    padding: 20px 18px;

    border-radius: 10px;
  }


  .hs-nvme-intro-links {
    flex-direction: column;

    align-items: stretch;

    gap: 8px;
  }


  .hs-nvme-link {
    width: 100%;
  }


  /* Sections */

  .hs-nvme-section {
    margin-bottom: 34px;
  }


  /* Info */

  .hs-nvme-info-box {
    padding: 16px 17px;

    border-radius: 9px;

    font-size: 14.5px;
  }


  /* Generation */

  .hs-nvme-generation-grid {
    grid-template-columns: 1fr;

    gap: 13px;

    margin-top: 20px;
  }


  .hs-nvme-generation-card {
    padding: 18px;
  }


  /* Capacity */

  .hs-nvme-capacity-grid {
    grid-template-columns: 1fr;

    gap: 13px;

    margin-top: 20px;
  }


  .hs-nvme-capacity-card {
    padding: 18px;
  }


  /* Comparison */

  .hs-nvme-comparison-box {
    grid-template-columns: 1fr;

    gap: 10px;

    margin: 20px 0;
  }


  /* Buying */

  .hs-nvme-buying-grid {
    grid-template-columns: 1fr;

    gap: 12px;

    margin-top: 20px;
  }


  .hs-nvme-buying-card {
    padding: 18px;
  }


  /* Lists */

  .hs-nvme-check-list {
    margin-top: 19px;

    padding: 16px 31px 16px 14px;

    border-radius: 10px;
  }


  /* Highlight */

  .hs-nvme-highlight-list {
    gap: 7px;

    margin: 18px 0;
  }


  .hs-nvme-highlight-list span {
    min-height: 36px;

    padding: 6px 11px;

    font-size: 13.5px;
  }


  /* Related */

  .hs-nvme-related-link {
    padding: 14px 15px;

    border-radius: 8px;

    font-size: 14px;
  }


  /* FAQ */

  .hs-nvme-faq-item {
    padding: 17px 18px;

    border-radius: 10px;
  }


  /* CTA */

  .hs-nvme-final-cta {
    padding: 16px 17px;

    border-radius: 9px;
  }

}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

  .hs-nvme-content h1 {
    font-size: 21px;
  }

  .hs-nvme-content h2 {
    font-size: 19px;
  }

  .hs-nvme-content h3 {
    font-size: 16px;
  }


  .hs-nvme-intro {
    padding: 17px 15px;
  }


  .hs-nvme-generation-card,
  .hs-nvme-capacity-card,
  .hs-nvme-buying-card {
    padding: 16px;
  }


  .hs-nvme-comparison-item {
    padding: 15px;
  }


  .hs-nvme-check-list {
    padding-right: 29px;
  }


  .hs-nvme-highlight-list span {
    font-size: 13px;
  }

}/* End custom CSS */