.c-cms-custom-content {
  font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #222222;
  max-width: 900px;
  margin: 0 auto;
  padding: 1.5rem 0;
}
.c-cms-custom-content p {
  margin-bottom: 1rem;
  text-align: justify;
}
.c-cms-custom-content h2 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #222222;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}
.c-cms-custom-content h3 {
  font-size: 1rem;
  font-weight: bold;
  font-style: italic;
  color: #222222;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.c-cms-custom-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.c-cms-custom-content ol ol {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.c-cms-custom-content ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.c-cms-custom-content li {
  margin-bottom: 0.5rem;
  text-align: justify;
}
.c-cms-custom-content a {
  color: #0079d2;
  text-decoration: none;
}
.c-cms-custom-content a:hover {
  text-decoration: underline;
}
.c-cms-custom-content strong {
  font-weight: bold;
}
.c-cms-custom-content em {
  font-style: italic;
}
.c-cms-custom-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
}
.c-cms-custom-content thead {
  background-color: #0079d2;
  color: white;
}
.c-cms-custom-content th {
  padding: 0.6rem 0.75rem;
  text-align: center;
  font-weight: bold;
  color: white;
}
.c-cms-custom-content td {
  padding: 0.6rem 0.75rem;
  vertical-align: top;
  border-bottom: 1px solid #e0e0e0;
  color: #222222;
}
.c-cms-custom-content tbody tr:nth-child(even) td {
  background-color: #f5f5f5;
}
.c-cms-custom-content td strong {
  color: #0079d2;
}
.c-cms-custom-content td ul {
  padding-left: 1.2rem;
  margin: 0;
}
.c-cms-custom-content td li {
  margin-bottom: 0.25rem;
}
.product-name .stsb_mini_product_name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  min-height: 48px;
  line-height: 24px !important;
  font-size: 16px !important;
  overflow: hidden;
}