/*
Theme Name: UNBARK (SWELL Child)
Template: swell
Version: 1.7.2
Description: UNBARKカスタムテーマ - SWELL完全無効化版（静的サイト100%再現）
Author: UNBARK
Author URI: https://unbark.jp
*/

/*
このファイルは必須ですが、実際のスタイルは assets/css/main-BLj7ZZLS.css に記述されます
functions.php でエンキューされます
以下はSWELLテーマとの競合を防ぐための最小限の上書きスタイルです
*/

/* SWELLのコンテナを無効化 */
.l-content,
.l-container,
.l-article,
.l-mainContent {
    max-width: none;
    padding: 0;
    margin: 0;
}

/* SWELLのメインコンテンツエリアのスタイルをリセット */
#content,
.l-mainContent__inner {
    padding: 0;
    margin: 0;
}

/* SWELLの固定ヘッダーを無効化（カスタムヘッダーを使用） */
#swellHeader {
    display: none;
}

/* WordPressの管理バー用のマージンを削除 */
body.admin-bar .header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .header {
        top: 46px;
    }
}
