/*
Theme Name: Ambiente
Theme URI: https://weblish.io
Author: Weblish
Author URI: https://weblish.io
Description: Ambiente - A modern blogging WordPress theme converted from Webflow. Features elegant animations, responsive layouts, and professional design for bloggers and content creators.
Version: 1776788098
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ambiente
Tags: one-column, two-columns, blog, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

Ambiente is a modern WordPress blogging theme featuring elegant animations, responsive layouts, and professional design for bloggers and content creators.
*/

/* Additional WordPress-specific styles can be added here */
/* The main styling is in css/syeds-stellar-site-29c867.webflow.css */

/* Blog detail page: center the post content */
.single-post .overview_content {
  display: block;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.single-post .overview_content .text-rich-text {
  max-width: 100%;
}

.single-post .overview_wrap {
  align-items: center;
}

.single-post .overview_img {
  width: 100%;
  max-width: 45rem;
}

/* Closer Income branding: logo sizing and contrast */
.navbar .navbar_logo-link {
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.12);
}

.navbar_logo,
.navbar_logo-link img.custom-logo,
.navbar_logo-link img {
  width: auto !important;
  height: auto !important;
  max-height: 90px;
}

.footer_left .logo,
.footer_left .closerincome-footer-logo {
  width: auto !important;
  height: auto !important;
  max-height: 90px;
  padding: 0.35rem 0.5rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.96);
  object-fit: contain;
}
