/* ================================================
   AF Product Tabs Manager — Frontend Styles
   Afternet Web Creative Services
   ================================================ */

 .aftabtable {
  table-layout: fixed;
  width: 100%;
}

.aftabtable td:first-child {
  width: 30%; /* άλλαξέ το όπως θες */
  white-space: nowrap;
}

.aftabtable td:last-child {
  width: auto;
}


#main .product-description {
    margin-top: 20px;         /* Κενό πάνω από το div */
    margin-bottom: 20px;      /* Κενό κάτω από το div */
    line-height: 1.5;         /* Προαιρετικό: βελτιώνει την ανάγνωση με μεγαλύτερο διάστιχο */
}
 
 
.elementor-displayProductAdditionalInfo .elementor-column-wrap.elementor-element-populated {
    padding: 0 !important;
}

