/* ============================================================
   CATEGORY — Strony kategorii: breadcrumb, heading, siatka,
               karty newsów, paginacja
   ============================================================ */

/* --- BREADCRUMB ------------------------------------------- */
.cat-breadcrumb {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.cat-breadcrumb__item {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    color: #777;
}

.cat-breadcrumb__item + .cat-breadcrumb__item::before {
    content: '›';
    margin: 0 5px;
    color: #bbb;
    line-height: 1;
}

.cat-breadcrumb__link {
    color: #1b3380;
    text-decoration: none;
    transition: color 0.15s;
    font-weight: 400;
}

.cat-breadcrumb__link:hover {
    color: #606060;
    text-decoration: underline;
}

.cat-breadcrumb__item--active {
    color: #585858;
    font-weight: 400;
}

/* --- NAGŁÓWEK KATEGORII ----------------------------------- */
.cat-heading {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    color: #1b3380;
    font-family: 'Roboto', Arial, sans-serif;
    text-decoration: none;
    margin: 0 0 1rem 0;
    line-height: 1.1;
    padding-bottom: 0;
    border-bottom: 0;
}

/* --- OPIS KATEGORII (API description: gora/dol) ---------- */
.category-description {
    color: #2a2a2a;
    font-size: 1rem;
    line-height: 1.6;
}

.category-description p {
    margin: 0 0 0.85rem;
}

.category-description p:last-child {
    margin-bottom: 0;
}

.category-description img {
    max-width: 100%;
    height: auto;
}

.category-description a {
    color: #1b3380;
}

.category-description a:hover {
    color: #003f8a;
}

/* --- PROFIL AUTORA (widok /autor/*) ---------------------- */
.author-profile {
    padding-bottom: 24px;
    margin-bottom: 28px;
  
    background: #f5f5f5;
    clear: both;
    padding: 15px;
    overflow: hidden;
    position: relative;

}
@media (max-width: 479px) {
    .author-profile {
        padding-bottom: 50px;
    }
}
.author-profile #background {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 55px;
    font-weight: 700;
    overflow: hidden;
    line-height: 40px;
}
.author-profile__role {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1b3380;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.author-profile__body {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.author-profile__photo-wrap {
    flex: 0 0 240px;
    width: 240px;
}

.author-profile__photo {
    width: 240px;
    height: 240px;
    object-fit: cover;
    border-radius: 2px;
    display: block;
}

.author-profile__info {
    flex: 1;
    min-width: 0;
}

.author-profile__name {
    margin-bottom: 12px;
}

.author-profile__description {
    font-size: 15px;
    line-height: 23px;
    color: #313030;
    margin: 0;
}

.author-profile__description p {
    margin: 0 0 0.85rem;
}

.author-profile__description p:last-child {
    margin-bottom: 0;
}

.author-profile__description a {
    color: #1b3380;
}

.author-profile__description a:hover {
    color: #003f8a;
}

.author-profile__description img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 575px) {
    .author-profile__body {
        flex-direction: column;
    }

    .author-profile__photo-wrap {
        flex: none;
        width: 100%;
    }

    .author-profile__photo {
        width: 100%;
        height: 100%;
    }
}

/* --- NEWS GRID -------------------------------------------- */
.cat-grid {
    margin-top: 0.25rem;
}

.cat-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.cat-card__img-wrap {
    display: block;
    overflow: hidden;
}

.cat-card__img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
    transition: transform 0.25s ease;
}

.cat-card__img-wrap:hover .cat-card__img {
    transform: scale(1.03);
}

.cat-card__img-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #e9ecef;
}

.cat-card__body {
    padding-top: 8px;
    flex: 1;
}

.cat-card__date {
    display: block;
    font-size: 0.75rem;
    color: #585858;
    margin-bottom: 5px;
    font-weight: 400;
}

.cat-card__title {
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0;
}

.cat-card__title-link {
    color: #333 !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    text-decoration: none;
}

.cat-card__title-link:hover {
    color: #003f8a;
}

