/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.2.28.1754258427
Updated: 2025-08-03 18:00:27

*/

.gear {
    color: black !important;
}
.up {
    color: #8B0000 !important; /* Dark Red */
}
.tcg {
    color: #FF0000 !important; /* Red */
}

.site-branding .site-title {
  display: none;
}

.seo-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.mtg-page-disclaimer {
  background: #1a1a1a;
  padding: 8px 16px 0px;
  text-align: center;
}

.mtg-page-disclaimer p {
  margin: 0;
}

.disclaimer-line {
  font-size: 11px;
  line-height: 1.35;
  color: rgba(255,255,255,0.85);
}

.disclaimer-secondary {
  margin-top: 4px;
  opacity: 0.9;
}

.mtg-page-disclaimer a {
  color: inherit;
  text-decoration: underline;
	white-space: nowrap;
	display: inline-block;
}

.gutcg-copyright {
  font-size: 9px;
  color: #999;
  text-align: center;
  background-color: #1a1a1a;
  padding: 4px;
}


/* ==================================
    Tools Page Card Hover Effects
   =============================== */

.tool-card .kt-blocks-info-box-link-wrap {
  position: relative;
  display: block;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;

  will-change: transform;
}

/* Hover + keyboard focus */
.tool-card .kt-blocks-info-box-link-wrap:hover,
.tool-card .kt-blocks-info-box-link-wrap:focus-visible {
  transform: translateY(-4px);
  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.08),
    0 0 0 2px rgba(249, 55, 53, 0.12); /* GearUpTCG red accent */
}

.mtg-cta-text {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 !important;
}

/* Slightly stronger hover on desktop only */
@media (hover: hover) and (pointer: fine) {
  .tool-card .kt-blocks-info-box-link-wrap:hover {
    box-shadow:
      0 14px 34px rgba(0, 0, 0, 0.10),
      0 0 0 2px rgba(249, 55, 53, 0.14);
  }
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .tool-card .kt-blocks-info-box-link-wrap {
    transition: none;
    transform: none;
  }
}