/*
 Theme Name:   Blocksy Child - Gripar Web
 Theme URI:    https://web.gripar.test
 Description:  Blocksy child theme for GP Business
 Author:       GP Business
 Author URI:   https://web.gripar.test
 Template:     blocksy
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  blocksy-child-gp
*/

/* ==========================================================================
   GP Business - Blocksy Child Theme Customizations
   ========================================================================== */

/* 
 * Login page: center the shortcode content and 
 * remove extra spacing from Blocksy's content area 
 */
.page-template-default .entry-content:has(.gp-login-wrapper) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0 40px;
}

/* Remove the page title "Login" if using Blocksy's built-in title */
.page-template-default:has(.gp-login-wrapper) .entry-header {
    display: none;
}

/* Ensure the login wrapper is not stretched by Blocksy's wide alignment */
.entry-content .gp-login-wrapper {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}