/* Hide original footer link text completely */
.Footer__footerLink {
    display: none !important;
    font-size: 0 !important;
}

/* Hide any existing footer text */
.Footer__footer > * {
    display: none !important;
}

/* Footer container */
.Footer__footer {
    position: relative;
    display: flex !important;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    padding: 15px 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

/* Add properly spaced custom text */
.Footer__footer::before {
    content: "Powered by Cantabil Retail India Limited";
    display: block;
    white-space: pre;
}
