.wtm-comp {
    margin: 0 auto;
    padding: 50px 0 100px;
    background: #EBEFF9;
}
.wtm-comp__container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}
.wtm-comp__header {
    text-align: left;
    margin-bottom: 30px;
}
.wtm-comp__title {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin: 0 0 6px;
    line-height: 38px;
}
.wtm-comp__subtitle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.8);
    margin: 0;
    line-height: 29px;
}

/* Table wrapper */
.wtm-comp__table-wrap {
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(7px);
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.87);
  margin-bottom: 24px;
}

/* Header row */
.wtm-comp__head {
    display: grid;
    grid-template-columns: 30% 35% 35%;
    background: rgba(249, 250, 251, 1);
}
.wtm-comp__head-col {
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    line-height: 21px;
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(226, 232, 240, 1);
}
.wtm-comp__head-col:last-child {
    border-right: none;
    border-radius: 0 16px 0 0;
      border-top: 2px solid #3d6ef5;
    border-right: 2px solid #3d6ef5 !important;
    border-left: 2px solid #3d6ef5 !important;
}
.wtm-comp__col--hyk {
    font-weight: 700;
    color: #000000;
}

/* Data rows */
.wtm-comp__row {
    display: grid;
    grid-template-columns: 30% 35% 35%;
}
.wtm-comp__row:last-child {
    border-bottom: none;
}
.wtm-comp__cell {
    padding: 20px 20px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.80);
    line-height: 22px;
    font-weight: 400;
    border-right: 1px dashed rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(243, 244, 246, 1);
}
.wtm-comp__cell:last-child {
    border-right: none;
  border-right: 2px solid #3d6ef5 !important;
    border-left: 2px solid #3d6ef5 !important;
}
.wtm-comp__cell--need {
    font-weight: 500;
}
.wtm-comp__row:last-child .wtm-comp__cell:not(.wtm-comp__feat--bottom) {
    border-bottom: none;
}
.wtm-comp__row:last-child .wtm-comp__cell:last-child {
    border-radius: 0 0 16px 0;
  border-bottom: 2px solid #3d6ef5;
}

/* Blue border around Hykmah column */


/* Footer note */
.wtm-comp__footer {
  margin-top: 5px;
}
.wtm-comp__footer strong {
  font-weight: 600;
}
.wtm-comp__footer p {
    text-align: center;
    margin: 0 0 8px;
    font-size: 13px;
    color: #374151;
    line-height: 26px;
    font-weight: 400;
}
.wtm-comp__footer p:last-child {
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .wtm-comp__head-col,
    .wtm-comp__cell {
        padding: 12px 14px;
        font-size: 0.78rem;
    }
}
@media (max-width: 520px) {
    .wtm-comp {
        padding: 56px 0;
    }
    .wtm-comp__container {
        padding: 0 20px;
    }
    .wtm-comp__title {
        font-size: 26px;
    }
    .wtm-comp__head {
        display: none;
    }
    .wtm-comp__row {
        display: block;
        border-bottom: 1px solid #e5e7eb;
        padding: 4px 0;
        border-left: none;
        border-right: none;
    }
    .wtm-comp__row--last {
        border-bottom: none;
    }
    .wtm-comp__cell {
        display: block;
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
        border-bottom: none !important;
        padding: 8px 16px;
        font-size: 0.82rem;
    }
    .wtm-comp__cell::before {
        display: block;
        font-size: 0.72rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        color: #9ca3af;
        margin-bottom: 2px;
    }
    .wtm-comp__cell--need::before  { content: 'Need'; }
    .wtm-comp__cell--cin7::before  { content: 'Cin7'; }
    .wtm-comp__cell--hyk::before   { content: 'Hykmah'; color: #3d6ef5; }
}

.fee-editor-active .wtm-comp__head,
.fee-editor-active .wtm-comp__row {
    padding: 1px 5px;
}
