/*
 Theme Name:   Comic Book Pro Child
 Template:     comic-book-elementor-pro
*/
@font-face {
    font-family: 'ArcadeClassic';
    src: url('fonts/ArcadeClassic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* ------------------------------------------
   KATEGORIA-HERO
------------------------------------------- */

.category-hero {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

.category-hero img {
    display: block;
    width: 100%;
    height: auto;
}

/* ------------------------------------------
   LAYOUTIT
------------------------------------------- */

.category-wide {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

.page-narrow {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

/* ------------------------------------------
   BREADCRUMBS
------------------------------------------- */

.tkm-breadcrumbs {
    font-size: 14px;
    margin-bottom: 15px;
}

.tkm-breadcrumbs a {
    color: #555;
    text-decoration: none;
}

.tkm-breadcrumbs a:hover {
    text-decoration: underline;
}

/* ------------------------------------------
   MOBIILI
------------------------------------------- */

@media (max-width: 768px) {
    .category-wide {
        margin: 20px auto;
        padding: 0 15px;
    }
    .page-narrow {
        margin: 20px auto;
        padding: 0 15px;
    }
}
@font-face {
    font-family: 'ArcadeClassic';
    src: url('fonts/ArcadeClassic.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@media (max-width: 767px) {
    #az-inner {
        display: block !important;
    }
}
@media (max-width: 767px) {
    #az-toggle {
        display: none !important;
    }
}
/* Isommat A–Z-laatikot + hover-efekti */
#az-nav .az-nav-list a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;

    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;

    background: #111;
    color: #f5f5f5;

    font-family: 'ArcadeClassic', sans-serif;
    font-size: 20px;

    transition: background 0.15s ease, color 0.15s ease, transform 0.1s ease;
}

#az-nav .az-nav-list a:hover {
    background: #DD1A13;
    color: #fff;
    transform: translateY(-2px);
}
