/*
Theme Name: DP AX2Z News
Theme URI: https://ax2z.com/
Author: AX2Z IT Solution
Author URI: https://info.ax2z.com/
Description: This WordPress magazine theme that combines a clean, minimalist feel with a full featured theme.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
*/

.footer_apps_links .publiser {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
    color: #212529;
    padding-right: 10px;
    justify-content: space-around;
    flex-wrap: wrap; /* নতুন যোগ */
    gap: 5px;         /* কিছু ফাঁকা জায়গা */
}

/* মোবাইল স্ক্রিনের জন্য */
@media (max-width: 768px) {
    .footer_apps_links .publiser {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 2px;
        padding: 5px;
    }
}
