@charset "UTF-8";
@font-face {
  font-family: "Anton";
  src: url("../fonts/Anton.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSans-CondBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSans-CondLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed";
  src: url("../fonts/OpenSans-CondLightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
html {
  font-size: 16px;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Open Sans Condensed";
  font-weight: 300;
  color: #404040;
  background: linear-gradient(180deg, rgb(217, 217, 217) 0%, rgb(217, 217, 217) 5%, rgb(244, 244, 244) 20%, rgb(244, 244, 244) 100%);
}

@media (max-width: 768px) {
  body {
    background: linear-gradient(180deg, rgb(217, 217, 217) 0%, rgb(217, 217, 217) 3%, rgb(244, 244, 244) 9%, rgb(244, 244, 244) 100%);
  }
  body header {
    margin-bottom: 1rem;
  }
}
p strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #72AB00;
  text-transform: uppercase;
  font-family: "Anton";
  line-height: 1.27;
  letter-spacing: 0.4px;
}

h1 {
  font-size: 1.27rem;
  margin: 0 0 1.27rem 0;
}
@media (max-width: 768px) {
  h1 {
    font-size: 1.2rem;
  }
}

h2 {
  font-size: 1.27rem;
  margin: 2rem 0 1.27rem 0;
}
h2:first-child {
  margin-top: 0;
}
@media (max-width: 768px) {
  h2 {
    font-size: 1.2rem;
  }
}

h2.szary-box {
  background-color: #A6A6A6;
  padding: 0.35rem 0.63rem 0.25rem;
  color: white;
  box-shadow: 1px 1px 3px #575757;
}

h3 {
  font-size: 1.27rem;
  margin: 1.5rem 0 1rem 0;
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 1.1rem;
  margin: 1rem 0 0.75rem 0;
}

h5,
h6 {
  font-size: 1rem;
  margin: 0.75rem 0 0.5rem 0;
}

p {
  font-family: "Open Sans Condensed";
  font-weight: 300;
  margin: 0 0 1rem 0;
  line-height: 1.6;
  color: #404040;
}
p:last-child {
  margin-bottom: 0;
}

ul:not(.wp-block-social-links),
ol {
  list-style: none;
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
}
ul:not(.wp-block-social-links) li,
ol li {
  font-family: "Open Sans Condensed";
  font-weight: 300;
  color: #404040;
  line-height: 1.6;
  padding-left: 1.5rem;
  position: relative;
}
ul:not(.wp-block-social-links) li:before,
ol li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #72AB00;
  font-weight: bold;
}

:root :where(.wp-block-list li) {
  margin-top: 0;
}

ol li:before {
  content: "";
}

a {
  font-family: "Open Sans Condensed";
  font-weight: 300;
  color: #72AB00;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  text-decoration: underline;
}

a:focus {
  outline: none; /* usuwa domyślną przerywaną ramkę */
  box-shadow: inset 0 -2px 0 0 #72AB00; /* subtelna linia pod linkiem */
}

footer a {
  color: #404040;
  font-weight: 300;
}

button,
.btn,
.button,
[class*=btn-],
a[class*=btn-] {
  font-family: "Open Sans Condensed";
  font-weight: 300;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background-color: #72AB00;
  color: white;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
button:hover, button:focus,
.btn:hover,
.btn:focus,
.button:hover,
.button:focus,
[class*=btn-]:hover,
[class*=btn-]:focus,
a[class*=btn-]:hover,
a[class*=btn-]:focus {
  background-color: #507800;
  color: white;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

section,
article {
  font-family: "Open Sans Condensed";
  font-weight: 300;
  margin: 0.5rem 0;
}

table {
  font-family: "Open Sans Condensed";
  font-weight: 300;
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
}
table thead {
  color: white;
}
table thead th {
  padding: 1rem;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1rem;
  background-color: #9BBB59;
  border-right: 1px solid #fff;
  border-bottom: 3px solid #fff;
}
table thead:first-child th {
  border-left: 1px solid #fff;
}
table tbody tr {
  transition: background-color 0.2s ease;
}
table tbody tr:hover {
  background-color: #fafafa;
}
table tbody tr td {
  padding: 1rem;
  font-size: 1rem;
  color: #404040;
  background-color: #DEE7D1;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
table tbody tr td a {
  color: inherit;
  text-decoration: none;
}
table tbody tr td:hover a {
  text-decoration: none;
}
table tbody tr:nth-child(even) td {
  background-color: #EFF3EA;
}
table tbody tr td:first-child {
  border-left: 1px solid #fff;
}

code,
pre {
  background-color: #f5f5f5;
  border-radius: 4px;
  font-family: "Courier New", monospace;
  font-size: 0.9rem;
}

code {
  padding: 0.25rem 0.5rem;
  color: #d73a49;
}

pre {
  padding: 1rem;
  overflow-x: auto;
  margin: 1rem 0;
}
pre code {
  background-color: transparent;
  color: #333;
  padding: 0;
}

img.grayscale, .grayscale img {
  filter: grayscale(100%);
}

.wp-block-post-featured-image :where(img) {
  box-shadow: 0 10px 14px rgba(0, 0, 0, 0.1);
}

form input,
form textarea,
form select {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
form input::placeholder,
form textarea::placeholder,
form select::placeholder {
  font-family: inherit;
  font-size: inherit;
  opacity: 1;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
}
form input::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
}
form input[type=checkbox] {
  accent-color: #72AB00; /* zmienia kolor tła zaznaczenia i znaczek */
}
form input[type=submit] {
  background: #72AB00;
  color: #fff;
  border: none;
  font-weight: bold;
  margin: 1rem 0 3px;
  cursor: pointer;
}
form input[type=submit]:hover {
  background: #5A8A00;
}

.logo-i-menu-wrap {
  display: flex;
}
@media screen and (max-width: 768px) {
  .logo-i-menu-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.logo-i-menu-wrap .main-menu-container {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .logo-i-menu-wrap .main-menu-container {
    width: auto;
  }
}
.logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary {
  width: 100%;
}
.logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary #mega-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary #mega-menu-primary {
    display: flex;
    gap: 0.5rem;
  }
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    position: relative;
    flex: 1;
    background-color: #A6A6A6;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 5px 5px 0 5px;
  }
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:hover {
    background-color: #72AB00;
  }
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-family: "Anton";
    font-weight: 400;
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    background-color: transparent;
    font-size: 1.27rem;
    border: 1px dotted;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    letter-spacing: 0.4px;
  }
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background-color: transparent;
  }
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item {
    background-color: #72AB00;
  }
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    background-color: transparent;
  }
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover {
    background-color: transparent;
  }
}
@media only screen and (max-width: 768px) {
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding-left: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    width: min(100%, 500px);
    padding-top: 4rem;
    gap: 6px;
  }
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    left: min(100vw - 50px, 500px);
  }
  .logo-i-menu-wrap .main-menu-container #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close {
    top: 10px;
  }
}

