/*
Theme Name: Rubik3
Author: Matteo Morreale
Description: Tema essenziale per TTFB bassi
Version: 1.3.0
*/

/* Fix tabelle */
.wp-block-table thead {
    border-bottom: 3px solid;
    height: auto;
    overflow: visible;
    position: relative;
    width: 100vw;
}
.wp-block-table thead tr {
    width: 90%;
}
.wp-block-table {
    overflow-x: hidden;
}

/* Fix pagine */
.page .container.article-content {
    background: white;
    width: fit-content;
    max-width: 90%;
    padding-top: 1em;
    margin-left: auto;
    margin-right: auto;
}

/* Adeguamenti */
header .logo {
    width: 240px;
    height: 75px;
}

.header-superiore{
    height: 75px!important;
}

.category-posts-container, .tag-posts-container {
    max-width: 1450px;
}

.home-upper-right-row-trending {
    margin-top: 0.5em;
}

/* Autor infos */
.post-author img{
    display: none;
}

.post-infos{
    margin-bottom: 1em;
}

.archive main {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

/* Mobile */

@media screen and (max-width: 990px){
    .home-upper-right {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* Fix vari 04/2025 */
    /* Fix adsense CLS */
    .code-block.code-block-2 {
        min-height: 280px;
    }

@media screen and (min-width: 991px){
	.archive .category-2-columns {
		max-width: 1400px;
	}
}

.non-scrollable-row-container .single-post-in-loop {
    align-items: start !important;
    margin-left: 0px;
    max-width: 550px;
}

.menu-item-has-children > a:first-of-type:after {
    content: "▼";
    margin-left: 3px;
    font-size: 8px;
}