/*
Theme Name: Appybix
Theme URI: https://appybix.site/demo
Author: Kashi Ahmer
Author URI: https://appybix.site
Description: Appybix WordPress theme for apps & games APK showcase. Perfect for APK listings, app reviews, and game showcases.
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appybix
Tags: blog, portfolio, news
Tested up to: 6.5
Requires PHP: 7.4

Copyright: 2025 Kashi Ahmer (https://appybix.site)
*/

/* ----------------------------
   Global Styles
---------------------------- */
body {
    font-family: 'Poppins', sans-serif;
    background: #f8fafc;
    color: #222;
    margin: 0;
}

/* WordPress standard CSS classes */
.wp-caption {
    border: 1px solid #ddd;
    background: #fff;
    padding: 4px;
    text-align: center;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0;
}

.wp-caption-text {
    font-size: 0.9rem;
    color: #555;
    margin-top: 0.5rem;
}

.gallery-caption {
    font-size: 0.9rem;
    color: #555;
    text-align: center;
}

.sticky {
    border: 2px solid #16a34a; /* example for sticky posts */
    padding: 0.5rem;
}

.alignright {
    float: right;
    margin-left: 1rem;
}

.alignleft {
    float: left;
    margin-right: 1rem;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ----------------------------
   Buttons
---------------------------- */
.btn-get-apk {
    display: inline-block;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

/* ----------------------------
   Author Highlight (Fix for .bypostauthor)
---------------------------- */
.bypostauthor {
    background-color: #f0f8ff; /* light blue highlight */
    border-left: 4px solid #0073aa;
    padding: 12px;
    margin-bottom: 1.5rem;
    border-radius: 6px;
}

/* ----------------------------
   Footer Widgets
---------------------------- */
.footer-widget h4 {
    margin-bottom: 0.8rem;
    font-size: 1rem;
    border-bottom: 2px solid rgba(255,255,255,0.4);
    display: inline-block;
    padding-bottom: 0.2rem;
}

.footer-widget a,
.footer-widget p,
.footer-widget li {
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    opacity: 0.9;
    transition: 0.3s;
}

.footer-widget a:hover {
    opacity: 1;
    text-decoration: underline;
}

/* ----------------------------
   Screen reader text
---------------------------- */
.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
