/* =========================================================
   Mobile-friendly overrides για οθόνες έως 768px
   ========================================================= */
@media (max-width: 768px) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }

  /* Container / περιεχόμενο */
  .container, .content, main {
    max-width: 100%;
    padding: 0 12px;
    margin: 0;
  }

  /* Κουμπιά στη toolbar να σπάνε σε γραμμές */
  .toolbar {
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
  .toolbar .btn {
    flex: 1 1 auto;
    min-width: 140px;
    margin-bottom: 6px;
    text-align: center;
  }

  /* Grid layouts -> μονές στήλες */
  .grid, .grid-2, .grid-3, .grid-4 {
    grid-template-columns: 1fr !important;
    gap: 12px;
  }

  /* Φόρμες */
  .form-row, .field, .form-group {
    display: block;
    width: 100%;
  }
  input, select, textarea {
    font-size: 15px;
    padding: 10px;
  }

  /* Responsive tables */
  .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive table {
    min-width: 600px;
  }

  /* Μην στριμώχνονται οι τίτλοι */
  h1 { font-size: 24px; }
  h2 { font-size: 20px; }
  h3 { font-size: 17px; }

  /* Toolbar κουμπιά στο footer */
  footer {
    text-align: center;
    font-size: 13px;
  }
}
