/* ALL MOBILE TABLES - TEXT MARGIN AND PADDING */
.mobile-table-wrapper {display: flex; flex-direction: column; gap: 48px;}
.mobile-table-03 p {margin: 10px 16px 12px 16px; padding: 0;}
.mobile-icon-cell img {margin:14px 0 0 16px;}

/* ALL MOBILE TABLES - TABLE STYLE - DEFAULT */
.mobile-table-structure .top .cell {background: #000; color: #FFF;}
.mobile-table-structure .row .cell {background: #CDCDCD; color: #000;}

/* ALL MOBILE TABLES - TABLE STYLE - GURU */
.mobile-table-03.table-guru {border-radius: 4px;}
.mobile-table-guru .top .cell {background: #2B3D51; color: #FFF;}
.mobile-table-guru .row .cell {background: #131D28; color: #D5D8DC;}





/* MOBILE TABLE 03 - STRUCTURE */
.mobile-table-03 {display: flex; flex-direction: column; gap: 2px; width: 100%; overflow: hidden;}

.mobile-table-03 .top {display: flex; flex-direction: row; gap: 2px;}
.mobile-table-03 .top .cell {width: 100%;}

.mobile-table-03 .row {display: flex; flex-direction: row; gap: 2px;}
.mobile-table-03 .row .cell {width: 100%;}