/* --------------------------------
Options Panel CSS
-------------------------------- */

/* A panel elhelyezkedése (fixen a jobb alsó sarokban) */
#options-panel {
    position: fixed;
    width: 175px;
    height: auto;
    bottom: 15px; /* Távolság az aljától */
    min-height: 70px;
    z-index: 10000000;
    
    /* HÁTTÉRSZÍN (A becsúszó rész háttere) - Jelenleg: szürke */
    background: #f8f9fb; 
    
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    
    /* Ez végzi a sima animációt */
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

/* A kilógó GOMB stílusa */
#options-panel .panel-button {
    position: absolute;
    width: 135px;
    height: 85px;
    left: -135px; /* Ennyivel lóg ki balra */
    top: 0px;
    cursor: pointer;
    
    /* GOMB HÁTTÉRSZÍNE - Jelenleg: Sárga (#FFD450) */
    background: #e5f6ff; 
    
    /* GOMB KERET SZÍNE - Jelenleg: Bordó (#640e18) */
    border: 2px solid #30c3c1; 
    
    border-right: none;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* A GOMB szövege */
#options-panel .panel-button p {
    color: #000; /* Szöveg színe */
    text-align: left;
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    padding: 10px;
    font-family: Arial, sans-serif;
}
#options-panel .panel-button b { font-weight: 700; }

/* A belső tartalom (Link területe) */
#options-panel .area {
    width: 100%;
    height: 85px;
    position: relative;
    
    /* DÍSZÍTŐ KERET A LINK KÖRÜL - Jelenleg: Bordó (#640e18) */
    border-top: 2px solid #30c3c1;
    border-bottom: 2px solid #30c3c1;
}

/* A Link stílusa */
#options-panel .area a {
    color: #bb1c1c !important; /* Link színe */
    margin: 32px 40px 20px;
    position: absolute;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
}
#options-panel .area a:hover { text-decoration: underline !important; }

/* --- MŰKÖDÉSI LOGIKA (Ne nyúlj hozzá) --- */
/* Zárt állapot: elrejtve jobbra */
.close-panel { right: -175px; }

/* Nyitott állapot: becsúszva */
.open-panel { right: -1px; }

.adatkezeles-cookie a {
    color: #666;
    font-size: 14px;
}
.adatkezeles-cookie a:hover {
  text-decoration: underline;
}
.adatkezeles-cookie li {
    float: none;
    display: inline-block;
    padding: 0 5px;
	margin-bottom: 0;
	margin-top: 0;
	background: none;
}
.adatkezeles-cookie li {
	font-size: 14px;
}
ul.adatkezeles-cookie {
    margin-bottom: 0px;
    margin-top: 0px;
	padding: 0;
}