/*
Theme name : Sodiaal
asset/main.css 
asset/main-2025.css */


#popmake-2224 {
    max-height: 80vh;
}

.pum-container {
    .pum-close {
        font-family: Arial, Helvetica, sans-serif !important;
        line-height: 1 !important;
    }
}

.table-mobile{
    overflow-x: auto;
    max-width: 90vw;
}

@media (max-width: 768px) {
    .table-mobile table {
      display: block;
      width: 100%;
    }
  
    .table-mobile table tr:first-child {
      display: none;
    }
  
    .table-mobile tr {
      display: block;
      margin-bottom: 2rem;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 1rem;
    }
  
    .table-mobile td {
      display: block;
      position: relative;
      padding-left: 0;
      padding-top: 2.5rem;
      margin-bottom: 1rem;
      border: none;
      text-align: left;
    }
  
    .table-mobile td::before {
      content: attr(data-label);
      position: absolute;
      top: 0;
      left: 0;
      font-size: 13px;
      color: #777;
      font-weight: 600;
      line-height: 1.2;
      opacity: 0.85;
    }
  }
  