/* Események főoldal + Események oldal */
.view-esemenyek {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 100px 20px;
}

.view-esemenyek .view-content {
    display: flex;
    justify-content: center;
    gap: 20px;
    height: 100%;
}

.view-esemenyek .view-content .esemeny-page-list-item {
    flex: 0 0 auto;
    width: 100%;
    max-width: calc(50% - 20px);
    padding: 0;
    display: flex;
    align-items: center;
}

.view-esemenyek .view-content .esemeny-page-list-item article {
    width: 100%;
    max-width: 100%;
    border: 1px solid rgba(42, 42, 42, 0.15);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(42, 42, 42, 0.25);
    padding-right: 20px;
}

.view-esemenyek .view-content .esemeny-page-list-item article h4 {
    margin: 0;
}

.view-esemenyek .view-content .esemeny-page-list-item .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url("/sites/default/files/2025-03/Esemeny_icon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    background-position-x: -12px;
    padding: 7px 40px 7px 14px;
    width: 100%;
}

.view-esemenyek .view-content .esemeny-page-list-item .field--name-field-kep,
.view-esemenyek .view-content .esemeny-page-list-item .field--name-field-kep * {
    margin: 0;
    display: flex;
}

.view-esemenyek .view-content .esemeny-page-list-item .field--name-field-kep img {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-width: 50px;
}

.view-esemenyek .view-content .esemeny-page-list-item .text-wrapper a {
    color: #FFF;
    font-family: "Public Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}

.view-esemenyek .view-content .esemeny-page-list-item .text-wrapper a:hover {
   text-decoration: underline;
}

.view-esemenyek .view-content .esemeny-page-list-item .text-wrapper p {
    margin-bottom: 0;
    color: #FFF;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.view-esemenyek .view-content .esemeny-page-list-item .day-month-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.view-esemenyek .view-content .esemeny-page-list-item .day-month-divider {
    background: rgba(42, 42, 42, 0.50);
    height: 2px;
    width: 100%;
    margin: 10px 0;
}

.view-esemenyek .view-content .esemeny-page-list-item .day-month-wrapper p {
    color: rgba(42, 42, 42, 0.50);
    font-family: "Public Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    margin: 0;
}

.view-esemenyek .more-link {
    margin-top: 80px;
    display: flex;
    justify-content: center;
}

.view-esemenyek .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-esemenyek .more-link a:hover {
    background: #0a58ca;
}

@media (max-width: 992px) {
    .view-esemenyek .view-content .esemeny-page-list-item {
        max-width: 100%;
    }
}

@media (max-width: 468px) {
    .view-esemenyek .view-content .esemeny-page-list-item .text-wrapper .field--name-field-rovid-tartalom {
        display: none;
    }
}

@media (max-width: 400px) {
    .view-esemenyek .view-content .esemeny-page-list-item .text-wrapper {
        max-width: 50%;
    }
}

/* Esemény oldal */
.patka-node-esemeny {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 100px 20px;
}

.patka-node-esemeny .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-esemeny .title-wrapper {
    padding-left: 0;
    max-width: 1280px;
    margin: 30px auto 40px auto;
}

.patka-node-esemeny .title-wrapper h2 {
    color: #005CA1;
    font-family: "Public Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.patka-node-esemeny .image-date-wrapper {
    position: relative;
    display: flex;
}

.patka-node-esemeny .field--name-field-media-image {
    margin: 0;
}

.patka-node-esemeny .field--name-field-kep,
.patka-node-esemeny .field--name-field-kep img {
    margin: 0;
    width: 100%;
}

.patka-node-esemeny .date-text-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.46);
    padding: 10px 40px;
}

.patka-node-esemeny .field--name-field-datum-nap-ho {
    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-esemeny .field--name-field-media-image {
    float: none!important;
}

.patka-node-esemeny .field--name-field-media-image img {
    width: 100%;
}

.patka-node-esemeny .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-esemeny .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-esemeny .text-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #D9D9D9;
    margin: 30px auto;
    max-width: 90%;
}

.patka-node-esemeny .text-divider::before,
.patka-node-esemeny .text-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #D9D9D9;
}

.patka-node-esemeny .text-divider::before {
    margin-right: 10px;
}

.patka-node-esemeny .text-divider::after {
    margin-left: 10px;
}

.patka-node-esemeny .field--name-field-media-document {
    padding-left: 20px;
}

/* Hír oldal right sidebar */
.patka-node-esemeny .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-esemeny .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-esemeny .view-hirek .view-content {
    flex-direction: column;
    gap: 0;
}

.patka-node-esemeny .esemeny-page-list-item-right-sidebar {
    max-width: 100%!important;
}

.patka-node-esemeny .esemeny-page-list-item-right-sidebar article h3 {
    line-height: 1.2rem;
}

.patka-node-esemeny .esemeny-page-list-item-right-sidebar .field--name-field-datum-nap-ho {
    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-esemeny .esemeny-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-esemeny .esemeny-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-esemeny .esemeny-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-esemeny .esemeny-page-list-item-right-sidebar .divider {
    width: 100%;
    max-width: 90%;
    height: 1px;
    margin: 20px auto;
    background: #D9D9D9;
}

@media (min-width: 768px) {
    .patka-node-esemeny .latest-news-sidebar {
        display: block;
    }
}