.e3Eco-Site * {
    padding: 0;
    margin: 0;
}

.e3Eco-Site {
    font-size: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f9fa;
    border: 1px solid #d5e1e4;
    border-radius: 5px;
    column-gap: 16px;
    padding: 15px 2.5%;
}

    .e3Eco-Site .e3Eco-Site-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .e3Eco-Site .e3Eco-Site-img .e3Eco-Site-svg {
            width: 24px;
            height: auto;
        }

    .e3Eco-Site .e3Eco-Site-text {
        width: auto;
    }

    .e3Eco-Site .e3Eco-Site-title {
        width: 100%;
        color: #002e5a;
        margin-bottom: 2px;
        letter-spacing: -0.01em;
    }

    .e3Eco-Site .e3Eco-Site-main {
        margin-right: 5px;
        font-weight: 600;
        font-size: 1.05em;
        line-height: 120%;
        display: inline;
    }

    .e3Eco-Site .e3Eco-Site-powered {
        font-weight: 400;
        font-size: 0.8em;
        line-height: 120%;
        margin-top: 2px;
        opacity: 0.7;
        display: inline-block;
    }

    .e3Eco-Site .e3Eco-Site-copy {
        width: 100%;
        font-weight: 400;
        font-size: 0.92em;
        line-height: 140%;
        color: #002e5a;
        letter-spacing: -0.01em;
    }

/* Responsive */
@media (min-width: 768px) {
    .e3Eco-Site {
        column-gap: 16px;
        font-size: 14px;
    }

        .e3Eco-Site .e3Eco-Site-img .e3Eco-Site-svg {
            width: 27px;
        }
}

@media (min-width: 1400px) {
    .e3Eco-Site {
        font-size: 16px;
    }

        .e3Eco-Site .e3Eco-Site-img .e3Eco-Site-svg {
            width: 33px;
        }
}
