.elementor-1065 .elementor-element.elementor-element-153498a{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1065 .elementor-element.elementor-element-10ddd1e{--display:flex;--margin-top:50px;--margin-bottom:50px;--margin-left:50px;--margin-right:50px;}.elementor-1065 .elementor-element.elementor-element-10ddd1e:not(.elementor-motion-effects-element-type-background), .elementor-1065 .elementor-element.elementor-element-10ddd1e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:767px){.elementor-1065 .elementor-element.elementor-element-10ddd1e{--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}}@media(min-width:768px){.elementor-1065 .elementor-element.elementor-element-10ddd1e{--width:80%;}}/* Start custom CSS for shortcode, class: .elementor-element-b67f70f *//* === ポーカールーム概要一覧: ゲーム種別・施設情報バッジのパディング調整 === */

/* .poker-room-overview-list や .poker-room-overview-item などの基本構造スタイルは変更なしとします */
/* 以下は .room-details 内のゲーム種別と施設情報リストのスタイル調整です */

.room-details .room-game-types,
.room-details .room-facilities-info {
    margin-top: 4x;
    padding-top: 4px;
    border-top: 1px dashed #d0d0d0; /* 点線は維持 */
}

/* ゲーム種別リストと施設情報リストの共通スタイル */
.room-details .game-type-list,
.room-details .facilities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;          /* ★バッジ間の隙間を少し広めに戻す (例: 3px 6px -> 6px 10px) */
    font-size: 0.8em;      /* ★バッジのフォントサイズを少し戻す (例: 0.75em -> 0.8em) */
    line-height: 1.4;
    margin-left: 0;
    margin-top: 8px;       /* ★上の区切り線や見出しとのマージン少し広めに戻す */
}

/* 各バッジ (ゲーム種別、施設情報) の共通スタイル */
.room-details .game-type-list .game-line,
.room-details .facilities-list .facility-line {
    padding: 5px 12px;    /* ★バッジのパディングを増やす (例: 上下2px左右6px -> 上下5px左右12px) */
    color: #444;
    border: 1px solid #d0d0d0;
    border-radius: 15px;   /* 角丸を少し大きくする例 */
    background-color: #f9f9f9;
    white-space: nowrap; /* バッジ内でテキストが改行しないように */
}

/* マーク（◯や―）のスタイル */
.room-details .game-type-list .game-line .mark,
.room-details .facilities-list .facility-line .mark {
    margin-right: 6px; /* マークとテキストの間隔 */
    font-weight: bold;
    display: inline-block;
    width: 1em; /* マークの幅 */
    text-align: center;
}

/* チェックされているアイテムのスタイル */
.room-details .game-type-list .game-line.checked,
.room-details .facilities-list .facility-line.checked {
    border-color: #0051e0;      /* アクセントカラー（青） */
    background-color: #eef5ff;  /* 薄い青背景 */
    color: #0051e0;             /* 文字色もアクセントカラーに */
}
.room-details .game-type-list .game-line.checked .mark,
.room-details .facilities-list .facility-line.checked .mark {
    color: #0051e0;
}

/* チェックされていないマークのスタイル */
.room-details .game-type-list .game-line.unchecked .mark,
.room-details .facilities-list .facility-line.unchecked .mark {
    color: #aaa;
}


/* スマホ表示での調整 */
@media (max-width: 767px) {
    .room-details .game-type-list,
    .room-details .facilities-list {
        gap: 5px 8px; /* スマホではバッジ間隔を少し調整 */
        font-size: 0.75em; /* スマホではフォントサイズも調整 */
    }
    .room-details .game-type-list .game-line,
    .room-details .facilities-list .facility-line {
        padding: 4px 10px; /* ★スマホではバッジパディングも調整 */
    }
    /* (他のスマホ用スタイルは前回同様) */
}/* End custom CSS */