@charset "UTF-8";
/* =======================================================
   Figmaデザイン案 完全再現SCSS
   ======================================================= */
.sfp-figma-container {
  background: #e0e0e0;
  padding: 30px;
  border-radius: 0px;
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px; }

.search-filter-field--id-2
.search-filter-label,
.search-filter-field--id-3
.search-filter-label {
  display: none !important; }

.sfp-figma-row-1 {
  display: flex;
  align-items: center;
  gap: 15px; }
  .sfp-figma-row-1 .sfp-figma-title {
    font-weight: bold;
    font-size: 20px;
    color: #333; }
  .sfp-figma-row-1 .sfp-figma-search-wrapper {
    flex-grow: 1; }
    .sfp-figma-row-1 .sfp-figma-search-wrapper .search-filter-input-text {
      border: 1px solid #000;
      border-radius: 0px;
      background: #fff;
      height: 40px; }
      .sfp-figma-row-1 .sfp-figma-search-wrapper .search-filter-input-text .search-filter-input-text__icon {
        left: 10px; }
      .sfp-figma-row-1 .sfp-figma-search-wrapper .search-filter-input-text .search-filter-input-text__input {
        height: 100% !important;
        padding-left: 35px !important; }
  .sfp-figma-row-1 .sfp-figma-file-format .search-filter-input-group {
    display: flex; }
  .sfp-figma-row-1 .sfp-figma-file-format .search-filter-input-checkbox {
    margin: 0 !important; }
  .sfp-figma-row-1 .sfp-figma-file-format .search-filter-input-checkbox__container {
    height: 30px !important;
    padding: 0 15px !important;
    border-radius: 0px !important;
    border: 1px solid #000 !important;
    background: transparent !important;
    color: #333 !important; }
    .sfp-figma-row-1 .sfp-figma-file-format .search-filter-input-checkbox__container::before {
      content: none !important; }
  .sfp-figma-row-1 .sfp-figma-file-format .search-filter-input-checkbox__input:checked + .search-filter-input-checkbox__container {
    background: #333 !important;
    color: #fff !important; }
  .sfp-figma-row-1 .sfp-figma-file-format .search-filter-input-checkbox__control, .sfp-figma-row-1 .sfp-figma-file-format .search-filter-input-checkbox__count {
    display: none !important; }
  .sfp-figma-row-1 .search-filter-field--type-submit .search-filter-submit {
    height: 30px !important;
    padding: 0 20px !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    background: transparent !important;
    color: #333 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: .2s !important; }
    .sfp-figma-row-1 .search-filter-field--type-submit .search-filter-submit:hover {
      background: #333 !important;
      color: #fff !important; }

.sfp-figma-row-2 {
  display: flex;
  align-items: center;
  gap: 10px; }
  .sfp-figma-row-2 .sfp-figma-label {
    font-size: 14px;
    color: #333;
    font-weight: bold; }
  .sfp-figma-row-2 .search-filter-field--id-15,
  .sfp-figma-row-2 .search-filter-field--id-16 {
    position: relative !important; }
    .sfp-figma-row-2 .search-filter-field--id-15 .sf-popover-toggle,
    .sfp-figma-row-2 .search-filter-field--id-16 .sf-popover-toggle {
      height: 40px;
      min-width: 180px;
      padding: 0 15px;
      border: 1px solid #000;
      border-radius: 0px;
      background: #fff;
      color: #333;
      font-size: 14px;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .sfp-figma-row-2 .search-filter-field--id-15 .sf-popover-container,
    .sfp-figma-row-2 .search-filter-field--id-16 .sf-popover-container {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 100;
      width: 300px;
      max-height: 300px;
      overflow-y: auto;
      background: #fff;
      border: 1px solid #ccc;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      padding: 15px;
      margin-top: 5px;
      border-radius: 0px; }
      .sfp-figma-row-2 .search-filter-field--id-15 .sf-popover-container .search-filter-input-group,
      .sfp-figma-row-2 .search-filter-field--id-16 .sf-popover-container .search-filter-input-group {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important; }
      .sfp-figma-row-2 .search-filter-field--id-15 .sf-popover-container .search-filter-input-checkbox,
      .sfp-figma-row-2 .search-filter-field--id-16 .sf-popover-container .search-filter-input-checkbox {
        display: block !important; }
      .sfp-figma-row-2 .search-filter-field--id-15 .sf-popover-container .search-filter-input-checkbox__container,
      .sfp-figma-row-2 .search-filter-field--id-16 .sf-popover-container .search-filter-input-checkbox__container {
        width: 100% !important;
        border: none !important;
        background: transparent !important;
        padding: 5px 0 !important;
        height: auto !important;
        color: #222 !important;
        display: flex !important;
        align-items: center !important; }
      .sfp-figma-row-2 .search-filter-field--id-15 .sf-popover-container .search-filter-input-checkbox__input:checked + .search-filter-input-checkbox__container,
      .sfp-figma-row-2 .search-filter-field--id-16 .sf-popover-container .search-filter-input-checkbox__input:checked + .search-filter-input-checkbox__container {
        background: transparent !important;
        color: #e90000 !important;
        font-weight: bold !important; }
      .sfp-figma-row-2 .search-filter-field--id-15 .sf-popover-container .search-filter-input-checkbox__control,
      .sfp-figma-row-2 .search-filter-field--id-16 .sf-popover-container .search-filter-input-checkbox__control {
        display: inline-block !important;
        margin-right: 8px !important; }

.sfp-figma-row-3 {
  border-radius: 0px;
  min-height: 40px;
  padding: 5px 15px; }
  .sfp-figma-row-3 .sfp-figma-keywords {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    /* 1. キーワード全体を囲むコンテナ (.sfp-figma-keyword-items) の設定 */
    /* 2. 個別のキーワード (span) の設定 */ }
    .sfp-figma-row-3 .sfp-figma-keywords .sfp-figma-label {
      font-size: 14px;
      color: #333;
      font-weight: bold; }
    .sfp-figma-row-3 .sfp-figma-keywords .sfp-figma-keyword-items {
      /* Flexboxで横並び、折り返しを強制 */
      display: flex !important;
      flex-wrap: wrap !important;
      /* 他の隠す設定を解除 */
      overflow: visible !important;
      white-space: normal !important;
      /* キーワード間の隙間を確保 */
      gap: 5px 10px !important;
      /* 念のため、親要素の幅を100%に広げます */
      width: 100% !important; }
    .sfp-figma-row-3 .sfp-figma-keywords .sfp-figma-keyword-items > span {
      display: inline-block !important;
      /* ブロック要素にして確実に表示 */
      white-space: normal !important;
      /* はみ出しを防ぐ */
      margin: 0 !important;
      /* 外側の余計なマージンをリセット */
      padding: 2px 5px !important;
      /* 見た目を整えるためのパディング（お好みで調整） */
      line-height: 1.2 !important; }

.sfp-figma-container .search-filter-field--id-3 {
  display: none !important; }
