.edit-link { display: none; }

.entry-content p {
  /* margin-top: 20px; */
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
  margin: 25px 0 5px 0;
}

.entry-content ul {
   list-style-type: disc;
   list-style-position: inside;
}
.entry-content ol {
   list-style-type: decimal;
   list-style-position: inside;
}
.entry-content ul ul, .entry-content ol ul {
   list-style-type: circle;
   list-style-position: inside;
   margin-left: 15px;
}
.entry-content ol ol, .entry-content ul ol {
   list-style-type: lower-latin;
   list-style-position: inside;
   margin-left: 15px;
}

.entry-content ol {
  /* margin-bottom: 25px; */
  margin: 15px 0 10px 0;
}
.entry-content ol li {
   list-style-type: decimal;
   list-style-position: inside;
   margin-left: 15px;
   /* background-color: #ff0000; */
}


/* ---------- WooCommerce ---------- */
input[type=checkbox], input[type=radio] {
  margin: 4px 10px 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  line-height: unset;
}
.show-password-input {
  margin-top: -5px;
}
.woocommerce form .form-row .input-checkbox {
 margin: 8px 8px 0 0;
}
.woocommerce-terms-and-conditions-checkbox-text {
  padding-left: 25px;
}
