@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    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
*/
/* balloon fix */
.balloon {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 24px 0;
}

.balloon .faceimg-l {
    flex-shrink: 0;
    width: 60px;
}

.balloon .faceimg-l img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.balloon .chat {
    flex: 1;
}

.balloon .comments-l {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 12px 16px;
    position: relative;
    font-size: 0.95em;
    line-height: 1.7;
}

.balloon .comments-l::before {
    content: "";
    position: absolute;
    left: -8px;
    top: 16px;
    border: 8px solid transparent;
    border-right-color: #f7f7f7;
    border-left: 0;
}
