body {
        font-family: "Noto Sans TC", sans-serif;
        background-color: #fffaf7;
        color: #603f37;
      }

      .section-title {
        color: #ad786d;
        font-weight: bold;
        border-bottom: 3px solid #edce88;
        padding-bottom: 10px;
        margin-bottom: 30px;
      }
      .scroll-offset {
        scroll-margin-top: 56px; /* 根據你的 fixed navbar 高度調整 */
      }
      .bg-main {
        background-color: #edce88;
      }

      .btn-primary {
        background-color: #ad786d;
        border: none;
      }

      .btn-primary:hover {
        background-color: #e9836c;
      }

      .accordion-button {
        color: #ad786d;
        font-weight: bold;
      }
      .social-icons a {
        color: inherit;
        font-size: 1.25rem;
        transition: color 0.3s;
      }

      .social-icons a:hover {
        color: #ad786d; /* 根據你的主題色調整 */
      }

.youtube-lazy {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        background-color: #000;
        cursor: pointer;
        overflow: hidden;
      }
    
      .youtube-lazy img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
      }
    
      .youtube-lazy .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 68px;
        height: 48px;
        transform: translate(-50%, -50%);
        background: url('https://www.gstatic.com/youtube/img/player/play-button.png') no-repeat center center;
        background-size: contain;
        pointer-events: none;
      }

.lazy-sheet {
        position: relative;
        width: 100%;
        background-color: #f9f1d8;
        border: 1px solid #edce88;
        border-radius: 8px;
        overflow: hidden;
        cursor: pointer;
        text-align: center;
      }
    
      .lazy-sheet::before {
        content: "點擊載入表單";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fffbe6;
        color: #7a6200;
        padding: 10px 16px;
        border-radius: 6px;
        font-weight: bold;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
        pointer-events: none;
        z-index: 1;
      }
    
      /* 隱藏提示 after iframe 載入 */
.lazy-sheet.loaded::before {
        display: none;
      }

.momo-card-media {
  max-height: 100%;
  object-fit: contain;
}
