/*
CHANGE LOG
File: /var/www/html/modular.nsgia.com/static/css/fund_proposal.css
Version History:
2025/06/15 v2.0 – Simplified layout and styling for clean 90% viewport design
*/

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  color: #222;
}

/* Container settings */
.fund-section {
  width: 90vw;
  margin: 40px auto;
  background: #fff;
  padding: 20px 30px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Header */
h2 {
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

/* Table wrap and tables */
.table-wrap {
  overflow-x: auto;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.returns-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  min-width: 1200px;
  background: #fff;
}

.returns-table th,
.returns-table td {
  padding: 8px 12px;
  border: 1px solid #ddd;
  white-space: nowrap;
  text-align: right;
}

.returns-table th {
  background: #f0f0f0;
  font-weight: bold;
  text-align: center;
}

.returns-table td:first-child {
  text-align: center;
  background: #f6f8fa;
  font-weight: bold;
}

/* Highlight rows */
.returns-table tr.highlight {
  background-color: #fff8dc;
}

/* Colors */
.neg {
  color: #e74c3c;
}

.pos {
  color: #27ae60;
}

/* Footer highlight box */
.fund-highlight-box {
  margin-top: 20px;
  padding: 12px 16px;
  background: #eef6ff;
  border-left: 4px solid #3498db;
  font-size: 13px;
}