.cat-ad-placeholder {
    --bs-bg-opacity: 1;
    height: 200px;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    border: 1px dashed #c8c8c8;
    color: #6f6f6f;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
    .cat-grid .col-6 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* --- PAGER ------------------------------------------------ */
.pagination {
    margin-bottom: 50px;
    clear: both;
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-family: Roboto, sans-serif;
    overflow: hidden;
    padding-top: 20px;
}

.pagination h4 {
    display: none;
}

.pagination ul {
    margin: 0 auto 0 auto;
    padding: 0;
    display: inline-block;
    float: none;
    position: static;
    width: auto;
}

.pagination li {
    position: relative;
    float: left;
    list-style-type: none;
}

.pagination ul .next {
    float: right;
    left: 0%;
}

.pagination ul .prev {
    float: left;
    left: 0%;
}

.pagination li.pr-last {
    display: none;
}

.pagination ul li a {
    background-color: #ffffff;
    color: #333;
    text-decoration: none;
}

.pagination ul li.disable {
    display: none;
}

.pagination li span {
    display: block;
    padding: 8px 4px;
    font-size: 22px;
    color: #1b3380;
    line-height: 50px;
}

.pagination .next span,
.pagination .prev span {
    display: none;
}

.pagination .prev a:before {
    content: "\2039";
    width: inherit;
    height: inherit;
    display: block;
    position: absolute;
    top: 0px;
    left: 0%;
}

.pagination .next a:before {
    content: "\203A";
    width: inherit;
    height: inherit;
    display: block;
    position: absolute;
    top: 0px;
    left: 0%;
}

.pagination .next a,
.pagination .prev a {
    color: #348bea;
    background-color: #f0f0f0;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    position: relative;
    padding: 0 !important;
    line-height: 60px;
    font-size: 50px;
    font-weight: 300;
}

.pagination .prev a:hover,
.pagination .next a:hover {
    text-decoration: none;
    color: #348bea;
    background-color: #f0f0f0;
}

.pagination a,
.pagination .current,
.pagination .inactive {
    display: block;
    float: left;
    margin: 0 1px 0 1px;
    text-align: center;
}

.pagination a {
    background-color: #ffffff;
}

.pagination .current,
.pagination .inactive {
    border-color: #ffffff;
}

.pagination .current {
    font-weight: bold;
}

.pagination .prev a {
    padding: 0 2px 0 12px;
    margin-right: 20px;
}

.pagination .next a {
    padding: 0 12px 0 2px;
    margin-left: 20px;
}

.pagination a:hover {
    background-color: #fff;
    text-decoration: underline;
    color: #1b3380 !important;
}

.totalItems {
    clear: both;
    position: relative;
    top: 0;
    right: 0;
    float: left;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

@media (max-width: 480px) {
    .pagination li.prev span,
    .pagination li.next span {
        display: none !important;
    }

    .pagination li {
        left: 0px !important;
    }

    .pagination .next a,
    .pagination .prev a {
        color: #348bea;
        background-color: #f0f0f0;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        position: relative;
        padding: 0 !important;
        line-height: 40px;
        font-size: 40px;
        font-weight: 300;
    }

    .pagination li span {
        font-size: 18px;
        line-height: 30px;
    }
}

/* --- HOTLINE SUBMIT PAGE ---------------------------------- */
.hotline-submit-frame {
    width: 100%;
    min-height: 1200px;
    border: 0;
    background: #fff;
}

/* --- TAGS PAGES ------------------------------------------ */
.tags-page .letters-menu .base-title {
    padding-top: 0;
    color: #1b3380;
    margin-bottom: 25px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
    font-size: 26px;
    line-height: 24px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 10px;
}

.tags-page .letters-menu .letters-menu-list {
    list-style: none;
    margin: 0 0 30px;
    background-color: #f0f0f0;
    padding: 10px 10px 10px 20px;
}

.tags-page .letters-menu .letters-menu-list-el {
    display: inline-block;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 31px;
    text-align: center;
    margin: 0 2px 2px 0;
}

.tags-page .letters-menu .letters-menu-list-el > a {
    color: #1e1f23;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 26px;
    border: 3px solid transparent;
    text-decoration: none;
}

.tags-page .letters-menu .letters-menu-list-el > a:hover {
    color: #e73910;
}

.tags-page .letters-menu .letters-menu-list-el.selected > a {
    color: #e73910;
    border-color: #e73910;
}

.tags-page .letters-menu .letters-menu-list-el > a:focus-visible,
.tags-page .tag-list__link:focus-visible {
    outline: 2px solid #1b3380;
    outline-offset: 2px;
}

.tags-page .tags {
    margin-top: 20px;
}

.tags-page .tags .tags-cloud-title,
.tags-page .tags .tag-summary-title {
    line-height: 20px;
    font-size: 17.5px;
    font-family: Roboto, Arial, sans-serif;
}

.tags-page .tags .tags-cloud-title {
    text-transform: uppercase;
    margin-bottom: 17px;
}

.tags-page .tags .tags-clouds {
    padding-top: 20px;
    margin-top: 10px;
    border-top: 3px solid #ebf0f0;
}

.tags-page .tags .tags-cloud-recent .tags-cloud-list .tags-cloud-el {
    color: #9a9da1;
}

.tags-page .tags .tags-cloud-list {
    font-size: 0;
}

.tags-page .tags .tags-cloud-list .tags-cloud-el {
    white-space: nowrap;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: -1px;
    color: #1e1f23;
    line-height: 33px;
    padding: 5px 0 5px 0;
    margin-right: 10px;
    text-decoration: none;
}

.tags-page .tags .tags-cloud-list .tags-cloud-el:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 13px;
    margin: 0 5px;
    position: relative;
    top: 2px;
    background-color: #f0f0f0;
}

.tags-page .tags .tags-cloud-list .tags-cloud-el:hover {
    color: #e73910;
}

.tags-page .tags .tags-cloud-list .tags-cloud-el:last-child:after {
    display: none;
}

.tags-page .tags .tags-cloud-popular {
    margin: 20px 0 0 0;
    border-top: 3px solid #f0f0f0;
    padding-top: 20px;
}

.tags-page .tags .tags-cloud-list .tags-cloud-el.t1 {
    font-size: 14px;
}

.tags-page .tags .tags-cloud-list .tags-cloud-el.t2 {
    font-size: 16px;
}

.tags-page .tags .tags-cloud-list .tags-cloud-el.t3 {
    font-size: 18px;
}

.tags-page .tags .tags-cloud-list .tags-cloud-el.t4 {
    font-size: 20px;
}

.tags-page .tags .tags-cloud-list .tags-cloud-el.t5 {
    font-size: 22px;
}

.tags-page .tags-group.is-letter {
    clear: both;
    width: 100%;
    font-size: 14px;
    float: left;
    margin-top: 15px;
}

.tags-page .letter-tags {
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
}

.tags-page .letter-tags li {
    float: left;
    width: 48%;
    font-size: 10px;
    clear: left;
    padding: 9px 0 8px 0;
}

.tags-page .letter-tags li:nth-child(2n) {
    float: right;
    clear: right;
}

.tags-page .letter-tags li > a {
    font-family: Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -1px;
    color: #1e1f23;
    line-height: 16px;
    padding: 5px 0 5px 0;
    margin-right: 10px;
    text-decoration: none;
    display: inline-block;
}

.tags-page .letter-tags li > a:hover {
    color: #e73910;
}

.tags-page .tag-list__empty {
    background: #f7f9fc;
    border: 1px solid #e2e7f0;
    border-radius: 8px;
    padding: 12px 14px;
}

.tag-show-more__link {
    color: #e73910;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
}

.tag-show-more__link:hover {
    color: #990b4f;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .tags-page .letters-menu .base-title {
        font-size: 22px;
        line-height: 22px;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }

    .tags-page .letters-menu .letters-menu-list {
        margin-bottom: 20px;
        padding: 10px;
    }

    .tags-page .letters-menu .letters-menu-list-el {
        font-size: 16px;
        line-height: 28px;
    }

    .tags-page .tags .tags-clouds {
        padding-top: 20px;
        margin-top: 10px;
        border-top: 3px solid #ebf0f0;
    }

    .tags-page .tags .tags-cloud-list .tags-cloud-el {
        line-height: 31px;
    }

    .tags-page .letter-tags li,
    .tags-page .letter-tags li:nth-child(2n) {
        float: none;
        clear: both;
        width: 100%;
    }
}

