/**
  Theme Name: Lost Girl Found
  Theme URI: https://4610hosting.com
  Description: Custom theme for A Lost Girl Found, responsive rules
  Version: 1.0
  Author: Carlos Hernandez
  Author URI: https://4610hosting.com
  Tags: block-patterns, custom-theme
  Text Domain: lost-girl
  Domain Path: /assets/lang
  Tested up to: 6.4
  Requires PHP: 8.1
  License:           GNU General Public License v2.0 or later
  License URI:       https://www.gnu.org/licenses/gpl-2.0.html
*/

@media screen and ( width <= 101rem) {
    .lgf-main,
    .lgf-navigation--main {
            margin-inline: 0.75rem;
    }

}

@media screen and ( width <= 46.875rem ) {

  .lgf-wrapper--tagline {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 40px;
    grid-template-rows: auto;

    & div:first-child {
      grid-column: 1 / -1;
      grid-row: 1;
    }
  }

  .lgf-control--main-menu {
    display: flex;
    flex-direction: column;
    grid-column: 2;
    grid-row: 1;
  }

}