.wp-block-button__link {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ADFF2F;
    padding: 12px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease;
    border: 2px solid rgba(173, 255, 47, 0.4);
}

/* Hover effekt — nagyítás, erősebb fény és árnyék */
.wp-block-button__link:hover {
    transform: scale(1.08);
    background-color: rgba(173, 255, 47, 0.15);
    color: #151515;
    box-shadow: 0 8px 20px rgba(173, 255, 47, 0.4);
    border-color: rgba(173, 255, 47, 0.7);
}

/* Aktív kattintáskor pici lenyomódás */
.wp-block-button__link:active {
    transform: scale(0.96);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}


/* Általános input és textarea stílus */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
.um-form-field,
textarea {
    background-color: #151515;
    color: #ADFF2F;
    border: 2px solid #ADFF2F;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* Hover effekt */
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="tel"]:hover,
input[type="number"]:hover,
input[type="search"]:hover,
.um-form-field:hover,
textarea:hover {
    border-color: #d4ff2f;
    background-color: #1f1f1f;
}

/* Aktív / fókusz állapot */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
.um-form-field:focus,
textarea:focus {
    outline: none;
    border-color: #d4ff2f;
    background-color: #1a1a1a;
    box-shadow: 0 0 8px #ADFF2F;
}

/* Placeholder szöveg színe */
::placeholder {
    color: #7fbf2f;
    opacity: 0.7;
}

/* Gombok stílusa */
button,
input[type="submit"],
input[type="button"] {
    background-color: #ADFF2F;
    color: #151515;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #d4ff2f;
}

/* Űrlap konténer */
form {
    max-width: 600px;
    margin: 0 auto;
}












/* Alap link stílus */
a {
    color: #ADFF2F;
    text-decoration: none;
    transition: color 0.3s ease, border-bottom 0.3s ease, text-shadow 0.3s ease;
}

/* Hover effekt — világosabb szín, aláhúzás és glow */
a:hover,
a:focus {
    color: #d0ff5c;

    text-shadow: 0 0 8px #ADFF2F, 0 0 12px #ADFF2F;
}

/* Aktív vagy meglátogatott link */
a:visited {
    color: #90ee90;
}

/* Nyomás alatt (klikk) */
a:active {
    color: #ffffff;
    background-color: #ADFF2F;
    padding: 2px 4px;
    border-radius: 4px;
}







































.wp-block-post-comments-form .comment-reply-title {
    display: none;
}





/*RESPONSIBLE */

/* Csak mobilra (max 768px szélesség) */
@media only screen and (max-width: 768px) {

    /* Például a menü szélességének csökkentése */
    #snk_header {
        width: 100% !important;
        /* margin: 0px !important; */
        padding: 0px !important;
    }

    #snk_footer_cont {
        width: 100% !important;
        /* margin: 0px !important; */
        padding: 0px !important;
    }



}



/*LOGINBRN*/

/* Alapból elrejtjük a menüpontot */
.menuitem--ai {
    display: none !important;
}

/* Ha be van jelentkezve, akkor jelenjen meg */
body.logged-in .menuitem--ai {
    display: block !important;
}



.hedgein-user-menu {
    position: relative;
    display: inline-block;
}

.hedgein-user-button {
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
}

.hedgein-user-dropdown {
    display: none;
    position: absolute;
    background-color: #333;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    right: 0;
    border-radius: 6px;
}

.hedgein-user-dropdown a {
    color: #ADFF2F;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.hedgein-user-dropdown a:hover {
    background-color: #444;
}

.hedgein-user-menu:hover .hedgein-user-dropdown {
    display: block;
}



/*TORRENTDLR*/








/* ASZF, TOS GOMB */


li.aszfgomb svg {
    display: none;
}

/* 2. Új ikon beszúrása a link előtt */
li.aszfgomb a::before {
    content: "";
    display: inline-block;
    width: 24px;
    /* a kívánt méret */
    height: 24px;
    background-image: url('https://www.svgrepo.com/show/375235/warranty-term.svg');
    /* az új SVG linkje */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}









li.tosgomb svg {
    display: none;
}

/* 2. Új ikon beszúrása a link előtt */
li.tosgomb a::before {
    content: "";
    display: inline-block;
    width: 24px;
    /* a kívánt méret */
    height: 24px;
    background-image: url('https://www.svgrepo.com/show/374800/chart.svg');
    /* az új SVG linkje */
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
}


/*FONTCOLOR*/

.contactlabel {
    color: #adff2f;
}


div.row {
    margin-left: 0px;
    margin-right: 0px;
}


/* FOOTER */

  .snk_footermenu_ {
      position: fixed;
      bottom: 0;
      width: 100%;
      z-index: 1;
  }



  .snk_headermenu {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 1;
  }




  .idozitett-kep-img {
      margin-left: auto;
      margin-right: auto;
      display: block;
  }