/*
Theme Name: Psychosystem
Template: twentytwentyfive
Description: Motyw potomny Twenty Twenty-Five odwzorowujący dotychczasowy wygląd psychosystem.pl.
Version: 1.0.4
Requires PHP: 8.1
Text Domain: psychosystem
*/

.ps-header { border-bottom: 1px solid #ededed; }
.ps-header .wp-block-navigation { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0; white-space: nowrap; }
.ps-header .wp-block-navigation a:hover,
.ps-header .wp-block-navigation .current-menu-item > a { color: var(--wp--preset--color--accent-1); }
.ps-header .wp-block-site-logo img { height: auto; }

.ps-checklist { list-style: none; padding-left: 0; }
.ps-checklist li { position: relative; padding-left: 1.6em; margin-bottom: .55em; font-size: 15px; font-weight: 700; }
.ps-checklist li::before { content: "✔"; position: absolute; left: 0; color: var(--wp--preset--color--accent-1); }

.ps-team img { border-radius: 50%; aspect-ratio: 1 / 1; object-fit: cover; width: min(150px, 100%) !important; height: auto !important; box-shadow: 0 2px 8px rgba(0,0,0,.2); }
.ps-team.wp-block-columns { flex-wrap: wrap !important; row-gap: 32px; justify-content: center; }
.ps-team--4 > .wp-block-column { flex: 0 0 calc(25% - 15px) !important; }
.ps-team--5 > .wp-block-column { flex: 0 0 calc(20% - 16px) !important; }
.ps-team .wp-block-column { text-align: center; }
.ps-team p { margin: .2em 0; font-size: 13px; line-height: 1.4; }
.ps-team a { color: inherit; text-decoration: none; }

.ps-news .wp-block-post { background: #f7f7f7; }
.ps-news .wp-block-post-title a { text-decoration: none; }

.wp-block-button__link { font-size: 13px; font-weight: 700; }
.ps-social { position: fixed; right: 0; top: 0; display: flex; flex-direction: column; z-index: 50; }
.ps-social a { display: block; width: 26px; height: 26px; background: #3b5998; color: #fff; text-align: center; line-height: 26px; font-size: 13px; text-decoration: none; }
.ps-social a + a { background: #3f729b; }

@media (max-width: 781px) {
  .ps-team.wp-block-columns > .wp-block-column { flex: 0 0 calc(50% - 10px) !important; }
  .ps-team img { width: 130px !important; }
}

/* Slider na stronie głównej */
.ps-slider { position: relative; overflow: hidden; }
.ps-slider > .ps-slide { display: none; margin: 0 !important; }
.ps-slider > .ps-slide.is-active { display: flex; animation: ps-fade .8s ease; }
.ps-slider:not(:has(.is-active)) > .ps-slide:first-child { display: flex; }
.ps-slide .wp-block-cover__inner-container { width: 100%; }
.ps-slide .wp-block-cover__inner-container p { background: rgba(104, 189, 69, .85); color: #fff; margin: 0 -1em -1em; padding: .35em 1em; }
.ps-slide .wp-block-cover__inner-container a { color: #fff; text-decoration: none; }
.ps-slider button { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 48px; border: 0; background: #68bd45; color: #fff; font-size: 28px; line-height: 1; cursor: pointer; z-index: 2; }
.ps-slider__prev { left: 0; }
.ps-slider__next { right: 0; }
@keyframes ps-fade { from { opacity: .3; } to { opacity: 1; } }
@media (max-width: 781px) { .ps-slide { min-height: 260px !important; } }
