/* ==================================================
   ICC Rankings Page
================================================== */

.rankings-page{
    max-width:980px;
    margin:0 auto;
    padding:0;
}


/* ==================================================
   Hero
================================================== */

.hero{
    margin:35px auto 24px;
    text-align:center;
}

.hero h1{
    margin:0 0 14px;
    font-size:32px;
    font-weight:700;
    line-height:1.2;
}

.hero .hero-text{
    display:block;
    width:850px;
    max-width:calc(100% - 24px);
    margin:0 auto;
    color:#444;
    font-size:16px;
    line-height:1.6;
}


/* ==================================================
   Ranking Cards
================================================== */

.ranking-card{
    margin-top:12px;
}

.ranking-panel{
    overflow:hidden;
    margin-bottom:8px;
    border:1px solid #ddd;
    border-radius:7px;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    transition:all .25s ease;
}

.ranking-panel:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.13);
}

.ranking-panel .panel-heading{
    padding:10px 14px;
    color:#fff;
}

.ranking-panel .panel-title{
    margin:0;
    font-size:19px;
    font-weight:700;
    line-height:1.2;
}

.ranking-test{
    background:#0d6efd;
}

.ranking-odi{
    background:#28a745;
}

.ranking-t20{
    background:#dc3545;
}

.ranking-panel .panel-body{
    padding:11px 14px 12px;
}

.ranking-panel p{
    margin:0 0 3px;
    color:#444;
    font-size:15px;
    line-height:1.35;
}

.ranking-panel table{
    width:100%;
    margin-bottom:4px;
}

.ranking-panel table td{
    padding:5px 0;
    border-top:none !important;
    vertical-align:middle;
    font-size:15px;
    line-height:1.25;
}

.ranking-panel table td:first-child{
    width:30px;
    padding-right:0;
    color:#333;
    text-align:left;
    font-size:16px;
    font-weight:700;
}

.ranking-panel table td:last-child{
    padding-left:0;
    color:#222;
    text-align:left;
    font-size:16px;
    font-weight:600;
}

.ranking-panel .btn{
    margin-top:4px;
    padding:7px 10px;
    border-radius:4px;
    font-size:15px;
    font-weight:600;
    line-height:1.25;
}


/* ==================================================
   Rankings Content Sections
================================================== */

.rankings-content{
    max-width:980px;
    margin:32px auto 0;
    padding:0;
}

.rankings-section{
    margin-bottom:22px;
    padding:22px 24px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:7px;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
}

.rankings-section h2{
    margin:0 0 15px;
    color:#333;
    font-size:24px;
    font-weight:700;
    line-height:1.3;
}

.rankings-section > p{
    margin:0 0 14px;
    color:#444;
    font-size:17px;
    line-height:1.8;
}

.rankings-section > p:last-child{
    margin-bottom:0;
}


/* ==================================================
   How Rankings Work
================================================== */

.rankings-info-row{
    margin-top:4px;
}

.ranking-info-box{
    min-height:120px;
    margin-top:15px;
    padding:18px 18px;
    background:#f8f8f8;
    border-left:4px solid #0d6efd;
    border-radius:4px;
}

.ranking-info-box h3{
    margin:0 0 8px;
    color:#333;
    font-size:19px;
    font-weight:700;
    line-height:1.4;
}

.ranking-info-box p{
    margin:0;
    color:#444;
    font-size:16px;
    line-height:1.7;
}

/* ==================================================
   Ranking Navigation
================================================== */

.ranking-links{
    display:flex;
    flex-wrap:wrap;
    margin:0 -5px -10px;
}

.ranking-links a{
    display:block;
    width:calc(33.333% - 10px);
    margin:0 5px 10px;
    padding:13px 14px;
    background:#f5f5f5;
    border:1px solid #ddd;
    border-radius:4px;
    color:#333;
    text-align:center;
    font-size:16px;
    font-weight:600;
    line-height:1.4;
    text-decoration:none;
    transition:all .2s ease;
}

