/*
Theme Name: Hub Child
Theme URI: http://hub.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template: hub
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: hub-child
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/


.page-id-1490 .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.pj-home .pain-inner > .heading-lg {
    color: #f5f1e8;
}

.pj-home .speed-inner > .heading-lg {
     color: #f5f1e8;
}

/* Główny kontener */
.mk-versus-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
  padding: 20px;
  font-family: 'Montserrat', sans-serif; /* Podmień na font, którego używasz na stronie */
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

/* Kolumny */
.mk-versus-col {
  flex: 1;
  min-width: 320px;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* --- LEWA KOLUMNA: mKursant --- */
.mk-versus-mk {
  background-color: #fbd634; /* Żółty z projektu */
  border: 4px solid #111;
  box-shadow: 12px 12px 0px #111; /* Brutalistyczny cień */
}

.mk-versus-mk .mk-versus-head {
  background-color: #111;
  padding: 30px;
  border-bottom: 4px solid #111;
}

.mk-versus-mk .mk-versus-name {
  display: block;
  color: #fbd634;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mk-versus-mk .mk-versus-sub {
  display: block;
  color: #8c7619;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 8px;
}

/* --- PRAWA KOLUMNA: Konkurencja --- */
.mk-versus-them {
  background-color: transparent;
  border: 2px dashed #555;
}

.mk-versus-them .mk-versus-head {
  padding: 30px;
  border-bottom: 2px dashed #555;
}

.mk-versus-them .mk-versus-name {
  display: block;
  color: #111;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.mk-versus-them .mk-versus-sub {
  display: block;
  color: #888;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 8px;
}

/* --- WIERSZE --- */
.mk-versus-row {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 110px;
}

.mk-versus-mk .mk-versus-row {
  border-bottom: 1px dotted #111;
}
.mk-versus-mk .mk-versus-row:last-child {
  border-bottom: none;
}

.mk-versus-them .mk-versus-row {
  border-bottom: 2px dashed #555;
}
.mk-versus-them .mk-versus-row:last-child {
  border-bottom: none;
}

/* Etykiety i wartości */
.mk-versus-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
  max-width: 80%;
}
.mk-versus-mk .mk-versus-label { color: #443a0d; }
.mk-versus-them .mk-versus-label { color: #888; }

.mk-versus-val {
  font-size: 19px;
  color: #111;
  max-width: 80%;
}
.mk-versus-val s {
  color: #665715;
  margin-right: 5px;
}

/* --- IKONY ZAZNACZENIA --- */
.mk-versus-mark {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
}

.mk-versus-mk .mk-versus-mark {
  background-color: #111;
  color: #fbd634;
}

.mk-versus-them .mk-versus-mark {
  background-color: #fff;
  color: #c0392b; /* Czerwony krzyżyk */
  border: 1px solid #c0392b;
}

/* --- PLAKIETKA VS --- */
.mk-versus-badge {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 4px solid #111;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 22px;
  color: #111;
  box-shadow: 6px 6px 0px #111;
  z-index: 10;
}

/* --- RESPONSYWNOŚĆ --- */
@media (max-width: 850px) {
  .mk-versus-container {
    flex-direction: column;
    gap: 60px;
  }
  .mk-versus-badge {
    /* Ustawienie plakietki VS na środku pomiędzy kolumnami na mobile */
    top: auto;
    bottom: -46px; 
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 4px 4px 0px #111;
  }
  .mk-versus-col {
    margin-bottom: 20px;
  }
}