/*
Theme Name:    Thrive Omni Child
Theme URI:     https://kashifmukhtar.com/
Description:   Child theme for Thrive Theme Builder - Omni with structural accessibility overrides
Author:        Kashif Mukhtar
Author URI:    https://kashifmukhtar.com/
Template:      thrive-theme
Version:       1.0.1
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:   thrive-omni-child
*/

/* Custom Structural Overrides
 * ----------------------------------------------------------------------------
 */

/* Clear accessibility borders for visual keyboard navigation */
.tve-m-trigger:focus,
.tve-jump-scroll:focus,
.tve-dynamic-link:focus {
    outline: 2px solid #000000 !important;
    outline-offset: 2px !important;
}

.tve-m-trigger:focus:not(:focus-visible),
.tve-jump-scroll:focus:not(:focus-visible),
.tve-dynamic-link:focus:not(:focus-visible) {
    outline: none !important;
}

.tve-m-trigger:focus-visible,
.tve-jump-scroll:focus-visible,
.tve-dynamic-link:focus-visible {
    outline: 2px solid #000000 !important;
    outline-offset: 2px !important;
}

/* Layout structural modifications */
.thrive-shortcode-html .tve_social_items .tve_s_item {
    margin: 0 5px;
}

.thrive-shortcode-html .tve_social_items .tve_s_item a:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

