.comp-table-wrapper-4c7bcac6 {
    width: 100%;
    overflow-x: auto;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    border-radius: 4px;
}

.comp-table-element-4c7bcac6 {
    width: 100%;
    border-collapse: collapse;
    background-color: #faf8f5;
    text-align: left;
}

.comp-table-tr-head {
    border: none;
}

.comp-table-th {
    padding: 24px 20px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.comp-table-th.col-feature {
    width: 45%;
}

.comp-table-th.col-1,
.comp-table-th.col-2,
.comp-table-th.col-3 {
    width: 18.33%;
    text-align: center;
}

.comp-table-tr {
    border-bottom: 1px solid #ebebeb;
}

.comp-table-td {
    padding: 24px 20px;
    vertical-align: middle;
}

.comp-table-td.col-feature {
    vertical-align: top;
}

.text-center {
    text-align: center;
}

/* Row Headers / Section Dividers */
.section-divider-row {
    background-color: #faf8f5;
    border-bottom: 1px solid #ebebeb;
}

.section-divider-td {
    padding: 16px 20px;
}

.section-title-lbl {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    color: #014d3a;
    letter-spacing: 0.08em;
}

/* Feature Meta Container */
.feature-meta-container {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.feature-title-text {
    font-size: 18px;
    font-weight: 600;
    color: #014d3a;
    line-height: 1.3;
}

.feature-desc-text {
    font-size: 13px;
    color: #555555;
    line-height: 1.4;
}

/* Icons styling */
.icon-indicator {
    font-size: 18px;
    font-weight: normal;
}

.icon-indicator.icon-check {
    color: #014d3a;
}

.icon-indicator.icon-cross {
    color: #aaaaaa;
}

.custom-text-indicator {
    font-size: 14px;
    color: #333333;
}
