@media (max-width: 768px) {
/* Μόνο γραμματοσειρές / μεγέθη κειμένων στο κινητό */

h1,
.ba-blog-post-title,
.ba-item-title,
.product-title {
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  margin-top: 8px !important;
  margin-bottom: 10px !important;
}

h2 {
  font-size: 20px !important;
  line-height: 1.25 !important;
  font-weight: 700 !important;
  margin-top: 14px !important;
  margin-bottom: 8px !important;
}

h3 {
  font-size: 17px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  margin-top: 12px !important;
  margin-bottom: 7px !important;
}

p,
li,
.ba-blog-post-intro-wrapper p,
.ba-blog-post-intro-wrapper li,
.product-description p,
.product-description li,
.ba-item-field-group p,
.ba-item-field-group li {
  font-size: 15px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

li {
  margin-bottom: 5px !important;
}
/* Πίνακες στο κινητό - να μη σπάνε οι λέξεις */

table {
  width: 100% !important;
  max-width: 100% !important;
  font-size: 13px !important;
  border-collapse: collapse !important;
}

table th,
table td {
  font-size: 13px !important;
  line-height: 1.35 !important;
  padding: 6px 5px !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
}

table th {
  font-weight: 700 !important;
}

}