#mic-init-access-tool .mic-access-tool-general-button > div img {
    display: inline-block;
    max-width: 45px;
    height: 45px;
    width: 45px;
    margin-left: -10px!important;
    margin-top: -2px!important;
}

element.style {
    visibility: visible;
}

/* --- Parkolómester Ikon Fix v6 --- */

.gomb-blokk-container {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    margin-bottom: 25px;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .gomb-blokk-container {
        flex-direction: column;
        align-items: stretch;
    }
}

.cta-gomb {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center;
    padding: 14px 24px;
    font-weight: 800;
    text-decoration: none !important;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    transition: 0.3s all ease-in-out;
    color: #ffffff !important; /* Szöveg fehér */
    border: none;
}

/* Az ikonok kényszerített színezése */
.btn-icon {
    font-size: 1.6em;
    margin-right: 12px;
    display: inline-flex;
    align-items: center;
    line-height: 1;
    /* Ez a trükk kényszeríti a fehér színt az emojira */
    color: #ffffff !important;
    text-shadow: 0 0 0 #ffffff !important; 
}

.cta-azonnali { background-color: #e67e22; border-bottom: 3px solid #d35400; }
.cta-azonnali:hover { background-color: #142943 !important; }

.cta-barat { background-color: #1e3a5f; border-bottom: 3px solid #142943; }
.cta-barat:hover { background-color: #e67e22 !important; }

/* Lista ikonok */
.parkolo-lista { list-style: none !important; padding: 0 !important; margin: 20px 0 !important; }
.parkolo-lista li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 16px;
}
.parkolo-lista li::before {
    content: '★';
    position: absolute;
    left: 0;
    color: #e67e22;
    font-size: 18px;
}