.category-description {
    margin-bottom: 40px;
    background: #f5f5f5;
    clear: both;
    padding: 15px;
    overflow: hidden;
}
.dol-opis b {
    width: 100%;
    display: block;
    margin: 10px 0;
}

.tag-detail-page .tags-menu,
.tag-detail-page .tags-menu li,
.tag-detail-page .tags .tag-summary-title {
    font-family: Roboto, Arial, sans-serif;
    line-height: 20px;
    font-size: 17.5px;
}

.tag-detail-page .tag-navigation {
    margin-bottom: 20px;
}

.tag-detail-page .tags-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tag-detail-page .tags-menu::before {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    margin: 0 0 25px;
    border-top: 3px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.tag-detail-page .tags-menu > li {
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #1e1f23;
}

.tag-detail-page .tags-menu > li .count {
    color: #9a9da1;
    font-family: OpenSans, Arial, sans-serif;
    font-size: 12px;
}

.tag-detail-page .tags-menu > li.selected,
.tag-detail-page .tags-menu > li.selected > a,
.tag-detail-page .tags-menu > li > a:hover {
    color: #e73910;
}

.tag-detail-page .tags .tag-summary-title {
    text-transform: uppercase;
    margin: 0 0 17px;
}

.tag-detail-page .tags .list-box {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #ebf0f0;
}

.tag-detail-page .tags .list-box.is-article .elementTagsList::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: #2f3036;
    margin: 4px 0 14px;
}

