/*
Theme Name: pixfort Child Theme
Theme URI: https://pixfort.com/
Author: pixfort
Template: pixfort
Author URI: https://pixfort.com/
Description: pixfort child theme
Version: 1.0.0
License: Proprietary License
License URI: https://pixfort.com/
Text Domain: pixfort-child
Tags: header-builder, footer-builder, divider-builder, popup-builder, premium-design, translation-ready

*/

/* Tag Cloud Styles - Archives & Blog Pages Only */
.blog .tag-cloud-link,
.blog .tagcloud a,
.archive .tag-cloud-link,
.archive .tagcloud a {
    background-color: #4a90e2 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

.blog .tag-cloud-link:hover,
.blog .tagcloud a:hover,
.archive .tag-cloud-link:hover,
.archive .tagcloud a:hover {
    background-color: #ffffff !important;
    color: #4a90e2 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(74, 144, 226, 0.3) !important;
}

/* Force white text color on tag links */
.blog .tag-cloud-link *,
.blog .tagcloud a *,
.archive .tag-cloud-link *,
.archive .tagcloud a * {
    color: inherit !important;
}