/* Resistente - Painel Cotações */

.section_wrapper {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: #333;
}

.section_wrapper .row {
  padding: 6px 0;
}

.section_wrapper .row strong {
  color: #555;
  font-size: 13px;
}

.section_wrapper hr {
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 10px 0;
}

/* Labels */
.section_wrapper .label {
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}

.section_wrapper .label-default {
  background: #eef4fb;
  color: #025ca2;
}

/* Botão PDF */
.section_wrapper > a.btn-default[title="IMPRIMIR"] {
  display: inline-block !important;
  width: auto !important;
  padding: 8px 20px;
  margin: 16px 0 20px !important;
  background: #025ca2;
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  text-decoration: none;
}

.section_wrapper > a.btn-default[title="IMPRIMIR"]:hover {
  background: #014a84;
}

/* Subtítulos */
.section_wrapper h3.subtitle-seller {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 24px 0 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #025ca2;
}

/* Tabela */
.section_wrapper table.dataTable thead th {
  background: #f5f5f5;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  padding: 10px 12px;
  border-bottom: 2px solid #ddd;
}

.section_wrapper table.dataTable tbody td {
  padding: 10px 12px;
  border-bottom: 1px solid #eee;
}

.section_wrapper table.dataTable tbody tr:hover {
  background: #f8fbff;
}

/* Paginação */
.section_wrapper .dataTables_paginate .paginate_button {
  padding: 4px 10px;
  margin: 0 2px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  color: #555;
}

.section_wrapper .dataTables_paginate .paginate_button.current {
  background: #025ca2;
  color: #fff;
  border-color: #025ca2;
}

.section_wrapper .dataTables_info {
  font-size: 12px;
  color: #999;
  padding: 8px 0;
}

/* Observações */
.section_wrapper .row p {
  background: #f9f9f9;
  border-left: 3px solid #025ca2;
  padding: 12px 16px;
  margin: 6px 0;
  font-size: 13px;
  white-space: pre-line;
}

/* Links */
.section_wrapper a.cart-link {
  color: #025ca2;
  font-weight: 600;
  text-decoration: none;
}

.section_wrapper a.cart-link:hover {
  text-decoration: underline;
}
