/*
Theme Name: Zdrowieprokreacyjne2
Author: Ty
Version: 1.0
*/

/* Lista */

.akt-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

/* Karta */

.akt-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* Obrazek */

.akt-thumb {
    flex: 0 0 33%;
    display: block;
}

.akt-thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

/* Treść */

.akt-content {
    flex: 1;
    display: flex;
    flex-direction: column;
}


.akt-more {
    margin-top: auto;
    text-align: right;
    padding-top: 15px;
}

.akt-more a {
    text-decoration: none;
    font-weight: 600;
}

.akt-more a:hover {
    text-decoration: underline;
}

.akt-title {
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.akt-title a {
    text-decoration: none;
}

.akt-meta {
    text-align: right;
    margin: 10px 0 15px;
    font-size: 0.9em;
    color: #666;
}


.akt-excerpt {
    line-height: 1.6;
    text-align: justify;
}

/* Mobile */

@media (max-width: 768px) {

    .akt-grid {
        grid-template-columns: 1fr;
    }

    .akt-card {
        flex-direction: column;
    }

    .akt-thumb {
        flex: none;
    }

    .akt-thumb img {
        height: 250px;
    }
}

.akt-date {
    font-size: 13px;
    color: #777;
}

.akt-pagination {
    margin-top: 30px;
    text-align: center;
}

.akt-pagination a,
.akt-pagination span {
    margin: 0 5px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}


.post-title {
    text-align: center;
    margin-bottom: 30px;
}

.post-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

/* tekst = 70% */
.post-content {
    flex: 7;
}

/* obrazek = 30% */
.post-image {
    flex: 3;
}

.post-image img {
    width: 100%;
    height: auto;
    display: block;
}

/* mobile fallback */
@media (max-width: 768px) {
    .post-layout {
        flex-direction: column;
    }

    .post-image {
        order: -1;
    }
}


/* wydarzenia swiper */
.wyd-slider {
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(300px, 1fr)
    );
    gap: 20px;
}

.wydarzenia-swiper .swiper-slide {
    height: auto;
    display: flex;
}

.wydarzenia-swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.wyd-card {
    display: flex;
    flex: 1;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
}

.wyd-thumb {
    flex: 0 0 33%;
}

.wyd-thumb img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.wyd-title {
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.wyd-content {
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
}

.wyd-content h3 {
    margin: 0;
}

.wyd-more {
    margin-top: auto;
    text-align: right;
}

.wyd-more a::after {
    content: " →";
}
