/*
Theme Name: PressZone
Theme URI: https://example.com/presszone
Author: Your Name
Author URI: https://example.com
Description: A professional, scalable WordPress theme with Bootstrap 5.3.8, SCSS, ACF PRO integration, and full LTR/RTL + Dark/Light mode support.
Version: 1.0.6
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: presszone
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, rtl-language-support

PressZone Theme - All styles are compiled from SCSS in /assets/css/

/* Hide WPML & GTranslate Footer Language Switchers - Aggressive */
#lang_sel_footer,
.wpml-ls-legacy-list-horizontal,
.wpml-ls-footer-slot,
.wpml-ls-slot-footer,
div[id^="lang_sel"],
.lang_sel_list_horizontal,
.icl_lang_sel_widget,
#footer .wpml-ls-legacy-list-horizontal,
body>.gtranslate_wrapper,
div.gtranslate_wrapper,
#gtranslate_wrapper,
.gtranslate,
#google_translate_element,
.goog-te-gadget,
#flags {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    pointer-events: none !important;
    z-index: -9999 !important;
}

/* Social Share Popover Styling */
.share-popover {
    --bs-popover-border-color: var(--bs-border-color);
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-body-padding-x: 0.5rem;
    --bs-popover-body-padding-y: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.share-popover .popover-body {
    color: var(--bs-body-color);
}

.share-popover .btn {
    display: flex;
    align-items: center;
    border: 1px solid var(--bs-border-color);
    /* Default border to ensure visibility */
    transition: all 0.2s ease;
}

.share-popover .btn:hover {
    background-color: var(--bs-tertiary-bg);
    transform: translateX(3px);
}

/* Twitter/X Specific Style - Forced Visibility */
.share-popover .btn-twitter-x {
    color: inherit !important;
    border: 1px solid currentColor !important;
    opacity: 0.9;
}

.share-popover .btn-twitter-x:hover {
    opacity: 1;
    background-color: rgba(128, 128, 128, 0.1) !important;
}

