[data-blz-table=default] {

    --font: 'Roboto', sans-serif;

    --navbar-height: 64px;
    --navbar-height-mobile: 50px;

    --table_color: #323232;
    --table_light: #fff;
    --table_dark: #f3f4f8;
    --table_border: #dfe3ed;

    --primary: #f52d61;
    --grey-1: #dfe3ed;
    --grey-2: #606b71;
    --cta_background: #10b981;
    --cta_color: #ffffff;
    --link_color: #2d70f5;
    --heading_background: #292929;
    --heading_color: #ffffff;

    --boxed: 860px;
    --border: 1px solid var(--table_border);
    --bradius: 6px;

    --star-size: 18px;
    --star-size-mb: 26px;
    --star-color: #dfe3ed;
    --star-background: #fc0;

    --pad1: 12px;
    --pad05: calc(var(--pad1)/2);
    --pad2: calc(var(--pad1)*2);

    --card-shadow: 0 6px 20px rgba(200,220,227,.4);

}

[data-format="bank_card"] {
    --background: #ffffff;
    --border-color: #d7def0;
    --bradius: 12px;
    --shadow: 0 -1px 2px rgba(24,28,71,.04), 0 2px 4px rgba(24,28,71,.1);
    --pad1: 5px;
    --pad2: 20px;
    --font: 'Roboto', sans-serif;
    --card-color: #323232;
    --link_color: #2d70f5;
    --cta_color:  #10b981;
    --text0: 12px;
    --text1: 14px;
    --circle: 20px;
}


.table_bank .blz_table_description .blz_col .btn {
    min-height: 54px !important;
    line-height: 54px !important;
    padding: 0 48px !important;
    display: inline-block !important;
}

.wp-block-group.body-text a.blz_cardlink, 
article .body-text a.blz_cardlink {
    text-decoration: none !important;
}

.blz_col.blz_col-md.blz_col-12 .btn.btn-primary.primary {
    background: var(--cta_color);
    color: white;
    font-weight: 700;
    padding: 15px var(--pad1);
    border-radius: var(--bradius);
    text-align: center;
    font-size: var(--text1);
    box-shadow: var(--shadow);
    text-decoration: none !important;
}

.blz_table * {
    box-sizing: border-box;
}

.blz_table {
    font-family: var(--font);
    margin: var(--pad1) auto;
    max-width: var(--boxed);
    border: 1px solid var(--ct_border);
}

ul.blz_table_list {
    padding: 0;
    margin: 0;
    list-style-type: disc;
    font-weight: 400;
    padding-left: var(--pad1);
}

ul.blz_table_list li {
    padding: 0;
    background: 0 0;
    text-align: left;
    line-height: 14px !important;
    font-size: 14px !important;
    box-shadow: none;
}


.blz_stars {
    --percent: calc(var(--rating) / 50 * 100%);
    display: inline-block;
    font-size: var(--star-size);
    font-family: Times;
    line-height: 1;
}

@media screen and (max-width: 600px) {
    .blz_stars {
        font-size: var(--star-size-mb);
    }
    .rating_star.blz_col.blz_col-8 {
    	display: flex;
		}
}

