/* General table styling */
/*.webinar-comparison-table {*/
/*    width: 100%;*/
/*    margin: 20px 0;*/
/*}*/

table {
    width: 100%;
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    border: 1px solid #ddd;
      text-align: center; /* Center text in table cells*/
}

/* Icon cell styling */
.icon-cell {
    text-align: center; /* Center icons in cells */
}

.icon-check::before, .icon-x::before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.icon-check::before {
    content: '\f00c'; /* Font Awesome check icon */
    color: green;
}

.icon-x::before {
    content: '\f00d'; /* Font Awesome cross icon */
    color: red;
}

/* CTA buttons styling */
.cta-buttons {
    text-align: center;
    margin-top: 20px;
}

.cta-button {
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s;
}


.cta-free {
    background-color: #e04f80;
}
.cta-free:hover {
    background-color: #d03f70;
}

.cta-vip {
    background-color: #252D59;
}
.cta-vip:hover {
    background-color: #3D4A8D;
}
/*#mc_embed_shell{*/
/*    background:#f2e1e3; */
/*    font: inherit;*/
/*    width: 600px;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/