.tag-detail-page .tag-elements {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag-detail-page .tags .list-box .element {
    margin: 0 0 20px;
}

.tag-detail-page .tags .list-box .element .thumbnail {
    width: 100%;
    height: auto;
    text-align: left;
}

.tag-detail-page .tags .list-box .element .thumbnail img {
    width: 100%;
    height: auto;
}

.tag-detail-page .tags .list-box .element .title {
    margin: 0 0 5px;
}

.tag-detail-page .tags .list-box .element .title > a {
    font-family: Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #1e1f23;
    line-height: 20px;
    padding: 5px 0;
    margin-right: 10px;
}

.tag-detail-page .tags .list-box .element .title > a:hover {
    color: #e73910;
}

.tag-detail-page .tags .list-box .details {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tag-detail-page .tags .list-box .element .date {
    font-family: OpenSansB, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    color: #9a9da1;
}

.tag-detail-page .tags .list-box .element .description {
    margin: 15px 0 10px;
    font-family: OpenSans, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #1e1f23;
    position: relative;
    padding-right: 18px;
}

.tag-detail-page .tags .list-box .element .description .see-more {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
}

.tag-detail-page .tags .list-box .element .elementTagsList {
    font-family: OpenSansB, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    color: #9a9da1;
}

.tag-detail-page .tags .list-box .element .elementTagsList a {
    color: #9a9da1;
}

.tag-detail-page .tags .list-box .element .elementTagsList a:hover {
    color: #e73910;
}

.tag-detail-page .tags .list-box .element .elementTagsList .elementTagListCurrentTag {
    color: #2f3036;
}

.tag-detail-page .tags .list-box > .see-more {
    text-align: right;
}

.tag-detail-page .tags .list-box > .see-more a {
    color: #e73910;
    font-size: 14px;
    font-family: OpenSansB, Arial, sans-serif;
}

.tag-detail-page .tags .list-box > .see-more a:hover {
    color: #990b4f;
}

@media (max-width: 767.98px) {
    .tag-detail-page .tags .tag-summary-title {
        margin-top: 10px;
    }

    .tag-detail-page .tags-menu::before {
        margin-bottom: 15px;
    }
}

/* --- GORĄCA LINIA INFO BOX -------------------------------- */
.gl-info-box {
    border: 0;
    background: #a62c1c;
    color: #fff;
    margin: 0 0 25px;
    overflow: hidden;
}

.hot_top_wrapper .HotCont {
    background: #a62c1c;
    display: block;
    padding: 50px 0 30px 0;
    margin-bottom: 25px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.hot_top_wrapper .HotLineBoxPhoto {
	width: 40%;
	height: auto;
}

.hot_top_wrapper .HotLineBoxTitle {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

.hot_top_wrapper a,
.hot_top_wrapper .tel {

	color: #fff !important;
	font-weight: 900 !important;
	text-align: center !important;
	line-height: 26px !important;
	font-size: 20px !important;

}

.hot_top_wrapper .HotNapis {
	font-size: 27px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	padding: 0px 30px 50px 30px;
	text-align: left;

}

.hot_top_wrapper .hotlineOpis {
	float: left;
	margin-top: -30px;
	color: #fff;
	padding: 0 30px 50px 30px;
	text-align: left;
}

.hot_top_wrapper .small-opis {
	float: left;
	font-size: 14px;
	color: #fff;
	padding: 30px 30px 0px 30px;
	text-align: left;
}

.hot_top_wrapper .small-opis a {
	font-size: 14px !important;
}

#przeslij-info {
    padding: 30px 20px;
    background-color: #a62c1c;
    margin-bottom: 0px;
}
#przeslij-info.headline h2 {
    font-size: 27px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
}
#przeslij-info.headline p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}