/*
 Theme Name:   Blogig Child
 Description:  Дочерняя тема для Blogig
 Author:       Ekaterina Savina
 Author URI:   https://esav.tech/
 Template:     blogig
 Version:      1.0
*/

/* Импортируйте стили родительской темы */
@import url("../blogig/style.css");

.page-id-14, .page-id-16, .page-id-18, .page-id-20 {
    margin: 0px !important;
}

.trail-item a[rel="home"]:first-of-type {
    color: var(--blogig-category-bk-color); 
}

.post-excerpt p {
    max-height: 3em; 
    overflow: hidden; 
    line-height: 1.5em;
}

article .entry-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.5em !important;
}

.inner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.editor-block {
    height: 320px !important;
}

body.archive--list-layout #primary .blogig-article-inner {
    flex-direction: column !important;
}

.editor-title {
    margin-top: 0px;
}

.editor-title, .trends-title {
    background-color: var(--blogig-white-bk);
    padding: 20px;
    border-radius: 15px;
    box-shadow: var(--blogig-article-box-shadow);
    color: var(--blogig-post-title-font-color);
}

.trends {
    margin-top: 60px;
}

.blogig-article-inner .inner-content .content-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.post-meta-wrap {
    text-align: left !important;
}

.post-meta-wrap :nth-child(3) {
    text-align: left !important;
}

.bmm-author-thumb-wrap {
    display: none !important;
}

.pll-switcher-select {
    appearance: none; 
    background-color: #ffffff; 
    color: #333; 
    padding: 10px 15px; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
    font-size: 16px; 
    cursor: pointer; 
    width: 100%; 
    transition: border-color 0.3s, background-color 0.3s;
}

.pll-switcher-select:hover {
    border-color: #999; 
}

.pll-switcher-select:focus {
    outline: none; 
    border-color: #999; 
    background-color: #fffdfd; 
}

.pll-switcher-select::after {
    content: '▼'; 
    position: absolute; 
    right: 15px;
    top: 50%;
    transform: translateY(-50%); 
    pointer-events: none; 
}

.select-wrapper {
    position: relative; 
    display: inline-block; 
    width: 100%; 
}

.page-header {
    display: none;
}