/* ---------------------------------- */
/* --- Customização de UI Brief --- */
/* ---------------------------------- */
a.ui_briefMore {
font-size: 0.75em; !important;
padding-left: 0.75em; !important;

}

#heading-aditamentos .accordion-button:not(.collapsed) {
  color: #474e5f;
  background-color: #cfb4b4;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
  }
  
@media (max-width: 768px) {
    table thead { display: none; }
    table, table tbody, table tr, table td { display: block; width: 100%; }
    table tr { border-bottom: 2px solid #ccc; padding: 12px 0; }
    table tr:nth-child(even) { background: #f9f9f9; }
    table td {
      padding: 10px 14px;
      border: none;
      font-size: 0.95rem;
      display: flex;
      flex-direction: column;
      gap: 3px;
    }
    table td::before {
      content: attr(data-label);
      font-size: 0.72rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.4px;
      color: #999;
      line-height: 1;
    }
}
  