.elementor-858 .elementor-element.elementor-element-b58dce6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-858 .elementor-element.elementor-element-ca973e1{--display:flex;--gap:20px 0px;--row-gap:20px;--column-gap:0px;--margin-top:55px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-858 .elementor-element.elementor-element-f718656{width:100%;max-width:100%;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:28px;color:#131313;}.elementor-858 .elementor-element.elementor-element-1227354{width:100%;max-width:100%;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:28px;color:#131313;}.elementor-858 .elementor-element.elementor-element-18886b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:50px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-858 .elementor-element.elementor-element-8b2a913{width:100%;max-width:100%;}.elementor-858 .elementor-element.elementor-element-8b2a913 .elementor-heading-title{font-family:"Inter", Sans-serif;font-size:30px;font-weight:500;line-height:37px;color:#131313;}.elementor-858 .elementor-element.elementor-element-a229a26{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-858 .elementor-element.elementor-element-503dc8f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-858 .elementor-element.elementor-element-ca973e1{--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-858 .elementor-element.elementor-element-18886b2{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-858 .elementor-element.elementor-element-8b2a913 .elementor-heading-title{font-size:25px;}}/* Start custom CSS *//* Közös kártya alap */
.office-hours-wrapper,
.contact-card,
.consumer-protection-card {
    font-family: "Inter", Sans-serif;
    border: 1px solid #E4E4E4;
    border-radius: 16px;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 28px;
}

/* Közös fejléc */
.office-hours-header,
.contact-card-header,
.consumer-protection-header {
    padding: 24px 26px;
    background-color: #320363;
    color: #ffffff;
}

/* Közös alcím */
.office-hours-subtitle,
.contact-card-subtitle,
.consumer-protection-subtitle {
    margin: 0 0 6px 0;
    font-size: 13px;
    font-weight: 600;
    opacity: 0.85;
}

/* Közös cím */
.office-hours-title,
.contact-card-title,
.consumer-protection-title {
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.3;
    color: #ffffff;
}

/* Nyitvatartás */
.office-hours-row {
    display: flex;
    border-bottom: 1px solid #E4E4E4;
}

.office-hours-row:last-child {
    border-bottom: none;
}

.office-hours-row:nth-child(even) {
    background-color: #F8F8F8;
}

.office-hours-day {
    width: 30%;
    margin: 0;
    padding: 18px 22px;
    font-weight: 700;
    color: #131313;
    background-color: #F3F3F3;
    border-right: 1px solid #E4E4E4;
    line-height: 1.5;
    box-sizing: border-box;
}

.office-hours-time {
    width: 70%;
    margin: 0;
    padding: 18px 22px;
    color: #131313;
    line-height: 1.7;
    font-size: 15px;
    box-sizing: border-box;
}

/* Ügyfélszolgálati elérhetőségek */
.contact-card-section {
    padding: 22px 24px;
    border-bottom: 1px solid #E4E4E4;
    background-color: #F8F8F8;
}

.contact-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contact-card-item {
    padding: 22px 24px;
    border-bottom: 1px solid #E4E4E4;
}

.contact-card-grid .contact-card-item:nth-child(odd) {
    border-right: 1px solid #E4E4E4;
}

.contact-label {
    margin: 0 0 8px 0;
    font-weight: 700;
    color: #131313;
    line-height: 1.5;
}

.contact-value {
    margin: 0;
    color: #320363;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    word-break: break-word;
}

.contact-divider {
    height: 1px;
    background-color: #E4E4E4;
}

.contact-card-header-small {
    padding: 18px 24px;
    background-color: #F3F3F3;
    border-bottom: 1px solid #E4E4E4;
}

.contact-card-small-title {
    margin: 0;
    font-size: 17px;
    font-weight: 800;
    color: #131313;
}

.contact-card-full {
    background-color: #F8F8F8;
    border-bottom: none;
}

.contact-name {
    margin: 0 0 6px 0;
    color: #131313;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
}

/* Fogyasztóvédelem */
.consumer-protection-content {
    background-color: #ffffff;
}

.consumer-protection-row {
    display: flex;
    border-bottom: 1px solid #E4E4E4;
}

.consumer-protection-row:last-child {
    border-bottom: none;
}

.consumer-protection-row:nth-child(even) {
    background-color: #F8F8F8;
}

.consumer-protection-label {
    width: 30%;
    margin: 0;
    padding: 18px 22px;
    font-weight: 700;
    color: #131313;
    background-color: #F3F3F3;
    border-right: 1px solid #E4E4E4;
    line-height: 1.5;
    box-sizing: border-box;
}

.consumer-protection-value {
    width: 70%;
    margin: 0;
    padding: 18px 22px;
    color: #131313;
    line-height: 1.7;
    font-size: 15px;
    box-sizing: border-box;
}

.consumer-protection-hours {
    width: 70%;
    padding: 18px 22px;
    box-sizing: border-box;
}

.consumer-protection-hours .consumer-protection-value {
    width: 100%;
    padding: 0;
}

.consumer-protection-hours .consumer-protection-value + .consumer-protection-value {
    margin-top: 6px;
}

.consumer-protection-link-wrapper {
    width: 70%;
    padding: 18px 22px;
    box-sizing: border-box;
}

.consumer-protection-link {
    color: #320363;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.7;
    text-decoration: none;
    word-break: break-word;
}

.consumer-protection-link:hover {
    text-decoration: underline;
}

/* Reszponzív nézet */
@media (max-width: 768px) {
    .office-hours-row,
    .consumer-protection-row {
        flex-direction: column;
    }

    .office-hours-day,
    .office-hours-time,
    .consumer-protection-label,
    .consumer-protection-value,
    .consumer-protection-hours,
    .consumer-protection-link-wrapper {
        width: 100%;
    }

    .office-hours-day,
    .consumer-protection-label {
        border-right: none;
        border-bottom: 1px solid #E4E4E4;
    }

    .contact-card-grid {
        grid-template-columns: 1fr;
    }

    .contact-card-grid .contact-card-item:nth-child(odd) {
        border-right: none;
    }

    .office-hours-title,
    .contact-card-title,
    .consumer-protection-title {
        font-size: 21px;
    }
}/* End custom CSS */