/* -----Plan Comparison */
.iafwmc-plan-comparison-table-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border-collapse: collapse;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.iafwmc-plan-table-header-container {
    background-color: #2271b15c;
    color: #0000009e;
}
.iafwmc-plan-table-cell, .iafwmc-plan-table-header-cell {
    padding: 12px;
    text-align: center;
    border: 1px solid #dddddd;
    font-size: 16px;
}
.iafwmc-plan-feature-tick {
    background-image: url('../img/tick.png'); /* Path relative to your CSS file */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px; /* Set the desired width */
    height: 20px; /* Set the desired height */
    display: inline-block; /* Ensures proper sizing */
    margin: 0 auto; /* Center the image inside the div if needed */
}
.iafwmc-plan-feature-close {
    background-image: url('../img/close.png'); /* Path relative to your CSS file */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px; /* Set the desired width */
    height: 20px; /* Set the desired height */
    display: inline-block; /* Ensures proper sizing */
    margin: 0 auto; /* Center the image inside the div if needed */
}

.iafwmc-plan-table-header-cell {
    font-size: 16px;
    font-weight: bold;
}
.iafwmc-plan-row-alternate {
    background-color: #f7f7f7;
}
.iafwmc-plan-feature-description {
    text-align: left;
    font-weight: normal;
    padding-left: 10px;
    font-size: 16px;
    font-style: italic;
}
.iafwmc-plan-feature-checkmark, .iafwmc-plan-feature-crossmark {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.iafwmc-go-premium-button {
    background-color: #0073aad4;
    color: #fff;
    padding: 10px 20px;
    border: none;
    font-size: 14px;
    cursor: pointer;
}
.iafwmc-go-premium-button:hover {
    background-color: #0074aaab;
}

/* ----Trial--- */
.iafwmc-train-container, .iafwmc-premium-container {
    text-align: center;
    /* padding: 20px; */
    /* border: 1px solid #cccccce0;
    background-color: #b5b5b512; */
}
.iafwmc-train-container h2,
.iafwmc-train-container p,
.iafwmc-train-container form {
    display: inline;
    margin-right: 10px;
}
.iafwmc-train-button {
    padding: 10px 20px;
    background-color: #0073aad4;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
}
.iafwmc-go-premium-button:hover {
    background-color: #0074aaab;
}
