/* =========================================
   LICENSE COMPARISON
========================================= */

.comparison-page{

    width:100%;

    padding:40px;
}

.comparison-container{

    max-width:1400px;

    margin:auto;
}

.comparison-title{

    text-align:center;

    font-size:42px;

    margin-bottom:10px;
}

.comparison-subtitle{

    text-align:center;

    color:#ddd;

    margin-bottom:40px;

    font-size:18px;
}

.table-wrapper{

    overflow-x:auto;
}

.comparison-table{

    width:100%;

    border-collapse:collapse;

    background:white;

    color:#111;

    border-radius:15px;

    overflow:hidden;
}

.comparison-table th{

    background:#0b3d91;

    color:white;

    padding:18px;

    font-size:18px;
}

.comparison-table td{

    padding:16px;

    border-bottom:1px solid #eee;

    text-align:center;
}

.comparison-table td:first-child{

    text-align:left;

    font-weight:600;
}

.comparison-table tr:hover{

    background:#f8f9fa;
}