/* =============================== */
/* ABOUT SECTION                   */
/* =============================== */

.ezb-td-about {
    margin-bottom: 56px;
    max-width: 900px;
}

/* SECTION TITLE */
.ezb-section-title {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #111;
}

/* DESCRIPTION */
.ezb-about-description {
    font-size: 1rem;
    line-height: 1.65;
    color: #333;
    margin-bottom: 32px;
}

/* SUBTITLE */
.ezb-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 14px;
    color: #111;
}

/* HIGHLIGHTS LIST */
.ezb-highlights-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 10px 24px;
}

/* LIST ITEM */
.ezb-highlights-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.95rem;
    color: #333;
}

/* CHECK ICON */
.ezb-check-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%2300a870' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .ezb-section-title {
        font-size: 1.4rem;
    }

    .ezb-subtitle {
        font-size: 1.15rem;
    }

    .ezb-highlights-list {
        grid-template-columns: 1fr;
    }
}
