/*
Theme Name: Getfort
Theme URI: /
Author: Luk Studio
Author URI: https://samatix.pl
Tested up to: 6.2
Version: 1.1
*/


/*owl kazruzela dla aktualnosc*/

.latest-post-banner {
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
}

.latest-post-banner img {
    width: 100%;
    height: auto;
    max-height: 250px;
    object-fit: cover;
}

.latest-post-banner .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*    width: 100%;*/
    background: rgba(0, 0, 0, 0.5); /* Półprzezroczysta nakładka */
    padding: 10px;
}

.latest-post-banner h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 1.5rem;
}

.latest-post-banner p {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.2;
    max-height: 60px; /* Ograniczenie wysokości zajawki */
    overflow: hidden;
    text-overflow: ellipsis;
}

.owl-item .item {
    text-align: center;
    padding: 10px;
}

.owl-item .item img {
    width: 254px;
    height: 150px;
    object-fit: cover;
}

.owl-item .item h4 {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.owl-item .item a {
    text-decoration: none;
    display: block;
}