.wpcf7 form .wpcf7-response-output {
  margin: 2px 0.5em 1em;
  font-size: 1.2rem;
  font-weight: 600;
}

.wpcf7 form:not(.invalid) .wpcf7-response-output {
  border: none;
  color: #72AB00;
}

.szkolenie-meta {
  box-sizing: border-box;
  margin-top: clamp(1rem, 5vw, 4rem);
}
.szkolenie-meta .szkolenie-info-section {
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}
.szkolenie-meta .szkolenie-info-section h3 {
  color: #72AB00;
}
.szkolenie-meta .szkolenie-info-section ul li:before {
  color: #72AB00;
}
.szkolenie-meta .szkolenie-wykladowca-section {
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}
.szkolenie-meta .szkolenie-wykladowca-section h2 {
  margin-top: 0;
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-content {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 2rem;
  align-items: start;
}
@media (max-width: 768px) {
  .szkolenie-meta .szkolenie-wykladowca-section .wykladowca-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-image-link {
  display: block;
  text-decoration: none;
  outline: none;
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-image-link:hover .wykladowca-lecturer-name {
  background-color: rgba(114, 171, 0, 0.95);
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-image-link:focus {
  outline: 2px solid #72AB00;
  outline-offset: 2px;
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-image {
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  width: fit-content;
  position: relative;
  aspect-ratio: 2/3;
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-image img {
  width: min(100%, 244px);
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-lecturer-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(90, 138, 0, 0.85);
  color: white;
  padding: 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  transition: background-color 0.2s ease;
  text-transform: uppercase;
  max-height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-info h3 {
  margin-top: 0;
  color: #72AB00;
  font-size: 1.4rem;
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-info .wykladowca-opis {
  color: #555;
  line-height: 1.6;
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-info .wykladowca-opis p {
  margin: 0.75rem 0;
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-info .wykladowca-opis p:first-child {
  margin-top: 0;
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-info .wykladowca-opis p:last-child {
  margin-bottom: 0;
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-info .wykladowca-opis ul {
  margin: 1rem 0 1rem 1.5rem;
}
.szkolenie-meta .szkolenie-wykladowca-section .wykladowca-info .wykladowca-opis strong {
  color: #222;
  font-weight: 700;
}
.szkolenie-meta .szkolenia-details {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .szkolenie-meta .szkolenia-details {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.szkolenie-meta .detail-item {
  padding: 1rem;
}
.szkolenie-meta .detail-item strong {
  display: block;
  font-size: 0.9rem;
  color: #72AB00;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.szkolenie-meta .detail-item span {
  display: block;
  font-size: 1.1rem;
  color: #333;
  font-weight: 600;
  line-height: 1.5;
}
.szkolenie-meta .szkolenie-price-section {
  margin: 2rem 0 0 0;
  padding: 1.5rem;
  background: linear-gradient(135deg, #72AB00 0%, #507800 100%);
  color: white;
  border-radius: 6px;
}
.szkolenie-meta .szkolenie-price-section h3 {
  color: white;
  margin-top: 0;
  font-size: 1.3rem;
}
.szkolenie-meta .szkolenie-price-section ul li {
  color: rgba(255, 255, 255, 0.95);
}
.szkolenie-meta .szkolenie-price-section ul li:before {
  color: rgba(255, 255, 255, 0.8);
}

.page-id-24 #ctrbCounters-1 .ctrbCounters #counter-0 .counter, .page-id-24 #ctrbCounters-1 .ctrbCounters #counter-1 .counter, .page-id-24 #ctrbCounters-1 .ctrbCounters #counter-2 .counter, .page-id-24 #ctrbCounters-1 .ctrbCounters #counter-3 .counter {
  background-color: #A6A6A6;
}
.page-id-24 #ctrbCounters-1 .ctrbCounters .counter {
  width: 100%;
  height: auto;
  padding: 0.5rem;
  border-radius: 14px;
}
.page-id-24 #ctrbCounters-1 .ctrbCounters .counter .counterNumber {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  margin: 0;
}
.page-id-24 #ctrbCounters-1 .ctrbCounters .counter .counterLabel {
  font-size: 0.75rem;
}

/* Styles for szkolenia home list (photo left, content right). */
.szkolenia-home {
  margin: 0 auto 2rem;
}
.szkolenia-home__header h2 {
  color: #7fb800;
  margin: 10px 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.szkolenia-home__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.szkolenia-home .szkolenie-item {
  display: flex;
  color: #fff;
  min-height: 110px;
  gap: 1rem;
}
.szkolenia-home .szkolenie-item__left {
  width: 150px;
  flex-shrink: 0;
  text-decoration: none;
  outline: none;
  display: flex;
  align-items: flex-start;
}
.szkolenia-home .szkolenie-item__left:hover .szkolenie-item__lecturer-name {
  background-color: rgba(114, 171, 0, 0.85);
}
.szkolenia-home .szkolenie-item__left:focus {
  outline: 2px solid #7fb800;
  outline-offset: 2px;
}
.szkolenia-home .szkolenie-item__photo-wrapper {
  width: 100%;
  aspect-ratio: 2/3;
  position: relative;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
  flex-shrink: 0;
}
.szkolenia-home .wykladowca-photo {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: grayscale(100%);
}
.szkolenia-home .szkolenie-item__lecturer-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(90, 138, 0, 0.85);
  color: white;
  padding: 0.5rem;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  transition: background-color 0.2s ease;
  max-height: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.szkolenia-home .szkolenie-item__right {
  flex: 1 1 auto;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #A6A6A6;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1607843137);
}
.szkolenia-home .szkolenie-item:nth-child(even) .szkolenie-item__right {
  background: #7A7A7A;
}
.szkolenia-home .szkolenie-title a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}
.szkolenia-home .szkolenie-date {
  margin-top: 10px;
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.szkolenia-home .szkolenie-more {
  margin-top: 8px;
  margin-left: auto;
  font-size: 13px;
}
.szkolenia-home .szkolenie-more a {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.95;
}
.szkolenia-home .szkolenie-more a:hover {
  text-decoration: underline;
}
@media (max-width: 720px) {
  .szkolenia-home .szkolenie-item {
    flex-direction: row;
    min-height: auto;
  }
  .szkolenia-home .szkolenia-home {
    padding: 12px;
  }
  .szkolenia-home .szkolenie-item__left {
    width: 120px;
  }
  .szkolenia-home .szkolenie-item__lecturer-name {
    font-size: 0.7rem;
    padding: 0.4rem;
  }
  .szkolenia-home .szkolenie-item__right {
    padding: 12px 14px;
  }
  .szkolenia-home .szkolenie-title a {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .szkolenia-home .szkolenie-item {
    flex-direction: row;
    min-height: auto;
  }
  .szkolenia-home .szkolenie-item__left {
    width: 90px;
  }
  .szkolenia-home .szkolenie-item__lecturer-name {
    font-size: 0.65rem;
    padding: 0.3rem;
  }
  .szkolenia-home .szkolenie-item__right {
    padding: 10px 12px;
  }
  .szkolenia-home .szkolenie-title a {
    font-size: 13px;
  }
  .szkolenia-home .szkolenie-date {
    font-size: 12px;
  }
  .szkolenia-home .szkolenie-more {
    font-size: 12px;
  }
}

.szkolenia-container {
  width: 100%;
  overflow-x: auto;
  margin: 2rem 0;
}
@media (max-width: 768px) {
  .szkolenia-container {
    overflow-x: visible;
  }
}

.gray-box-header {
  background-color: #a6a6a6;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.gray-box-header h2 {
  margin: 0;
  color: white;
  border-bottom: none;
  padding-bottom: 0;
}

.szkolenia-table {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.szkolenia-table a {
  text-transform: uppercase;
  font-weight: inherit;
}
.szkolenia-table a.green-link {
  color: #72AB00;
  font-weight: 600;
  font-size: 0.86rem;
}
.szkolenia-table td[data-label=Zgłoszenie] {
  text-align: center;
}
@media (min-width: 769px) {
  .szkolenia-table tbody tr td a:hover {
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .szkolenia-table {
    display: block;
    border: none;
    box-shadow: none;
  }
  .szkolenia-table thead {
    display: none;
  }
  .szkolenia-table tbody {
    display: block;
  }
  .szkolenia-table tbody tr {
    display: grid;
    grid-template-columns: auto 1fr;
    background-color: #fff;
    margin-bottom: 1.7rem;
    padding: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    align-items: flex-start;
  }
  .szkolenia-table tbody tr td {
    display: contents;
  }
  .szkolenia-table tbody tr td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    color: #72AB00;
    text-transform: uppercase;
    font-size: 0.8rem;
    white-space: nowrap;
    padding: 0.75rem 0.75rem 0.75rem 0.75rem;
    height: 100%;
    border-bottom: 1px solid #fdfdfd;
    background-color: #DEE7D1;
    box-sizing: border-box;
  }
  .szkolenia-table tbody tr td:last-child::before {
    border-bottom: none;
  }
  .szkolenia-table tbody tr td span.right-col {
    height: 100%;
    padding: 0.65rem 0.75rem 0.75rem 0;
    text-align: left;
    font-size: 0.9rem;
    border-bottom: 1px solid #fdfdfd;
    background-color: #DEE7D1;
    box-sizing: border-box;
  }
  .szkolenia-table tbody tr td:last-child span {
    border-bottom: none;
  }
  .szkolenia-table tbody tr td[data-label=Zgłoszenie] {
    text-align: left;
  }
  .szkolenia-table tbody tr:nth-child(even) td::before {
    background-color: #EFF3EA;
  }
  .szkolenia-table tbody tr:nth-child(even) td span.right-col {
    background-color: #EFF3EA;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .szkolenia-table {
    font-size: 0.9rem;
  }
  .szkolenia-table thead th {
    padding: 0.75rem;
    font-size: 0.85rem;
  }
  .szkolenia-table tbody td {
    padding: 0.75rem;
    font-size: 0.9rem;
  }
}

.page-top-baner {
  box-shadow: 0px 16px 16px #d2d2d2;
}

.gray-box-header {
  background-color: #f0f0f0;
  padding: 15px 20px;
  margin-bottom: 20px;
  border-left: 5px solid #72AB00;
}
.gray-box-header h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #333;
}

.szkolenie-template-default main {
  margin-block-start: 0;
}

.wykladowcy-container {
  width: 100%;
  margin: 2rem 0;
}

.wykladowcy-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 3rem;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .wykladowcy-grid {
    gap: 1.25rem;
  }
}
@media (max-width: 768px) {
  .wykladowcy-grid {
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .wykladowcy-grid {
    gap: 0.75rem;
    margin-bottom: 1.5rem;
  }
}

.wykladowca-thumbnail {
  position: relative;
  width: 180px;
  cursor: pointer;
  outline: none;
  display: block;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.wykladowca-thumbnail:hover .wykladowca-thumbnail__name {
  background-color: rgba(114, 171, 0, 0.85);
}
@media (max-width: 768px) {
  .wykladowca-thumbnail {
    width: 130px;
  }
}
@media (max-width: 480px) {
  .wykladowca-thumbnail {
    width: min(244px, 100%);
  }
}

.wykladowca-thumbnail__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: grayscale(100%);
}

.wykladowca-thumbnail__placeholder {
  width: 100%;
  height: 150px;
  background: linear-gradient(135deg, #e9ecef 25%, #f8f9fa 25%, #f8f9fa 50%, #e9ecef 50%, #e9ecef 75%, #f8f9fa 75%, #f8f9fa);
  background-size: 20px 20px;
}

.wykladowca-thumbnail__name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(90, 138, 0, 0.85);
  color: white;
  padding: 0.5rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  transition: background-color 0.2s ease;
  max-height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.3px;
}

.formularz-zgl-page-title {
  background: #b5b5b5;
  color: #fff;
  padding: 12px 16px;
  text-transform: uppercase;
  margin: 30px 0 15px;
}

.form-section-title {
  background: #b5b5b5;
  color: #fff;
  padding: 12px 16px;
  text-align: center;
  text-transform: uppercase;
  margin: 30px 0 15px;
}

.form-subsection-title {
  background: #b5b5b5;
  padding: 6px 14px;
  margin: 20px 0 10px;
  color: #fff;
}

.form-row {
  margin-bottom: 15px;
}
.form-row.two-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

input,
select,
textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
}

.participant-box {
  background: #f2f2f2;
  padding: 15px;
  margin-bottom: 15px;
}

.cf7-repeatable-add-group {
  background: transparent;
  border: none;
  font-weight: 600;
  cursor: pointer;
  margin: 10px 0 30px;
  text-transform: uppercase;
}

.wpcf7-field-group-add {
  background: transparent;
  border: none;
  font-weight: 600;
  cursor: pointer;
  margin: 10px 0 30px;
  text-transform: uppercase;
}

.wpcf7-field-group-remove {
  background: transparent;
  border: none;
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.add-participant-btn {
  color: #fff;
  background-color: #b5b5b5;
}
.add-participant-btn:hover {
  background-color: #72AB00;
}

.remove-participant-btn {
  color: rgb(197, 71, 71);
}
.remove-participant-btn:hover {
  color: rgb(197, 71, 71);
  background-color: transparent;
  box-shadow: none;
  text-decoration: underline !important;
}

.form-acceptances {
  display: flex;
  flex-direction: column;
  gap: 12px;
  /* CF7 owija każdą zgodę w <p> */
}
.form-acceptances p {
  margin: 0;
}
.form-acceptances {
  /* reset blokowego layoutu CF7 */
}
.form-acceptances .wpcf7-form-control-wrap,
.form-acceptances .wpcf7-form-control,
.form-acceptances .wpcf7-list-item {
  display: inline;
  margin: 0;
  padding: 0;
}

.form-acceptance-item label {
  display: inline-flex;
  gap: 8px;
  width: auto;
  cursor: pointer;
}
.form-acceptance-item input[type=checkbox] {
  margin: 0;
  padding: 0;
  width: auto;
  min-width: 0;
  flex: 0 0 auto;
}
.form-acceptance-item .wpcf7-list-item-label {
  display: inline;
  line-height: 1.4;
}

.form-submit {
  margin-top: 1rem;
}

.wpcf7-acceptance:not(.optional) .wpcf7-list-item-label::after {
  content: " *";
  color: red;
}

span.wpcf7-form-control-wrap[data-name=training_topic_text] {
  display: none;
}

.wykladowcy-container {
  width: 100%;
  margin: 2rem 0;
}

.wykladowca-profile {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 3rem;
  transition: opacity 0.3s ease;
}
.wykladowca-profile.loading {
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 768px) {
  .wykladowca-profile {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px) {
  .wykladowca-profile {
    padding: 1rem;
    margin-bottom: 1.5rem;
  }
}

.wykladowca-profile__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .wykladowca-profile__inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media (max-width: 480px) {
  .wykladowca-profile__inner {
    gap: 1rem;
  }
}

.wykladowca-profile__photo {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: clamp(200px, 100%, 300px);
  margin: 0 auto;
}
@media (max-width: 768px) {
  .wykladowca-profile__photo {
    max-width: clamp(200px, 100%, 280px);
  }
}

.wykladowca-profile__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: grayscale(100%);
}

.wykladowca-profile__content {
  display: flex;
  flex-direction: column;
}

.wykladowca-profile__title {
  margin: 0 0 1.5rem 0;
  font-size: 1.75rem;
  border-bottom: 3px solid #7fb800;
  padding-bottom: 0.75rem;
}
@media (max-width: 768px) {
  .wykladowca-profile__title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 480px) {
  .wykladowca-profile__title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}

.wykladowca-profile__bio {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  text-align: justify;
}
.wykladowca-profile__bio p {
  margin: 0 0 1rem 0;
}
.wykladowca-profile__bio p:last-child {
  margin-bottom: 0;
}
.wykladowca-profile__bio a {
  color: #7fb800;
  text-decoration: none;
}
.wykladowca-profile__bio a:hover {
  text-decoration: underline;
}
.wykladowca-profile__bio strong {
  color: #222;
  font-weight: 700;
}
@media (max-width: 768px) {
  .wykladowca-profile__bio {
    font-size: 0.9rem;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .wykladowca-profile__bio {
    font-size: 0.85rem;
  }
}

.wykladowca-trainings {
  transition: opacity 0.3s ease;
}
.wykladowca-trainings.loading {
  opacity: 0.6;
  pointer-events: none;
}

.t-nowrap {
  white-space: nowrap;
}

.obraz-i-podpis {
  position: relative;
  max-width: 190px;
}
.obraz-i-podpis .podpis-obrazu-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(90, 138, 0, 0.85);
  padding: 8px 10px;
}
.obraz-i-podpis .podpis-obrazu-wrap p.podpis-obrazu {
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

ul.filebird-block-filebird-gallery.galeria-klienci {
  margin-top: 1rem !important;
  gap: 0.5rem;
}
ul.filebird-block-filebird-gallery.galeria-klienci li.blocks-gallery-item {
  margin: 0 !important;
  padding: 0;
}
ul.filebird-block-filebird-gallery.galeria-klienci li.blocks-gallery-item::before {
  content: none;
}

.t-nowrap {
  white-space: nowrap;
}

.text-center {
  text-align: center;
}

@media (max-width: 480px) {
  .wp-block-site-logo img {
    max-width: 200px;
  }
}

/*# sourceMappingURL=front.css.map */