.ranking-links a:hover,
.ranking-links a:focus{
    background:#0d6efd;
    border-color:#0d6efd;
    color:#fff;
    text-decoration:none;
}


/* ==================================================
   Ranking Highlights
================================================== */

.ranking-highlights{
    overflow:hidden;
    border:1px solid #ddd;
    border-radius:5px;
}

.ranking-highlight-item{
    padding:14px 16px;
    border-bottom:1px solid #e5e5e5;
    color:#444;
    font-size:17px;
    line-height:1.7;
}

.ranking-highlight-item:last-child{
    border-bottom:none;
}

.ranking-highlight-item strong{
    color:#222;
}


/* ==================================================
   FAQs
================================================== */

.faq-item{
    padding:14px 0;
    border-bottom:1px solid #e5e5e5;
}

.faq-item:first-of-type{
    padding-top:2px;
}

.faq-item:last-child{
    padding-bottom:0;
    border-bottom:none;
}

.faq-item h3{
    margin:0 0 8px;
    color:#333;
    font-size:19px;
    font-weight:700;
    line-height:1.45;
}

.faq-item p{
    margin:0;
    color:#444;
    font-size:17px;
    line-height:1.8;
}


/* ==================================================
   Related Pages
================================================== */

.related-ranking-links{
    display:flex;
    flex-wrap:wrap;
    margin:0 -5px -10px;
}

.related-ranking-links a{
    display:block;
    margin:0 5px 10px;
    padding:9px 14px;
    background:#292b2c;
    border-radius:4px;
    color:#fff;
    font-size:14px;
    font-weight:600;
    text-decoration:none;
    transition:background .2s ease;
}

.related-ranking-links a:hover,
.related-ranking-links a:focus{
    background:#0d6efd;
    color:#fff;
    text-decoration:none;
}

/* Add this class to the final Related Cricket Pages section */
.related-pages-section{
    margin-bottom:6px !important;
}


/* ==================================================
   Last Updated
================================================== */

.rankings-update{
    display:block;
    height:auto;
    min-height:0;
    margin:0 !important;
    padding:4px 0 6px !important;
    color:#666;
    text-align:center;
    font-size:14px;
    line-height:1.4;
}


/* ==================================================
   Footer
================================================== */

.webcric-footer{
    display:block;
    clear:both;
    width:100%;
    margin:0;
    padding:6px 0;
    background:#292b2c;
}

.webcric-footer p{
    margin:0;
    color:#fff;
    text-align:center;
    font-size:14px;
    line-height:1.5;
}

.webcric-footer{
    margin-top:-8px !important;
}

/* ==================================================
   Responsive
================================================== */

@media (max-width:991px){

    .rankings-page,
    .rankings-content{
        max-width:760px;
    }

    .ranking-panel{
        margin-bottom:15px;
    }

    .ranking-links a{
        width:calc(50% - 10px);
    }
}

