/* Start custom CSS for html, class: .elementor-element-fc610c4 */.mic3light-product {
    font-family: inherit;
    color: #111;
}

.mic3light-hero,
.mic3light-feature,
.mic3light-dark,
.mic3light-compare,
.mic3light-note,
.mic3light-final {
    max-width: 1200px;
    margin: 0 auto 70px;
}


/* MEDIA */

.mic3light-hero-media,
.mic3light-media {
    width: 100%;
    overflow: hidden;
    border-radius: 26px;
    background: #f5f5f5;
}

.mic3light-hero-media img,
.mic3light-media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* COPY */

.mic3light-hero-copy,
.mic3light-copy {
    max-width: 900px;
    margin: auto;
    padding: 34px 25px 0;
    text-align: center;
}

.mic3light-label {
    display: inline-block;
    margin-bottom: 12px;
    color: #777;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.mic3light-hero-copy h2 {
    margin: 0 0 10px;
    font-size: 44px;
    line-height: 1.1;
}

.mic3light-hero-copy h3 {
    margin: 0 0 22px;
    font-size: 30px;
}

.mic3light-copy h3 {
    margin: 0 0 18px;
    font-size: 34px;
    line-height: 1.2;
}

.mic3light-hero-copy p,
.mic3light-copy p {
    max-width: 800px;
    margin: auto;
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}


/* SIDE */

.mic3light-feature.side {
    display: flex;
    align-items: center;
    gap: 60px;
}

.mic3light-feature.side .mic3light-media {
    flex: 0 0 40%;
}

.mic3light-feature.side .mic3light-copy {
    flex: 1;
    padding: 0;
    text-align: left;
}

.mic3light-feature.side .mic3light-copy p {
    margin: 0;
}

.mic3light-feature.side.reverse {
    flex-direction: row-reverse;
}


/* DARK */

.mic3light-dark {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 55px;
    border-radius: 30px;
    background: #080808;
}

.mic3light-dark-media {
    flex: 0 0 42%;
    overflow: hidden;
    border-radius: 20px;
}

.mic3light-dark-media img {
    display: block;
    width: 100%;
    height: auto;
}

.mic3light-dark-copy {
    flex: 1;
}

.mic3light-dark-copy .mic3light-label {
    color: #999;
}

.mic3light-dark-copy h2 {
    margin: 8px 0 20px;
    color: #fff;
    font-size: 38px;
    line-height: 1.2;
}

.mic3light-dark-copy p {
    margin: 0;
    color: #ccc;
    font-size: 18px;
    line-height: 1.8;
}


/* COMPARATIVA */

.mic3light-compare {
    padding: 50px;
    background: #f5f5f5;
    border-radius: 28px;
}

.mic3light-compare-head {
    max-width: 750px;
    margin: 0 auto 30px;
    text-align: center;
}

.mic3light-compare-head h2 {
    margin: 5px 0 15px;
    font-size: 36px;
}

.mic3light-compare-head p {
    color: #666;
    font-size: 17px;
}

.mic3light-table-wrap {
    overflow-x: auto;
}

.mic3light-table {
    width: 100%;
    min-width: 750px;
    border-collapse: collapse;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
}

.mic3light-table th,
.mic3light-table td {
    padding: 17px;
    border-bottom: 1px solid #eee;
    text-align: left;
}

.mic3light-table th {
    background: #111;
    color: #fff;
}

.mic3light-table td {
    color: #555;
}

.mic3light-table .is-current {
    background: #f0f6ff;
}

.mic3light-current {
    display: inline-block;
    margin-left: 7px;
    padding: 4px 8px;
    border-radius: 20px;
    background: #111;
    color: #fff;
    font-size: 11px;
}


/* NOTE */

.mic3light-note {
    max-width: 900px;
    padding: 24px 28px;
    border: 1px solid #eee;
    border-left: 4px solid #111;
    border-radius: 16px;
    background: #fafafa;
}

.mic3light-note strong {
    display: block;
    margin-bottom: 6px;
}

.mic3light-note p {
    margin: 0;
    color: #555;
    line-height: 1.7;
}


/* FINAL */

.mic3light-final {
    padding: 65px 30px;
    border-radius: 30px;
    background: #f3f3f3;
    text-align: center;
}

.mic3light-final-inner {
    max-width: 850px;
    margin: auto;
}

.mic3light-final h2 {
    margin: 5px 0 20px;
    font-size: 40px;
}

.mic3light-final p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.mic3light-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.mic3light-pills span {
    padding: 10px 18px;
    border-radius: 30px;
    background: #fff;
    font-size: 14px;
}


/* MOBILE */

@media(max-width:768px) {

    .mic3light-hero,
    .mic3light-feature,
    .mic3light-dark,
    .mic3light-compare,
    .mic3light-final {
        margin-bottom: 45px;
    }

    .mic3light-feature.side,
    .mic3light-feature.side.reverse,
    .mic3light-dark {
        flex-direction: column;
    }

    .mic3light-feature.side .mic3light-media,
    .mic3light-dark-media {
        width: 100%;
        flex: none;
    }

    .mic3light-feature.side .mic3light-copy {
        padding: 0 15px;
        text-align: center;
    }

    .mic3light-hero-copy h2 {
        font-size: 32px;
    }

    .mic3light-copy h3 {
        font-size: 27px;
    }

    .mic3light-hero-copy p,
    .mic3light-copy p,
    .mic3light-dark-copy p {
        font-size: 16px;
    }

    .mic3light-dark {
        padding: 25px 18px 35px;
    }

    .mic3light-dark-copy {
        text-align: center;
    }

    .mic3light-dark-copy h2 {
        font-size: 29px;
    }

    .mic3light-compare {
        padding: 35px 15px;
    }

    .mic3light-final {
        padding: 45px 20px;
    }

    .mic3light-final h2 {
        font-size: 30px;
    }

}/* End custom CSS */