/*
Theme Name: Kiddin Child
Template:   kiddin
Theme URI: https://1.envato.market/kiddin-wp
Description: Kiddin Child Theme
Author: AwaikenThemes
Author URI: https://awaikenthemes.com/
Version: 1.0.0
Text Domain: kiddin-child
*/

/* Rekrutacja - poprawa czytelności tabel po wklejeniu z zewnętrznej strony */
.mc-rekrutacja-content { line-height: 1.6 !important; }
.mc-rekrutacja-content p { margin: 0 0 0.8em !important;  }
.mc-rekrutacja-content h2, .mc-rekrutacja-content h3 { margin: 1.2em 0 0.6em !important;  }

.mc-rekrutacja-content .mc-table-wrap {
  width: 100% !important; 
  overflow-x: auto !important; 
  -webkit-overflow-scrolling: touch !important; 
  margin: 1em 0 !important; 
}

.mc-rekrutacja-content table.mc-table {
  width: 100% !important; 
  border-collapse: collapse !important; 
  min-width: 600px !important;  /* pozwala scrollować na mobile zamiast łamać */
}

.mc-rekrutacja-content table.mc-table th,
.mc-rekrutacja-content table.mc-table td {
  border: 1px solid rgba(0,0,0,0.15) !important; 
  padding: 10px 12px !important; 
  vertical-align: top !important; 
}

.mc-rekrutacja-content table.mc-table thead th {
  font-weight: 700 !important; 
}

.mc-rekrutacja-content table.mc-table tbody tr:nth-child(even) td {
  background: rgba(0,0,0,0.03) !important; 
}


@media screen and (max-width: 480px) {
  
#wcag-active-badge {
    position: fixed;
    bottom: 85px;
    right: 20px;
    background: linear-gradient(135deg, #00a32a 0%, #008a20 100%);
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 700;
    z-index: 999997;
    box-shadow: 0 4px 12px rgba(0, 163, 42, 0.4);
    display: flex;
    align-items: center;
    gap: 6px;
    animation: wcag-pulse 2s infinite;
    cursor: help;
    transition: transform 0.2s ease;
}
}
