/*
Theme Name: Astra Child
Template: astra
*/

/* ----- ZDJĘCIE WYRÓŻNIAJĄCE NA CAŁĄ SZEROKOŚĆ ----- */
.wp-block-group.img-title-overlay {
    width: 100vw !important;
    max-width: 100vw !important;
    position: relative !important;
    left: 50%;
    right: 50%;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    overflow: hidden !important;
    box-sizing: border-box;
}

.img-title-overlay figure,
.img-title-overlay img {
    width: 100vw !important;
    max-width: 100vw !important;
    min-width: 100vw !important;
    height: 550px !important;
    object-fit: cover !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: block !important;
}

/* ----- OVERLAY Z TYTUŁEM ----- */
.wp-block-group.img-title-overlay > .wp-block-post-title {
    position: absolute !important;
    top: 30% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #fff !important;
    padding: 0.7em 1.7em !important;
    border-radius: 18px !important;
    font-size: 2.5rem !important;
    text-align: center !important;
    width: 80vw !important;
    max-width: 1200px !important;
    z-index: 10 !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
}

/* ------ PRZYCISK CZYTAJ DALEJ------ */
.wp-block-post-excerpt,
.wp-block-post-excerpt__excerpt {
    text-align: center !important;
}

.wp-block-post-excerpt a,
a.wp-block-post-excerpt__more-link,
a.czytaj-dalej {
    display: inline-block !important;
    background: #a7d6d2 !important;
    color: #fff !important;
    padding: 0.6em 2.5em !important;
    font-size: 1.25rem !important;
    font-family: inherit !important;
    border-radius: 50px !important;
    border: none !important;
    margin: 1.2em auto 0 auto !important;
    text-align: center !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    box-shadow: 0 1px 8px rgba(0,0,0,0.06) !important;
    transition: background 0.2s, box-shadow 0.2s !important;
}

.entry-content .wp-audio-shortcode, .entry-content .wp-embedded-audio, .entry-content .wp-embedded-video, .entry-content .wp-video, .entry-content p {
margin-top: 30px!important;
margin-bottom: 50!important;
}
.ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
margin-bottom: 50px !important;
}

.wp-block-post-excerpt a:hover,
a.wp-block-post-excerpt__more-link:hover,
a.czytaj-dalej:hover {
    background: #8fc3be !important;
    color: #fff !important;
    box-shadow: 0 2px 14px rgba(0,0,0,0.13) !important;
}

/* ------------RESPONSYWNOŚĆ -------- */
@media (max-width: 900px) {
    .wp-block-group.img-title-overlay > .wp-block-post-title {
        font-size: 1.4rem !important;
        padding: 0.7em 1em !important;
        width: 94vw !important;
    }
    .img-title-overlay figure,
    .img-title-overlay img {
        height: 420px !important;
    }
}
@media (max-width: 600px) {
    .wp-block-group.img-title-overlay > .wp-block-post-title {
        font-size: 1.1rem !important;
        padding: 0.6em 0.5em !important;
        width: 98vw !important;
    }
    .img-title-overlay figure,
    .img-title-overlay img {
        height: 300px !important; 
        min-height: 220px !important;
        max-height: 360px !important;
    }
}

.entry-content ul, .entry-content ol {
    padding-left: 0 !important;
}


