.szechenyi-module.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0 !important;
    max-width: 250px;
    z-index: 999;
    margin-bottom: -8px;
}

.szechenyi-module p {
    margin: 0 !important;
}

/* Bezárás gomb stílus 
.close {
    position: absolute;
    top: -30px;
    right: 0px;
    padding: 5px 10px;
    border-radius: 9999px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    background-color: #f7f7f7;
}*/