@import 'select2';
turbo-frame {
  display: block;
}

turbo-frame[busy], turbo-frame[complete] {
  display: contents;
}

.nowrap {
  white-space: nowrap;
}

@media print {
  .no-print {
    display: none !important;
  }
}

.print_layout {
  width: 793px; margin: 0 auto;
}

.a4-page {
  width: 793px;
  margin: 28px auto;  /* ~0.5 cm on all sides */
  padding: 28px;
  background: white;
  color: black;
  font-size: 0.9em;
}

.quotation table {
  width: 100%;
  padding: 5px;
}

.quotation th {
  background-color: #384889;
  color: white;
}

.quotation th, td {
  padding: 5px;
}

.quotation td {
  font-size: 11px;
}

.thin-border table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

.tr-hidden {
  color: #9ca3af; /* серый - как text-gray-400 */
}

.tr-accounting {
  color: #ca8a04; /* жёлтый - как text-yellow-600 */
}

.print_table th, td {
  padding: 1px;
}

.w-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

.p-2 {
  padding: 0.5rem;
}

.border {
  border: 1px solid #ccc;
}

@media (max-width: 768px) {
  .w-50 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