@media (max-width:767px){

    .hero{
        margin:25px auto 20px;
    }

    .hero h1{
        font-size:28px;
    }

    .hero .hero-text{
        width:auto;
        max-width:none;
        padding:0 12px;
        font-size:16px;
        line-height:1.7;
        color:#444;
    }

    .rankings-page{
        padding:0 12px;
    }

    .rankings-content{
        margin-top:22px;
        padding:0 12px;
    }

    .rankings-section{
        margin-bottom:18px;
        padding:18px 16px;
    }

    .rankings-section h2{
        margin-bottom:14px;
        font-size:22px;
        line-height:1.35;
    }

    .rankings-section > p{
        margin-bottom:14px;
        font-size:16px;
        line-height:1.75;
        color:#444;
    }

    /* How ICC Team Rankings Work */

    .ranking-info-box{
        min-height:0;
        margin-top:12px;
        padding:15px;
    }

    .ranking-info-box h3{
        font-size:18px;
        margin-bottom:8px;
    }

    .ranking-info-box p{
        font-size:16px;
        line-height:1.7;
        color:#444;
    }

    /* Latest ICC Team Ranking Highlights */

    .ranking-highlight-item{
        padding:13px 14px;
        font-size:16px;
        line-height:1.7;
        color:#444;
    }

    /* Explore ICC Rankings */

    .ranking-links{
        display:block;
        margin:0;
    }

    .ranking-links a{
        width:100%;
        margin:0 0 10px;
        padding:12px;
        font-size:16px;
    }

    /* ICC Team Rankings Table */

    .test-ranking-heading{
        padding:16px;
    }

    .test-ranking-heading h2{
        font-size:22px;
    }

    .test-ranking-heading p{
        font-size:15px;
        line-height:1.6;
    }

    .test-ranking-table{
        min-width:650px;
    }

    .test-ranking-table th,
    .test-ranking-table td{
        font-size:15px;
        padding:10px 8px;
    }

    .test-ranking-note{
        font-size:14px;
        line-height:1.6;
    }

    /* FAQs */

    .faq-item h3{
        margin-bottom:8px;
        font-size:18px;
        line-height:1.45;
    }

    .faq-item p{
        font-size:16px;
        line-height:1.75;
        color:#444;
    }

    /* Related Pages */

    .related-ranking-links{
        display:block;
        margin:0;
    }

    .related-ranking-links a{
        margin:0 0 10px;
        padding:10px 14px;
        font-size:15px;
        text-align:center;
    }

    .related-pages-section{
        margin-bottom:6px !important;
    }
}

/* ==========================================
   ICC Test Team Rankings Page
========================================== */

.test-ranking-panel{
    overflow:hidden;
    margin-bottom:28px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:7px;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
}

/* ---------- Heading ---------- */

.test-ranking-heading{
    padding:18px 20px;
    background:#0d6efd;
    color:#fff;
    text-align:center;
}

.test-ranking-heading h2{
    margin:0;
    color:#fff;
    font-size:24px;
    font-weight:700;
    line-height:1.35;
    text-align:center;
}

.test-ranking-heading p{
    margin:6px 0 0;
    color:#eef5ff;
    font-size:16px;
    line-height:1.6;
    text-align:center;
}

/* ---------- Table ---------- */

.test-ranking-table-wrap{
    width:100%;
    overflow-x:auto;
}

.test-ranking-table{
    width:100%;
    border-collapse:collapse;
    table-layout:fixed;
}

.test-ranking-table th{
    padding:14px 10px;
    background:#0d6efd;
    color:#fff;
    border-bottom:none;
    text-align:center;
    font-size:16px;
    font-weight:700;
    line-height:1.4;
}

.test-ranking-table th:first-child{
    border-top-left-radius:6px;
}

.test-ranking-table th:last-child{
    border-top-right-radius:6px;
}

.test-ranking-table td{
    padding:12px 10px;
    border-bottom:1px solid #ececec;
    color:#444;
    text-align:center;
    font-size:16px;
    line-height:1.5;
    vertical-align:middle;
}

.test-ranking-table tbody tr:hover{
    background:#fafafa;
}

/* ---------- Column Widths ---------- */

.test-ranking-table th:nth-child(1),
.test-ranking-table td:nth-child(1){
    width:8%;
}

.test-ranking-table th:nth-child(2),
.test-ranking-table td:nth-child(2){
    width:42%;
    text-align:left;
}

.test-ranking-table th:nth-child(3),
.test-ranking-table td:nth-child(3){
    width:16%;
}

.test-ranking-table th:nth-child(4),
.test-ranking-table td:nth-child(4){
    width:18%;
}

.test-ranking-table th:nth-child(5),
.test-ranking-table td:nth-child(5){
    width:16%;
}

/* ---------- Team ---------- */

.team-name{
    text-align:left !important;
    white-space:nowrap;
    font-weight:700;
}

.team-flag{
    width:24px;
    height:16px;
    margin-right:10px;
    border:1px solid #ddd;
    border-radius:2px;
    vertical-align:middle;
}

/* ---------- Position ---------- */

