  /* ===== 外框 ===== */
  .hymn-search-wrap {
    background: #fff;
    padding: 18px 0 18px;
  }

  /* ===== 搜尋列（固定你要的尺寸） ===== */
  .hymn-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin: 0 auto 14px;
  }

  #hymnInput {
    width: 180px;
    height: 48px;
    background: #eef1f4;
    border: 0;
    outline: none;
    padding: 0 14px;
    font-size: 18px;
    border-radius: 0;
    box-sizing: border-box;
  }

  .hymn-search-form button[type="submit"] {
    width: 70px;
    height: 48px;
    padding: 0;
    line-height: 48px;
    font-size: 18px;
    border: 0;
    border-radius: 0;
    background: #a785d6;
    color: #fff;
    cursor: pointer;
  }

  /* ===== 分頁切換（深底白字） ===== */
  .hymn-pages {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 30px auto;
    padding: 0 12px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  .hymn-pages button {
    height: 38px;
    padding: 0 16px;
    border: 1px solid #cfd4da;
    background: #f3f5f7; /* 未選：淡灰 */
    cursor: pointer;
    font-size: 15px;
    color: #333;
  }

  .hymn-pages button:hover {
    background: #e9ecef;
  }

  /* ✅ 目前頁：深底白字 */
  .hymn-pages button.is-active {
    background: #2f343a; /* 深底 */
    border-color: #2f343a;
    color: #fff; /* 白字 */
  }

  /* ===== 數字清單 ===== */
  .hymn-grid-wrap {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .hymn-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*gap: 5px;*/
  }

  .hymn-grid button {
    width: 60px;
    height: 40px;
    background: #fff;
    border: 1px solid #cfcfcf;
    cursor: pointer;
    font-size: 15px;
  }

  /* ===== 圖片（這頁目前不再使用，可保留 DOM 不顯示） ===== */
  .hymn-result {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .hymn-result img {
    width: 100%;
    height: auto;
    display: block;
  }

  .content_wrap,
  .content_container {
    width: 90% !important;
    padding: 0px !important;
  }