/**
Theme Name: Digitrine Astra
Author: Digitrine
Author URI: https://www.digitrinetechnologies.com
Description: Digitrine Astra is Child Theme of Astra the fastest theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: digitrine-astra
Template: astra
*/
/* CSS Added on 11-08-2026 to style the Monthly & Annual pricing tables on COYAF Packages page */
.coyaf-table-wrapper-26{
    width:100%;
    overflow-x:auto;
    margin:40px 0;
    border-radius:12px;
    box-shadow:0 8px 30px rgba(0,0,0,.08);
}

.coyaf-pricing-table-26{
    width:100%;
    min-width:850px;
    border-collapse:collapse;
    background:#fff;
    font-size:16px;
    line-height:1.5;
}

.coyaf-pricing-table-26 thead th{
    background:#035096;
    color:#fff;
    padding:18px 20px;
    text-align:center;
    font-weight:700;
    border:1px solid #0b3f73;
}

.coyaf-pricing-table-26 thead th:first-child{
    text-align:left;
}

.coyaf-pricing-table-26 thead small{
    color:#dcecff;
    font-weight:400;
    font-size:13px;
}

.coyaf-pricing-table-26 td{
    padding:18px 20px;
    border:1px solid #e4e8ec;
    text-align:center;
    vertical-align:middle;
}

.coyaf-pricing-table-26 td:first-child{
    text-align:left;
    font-weight:600;
    background:#f7f9fc;
    white-space:nowrap;
}

.coyaf-pricing-table-26 tbody tr:nth-child(even){
    background:#fafafa;
}

.coyaf-pricing-table-26 tbody tr:hover{
    background:#eef7ff;
    transition:.25s;
}

@media(max-width:768px){

.coyaf-pricing-table-26{
    font-size:14px;
}

.coyaf-pricing-table-26 th,
.coyaf-pricing-table td{
    padding:14px 16px;
}

}