.gizy_news_list {
    margin-top: 20px;
}

.gizy_news_item {
    border-top: 1px solid #333;
    padding: 15px 0;
}

.gizy_news_item:first-child {
    border-top: none;
}

.gizy_news_item_header {
    margin-bottom: 8px;
}

.gizy_news_title {
    margin: 0;
    font-size: 1.6em;
}

.gizy_news_title_link {
    color: #fff;
    text-decoration: none;
}

.gizy_news_title_link:hover {
    text-decoration: underline;
}

.gizy_news_date {
    display: block;
    font-size: 0.9em;
    color: #666;
}

.gizy_news_excerpt {
    margin: 8px 0;
    color: #ccc;
}

.gizy_news_content {
    margin-top: 10px;
}

.gizy_news_footer {
    margin-top: 10px;
}

.gizy_news_readmore {
    color: #12b3a8;
    text-transform: uppercase;
    font-size: 0.9em;
    text-decoration: none;
}

.gizy_news_readmore:hover {
    text-decoration: underline;
}

.gizy_news_image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}





/* ==========================
   Gutenberg – wyrównanie tekstu
   ========================== */

.wp-content .has-text-align-center {
    text-align: center;
}

.wp-content .has-text-align-left {
    text-align: left;
}

.wp-content .has-text-align-right {
    text-align: right;
}

.wp-content .has-text-align-justify {
    text-align: justify;
}

/* ==========================
   Gutenberg – kolory tekstu
   ========================== */

.wp-content .has-white-color {
    color: #ffffff!important;
}

.wp-content .has-luminous-vivid-orange-color {
    color: #ff6900!important;
}

.wp-content .has-luminous-vivid-amber-color {
    color: #fcb900!important;
}

/* ==========================
   Gutenberg – linki
   ========================== */

.wp-content .has-link-color a {
    color: inherit;
    text-decoration: underline;
}

.wp-content .has-link-color a:hover {
    text-decoration: none;
}

/* ==========================
   Gutenberg – rozmiary czcionek
   ========================== */

.wp-content .has-small-font-size {
    font-size: 0.85em;
}

.wp-content .has-medium-font-size {
    font-size: 1.1em;
}

.wp-content .has-large-font-size {
    font-size: 1.4em;
    line-height: 1.4;
}

.wp-content .has-x-large-font-size {
    font-size: 2.8em;
    line-height: 1.3;
}

/* ==========================
   Gutenberg – klasy hashowane
   ========================== */

.wp-content [class^="wp-elements-"],
.wp-content [class*=" wp-elements-"] {
    color: inherit;
}

.wp-content [class^="wp-elements-"] a,
.wp-content [class*=" wp-elements-"] a {
    color: inherit;
    text-decoration: underline;
}

.wp-content [class^="wp-elements-"] a:hover,
.wp-content [class*=" wp-elements-"] a:hover {
    text-decoration: none;
}

/* ==========================
   Gutenberg – akapity
   ========================== */

.wp-content p {
    margin: 0 0 0.8em 0;
}

.wp-content .has-gray-divider {
    position: relative;
    padding-bottom: 6px;
}

.wp-content .has-gray-divider::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #999999;
}