<style>
  .ykv-language-scholarship{
    max-width:1100px;
    margin:0 auto;
    font-family:Arial, Helvetica, sans-serif;
    color:#243447;
    line-height:1.6;
  }
  .ykv-language-scholarship p{
    margin:0 0 16px;
  }
  .ykv-language-scholarship a{
    color:#0b6aa2;
    text-decoration:none;
    font-weight:700;
  }
  .ykv-language-scholarship a:hover{
    text-decoration:underline;
  }

  .scholarship-intro{
    margin-bottom:28px;
  }

  .info-card,
  .note-card,
  .scholarship-section{
    background:#ffffff;
    border:1px solid #dbe7ef;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(22, 55, 91, 0.06);
  }

  .info-card,
  .note-card{
    padding:24px;
    margin:18px 0;
  }

  .info-card h2,
  .info-card h4,
  .note-card h4,
  .scholarship-section h3{
    margin:0 0 14px;
    color:#12385b;
  }

  .info-card h2{
    font-size:28px;
    line-height:1.3;
  }

  .info-card h4,
  .note-card h4{
    font-size:20px;
  }

  .info-card ul{
    margin:0;
    padding-left:20px;
  }

  .info-card li{
    margin-bottom:10px;
  }

  .note-card{
    background:linear-gradient(180deg, #f5fbff 0%, #ffffff 100%);
    border-left:5px solid #1c99d5;
  }

  .scholarship-section{
    padding:0;
    margin:24px 0;
    overflow:hidden;
  }

  .scholarship-section h3{
    margin:0;
    padding:18px 22px;
    font-size:24px;
    line-height:1.35;
    background:#f7fbfe;
    border-bottom:1px solid #dbe7ef;
  }

  .scholarship-section.archive-section{
    border-color:#e5eaef;
    box-shadow:0 8px 24px rgba(22, 55, 91, 0.04);
    opacity:0.94;
  }

  .scholarship-section.archive-section h3{
    background:#fafbfd;
    color:#6d7f90;
    border-bottom:1px solid #e5eaef;
  }

  .table-wrap{
    width:100%;
    overflow-x:auto;
  }

  .scholarship-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    min-width:760px;
    background:#ffffff;
  }

  .scholarship-table thead th{
    background:#12385b;
    color:#ffffff;
    font-size:15px;
    font-weight:700;
    text-align:left;
    padding:14px 16px;
    border-bottom:1px solid #0d2942;
  }

  .archive-section .scholarship-table thead th{
    background:#7c8d9d;
    border-bottom:1px solid #6f8191;
  }

  .scholarship-table .col-no{
    width:72px;
    text-align:center;
  }

  .scholarship-table tbody td{
    padding:14px 16px;
    font-size:15px;
    border-bottom:1px solid #e7eef4;
    vertical-align:middle;
    background:#ffffff;
  }

  .scholarship-table tbody tr:nth-child(even) td{
    background:#fbfdff;
  }

  .archive-section .scholarship-table tbody td{
    color:#556675;
  }

  .archive-section .scholarship-table tbody tr:nth-child(even) td{
    background:#fcfcfd;
  }

  .scholarship-table tbody td:first-child{
    text-align:center;
    font-weight:700;
    color:#12385b;
  }

  .archive-section .scholarship-table tbody td:first-child{
    color:#6d7f90;
  }

  .status-pill{
    display:inline-block;
    padding:7px 12px;
    border-radius:999px;
    background:#eef7ee;
    color:#25613c;
    font-size:13px;
    font-weight:700;
    white-space:nowrap;
  }

  @media (max-width: 767px){
    .ykv-language-scholarship{
      font-size:15px;
    }

    .info-card,
    .note-card{
      padding:18px;
      border-radius:14px;
    }

    .info-card h2{
      font-size:24px;
    }

    .scholarship-section h3{
      font-size:20px;
      padding:16px 18px;
    }

    .table-wrap{
      overflow:visible;
    }

    .scholarship-table,
    .scholarship-table thead,
    .scholarship-table tbody,
    .scholarship-table th,
    .scholarship-table td,
    .scholarship-table tr{
      display:block;
      width:100%;
      min-width:0;
    }

    .scholarship-table{
      border-spacing:0;
      min-width:0;
    }

    .scholarship-table thead{
      display:none;
    }

    .scholarship-table tbody tr{
      margin:0 14px 14px;
      background:#ffffff;
      border:1px solid #dbe7ef;
      border-radius:14px;
      overflow:hidden;
      box-shadow:0 6px 20px rgba(22, 55, 91, 0.05);
    }

    .archive-section .scholarship-table tbody tr{
      border-color:#e5eaef;
      box-shadow:0 4px 16px rgba(22, 55, 91, 0.035);
    }

    .scholarship-table tbody tr:nth-child(even) td,
    .scholarship-table tbody td{
      background:#ffffff;
    }

    .archive-section .scholarship-table tbody tr:nth-child(even) td,
    .archive-section .scholarship-table tbody td{
      background:#ffffff;
    }

    .scholarship-table tbody td{
      border-bottom:1px solid #eef3f7;
      padding:12px 14px 12px 110px;
      position:relative;
      text-align:left !important;
    }

    .scholarship-table tbody td:last-child{
      border-bottom:none;
    }

    .scholarship-table tbody td::before{
      content:attr(data-label);
      position:absolute;
      left:14px;
      top:12px;
      width:86px;
      font-weight:700;
      color:#12385b;
    }

    .archive-section .scholarship-table tbody td::before{
      color:#6d7f90;
    }
  }
</style>