/*!
Theme Name: Backlinky
Theme URI: https://backlinky.co
Author: Backlinky
Author URI: https://backlinky.co
Description: Custom WordPress theme for Backlinky.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: link-building
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Backlinky is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* Neutralize WP block alignment wrappers from adding unwanted margins */
.wp-block-group,
.wp-block-cover,
.wp-block-columns,
.wp-block-column,
.entry-content>*,
.site-main>article>.entry-content>* {
    margin-top: 0;
    margin-bottom: 0;
}

.wp-block-group__inner-container {
    max-width: none;
}

.custom-logo-link {
    display: inline-flex;
    align-items: center;
    max-height: 3.5rem;
}

.custom-logo-link img.custom-logo {
    max-height: 3.5rem;
    width: auto;
    object-fit: contain;
}

.custom-footer-logo-wrap {
    display: inline-flex;
    align-items: center;
}

.custom-footer-logo-wrap img.custom-logo {
    max-height: 3.5rem;
    width: auto;
    object-fit: contain;
}

.footer-1 #menu-item-1857 {
    display: none !important;
}

.footer-solutions-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.footer-solutions-menu ul li a {
    font-size: 0.875rem;
    font-weight: 600;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-solutions-menu ul li a:hover {
    color: #4f46e5;
}