/*
Theme Name: ELGOLAZO+ Theme
Theme URI: https://elgolazo.jp
Description: ELGOLAZO+専用カスタムテーマ - EC-CUBE連携、記事管理、購読制御機能
Version: 1.0.0
Author: SQUAD Inc.
Author URI: https://squad.co.jp
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: elgolazo-plus

This theme is designed specifically for ELGOLAZO+ (エルゴラッソ+) subscription service.
*/

/* Basic Reset - box-sizing only */
* {
    box-sizing: border-box;
}

/* body styles are defined in main.css - do not override here */

/* Container - main.css で定義済み */

/* Utility Classes */
.text-center {
    text-align: center;
}

.reset {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inline-group {
    display: flex;
    gap: 1rem;
}
