/*
Theme Name:     BiT
Theme URI:
Description:    Kadence child theme.
Author:         Me
Author URI:
Template:       kadence
Version:        0.1.0
*/

.hidden{
    /*visibility: hidden;*/
}

.bit-close{
    position: absolute;
    right: 20px;
    top:20px;
}

.bit-modal{
    position: absolute !important;
    top:50%;
    left:-2000px;
    width: 70%;
    background: #fff;
    z-index: 1000;
}

.browse-catalogue-btn {

    /* Üveghatás (glassmorphism) */
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px); /* Safari támogatás */

    /* Tipográfia */
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;

    /* Animáció */
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.browse-catalogue-btn:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.browse-catalogue-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.6);
    outline-offset: 2px;
}