.editor-styles-wrapper .wpas-freemium-table-main,
.wpas-freemium-table-main {
    border: 2px solid #f73859;
    border-radius: 20px;
    padding: 20px 20px 0 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 20px;
}
.wpas-freemium-table-main .wp-block-table table,
.wpas-freemium-table-main .wp-block-table td,
.wpas-freemium-table-main .wp-block-table th,
.wpas-freemium-table-main thead {
    border-color: transparent;
    border: 0;
    margin: 0;
}
/* .wp-block-table td, .wp-block-table th */
.wpas-freemium-table-main table thead tr th,
.wpas-freemium-table-main table tbody tr td:not(:first-child) {
    text-align: center;
    font-size: 20px;
}
.wpas-freemium-table-main table thead tr th:first-child {
    text-align: left;
}
.wpas-freemium-table-main table tbody tr td:not(:first-child) {
    border-left: 2px solid #f73859;
}
.wpas-freemium-table-main table tbody tr:last-child td {
    padding-bottom: 30px;
}
span.wpas-ft-check-span,
span.wpas-ft-cross-span {
    background: #4CAF50;
    color: #fff;
    padding: 5px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
span.wpas-ft-cross-span {
    background: #F44336;
}
.wpas-freemium-table figcaption.wp-element-caption {
    display: none;
}
.wpas-freemium-table-main table tbody tr td {
    min-width: 100px;
}