.tec-custom-footer {
    width: 100%;
    margin-top: 40px;
    padding: 24px 16px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
}

.tec-custom-footer .e-con-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.tec-custom-footer .elementor-widget-text-editor,
.tec-custom-footer .elementor-widget-text-editor p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.tec-custom-footer a {
    text-decoration: none;
}

.tec-custom-footer a:hover,
.tec-custom-footer a:focus {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .tec-custom-footer .e-con-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
