/* ==========================
   SAIS Platform
========================== */

.sais-section-title{

    margin:40px 0 20px;

    padding-bottom:10px;

    border-bottom:2px solid #e9ecef;

    font-size:26px;

}

.sais-card{

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:12px;

    padding:22px;

    margin-bottom:20px;

    box-shadow:0 2px 8px rgba(0,0,0,.05);

    transition:.2s;

}

.sais-card:hover{

    box-shadow:0 6px 18px rgba(0,0,0,.08);

}

.sais-card h3{

    margin-top:0;

    margin-bottom:10px;

}

.sais-type{

    display:inline-block;

    padding:4px 10px;

    border-radius:20px;

    background:#eef5ff;

    color:#0d6efd;

    font-size:13px;

    font-weight:600;

    margin-bottom:15px;

}

.sais-download{

    display:inline-block;

    margin-top:15px;

    font-weight:600;

    text-decoration:none;

}

.sais-download:hover{

    text-decoration:underline;

}