  /* ===== TENDER / INVITATIONS PAGE ===== */
  .tender-page-section { padding: 20px 20px 40px; max-width: 1340px; margin: 0 auto; }
  .tender-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    table-layout: fixed;
    font-size: 13px;
  }
  .tender-table th {
    background: #4fa8de;
    color: #fff;
    text-align: left;
    padding: 10px 16px;
    font-weight: 400;
    font-size: 14px;
  }
  .tender-table td {
    padding: 10px 16px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 13px;
    line-height: 1.45;
    vertical-align: top;
    word-wrap: break-word;
  }
  .tender-table tbody tr:nth-child(even) { background: #f5f5f5; }
  .tender-listing-table .pub-date { font-weight: 700; color: #1a2c42; }
  .tender-notice { margin-bottom: 6px; }
  .tender-notice h3 { font-size: 15px; color: #1a2c42; margin: 0 0 8px; }
  .tender-notice ul { margin: 0 0 10px 20px; color: #333; font-size: 13px; line-height: 1.5; }
  .tender-notice p { color: #333; font-size: 13px; margin: 0 0 6px; }
  .dl-btn {
    display: inline-block;
    border: 1px solid #4fa8de;
    color: #4fa8de;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    transition: background 0.2s ease, color 0.2s ease;
    background: #fff;
    cursor: pointer;
    font-family: inherit;
  }
  .dl-btn:hover { background: #4fa8de; color: #fff; }
  .dl-cell { position: static; vertical-align: top; }
  .dl-wrap { position: relative; display: inline-block; }
  .dl-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 4px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    z-index: 60;
    min-width: 230px;
  }
  .dl-menu.open { display: block; }
  .dl-menu a {
    display: block;
    padding: 9px 14px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .dl-menu a:last-child { border-bottom: none; }
  .dl-menu a:hover { background: #f2f8fc; color: #4fa8de; }
  .dl-menu a.dl-all {
    font-weight: 700;
    color: #1a2c42;
    background: #f7f9fb;
    border-bottom: 2px solid #4fa8de;
  }
  .dl-menu a.dl-all:hover { background: #eaf3fb; }
  
  /* ===== DATABASE CTA ===== */
  .database-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    background: #f2f8fc;
    border: 1px solid #d7e9f5;
    border-left: 4px solid #4fa8de;
    border-radius: 6px;
    padding: 16px 20px;
    margin: 0 0 18px;
  }
  .database-cta-text h3 { font-size: 15px; color: #1a2c42; margin: 0 0 4px; }
  .database-cta-text p { font-size: 13px; color: #333; margin: 0; }
  .database-cta-btn {
    display: inline-block;
    background: #4fa8de;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 18px;
    border-radius: 4px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
  }
  .database-cta-btn:hover { background: #3a8fc4; color: #fff; }
  @media (max-width: 600px) {
    .database-cta { flex-direction: column; align-items: flex-start; }
    .database-cta-btn { width: 100%; text-align: center; }
  }

  /* ===== e-PORTAL SUBMISSIONS ===== */
  .submit-cta-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    background: #1a2c42;
    color: #fff;
    border-radius: 8px;
    padding: 22px 28px;
    margin: 0 0 20px;
  }
  .submit-cta-banner-text h2 { font-size: 18px; margin: 0 0 6px; color: #fff; }
  .submit-cta-banner-text p { font-size: 13px; margin: 0; color: #c7d3e0; }
  .submit-cta-banner-btn {
    display: inline-block;
    background: #4fa8de;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 24px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.2s ease;
  }
  .submit-cta-banner-btn:hover { background: #3d95cc; color: #fff; }
  @media (max-width: 600px) {
    .submit-cta-banner { flex-direction: column; align-items: flex-start; }
    .submit-cta-banner-btn { width: 100%; text-align: center; }
  }

  .submit-form-wrap { max-width: 900px; margin: 0 auto 40px; }
  .submit-form-card {
    border: 1px solid #e2e5e9;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
  .submit-form-header {
    background: #1a2c42;
    color: #fff;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
  }
  .submit-form-header h2 { margin: 0; font-size: 19px; color: #fff; }
  .submit-ssl-badge {
    background: #37475a;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 20px;
    white-space: nowrap;
  }
  .submit-form-body { padding: 28px; }
  .submit-field { margin-bottom: 22px; }
  .submit-field-row { display: flex; gap: 24px; flex-wrap: wrap; }
  .submit-field-row .submit-field { flex: 1 1 260px; }
  .submit-field label { display: block; font-weight: 700; color: #1a2c42; font-size: 14px; margin-bottom: 8px; }
  .submit-field label .req { color: #b3123f; margin-left: 2px; }
  .submit-field input,
  .submit-field select {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d8dce0;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    font-family: inherit;
    background: #fff;
  }
  .submit-field input::placeholder { color: #9aa3ad; }
  .submit-field input:focus,
  .submit-field select:focus { outline: none; border-color: #4fa8de; }

  .submit-dropzone {
    border: 1px solid #e2e5e9;
    border-radius: 6px;
    background: #eef0f2;
    padding: 50px 20px;
    text-align: center;
  }
  .submit-dropzone.dragover { border-color: #b3123f; background: #f7e9ed; }
  .submit-dropzone-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 18px;
    border-radius: 50%;
    background: #fbe3e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
  }
  .submit-dropzone h4 { margin: 0 0 6px; font-size: 16px; color: #1a2c42; }
  .submit-dropzone-hint { margin: 0 0 20px; font-size: 12px; color: #8a929b; }
  .submit-dropzone-btn {
    display: inline-block;
    background: #4fa8de;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 28px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .submit-dropzone-btn:hover { background: #3d95cc; }
  .submit-file-list { margin-top: 16px; text-align: left; }
  .submit-file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border: 1px solid #e2e5e9;
    border-radius: 4px;
    padding: 8px 12px;
    margin-bottom: 6px;
    font-size: 13px;
    color: #333;
  }
  .submit-file-item .remove-file { color: #b3123f; cursor: pointer; font-weight: 700; white-space: nowrap; }

  .submit-form-footer { padding: 0 28px 28px; }
  .submit-submit-btn {
    display: inline-block;
    background: #1a2c42;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 32px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
  }
  .submit-submit-btn:hover { background: #101c2b; }
  .submit-submit-btn:disabled { background: #9aa3ad; cursor: not-allowed; }
  .submit-status-msg { margin-top: 14px; font-size: 13px; }
  .submit-status-msg.error { color: #b3123f; }
  .submit-status-msg.success { color: #1a7a4c; }

  @media (max-width: 600px) {
    .submit-field-row { flex-direction: column; gap: 0; }
    .submit-form-header { padding: 16px 18px; }
    .submit-form-body { padding: 18px; }
    .submit-form-footer { padding: 0 18px 18px; }
    .submit-dropzone { padding: 34px 14px; }
  }
