.page-blog-taya365-mobile-app-guide {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-main, #FFF6D6); /* Default text color for the page */
    background-color: var(--background, #0A0A0A); /* Default background color for the page */
    padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
    box-sizing: border-box;
}

.page-blog-taya365-mobile-app-guide__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}