.test-rank-number{
    display:inline-block;
    width:34px;
    height:34px;
    line-height:34px;
    text-align:center;
    background:#f2f2f2;
    color:#333;
    border-radius:4px;
    font-size:16px;
    font-weight:700;
}

/* remove blue colour for first position */
.test-rank-number.first{
    background:#f2f2f2;
    color:#333;
}

/* ---------- Bottom Note ---------- */

.test-ranking-note{
    margin:0;
    padding:13px 18px;
    background:#fafafa;
    border-top:1px solid #e5e5e5;
    text-align:center;
    color:#555;
    font-size:15px;
    line-height:1.6;
}

/* ---------- Highlight ---------- */

.test-ranking-highlight{
    padding:0;
    background:transparent;
    border:none;
}

.test-ranking-highlight p{
    margin:0;
}

/* ---------- Format Links ---------- */

.test-format-links{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.test-format-links a{
    flex:1;
    padding:11px;
    background:#f5f5f5;
    border:1px solid #ddd;
    border-radius:4px;
    color:#333;
    text-align:center;
    text-decoration:none;
    font-weight:600;
}

.test-format-links a.active,
.test-format-links a:hover{
    background:#0d6efd;
    border-color:#0d6efd;
    color:#fff;
}

/* ---------- Mobile ---------- */

@media(max-width:767px){

    .test-ranking-heading h2{
        font-size:20px;
    }

    .test-ranking-heading p{
        font-size:13px;
    }

    .test-ranking-table{
        min-width:650px;
    }

    .test-format-links{
        display:block;
    }

    .test-format-links a{
        display:block;
        margin-bottom:10px;
    }
}

/* ---------- Highlight ---------- */

.test-ranking-highlight{
    margin:0;
    padding:0;
    background:transparent;
    border:none;
    border-radius:0;
    box-shadow:none;
}

.test-ranking-highlight h3{
    margin:0 0 10px;
    color:#333;
    font-size:23px;
    font-weight:700;
    line-height:1.3;
}

.test-ranking-highlight p{
    margin:0 0 10px;
    color:#444;
    font-size:15px;
    line-height:1.65;
    font-family:inherit;
    font-weight:normal;
}

.test-ranking-highlight p:last-child{
    margin-bottom:0;
}
/* Match Page Content */

.match-content {
    max-width: 930px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 20px;
}

.match-block {
    margin-bottom: 20px;
    padding: 22px 25px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.06);
}

.match-block h2 {
    margin: 0 0 16px;
    padding-bottom: 10px;
    color: #333333;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.match-block p {
    margin: 0 0 14px;
    color: #444444;
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
}

.match-block p:last-child {
    margin-bottom: 0;
}

.match-result-status {
    margin-bottom: 14px;
    padding: 12px 15px;
    color: #3c763d;
    background: #dff0d8;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.match-table {
    margin-bottom: 0;
    font-size: 15px;
}

.match-table th {
    width: 220px;
    background: #f7f7f7;
    vertical-align: middle !important;
}

.match-table td {
    vertical-align: middle !important;
}


/* FAQ Items */

.faq-item {
    margin-bottom: 0;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
}

.faq-item:first-of-type {
    padding-top: 0;
}

