.operation-costs-message {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #475569;
  font-size: 13px;
  margin-bottom: 12px;
  padding: 12px;
}

.operation-costs-message.error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.operation-costs-history {
  margin-top: 14px;
}

.operation-costs-history-header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
}

.operation-costs-history-header h3,
.operation-costs-history-header p {
  margin: 0;
}

.operation-costs-history-header p,
.operation-costs-history-placeholder {
  color: var(--planner-muted, #64748b);
  font-size: 12px;
}

body.printing-operation-cost-list .app-sidebar,
body.printing-operation-cost-list .main-nav,
body.printing-operation-cost-list .config-tabs,
body.printing-operation-cost-list .resource-breadcrumb,
body.printing-operation-cost-list .resource-section-header,
body.printing-operation-cost-list .resource-price-layout,
body.printing-operation-cost-list .operation-costs-history {
  display: none !important;
}

body.printing-operation-cost-list #operationCostsPrint {
  display: block !important;
}

@media print {
  body.printing-operation-cost-list * {
    visibility: hidden !important;
  }

  body.printing-operation-cost-list #operationCostsPrint,
  body.printing-operation-cost-list #operationCostsPrint * {
    visibility: visible !important;
  }

  body.printing-operation-cost-list #operationCostsPrint {
    display: block !important;
    left: 0;
    padding: 16px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  body.printing-operation-cost-list .resource-price-list-print-table {
    border-collapse: collapse;
    font-size: 11px;
  }

  body.printing-operation-cost-list .resource-price-list-print-table th,
  body.printing-operation-cost-list .resource-price-list-print-table td {
    border: 1px solid #cbd5e1;
    padding: 6px 8px;
  }
}
