@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.1
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ============================================================
   YAMATO CHILL AI LAB — SWELL移行カスタマイズ
   ============================================================ */

/* 3キャラ吹き出し（速 / 凛 / 社長）：
   SWELL標準のblockquote::before（左側の縦バー）が
   キャラアイコン円に重なるのを抑止する */
blockquote.speech-owner::before,
blockquote.speech-rin::before,
blockquote.speech-saku::before {
  content: none !important;
  display: none !important;
}