.blz_stars::before {
    content: '★★★★★';
    letter-spacing: 2px;
    background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.blz_col-rating {
    min-width: 120px;
}

.blz_col_logo {
    min-width: 140px;
    text-align: center;
}

.blz_col-cta {
    min-width: 180px;
}

@media screen and (max-width: 600px) {

    .blz_col-rating,
    .blz_col-logo,
    .blz_col-cta {
        min-width: initial;
    }
}

.blz_table_card {
    color: var(--table_color);
    max-width: 100%;
    display: block;
    padding: 0 var(--pad1);
    font-family: inherit;
}

@media screen and (max-width: 600px) {
    .blz_table_card {
        background-color: initial;
        padding: 0;
    }
}

.blz_table_card .blz_col {
    color: var(--table_color);
}

.blz_table_card .blz_row:nth-child(even) .blz_grid {
    background-color: var(--table_dark);
}

.blz_table_card .blz_grid .blz_col {
    text-align: center;
}

.blz_table_card .blz_grid .br_1 {
    border-right: var(--border);
}

.blz_table_card .blz_grid .bb_1 {
    border-bottom: var(--border);
}

.blz_table_card .blz_grid a.demo_account {
    font-size: 14px;
    color: var(--link_color);
    text-decoration: underline;
    font-weight: 700;
}

.blz_table_card .blz_grid .commissioni {
    max-width: 60px;
    margin: auto;
}

.blz_table_card .blz_grid .blz_product_title {
    margin-bottom: var(--pad05);
    font-weight: 700;
}

.blz_table_card .blz_grid .general_description {
    text-align: left;
}

.blz_table_card .rating-star {
    margin: auto;
    margin-top: -var(--pad05);
    margin-bottom: var(--pad1);
}

.blz_table_card .rating-star a.review_link {
    font-size: 14px;
    line-height: 1;
    display: block;
    font-weight: 700;
    max-width: 100px;
    color: var(--primary);
    margin: auto;
    text-decoration: underline;
}

.blz_table_card .rating_image img {
    height: 65px;
    object-fit: contain;
    box-shadow: none;
}

.blz_table_card .rating_image img.physical_product {
    height: 120px;
}

.blz_table_card .blz_table_description {
    font-size: 14px;
    font-weight: 400;
    border-left: 1px solid var(--table_border);
    border-right: 1px solid var(--table_border);
}

.blz_table_card .blz_table_description .blz_col {
    padding: var(--pad1);
    position: relative;
}

.blz_table_card .blz_table_description .blz_col span {
    color: var(--grey-2);
    display: none;
}

.blz_table_card .blz_table_description .blz_col .btn {
    min-height: 34px;
}

.blz_table_card .blz_table_description .blz_col .rank_index {
    background: var(--grey-1);
    position: absolute;
    top: var(--pad1);
    left: var(--pad1);
    color: white;
    height: 20px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.blz_table_card .blz_table_description .blz_col .rank_index.heading {
    background: none;
    height: auto;
    font-size: 19px;
    top: 5px;
}

.blz_table_card .rating_cta .btn {
    border: 0;
    border-radius: var(--bradius);
    display: inline-block;
    min-width: 120px;
    width: 90%;
    margin: auto;
    padding: var(--pad1) var(--pad1);
    font-weight: 400;
    text-decoration: none;
}

.blz_table_card .rating_cta .btn.primary {
    background-color: var(--cta_background);
    border: 2px solid var(--cta_background);
    color: var(--cta_color);
}

.blz_table_card .rating_cta .btn.ghost {
    color: var(--grey-2);
    margin-top: var(--pad05);
    border: 2px solid;
}


.disclaimer_small {
    font-size: 11px;
    margin-bottom: 6px;
    font-style: italic;
    text-align: left;
    line-height: 1;
}


.blz_grid.row {
    border-left: var(--border);
    border-right: var(--border);
}

.rating-header .blz_table_description.heading {
    font-weight: 700;
}

.blz_heading {
    background: var(--heading_background);
    padding: var(--pad05) 0;
    margin: 0 0;
}

.blz_heading .blz_col {
    color: var(--heading_color);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .blz_table_card .blz_grid {
        padding: 0;
        margin: var(--pad1) auto;
        margin-bottom: var(--pad1);
        background-color: var(--table_light);
        border-radius: var(--bradius);
    }

    .blz_table_card .blz_row:nth-child(even) .blz_grid {
        background-color: var(--table_light);
    }

    .blz_table_card .blz_grid .br_1,
    .blz_table_card .blz_grid .bb_1 {
        border: 0;
    }

    .blz_table_card .blz_grid .commissioni,
    .blz_table_card .rating-star a.review_link {
        max-width: 100%;
    }

    .blz_table_card .blz_grid .blz_product_title {
        margin-bottom: 0;
    }

    .blz_table_card .rating-star {
        padding-top: 4px;
        text-align: center;
        margin-bottom: var(--pad1);
    }

    .blz_table_card .rating_image img {
        height: 80px;
    }

    .blz_table_card .rating_image img.physical_product {
        height: 150px;
    }

    .blz_table_card .blz_table_description {
        text-align: center;
        margin: var(--pad1) auto;
        font-size: 14px;
    }

    .blz_table_card .blz_table_description .blz_col span {
        display: inline;
    }

    .blz_table_card .rating_cta {
				margin: auto;
        width: 200px;
        margin-bottom: 12px;
    }
    
    .blz_widget .blz_card_cta {
		    width: 90%;
		    margin: 0 auto 12px;
		}
    
    .blz_col.blz_col-md.blz_col-12 .btn.btn-primary.primary {
    	margin-top: 12px;
    }

    .blz_grid.row {
        border: 0;
    }

    .blz_heading {
        display: none;
    }

    .blz_table_card .blz_table_description {
        border: 0;
        padding-bottom: 0;
    }

    .blz_table_procontro .blz_tabletitle.mtop {
        margin-top: var(--pad1);
    }

    ul.blz_table_list {
        margin: auto;
        display: inline-block;
    }

    .blz_table_description span {
        margin-bottom: var(--pad05);
    }

}


.blz_table_procontro {
    padding: var(--pad1);
    padding-bottom: var(--pad2);
    margin: var(--pad2) auto;
    border-radius: var(--bradius);
    background: var(--table_dark);
}

.blz_table_procontro .blz_tabletitle {
    font-weight: 700;
    text-align: left;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    padding-left: 20px;
    color: var(--ct_color);
}

.blz_table_procontro ul {
    list-style-type: none;
    text-align: left;
}

.blz_table_procontro ul li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    margin: 6px 0;
    color: var(--ct_color);
}

.blz_table_procontro ul li:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -16px;
    height: 25px;
    width: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.blz_table_procontro .blz_col_pro ul li::before {
    width: 12px;
    left: -20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%2318D1C4" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>');
}

.blz_table_procontro .blz_col_contro ul li::before {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path  fill="%23cd5c5c" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>');
}

/* .blz_table_card.carte_conti .table_title {
    font-weight: 600;
    font-size: 21px;
    font-family: inherit;
    text-align: left;
    margin: 0;
}

.blz_table_card.carte_conti .table_description {
    text-align: left;
    padding: 12px;
    padding-top: 0;
}

.blz_table_card.carte_conti .table_description p {
    margin: 6px 0 !important;
    font-size: 16px !important;
    line-height: 18px !important;
}

.blz_table_card.carte_conti .blz_table_description {
    border-top: 1px solid var(--table_border);
    padding: var(--pad1);
}
 */
/* versus table */

.blz_table_versus table {
    margin: 0 !important;
}

.blz_table_versus {
    margin: var(--pad2) auto var(--pad3);
}

.blz_table_card.carte_conti .rating_cta {
    display: flex;
}

@media only screen and (max-width : 920px) {
    .blz_table_versus {
        display: block !important;
        overflow-x: scroll;
        white-space: nowrap;
        padding: 0 var(--pad05);
        margin: 0;
    }
}

.blz_table_versus .rating_star {
    margin-top: -6px;
}

.blz_table_versus .blz_versus_bar {
    background: var(--table_light);
    position: sticky;
    top: var(--navbar-height);
    z-index: 300;
    padding: var(--pad1);
    margin: 0;
}

@media only screen and (max-width : 920px) {
    .blz_table_versus .blz_versus_bar {
        top: 0;
    }
}

.blz_table_versus .blz_versus_bar .blz_vs_image_small img {
    object-fit: cover;
    object-position: top;
    margin: auto;
    width: 100%;
}

@media only screen and (max-width : 920px) {
    .blz_table_versus .blz_versus_bar .blz_vs_image_small img {
        margin: auto;
    }
}

.blz_table_versus .blz_versus_bar .blz_vs_title_small {
    font-weight: 700;
    font-size: 15px;
}

@media only screen and (max-width : 920px) {
    .blz_table_versus .blz_versus_bar .blz_vs_title_small {
        text-align: left;
        font-size: 14px;
    }
}

.blz_table_versus .blz_versus_bar .blz_col.blz_col-fixed {
    flex: initial;
    padding: 0;
    margin: auto;
}

.blz_table_versus .blz_grid.blz_tables {
    margin: 0;
}

.blz_table_versus .blz_grid.blz_tables .blz_col {
    padding: 0;
}

.blz_table_versus .blz_table.blz_table-striped tbody tr,
.blz_table_versus .blz_table.blz_table-striped tbody td {
    border: 0;
}

.blz_table_versus .blz_table.blz_table-striped tbody tr:nth-of-type(odd) {
    background: #f3f4f8;
}

.blz_table_versus .blz_table.blz_table-striped tbody tr:nth-of-type(even) {
    background: white;
}

.blz_table_versus td.spec-data.nopull {
    text-align: left;
    position: relative;
    width: 25%;
    min-height: 42px;
    height: auto;
    line-height: 28px;
    padding: 6px;
}

.blz_table_versus td.spec-data.nopull p {
    margin: 0 !important;
    font-size: 14px !important;
}

.blz_table_versus td.spec-data.nopull span.title {
    font-weight: 700;
    display: block;
}

.blz_table_versus td.spec-data.nopull i.data-no,
.blz_table_versus td.spec-data.nopull i.data-yes {
    display: inline-block;
    left: initial;
    right: initial;
    margin-top: initial;
    position: relative;
    vertical-align: -2px;
}



@media only screen and (max-width : 920px) {

    .blz_table_versus .blz_grid.blz_versus_bar,
    .blz_table_versus .blz_grid.blz_tables {
        display: block !important;
    }

    .blz_table_versus .blz_col-full-mb {
        vertical-align: top !important;
        float: none !important;
        display: inline-block !important;
        white-space: normal !important;
        width: 200px !important;
        min-width: 200px !important;
    }

    .blz_table_versus .rating_star .blz_stars {
        font-size: 18px;
    }
}

.blz_table_versus .blz_cta {
    text-align: left;
    padding: var(--pad1);
    padding-top: var(--pad05);
}

.blz_table_versus .blz_cta a.btn {
    padding: 8px 12px;
    color: white;
    display: inline-block;
    font-size: 13px;
    border-radius: var(--bradius);
    font-weight: 700;
    background: var(--primary);
}

.blz_table_versus .blz_cta a.btn.green {
    background: var(--cta_background);
}

.blz_table_versus .blz_cta a.btn.ghost {
    color: var(--link_blz_color);
    text-decoration: underline;
    padding: 0 6px;
}

.blz_table_disclaimer {
    display: block;
    margin: var(--pad1) auto;
    max-width: var(--boxed);
    font-family: var(--font);
    font-size: 13px;
    color: var(--table_color);
    font-weight: 700;
}

i.data-yes {
    width: 14px;
    height: 14px;
    right: 0;
    left: 0;
    margin-top: -2px;
    position: absolute;
    display: block;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%231cc59d" d="M438.6 105.4C451.1 117.9 451.1 138.1 438.6 150.6L182.6 406.6C170.1 419.1 149.9 419.1 137.4 406.6L9.372 278.6C-3.124 266.1-3.124 245.9 9.372 233.4C21.87 220.9 42.13 220.9 54.63 233.4L159.1 338.7L393.4 105.4C405.9 92.88 426.1 92.88 438.6 105.4H438.6z"/></svg>');
}

i.data-no {
    width: 14px;
    height: 16px;
    display: block;
    right: auto;
    left: calc(50% - 7px);
    margin-top: 1px;
    position: absolute;
    background-position: left;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path  fill="%23cd5c5c" d="M310.6 361.4c12.5 12.5 12.5 32.75 0 45.25C304.4 412.9 296.2 416 288 416s-16.38-3.125-22.62-9.375L160 301.3L54.63 406.6C48.38 412.9 40.19 416 32 416S15.63 412.9 9.375 406.6c-12.5-12.5-12.5-32.75 0-45.25l105.4-105.4L9.375 150.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L160 210.8l105.4-105.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-105.4 105.4L310.6 361.4z"/></svg>');
}

.table_bank {
    background: var(--background);
    margin: auto;
    border: 1px solid var(--border-color);
    border-radius: var(--bradius);
    box-shadow: var(--shadow);
    padding: var(--pad2) var(--pad2);
    font-family: var(--font);
    color: var(--card-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

    .table_bank .table_description p {
        margin: 0 !important;
        font-size: 14px !important;
        font-family: var(--font) !important;
        line-height: 25px !important;
        padding: 4px 0;
        min-height: 28px;
    }

.rating_star.blz_col.blz_col-8 .ghost{
	display: none;
}


.table_bank .blz_table_description,
.table_bank .bb_1 {
    border: 0 !important;
}

.table_bank .card_logo a {
    display: block;
}

.table_bank .card_logo a img {
    width: 100% !important;
    max-width: 218px !important;
}

.table_bank .rating_cta {
    display: block !important;
}

.table_bank .rating_cta .btn.primary {
    padding: 12px;
    color: white;
    width: 100% !important;
}

.table_bank .rating_cta .ghost {
    padding: 0;
    border: 0;
    color: var(--link_color);
    min-height: initial;
    font-size: 12px;
    min-width: initial;
    width: initial;
    text-align: left;
    width: auto;
    text-decoration: none;
    display: block;
    margin-left: 3px;
    margin-top: -2px;
}

.table_bank .blz_score {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.25;
    padding: 0 !important;
}


.table_bank .table_description p {
    margin: 0 !important;
    font-size: 14px !important;
    font-family: var(--font) !important;
    line-height: 18px !important;
}

.table_bank .blz_table_card .blz_grid .bb_1 {
    margin: 0 !important;
    padding: 0 !important;
}
.table_bank .col_fixed {
    width: 100%;
    max-width: 240px;
}

.table_bank .table_title {
    margin: 0 !important;
    margin-top: -6px !important;
    font-size: 18px !important;
    text-align: left;
    font-weight: 700;
}

.table_bank .blz_rating_container {
    border: 1px solid var(--border-color);
    border-radius: var(--bradius);
    align-items: center;
    margin: 0 32px !important;
    margin-bottom: 12px !important;
    height: 44px;
    padding: 5px;
}

.table_bank .rating_star {
     padding: 0 !important;
     text-align: left !important;
}

.table_bank .table_description {
    text-align: left !important;
}

.table_bank .card_grid {
    margin: 0;
}

.blz_grid {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px 0 -8px;
  }
  .blz_grid.blz_grid-nogutter {
    margin: 0;
  }
  .blz_grid.blz_grid-nogutter > .blz_col {
    padding: 0;
  }
  .blz_col {
    box-sizing: border-box;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    max-width: 100%;
    min-width: 0;
    padding: 0 8px 0 8px;
  }
  .blz_col-align-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .blz_col-align-bottom {
    align-self: flex-end;
  }
  .blz_col-align-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .blz_col-top {
    justify-content: flex-start !important;
    flex-direction: column;
    display: flex;
  }
  .blz_col-bottom {
    justify-content: flex-end !important;
    flex-direction: column;
    display: flex;
  }
  .blz_col-middle {
    justify-content: center;
    flex-direction: column;
    display: flex;
  }
  .blz_grid-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .blz_grid-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blz_grid-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .blz_grid-around {
    justify-content: space-around;
  }
  .blz_grid-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blz_col-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .blz_col-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .blz_grid-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .blz_col-fixed {
    flex: initial;
  }
  .blz_col-grow-2 {
    flex-grow: 2;
  }
  .blz_col-grow-3 {
    flex-grow: 3;
  }
  .blz_col-grow-4 {
    flex-grow: 4;
  }
  .blz_col-grow-5 {
    flex-grow: 5;
  }
  .blz_col-grow-6 {
    flex-grow: 6;
  }
  .blz_col-grow-7 {
    flex-grow: 7;
  }
  .blz_col-grow-8 {
    flex-grow: 8;
  }
  .blz_col-grow-9 {
    flex-grow: 9;
  }
  .blz_col-grow-10 {
    flex-grow: 10;
  }
  .blz_col-grow-11 {
    flex-grow: 11;
  }
  .blz_col-1 {
    -ms-flex-preferred-size: 8.33333%;
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }
  .blz_col-2 {
    -ms-flex-preferred-size: 16.66667%;
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }
  .blz_col-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .blz_col-4 {
    -ms-flex-preferred-size: 33.33333%;
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
  .blz_col-5 {
    -ms-flex-preferred-size: 41.66667%;
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
  .blz_col-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .blz_col-7 {
    -ms-flex-preferred-size: 58.33333%;
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }
  .blz_col-8 {
    -ms-flex-preferred-size: 66.66667%;
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
  .blz_col-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .blz_col-10 {
    -ms-flex-preferred-size: 83.33333%;
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }
  .blz_col-11 {
    -ms-flex-preferred-size: 91.66667%;
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }
  .blz_col-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  @media only screen and (max-width: 480px) {
    .blz_col-sm {
      flex: 100%;
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 624px) {
    .blz_col-md {
      flex: 100%;
      max-width: 100%;
    }
  }
  @media only screen and (max-width: 744px) {
    .blz_col-lg {
      flex: 100%;
      max-width: 100%; 
    }
  }
  
  @media only screen and (min-width: 1060px) {
    .width_0 {
      max-width: 120px;
    }
    
    .width_1 {
        max-width: 160px;
    }
    
    .width_2 {
      max-width: 260px;
    }
  }
  
  
[data-format="widget"] {
  --border-color: #d7def0;
  --bradius: 12px;
  --shadow: 0 -1px 2px rgba(24,28,71,.04), 0 2px 4px rgba(24,28,71,.1);
  --pad1: 4px;
  --pad2: 8px;
  --font: 'Roboto', sans-serif;
  --card-color: #323232;
  --link_color: #2d70f5;
  --cta_color:  #10b981;
  --text0: 12px;
  --text1: 14px;
  --circle: 20px;
}


[data-format="promo"] {
  --border-color: #d7def0;
  --bradius: 12px;
  --shadow: 0 -1px 2px rgba(24,28,71,.04), 0 2px 4px rgba(24,28,71,.1);
  --pad1: 10px;
  --pad2: 20px;
  --font: Arial, Helvetica, sans-serif;
  --card-color: #323232;
  --link_color: #2d70f5;
  --cta_color:  #10b981;
  --text0: 12px;
  --text1: 14px;
  --text2: 21px;
  --circle: 20px;
}
.blz_widget,  .blz_promo{
  margin: var(--pad2) auto;
  max-width: 780px;
}

.blz_info_container {
    line-height: 22px;
    font-weight: 200;
}

.blz_info_container span {
    line-height: 22px;
    font-weight: 600;
}

@media screen and (max-width: 600px) {


.blz_widget>:first-child {
    display: block !important;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 0 12px;
    margin: 0 -18px;
}
.blz_widget>:first-child::-webkit-scrollbar {
    display: none;
}

.blz_widget>:first-child .blz_col {

    vertical-align: top;
    float: none;
    display: inline-block;
    white-space: normal;
    width: 260px;
    min-width: 260px;
    padding-left: 6px;
    padding-right: 6px;
    
}

}

.blz_cardlink {
  display: block;
  position: relative;
  cursor: pointer;
}

.blz_card {
  border: 1px solid var(--border-color);
  border-radius: var(--bradius);
  box-shadow: var(--shadow);
  padding: var(--pad2);
  font-family: var(--font);
  color: var(--card-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
}

.blz_card.amz {
  position: relative;
}

.blz_card.amz .prime_badge {
  position: absolute;
  right: 24px;
  top: 12px;
}

.blz_card.amz .prime_badge.mobile {
  display: none;
}
.blz_card.amz .prime_badge span {
  font-size: 11px;
  margin-right: 0;
  vertical-align: 9px;
}
.blz_card.amz .prime_badge img {
  max-width: 51px;
}

.blz_card.amz .prime_badge.mobile {
  position: relative;
}

.blz_card_title {
  font-weight: 700;
  font-size: var(--text1);
  display: flex;
  align-items: center;
}
.blz_promo .blz_card_title {
  font-weight: 700;
  font-size: var(--text2);
  display: flex;
  align-items: center;
}


.blz_card_title span {
  font-weight: 700;
  background: var(--link_color);
  color: white;
  margin-right: 6px;
  border-radius: var(--circle);
  height: var(--circle);
  width: var(--circle);
  display: flex;
  align-items: center;
  justify-content: center;
}

.blz_card_image {
  max-width: 130px;
  margin: var(--pad1) auto ;
  height: 80px;
  display: flex;
  align-items: center;
}

.blz_card_image img {
  max-width: 100% !important;
  height: auto !important;
  max-height: 65px !important;
}

.blz_promo .blz_card_image img {
  max-height: 85px !important;
}

.blz_card_cta {
  background: var(--cta_color);
  color: white;
  font-weight: 700;
  padding: 15px var(--pad1);
  border-radius: var(--bradius);
  text-align: center;
  font-size: var(--text1);
  box-shadow: var(--shadow);
}

@media screen and (max-width: 600px) {
  .blz_card_cta {
      margin-top: var(--pad2);
  }
  .blz_card.amz .prime_badge {
      display: none;
  }
  .blz_card.amz .prime_badge.mobile {
      display: block;
      top: initial;
      right: initial;
  }

  .blz_card.amz .prime_badge.mobile span{
      font-size: 11px;
      margin-right: 0;
      vertical-align: 9px;
      font-weight: initial;
      background: initial;
      color: var(--card-color);
      height: initial;
      width: initial;
      display: initial;
  }
.table_bank .blz_rating_container {
	margin: 0 !important;
}

}

.blz_card_info {
  margin: var(--pad2) 0;
  font-size: var(--text1);
  text-align: center;
}

.blz_info_container span {
  color: #333;
  font-size: var(--text0);
  font-weight: 900;
  display: block;
}

.blz_info_container hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  max-width: 120px;
  margin: var(--pad1) auto;
}

.blz_card.amz .blz_card_title p {
  color: #007185 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  margin: 0 0 6px !important;
  font-weight: 700 !important;
}

.blz_card.ebay .blz_card_title p{
  color: #000 !important;
  font-size: 16px;
  margin: 0 0 6px;
  font-weight: 700 !important;
}



.blz_card.amz .blz_card_cta {
  background: #ffd814 !important;
  color: var(--card-color);
  padding: 8px 24px;
  box-shadow: 0 2px 5px 0 rgba(213,217,217,.5);
  border-radius: 60px;
  font-weight: 400;
}

.blz_card.ebay .blz_card_cta {
  background: #3665f3 !important;
  color: white;
  padding: 8px 24px;
  box-shadow: 0 2px 5px 0 rgba(213,217,217,.5);
  border-radius: 60px;
  font-weight: 400;
}

.blz_card.amz .blz_card_cta span,
.blz_card.ebay .blz_card_cta span {
  vertical-align: -2px;
  margin-left: 12px;
}

.blz_card.ebay .blz_card_cta svg {
  filter: invert(1);
}

svg.blz_amz_logo,
svg.blz_ebay_logo {
  width: 100%;
  max-width: 80px;
  margin-left: -6px;
  margin-bottom: -8px;
}
svg.blz_ebay_logo {
  margin-left: -12px;
  margin-bottom: -4px;
}

.blz_card_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.blz_price_container span {
  font-size: 14px;
  margin-right: 6px;
  vertical-align: middle;
}

.blz_price {
  font-size: 22px !important;
}
.blz_price small {
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  padding-left: 2px;
}

.blz_price_full {
  text-decoration: line-through;
  color: #929292;
}
.blz_price_discount {
  color: #cc0c39;
}

.blz_price_container .blz_price_full,
.blz_price_container .blz_price_discount {
display: none;
}

.blz_price_container.has-discount .blz_price_full,
.blz_price_container.has-discount .blz_price_discount {
display: initial;
}

.blz_card_image.amz img,
.blz_card_image.ebay img {
  max-height: 110px !important;
}

.blz_widget .blz_card_image img {
object-fit: contain;
}
 
a.blz_button {
	  background: #10b981;
	  display: inline-block !important;
	  margin: 12px auto;
    color: white !important;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 -1px 2px rgba(24,28,71,.04), 0 2px 4px rgba(24,28,71,.1);
}

a.blz_link {
	text-decoration: underline !important;
}

.table_bank, .blz_widget {
	margin: 24px auto !important;
}

.wp-block-group.body-text a.blz_button {
    text-decoration: none !important;
}

.blz_card,
.blz_card img{
	background: white;
}

#article-content a.blz_cardlink,
#article-content a.blz_link{
	text-decoration: none !important;
	font-family: "DM Sans","DM Sans Fallback";
}

#article-content a.blz_cardlink:hover,
#article-content a.blz_button:hover {
	border-bottom: 0 !important;
}

a.blz_button {
	margin: 24px auto 12px;
	color: var(--color-white) !important;
  display: block !important;
  max-width: 300px !important;
  -webkit-text-fill-color: white;
  font-family: "DM Sans","DM Sans Fallback";
}