/*!
Theme Name: Zeno
Theme URI: http://underscores.me/
Author: vrk
Author URI: https://vrk.name/
Description: A life-changing theme
Version: 1.0.0
Text Domain: zeno
*/

/* Zeno Carousel */
.carousel,
.carousel-item iframe,
.carousel-item img {
    max-height: 290px;
    max-width: 290px;
}
.carousel-item iframe,
.carousel-item img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
}

/* codestar-author.php */
.zeno-rating-heading {
    font-size: 1.25rem;
}
.zeno-author-photo {
    max-height: 185px;
    max-width: 185px;
}

/* sortable */
.sortable th.no-sort {
    pointer-events: none;
}

/* Zeno Map */
#zeno-map {
    height: 800px;
}

/* Promo TG */
#promo-tg {
    background: #f8f9fa;
    width: 400px;
    height: 200px;
    position: fixed;
    top: 50vh;
    right: 0;
    z-index: 666;
    padding: 16px;
    color: #212529;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    align-items: flex-start;
}

#ptg-content {
    margin: 0;
    font-size: 14px;
}

#ptg-close,
#ptg-subscribe {
    border: 0;
    background: #212529;
    color: #f8f9fa;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 2px;
    text-decoration: none;
}

#ptg-subscribe {
    font-size: 14px;
}