.faq-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.faq-item h3 {
    margin: 0 0 7px;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.faq-item p {
    margin: 0;
    text-align: left;
}


/* Mobile */

@media (max-width: 767px) {

    .match-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .match-block {
        margin-bottom: 15px;
        padding: 18px 15px;
    }

    .match-block h2 {
        font-size: 22px;
    }

    .match-block p {
        font-size: 15px;
        line-height: 1.7;
        text-align: left;
    }

    .match-table th {
        width: 40%;
    }

    .faq-item h3 {
        font-size: 17px;
    }
}

/* ==================================================
   Match Details Page
================================================== */

.match-details-page{
    width:100%;
    max-width:980px;
    margin:25px auto 35px;
    padding:0;
    box-sizing:border-box;
}


/* ==================================================
   Match Content Cards
================================================== */

.match-details-page .match-content-card{
    width:100%;
    margin:0 0 28px;
    padding:20px 22px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:7px;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
    box-sizing:border-box;
}

.match-details-page .match-content-card h2{
    margin:0 0 13px;
    padding:0;
    color:#333;
    font-size:23px;
    font-weight:700;
    line-height:1.3;
    text-align:left;
    border:0;
}

.match-details-page .match-content-card > p{
    margin:0 0 10px;
    color:#555;
    font-size:15px;
    line-height:1.65;
    text-align:left;
}

.match-details-page .match-content-card > p:last-child{
    margin-bottom:0;
}


/* ==================================================
   Match Information Grid
================================================== */

.match-details-page .match-info-grid{
    display:grid;
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:15px;
    margin-top:18px;
}

.match-details-page .match-info-item{
    min-height:100px;
    padding:15px 16px;
    background:#f8f8f8;
    border-left:4px solid #0d6efd;
    border-radius:4px;
    box-sizing:border-box;
}

.match-details-page .match-info-label{
    display:block;
    margin:0 0 7px;
    color:#333;
    font-size:17px;
    font-weight:700;
    line-height:1.35;
}

.match-details-page .match-info-value{
    display:block;
    margin:0;
    color:#555;
    font-size:14px;
    font-weight:400;
    line-height:1.55;
}


/* ==================================================
   Match FAQs
================================================== */

.match-details-page .match-faq-list{
    margin:0;
    padding:0;
}

.match-details-page .match-faq-item{
    margin:0;
    padding:14px 0;
    background:transparent;
    border:0;
    border-bottom:1px solid #e5e5e5;
    border-radius:0;
}

.match-details-page .match-faq-item:first-child{
    padding-top:2px;
}

.match-details-page .match-faq-item:last-child{
    padding-bottom:0;
    border-bottom:none;
}

.match-details-page .match-faq-item h3{
    margin:0 0 6px;
    padding:0;
    color:#333;
    font-size:17px;
    font-weight:700;
    line-height:1.4;
    text-align:left;
}

.match-details-page .match-faq-item p{
    margin:0;
    color:#444;
    font-size:15px;
    font-weight:400;
    line-height:1.6;
    text-align:left;
}


/* ==================================================
   Match Result
================================================== */

.match-result-container{
    width:100%;
    max-width:980px;
    margin:0 auto 28px;
    padding:0;
    box-sizing:border-box;
}

.match-result-container .alert{
    margin:0 0 12px;
    padding:10px 14px;
    border-radius:4px;
    font-size:15px;
    line-height:1.4;
}

.match-result-container .table{
    width:100%;
    margin:0;
    font-size:15px;
}

.match-result-container .table th,
.match-result-container .table td{
    padding:10px 12px !important;
    vertical-align:middle !important;
}

.match-result-container .table th{
    width:40%;
    color:#333;
    font-weight:700;
}


/* ==================================================
   Responsive
================================================== */

@media(max-width:991px){

    .match-details-page,
    .match-result-container{
        max-width:760px;
    }
}

@media(max-width:767px){

    .match-details-page{
        margin-top:18px;
        margin-bottom:25px;
        padding:0 12px;
    }

    .match-details-page .match-content-card{
        margin-bottom:20px;
        padding:17px 15px;
    }

    .match-details-page .match-content-card h2{
        font-size:21px;
    }

    .match-details-page .match-content-card > p{
        font-size:15px;
        line-height:1.6;
    }

    .match-details-page .match-info-grid{
        grid-template-columns:1fr;
        gap:10px;
        margin-top:15px;
    }

    .match-details-page .match-info-item{
        min-height:0;
        padding:14px 15px;
    }

    .match-details-page .match-info-label{
        font-size:16px;
    }

    .match-details-page .match-faq-item h3{
        font-size:16px;
    }

    .match-result-container{
        padding:0 12px;
    }

    .match-result-container .table th,
    .match-result-container .table td{
        padding:9px 8px !important;
        font-size:14px;
    }
}
/* ==================================================
   Match Page
================================================== */

.match-page-content{
    width:calc(100% - 24px);
    max-width:980px;
    margin:8px auto 20px;
    padding:0;
    box-sizing:border-box;
}


/* ==================================================
   Match Page Cards
================================================== */

.match-page-card{
    width:100%;
    margin:0 0 22px;
    padding:22px 24px;
    background:#fff;
    border:1px solid #ddd;
    border-radius:7px;
    box-shadow:0 2px 8px rgba(0,0,0,.06);
    box-sizing:border-box;
}

.match-page-card h2{
    margin:0 0 15px;
    padding:0;
    color:#333;
    font-size:24px;
    font-weight:700;
    line-height:1.3;
    text-align:left;
}

.match-page-card > p,
.match-page-intro{
    margin:0 0 14px;
    color:#444;
    font-size:17px;
    line-height:1.8;
    text-align:left;
}

.match-page-card > p:last-child{
    margin-bottom:0;
}


/* ==================================================
   Match Result
================================================== */

.match-result-banner{
    margin:0 0 12px;
    padding:10px 14px;
    background:#dff0d8;
    border:1px solid #d6e9c6;
    border-radius:4px;
    color:#3c763d;
    text-align:center;
    font-size:17px;
    font-weight:700;
    line-height:1.4;
}

.match-result-grid{
    overflow:hidden;
    border:1px solid #e5e5e5;
    border-radius:4px;
}

.match-result-item{
    display:grid;
    grid-template-columns:40% 60%;
    border-bottom:1px solid #e5e5e5;
}

.match-result-item:nth-child(odd){
    background:#f3f3f3;
}

.match-result-item:last-child{
    border-bottom:none;
}

.match-result-label,
.match-result-value{
    display:block;
    padding:10px 12px;
    font-size:16px;
    line-height:1.6;
}

.match-result-label{
    color:#333;
    font-weight:700;
    border-right:1px solid #e5e5e5;
}

.match-result-value{
    color:#444;
}


/* ==================================================
   Match Information
================================================== */

.match-page-intro{
    max-width:860px;
    margin-bottom:16px;
}

.match-info-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.match-info-box{
    padding:12px 14px;
    background:#f8f8f8;
    border-left:4px solid #0d6efd;
    border-radius:4px;
    box-sizing:border-box;
}

.match-info-label{
    display:block;
    margin:0 0 6px;
    color:#333;
    font-size:18px;
    font-weight:700;
    line-height:1.35;
}

.match-info-value{
    display:block;
    color:#555;
    font-size:16px;
    line-height:1.6;
}


/* ==================================================
   Match FAQs
================================================== */

.match-faq-list{
    margin:0;
    padding:0;
}

.match-faq-item{
    margin:0;
    padding:14px 0;
    border-bottom:1px solid #e5e5e5;
}

.match-faq-item:first-child{
    padding-top:2px;
}

.match-faq-item:last-child{
    padding-bottom:0;
    border-bottom:none;
}

.match-faq-item h3{
    margin:0 0 8px;
    padding:0;
    color:#333;
    font-size:19px;
    font-weight:700;
    line-height:1.4;
}

.match-faq-item p{
    margin:0;
    color:#555;
    font-size:17px;
    line-height:1.8;
}


/* ==================================================
   Responsive Match Page
================================================== */

@media(max-width:767px){

    .match-page-content{
        width:100%;
        margin-top:5px;
        padding:0 12px;
    }

    .match-page-card{
        margin-bottom:16px;
        padding:17px 15px;
    }

    .match-page-card h2{
        font-size:22px;
    }

    .match-page-card > p,
    .match-page-intro{
        font-size:16px;
        line-height:1.7;
    }

    .match-info-grid{
        grid-template-columns:1fr;
        gap:10px;
    }

    .match-result-item{
        grid-template-columns:42% 58%;
    }

    .match-result-label,
    .match-result-value{
        padding:8px 9px;
        font-size:14px;
    }

    .match-faq-item h3{
        font-size:19px;
	line-height:1.45;
    }
}