/* Hírek oldal */
.view-hirek {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 100px 20px;
}

.view-hirek .view-content {
    display: flex;
    justify-content: center;
    gap: 20px;
    height: 100%;
}

.view-hirek .view-content .hir-page-list-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: calc(25% - 20px);
    padding: 0;
}

.view-hirek .view-content .hir-page-list-item article {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(42, 42, 42, 0.25);
    background: #FBFBFB;
    box-shadow: 0px 4px 4px 0px rgba(42, 42, 42, 0.25);
}

.view-hirek .view-content .hir-page-list-item article .node__content {
    position: relative;
    height: 100%;
    margin: 0;
}

.view-hirek .view-content .hir-page-list-item .image-date-wrapper {
    position: relative;
    display: flex;
}

.view-hirek .view-content .hir-page-list-item .field--name-field-media-image {
    margin: 0;
}

.view-hirek .view-content .hir-page-list-item .field--name-field-kep,
.view-hirek .view-content .hir-page-list-item .field--name-field-kep img {
    margin: 0;
    width: 100%;
}

.view-hirek .view-content .hir-page-list-item .field--name-field-kepen-megjeleno-datum {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.46);
    color: #FFF;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 40px;
}

.view-hirek .view-content .hir-page-list-item .title-link {
    display: block;
    color: #005CA1;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin: 20px 20px 10px 20px;
    text-decoration: none!important;
}

.view-hirek .view-content .hir-page-list-item .field--name-field-rovid-tartalom{
    color: #2A2A2A;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 20px 20px 10px 20px;
    margin-bottom: 60px;
}

.view-hirek .view-content .hir-page-list-item .inline__links {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.view-hirek .view-content .hir-page-list-item .field--name-field-ikon {
    margin: 0;
    max-width: 60%;
}

.view-hirek .view-content .hir-page-list-item .field--name-field-ikon .field--name-field-media-image img {
    margin: 0;
}

.view-hirek .view-content .hir-page-list-item .nav-link {
    display: flex;
    align-items: center;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding-right: 15px;
}

.view-hirek .view-content .hir-page-list-item .nav-link a {
    text-decoration: none;
    color: #005CA1;
}

.view-hirek .view-content .hir-page-list-item .nav-link a:hover {
    color: #0a58ca;
}

.view-hirek .more-link {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.view-hirek .more-link a {
    padding: 17px 34px;
    background: #005CA1;
    box-shadow: 0px 4px 4px 0px rgba(42, 42, 42, 0.15);
    color: #FFF;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.view-hirek .more-link a:hover {
    background: #0a58ca;
}

@media (max-width: 1100px) {
    .view-hirek .view-content .hir-page-list-item {
        max-width: calc(33% - 20px);
    }
}
@media (max-width: 840px) {
    .view-hirek .view-content .hir-page-list-item {
        max-width: calc(50% - 20px);
    }
}
@media (max-width: 550px) {
    .view-hirek .view-content .hir-page-list-item {
        max-width: calc(100% - 20px);
    }
}

/* Hír oldal */
.patka-node-hir {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 100px 20px;
}

.patka-node-hir .node__content {
    border: 1px solid rgba(42, 42, 42, 0.25);
    background: #FBFBFB;
    box-shadow: 0px 4px 4px 0px rgba(42, 42, 42, 0.25);
    margin-top: 0;
}

.patka-node-hir .title-wrapper {
    padding-left: 0;
    max-width: 1280px;
    margin: 30px auto 40px auto;
}

.patka-node-hir .title-wrapper h2 {
    color: #005CA1;
    font-family: "Public Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.patka-node-hir .image-date-wrapper {
    position: relative;
    display: flex;
}

.patka-node-hir .field--name-field-media-image {
    margin: 0;
}

.patka-node-hir .field--name-field-kep,
.patka-node-hir .field--name-field-kep img {
    margin: 0;
    width: 100%;
}

.patka-node-hir .date-text-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.46);
    padding: 10px 40px;
}

.patka-node-hir .field--name-field-kepen-megjeleno-datum {
    color: #FFF;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    text-align: right;
}

.patka-node-hir .field--name-field-media-image {
    float: none!important;
}

.patka-node-hir .field--name-field-media-image img {
    width: 100%;
}

.patka-node-hir .field--name-field-kepen-megjeleno-szoveg {
    color: #FFF;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: right;
}

.patka-node-hir .field--name-field-oldal-szoveges-tartalma {
    color: #2A2A2A;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 50px;
    padding: 0 20px;
}

.patka-node-hir .text-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #D9D9D9;
    margin: 30px auto;
    max-width: 90%;
}

.patka-node-hir .text-divider::before,
.patka-node-hir .text-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #D9D9D9;
}

.patka-node-hir .text-divider::before {
    margin-right: 10px;
}

.patka-node-hir .text-divider::after {
    margin-left: 10px;
}

.patka-node-hir .field--name-field-media-document {
    padding-left: 20px;
}

/* Hír oldal right sidebar */
.patka-node-hir .latest-news-sidebar {
    display: none;
    border: 1px solid rgba(42, 42, 42, 0.25);
    background: #FBFBFB;
    box-shadow: 0px 4px 4px 0px rgba(42, 42, 42, 0.25);
    padding: 0;
}

.patka-node-hir .latest-news-sidebar .latest-news-sidebar-title {
    background-image: url("/sites/default/files/2025-03/Esemeny_icon.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -10px center;
    padding: 13px 26px;
    color: #FFF;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 40px;
}

.patka-node-hir .view-hirek .view-content {
    flex-direction: column;
    gap: 0;
}

.patka-node-hir .hir-page-list-item-right-sidebar {
    max-width: 100%!important;
}

.patka-node-hir .hir-page-list-item-right-sidebar article h3 {
    line-height: 1.2rem;
}

.patka-node-hir .hir-page-list-item-right-sidebar .field--name-field-kepen-megjeleno-datum {
    color: #2A2A2A;
    font-family: "Public Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 10px;
}

.patka-node-hir .hir-page-list-item-right-sidebar .field--name-title {
    color: #005CA1;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.patka-node-hir .hir-page-list-item-right-sidebar .field--name-field-rovid-tartalom {
    color: #2A2A2A;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.patka-node-hir .hir-page-list-item-right-sidebar .additional-link {
    display: block;
    width: 100%;
    color: #005CA1;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    text-align: right;
    text-decoration: none;
}

.patka-node-hir .hir-page-list-item-right-sidebar .divider {
    width: 100%;
    max-width: 90%;
    height: 1px;
    margin: 20px auto;
    background: #D9D9D9;
}

@media (min-width: 768px) {
    .patka-node-hir .latest-news-sidebar {
        display: block;
    }
}