/** Shopify CDN: Minification failed

Line 13:6 Expected ":"

**/
@media (max-width: 768px) {
  .socialplus-association-row {
    max-width: 90%;
    margin: 0 auto;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid #ccc;
　　 border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  /* 左側（LINEアイコン + テキスト + 連携済） */
  .socialplus-association-row > div:first-child {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0; /* はみ出し防止 */
  }

  /* 解除ボタンラッパー */
  .socialplus-association-button-wrapper {
    flex-shrink: 0;
    margin-right: 10px; /* 右端から10px内側に */
  }

  /* 解除ボタン */
  .socialplus-association-button-wrapper button {
    white-space: nowrap; /* 改行せず1行に */
  }

  /* 連携済テキストを小さめに調整 */
  .socialplus-association-status {
    font-size: 12px;
    line-height: 1.2;
    flex-shrink: 0;
  }
}