/*
Theme Name: Bitacora Child
Theme URI: https://armoody.com
Author: Abbie
Description: Child theme for Bitacora block theme
Template: bitacora
Version: 1.0
*/

/* Simple global content width */
.wp-site-blocks {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Global content container width */
.wp-site-blocks,
.entry-content {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

/* Simple paragraph readability */
.wp-block-post-content p {
    line-height: 1.7;
}

/* Simple image polish */
.wp-block-post-featured-image img {
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(2, 62, 71, 0.12);
}

/* Simple link hover */
a:hover {
    opacity: 1;
    text-shadow: 0 0 1px rgba(2, 62, 71, 0.25);
}

/* Simple separator */
hr,
.wp-block-separator {
    border: none;
    border-bottom: 1px solid rgba(4, 127, 145, 1.0);
    opacity: 1;
    max-width: 1200px;
    margin: 3em auto;
}

/* Simple footer */
footer {
    text-align: center;
    font-size: 0.85rem;
    opacity: 1;
    color: var(--wp--preset--color--foreground);
    font-family: "Alegreya", serif;
}

footer a {
    color: var(--wp--preset--color--foreground);
    text-decoration: none;
    opacity: 1;
}

footer a:hover {
    opacity: 1;
    text-shadow: 0 0 1px rgba(2, 62, 71, 0.25);
}
/* Force global background + text colours on all pages */
body {
    background: #F7F4EE !important;
    color: #00555A !important;
}

/* Ensure inner content inherits correctly */
.entry-content, .wp-block-group, .wp-site-blocks {
    background: transparent !important;
    color: inherit !important;
}
/* Inner text column width */
.entry-content > * {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}
/* Prevent sidebar dropping under content */
.wp-block-columns {
    flex-wrap: nowrap;
}
/* Content + sidebar ratio */
.wp-block-column:first-child {
    flex-basis: 75%;
}
.wp-block-column:last-child {
    flex-basis: 25%;
}
/* Add padding around navigation menu items */
.wp-block-navigation .wp-block-navigation-item__content {
    padding: 8px 14px;
}

/* Add padding around the whole navigation block */
.wp-block-navigation {
    padding-top: 10px;
    padding-bottom: 10px;
}
