<turbo-stream action="update" target="social_header"><template>
  <div class="card-header border-0 p-0 p-lg-3 mb-3 mb-lg-0 position-relative">
  <div class="row align-items-center justify-content-between">
    <div class="col-lg-4 col-12 d-none d-lg-block">
      <h6 class="card-title text-gradient-blue d-inline-flex mb-0">Social Feed</h6>
    </div>
    <div class="col-lg-8 col-12 mobile-searchbar">
      <turbo-frame id="post_filter">
  <form data-controller="form-validation post form-activity" action="/social/posts/filter" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="fS_pPzBXycM_PPpG35dgZou8RNnC21UEuw1PmhAACG6HL2uj5OdfKCw6XubRWJ-8lXMkNU2GRT-0-C9alqLKTw" />
    <input type="hidden" name="username" id="username" value="--z--" />
    
    <div class="d-flex align-items-center justify-content-between gap-3">
      <div class="position-relative w-100">
        <div class="w-100 position-relative card-border d-flex align-items-center justify-content-start rounded-5 overflow-hidden   max-w-420px">
  <div class="h-100 bg-transparent border-0 p-3 d-flex align-items-center justify-content-center mail-search-icon">
    <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
      <path d="M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
      <path d="M22 22L20 20" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
    </svg>
  </div>
  <input type="search" name="description" id="description" class="border-0 bg-transparent filled-bg-none p-3 ps-0 pe-6 w-100 " placeholder="Search" aria-label="Search" data-action="input-&gt;post#searchPost" />
  <div class="position-absolute align-items-center justify-content-center px-3 top-0 end-0 h-100 bg-transparent d-none" id="mail-search-loader">
    <div class="cv-spinner d-flex align-items-center justify-content-center h-100">
      <span class="spinner-border text-primary" style="width: 1.2rem; height: 1.2rem;"></span>
    </div>
  </div>
  <span class="position-absolute end-0 top-0 h-100 d-flex align-items-center px-3 cursor-pointer d-none " data-action="click-&gt;post#clear" id="close_icon">
    <span class="fa fa-times fs-18 text-white fw-normal" aria-hidden="true"></span>
</span></div>

      </div>
      <div class="menu-options social-filter">
        <div class="dropdown dropdown-center">
          <button type="button" class="btn card-border rounded-circle border-3 p-3" id="post-filter-dropdown" data-bs-toggle="dropdown" data-action="click->post#toggleDropDown" aria-expanded="false" data-bs-auto-close="outside">
            <img src="https://www.dmdb.com/assets/svgs/filter-a0810f98a1f5e04532a8b76da130807b8907624ed00230ab3d38908cef4a2a92.svg" />
          </button>
          <div class="dropdown-menu dropdown-menu-end end-0 p-0" aria-labelledby="post-filter-dropdown">
            <div class="card-border rounded-3 post-filter-without-news post-filter-box d-flex flex-column gap-3 align-items-start justify-content-start p-3">
              <h6 class="form-label mb-0 fw-normal fs-16">Sort by</h6>
              <div class="d-grid grid-cols-2 grid-cols-sm-1 gap-2 gap-sm-3">
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_new_to_old" type="radio" value="new_to_old" checked="checked" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_new_to_old">
                      Newest to Oldest
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_old_to_new" type="radio" value="old_to_new" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_old_to_new">
                      Oldest to Newest
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_most_likes" type="radio" value="most_likes" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_most_likes">
                      Most Likes
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_most_views" type="radio" value="most_views" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_most_views">
                      Most Views
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_most_comments" type="radio" value="most_comments" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_most_comments">
                      Most Comments
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_most_saves" type="radio" value="most_saves" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_most_saves">
                      Most Saves
                    </label>
                  </div>
                  <div class="form-check d-flex align-items-center justify-content-start gap-2 m-0 p-0 w-100">
                    <input class="form-check-input flex-shrink-0 m-0" id="post_filter_sorting_most_reposts" type="radio" value="most_reposts" name="sorting" />
                    <label class="form-check-label fs-16 w-100" for="post_filter_sorting_most_reposts">
                      Most Reposts
                    </label>
                  </div>
              </div>
              <div class="w-100 h-px border-bottom"></div>
              <div class="w-100">
                <label class="form-label" for="hash_tag">Search by Hashtag</label>
                <div class="position-relative">
                  <div class="position-absolute h-100 d-flex align-items-center ms-3 w-30px">
                    <svg width="24" height="24" viewBox="0 0 24 24" class="w-xxl-100 w-xl-100 w-lg-100 w-md-75 w-75" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M11.5 21C16.7467 21 21 16.7467 21 11.5C21 6.25329 16.7467 2 11.5 2C6.25329 2 2 6.25329 2 11.5C2 16.7467 6.25329 21 11.5 21Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
  <path d="M22 22L20 20" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"></path>
</svg>

                  </div>
                  <input class="form-control rounded-5 ps-8" placeholder="Enter hashtag, e.g. #music" type="text" name="hash_tag" id="hash_tag" />
                  <input type="hidden" name="search" id="search" value="true" />
                </div>
              </div>
              <div class="w-100 h-px border-bottom"></div>
              <div class="w-100">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input name="post_date_range" type="hidden" value="0" /><input class="form-check-input m-0" id="post_date_range" data-action="change-&gt;post#toggleDateRange" type="checkbox" value="1" name="post_date_range" />
                  <label class="form-check-label text-gray" for="post_date_range">Date Range</label>
                </div>
                <div class="date-range-block d-flex flex-column align-items-start gap-2 w-100 d-none mt-3" data-post-target="dateRangeBlock">
                  <div class="w-100">
                    <label class="form-label required" for="date_range_from">From</label>
                    <div class="d-flex align-items-start justify-content-start gap-3">
                      <div class="flatpickr-container position-relative w-100">
  <label class="cursor-pointer d-block" for="date_range_from">
    <input class="date-range-from" placeholder="Enter Start date" data-click-opens="false" data-mask-target="date" data-action="change-&gt;post#selectStartDate" data-max-date="today" data-min-date="&quot;1916-05-09&quot;" data-post-target="dateRangeFrom" data-controller="flatpickr mask" type="text" name="date_range_from" id="date_range_from" />
    <span class="bg-transparent border-0 position-absolute p-3 top-0 end-0 text-gradient-pink d-flex align-items-center justify-content-center">
      <svg class="text-white" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M8 2V4.9985M16 2V4.9985M20.75 17.5922H3.25M11.9064 10.1732C10.8535 10.1732 10 11.0263 10 12.0786C10 13.1309 10.8535 13.984 11.9064 13.984C12.9592 13.984 13.8127 13.1309 13.8127 12.0786C13.8127 11.0263 12.9592 10.1732 11.9064 10.1732ZM11.9064 10.1732C12.7837 10.1732 13.495 9.46228 13.495 8.58534C13.495 7.7084 12.7837 6.9975 11.9064 6.9975C11.029 6.9975 10.3177 7.7084 10.3177 8.58534C10.3177 9.46228 11.029 10.1732 11.9064 10.1732ZM16 3.49925C19.33 3.67916 21 4.94853 21 9.64618V15.8231C21 19.941 20 22 15 22H9C4 22 3 19.941 3 15.8231V9.64618C3 4.94853 4.67 3.68916 8 3.49925H16Z" stroke="#AE8A27" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
    </span>
</label></div>
                    </div>
                  </div>
                  <div class="w-100">
                    <label class="form-label required" for="date_range_to">To</label>
                    <div class="d-flex align-items-start justify-content-start gap-3">
                      <div class="flatpickr-container position-relative w-100">
  <label class="cursor-pointer d-block" for="date_range_to">
    <input class="date-range-to" placeholder="Enter End date" data-click-opens="false" data-mask-target="date" data-max-date="today" data-min-date="&quot;1916-05-09&quot;" data-post-target="dateRangeTo" data-controller="flatpickr mask" type="text" name="date_range_to" id="date_range_to" />
    <span class="bg-transparent border-0 position-absolute p-3 top-0 end-0 text-gradient-pink d-flex align-items-center justify-content-center">
      <svg class="text-white" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M8 2V4.9985M16 2V4.9985M20.75 17.5922H3.25M11.9064 10.1732C10.8535 10.1732 10 11.0263 10 12.0786C10 13.1309 10.8535 13.984 11.9064 13.984C12.9592 13.984 13.8127 13.1309 13.8127 12.0786C13.8127 11.0263 12.9592 10.1732 11.9064 10.1732ZM11.9064 10.1732C12.7837 10.1732 13.495 9.46228 13.495 8.58534C13.495 7.7084 12.7837 6.9975 11.9064 6.9975C11.029 6.9975 10.3177 7.7084 10.3177 8.58534C10.3177 9.46228 11.029 10.1732 11.9064 10.1732ZM16 3.49925C19.33 3.67916 21 4.94853 21 9.64618V15.8231C21 19.941 20 22 15 22H9C4 22 3 19.941 3 15.8231V9.64618C3 4.94853 4.67 3.68916 8 3.49925H16Z" stroke="#AE8A27" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
      </svg>
    </span>
</label></div>
                    </div>
                  </div>
                </div>
              </div>
              <div class="w-100 h-px border-bottom"></div>
              <div class="w-100">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input name="contain_media" type="hidden" value="0" /><input class="form-check-input m-0" type="checkbox" value="1" name="contain_media" id="contain_media" />
                  <label class="form-check-label text-gray" for="contain_media">Contains Media</label>
                </div>
              </div>
              <div class="d-flex align-items-center justify-content-center gap-2 w-100 mt-2">
                <button name="button" type="input" class="dropdown-close btn btn-gradient-pink text-dark fs-14 p-3 text-uppercase rounded-3 w-100" data-action="post#filterPost">Apply</button>
                <button name="button" type="button" class="dropdown-close btn btn-outline-gradient btn-gradient-outline-pink overlay-none fs-14 p-3 text-uppercase rounded-3 w-100" data-user="U07141526" data-api-action="user_posts" data-action="post#resetShowcaseFilter">
                  <span class="text-gradient-pink">Reset</span>
</button>              </div>
            </div>
            <div class="card-border rounded-3 m-0 p-0 add-filter-news last-child d-none" data-controller="news-post">
              <a data-turbo-stream="" class="dropdown-item border-bottom-warning overlay-none news-tab" data-action="click-&gt;news-post#displayCheckedButton" href="/users/dashboards/U07141526/news_posts?type=all">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input type="radio" class="form-check-input flex-shrink-0 m-0" id='all_news' value="" checked>
                  <label for="all_news" class="form-check-label fs-16 w-100">All</label>
                </div>
</a>              <a data-turbo-stream="" class="dropdown-item border-bottom-warning overlay-none news-tab" data-action="click-&gt;news-post#displayCheckedButton" href="/users/dashboards/U07141526/news_posts?type=credentialed_news">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input type="radio" class="form-check-input flex-shrink-0 m-0" id='credentialed_news' value="">
                  <label for="credentialed_news" class="form-check-label fs-16 w-100">Credentialed Reporter News</label>
                </div>
</a>              <a data-turbo-stream="" class="dropdown-item border-bottom-warning overlay-none news-tab" data-action="click-&gt;news-post#displayCheckedButton" href="/users/dashboards/U07141526/news_posts?type=non_credentialed_news">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input type="radio" class="form-check-input flex-shrink-0 m-0" id='non_credentialed_news' value="">
                  <label for="non_credentialed_news" class="form-check-label fs-16 w-100">Citizen Reporter News</label>
                </div>
</a>              <a data-turbo-stream="" class="dropdown-item border-bottom-warning overlay-none news-tab" data-action="click-&gt;news-post#displayCheckedButton" href="/users/dashboards/U07141526/news_posts?type=news_agency_news">
                <div class="form-check m-0 p-0 d-flex align-items-center justify-content-start gap-2">
                  <input type="radio" class="form-check-input flex-shrink-0 m-0" id='news_agency_news' value="">
                  <label for="news_agency_news" class="form-check-label fs-16 w-100">News Agencies</label>
                </div>
</a>            </div>
          </div>
        </div>
      </div>
    </div>
      <div class="text-end mt-3 d-md-none">
        <a class="ms-auto btn btn-outline-gradient btn-gradient-outline-pink rounded-2 p-2 fs-14" data-controller="turbo" data-turbo-method="GET" href="/individual_reporters/reporter_welcome">
          <span class="text-gradient-pink">Get Press Pass</span>
</a>      </div>
</form></turbo-frame><div class="d-md-none text-end">
</div>

    </div>
  </div>
</div>
</template></turbo-stream>  <turbo-stream action="update" target="all_posts_list"><template>
      <turbo-frame id="all_pin_post">
</turbo-frame>
<turbo-frame data-controller="post" data-post-target="postList" id="get_all_post_tag">
    <turbo-frame data-controller="" class="single-post-frame " id="single_post_147819">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODE5Ig==--94caf9409b79ce9b01d17a93f29eaca15d281899d274b56e9fdcc65546516af6"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147819" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO77214021?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147819&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147819">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO77214021&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778248143">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:49 AM&lt;/span&gt;">
                      5/8/2026  9:49 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147819">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-ac5da72f-b18d-4ead-a6c4-720312e111e0" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-ac5da72f-b18d-4ead-a6c4-720312e111e0">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO77214021?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO77214021">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO77214021?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO77214021">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/worlds-oldest-plague-mass-grave-155650143.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/os/en/jerusalem_post_articles_818/68c5f62dbbc6d44775e593ff54710ed8" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/os/en/jerusalem_post_articles_818/68c5f62dbbc6d44775e593ff54710ed8" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">World's oldest plague mass grave found beneath Roman racetrack in Jordan</h6> <p class="text-start card-text empty-tag max-line-2">According to the study, the grave predates the Black Death burial pits from medieval Europe by approximately 800 years. A sixth century mass grave located in the Jordanian city of Jerash has been iden...</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147819" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147819">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147819" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147819">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO77214021?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147819" id=".comment_count_147819">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147819" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO77214021">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO77214021/shared_users?class_name=Post">
        <span id="post-147819-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      3
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147818">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODE4Ig==--00dd24a02795c7e9489a945b0ba8c2741af333652d418d8a814c01578138f510"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147818" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO05844687?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147818&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147818">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO05844687&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778248118">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:48 AM&lt;/span&gt;">
                      5/8/2026  9:48 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147818">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-63e4c744-2860-458d-b9a6-4c83a4fe6978" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-63e4c744-2860-458d-b9a6-4c83a4fe6978">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO05844687?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO05844687">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO05844687?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO05844687">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/humans-not-only-animals-kiss-160700275.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/os/en/the_brighter_side_of_news_articles_781/9841bf54ef0ec3b3c88389cb821e8ca4" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/os/en/the_brighter_side_of_news_articles_781/9841bf54ef0ec3b3c88389cb821e8ca4" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">Humans are not the only animals that kiss</h6> <p class="text-start card-text empty-tag max-line-2">Kissing feels so tied to human life that it can seem almost impossible to separate from romance, family, grief, ritual, or desire. It sits inside wedding vows and movie endings, in greetings, apologie...</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147818" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147818">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147818" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147818">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO05844687?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147818" id=".comment_count_147818">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147818" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO05844687">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO05844687/shared_users?class_name=Post">
        <span id="post-147818-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      3
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147817">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODE3Ig==--78e5a79fa467accc4733c11f90393e0df2884ced19559055e53f07a1c56227d1"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147817" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO48206009?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147817&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147817">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO48206009&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778248092">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:48 AM&lt;/span&gt;">
                      5/8/2026  9:48 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147817">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-c9f195df-6a17-4281-867d-7baa9bf3d682" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-c9f195df-6a17-4281-867d-7baa9bf3d682">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO48206009?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO48206009">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO48206009?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO48206009">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/giant-hot-blob-heading-toward-160708408.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/IGVugFEuN7954p8METm7RQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD05Mjg7Y2Y9d2VicA--/https://media.zenfs.com/en/popular_mechanics_642/dd757e14dc1b9e8556ee0152225741ed" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/IGVugFEuN7954p8METm7RQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD05Mjg7Y2Y9d2VicA--/https://media.zenfs.com/en/popular_mechanics_642/dd757e14dc1b9e8556ee0152225741ed" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">A Giant Hot Blob is Heading Toward New York City—and It May Be Capable of Dividing Continents</h6> <p class="text-start card-text empty-tag max-line-2">Experts believe a giant mass of hot rock known as the Northern Appalachian Anomaly (NAA) is heading toward New York City.</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147817" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147817">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147817" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147817">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO48206009?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147817" id=".comment_count_147817">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147817" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO48206009">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO48206009/shared_users?class_name=Post">
        <span id="post-147817-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      2
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147816">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODE2Ig==--b23ee37ba76819182e7819df4f2a5018e964f6aa6782eb94a64f27083534348c"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147816" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO91049976?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147816&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147816">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO91049976&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778248081">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:48 AM&lt;/span&gt;">
                      5/8/2026  9:48 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147816">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-b21d7729-ff27-4d94-973a-1163540dc024" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-b21d7729-ff27-4d94-973a-1163540dc024">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO91049976?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO91049976">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO91049976?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO91049976">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/anthropic-spacex-compute-deal-comes-164249566.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/R0JpNzUrMmeqD1GOw6Sahg--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD04MDA7Y2Y9d2VicA--/https://media.zenfs.com/en/fortune_175/fdc2268107286cfa0c26685bc4593390" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/R0JpNzUrMmeqD1GOw6Sahg--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD04MDA7Y2Y9d2VicA--/https://media.zenfs.com/en/fortune_175/fdc2268107286cfa0c26685bc4593390" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">Anthropic’s SpaceX compute deal comes as AI data center backlash grows—fueled by both real grievances and conspiracy theories</h6> <p class="text-start card-text empty-tag max-line-2">The scramble to build ever-larger AI campuses is fueling both legitimate community concerns and increasingly bizarre online fears</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147816" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147816">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147816" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147816">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO91049976?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147816" id=".comment_count_147816">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147816" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO91049976">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO91049976/shared_users?class_name=Post">
        <span id="post-147816-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      2
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147815">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODE1Ig==--15e4732e981655594a3c51d6f0841051a8e704bdb060f7855f309a88bc1200bd"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147815" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO16396444?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147815&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147815">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO16396444&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778248057">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:47 AM&lt;/span&gt;">
                      5/8/2026  9:47 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147815">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-9bf44fd0-629e-4143-a034-1486906ec52e" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-9bf44fd0-629e-4143-a034-1486906ec52e">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO16396444?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO16396444">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO16396444?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO16396444">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/microplastics-air-worried-172725232.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/os/en/time_72/7ac6d1a181c3a5fd691766143566be2f" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/os/en/time_72/7ac6d1a181c3a5fd691766143566be2f" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">There Are Microplastics In the Air, How Worried Should You Be?</h6> <p class="text-start card-text empty-tag max-line-2">Microplastics in the air are contributing to climate change.</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147815" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147815">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147815" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147815">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO16396444?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147815" id=".comment_count_147815">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147815" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO16396444">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO16396444/shared_users?class_name=Post">
        <span id="post-147815-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      2
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147814">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODE0Ig==--7f50892043fa840ee440e1949199f47dcb4050eab2a55c72b62027e8e7eaa707"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147814" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO33040740?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147814&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147814">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO33040740&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778248043">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:47 AM&lt;/span&gt;">
                      5/8/2026  9:47 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147814">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-f377df74-983e-4788-b7d7-6aff3dc66b42" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-f377df74-983e-4788-b7d7-6aff3dc66b42">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO33040740?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO33040740">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO33040740?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO33040740">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/312-000-amazon-battery-packs-172920266.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/os/en/usa_today_tech_153/1d40d4e428b7745c60391e82b32f5d68" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/os/en/usa_today_tech_153/1d40d4e428b7745c60391e82b32f5d68" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">312,000 Amazon battery packs recalled over child safety risk</h6> <p class="text-start card-text empty-tag max-line-2">More than 300,000 coin battery packs sold on Amazon are recalled over child ingestion and burn hazards tied to unsafe packaging.</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147814" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147814">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147814" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147814">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO33040740?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147814" id=".comment_count_147814">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147814" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO33040740">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO33040740/shared_users?class_name=Post">
        <span id="post-147814-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      2
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147813">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODEzIg==--b05dbf2b35f444e9343a685280fb126fc5ddae24c2acc989ade6b849e890e9e5"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147813" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO85137612?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147813&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147813">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO85137612&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778248025">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:47 AM&lt;/span&gt;">
                      5/8/2026  9:47 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147813">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-b0c62008-6ffd-4029-9559-22c1fe57c7a5" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-b0c62008-6ffd-4029-9559-22c1fe57c7a5">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO85137612?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO85137612">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO85137612?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO85137612">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/glp-1-drugs-could-suppress-173247191.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/_RBfFbTdWOxzKAMAY4_Tlg--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/livenow_fox_840/0e7c383ba6b9d9da68622e93e6b309a7" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/_RBfFbTdWOxzKAMAY4_Tlg--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/livenow_fox_840/0e7c383ba6b9d9da68622e93e6b309a7" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">New GLP-1 drugs could suppress desire for more than just food, study suggests</h6> <p class="text-start card-text empty-tag max-line-2">A new study suggests GLP-1 weight-loss drugs may be able to do more than curb appetite. Here's what researchers found.</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147813" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147813">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147813" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147813">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO85137612?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147813" id=".comment_count_147813">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147813" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO85137612">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO85137612/shared_users?class_name=Post">
        <span id="post-147813-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      2
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147812">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODEyIg==--d24407dadcda21e9b0635e7f03226e3d0e560f0ffe6ec91b3f403f7fd272d853"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147812" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO43037366?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147812&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147812">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO43037366&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778248004">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:46 AM&lt;/span&gt;">
                      5/8/2026  9:46 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147812">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-7acd91ff-893a-442a-a07e-b33a35e69b29" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-7acd91ff-893a-442a-a07e-b33a35e69b29">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO43037366?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO43037366">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO43037366?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO43037366">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/hiker-stumbles-6th-century-gold-174332674.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/QrxDNgzEFzam7f5gDfvQAQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/popular_science_109/a61df15d9408ff489567054191e01078" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/QrxDNgzEFzam7f5gDfvQAQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/popular_science_109/a61df15d9408ff489567054191e01078" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">Hiker stumbles on 6th century gold sword scabbard under fallen tree</h6> <p class="text-start card-text empty-tag max-line-2">‘The odds of finding something like this are minimal.’</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147812" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147812">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147812" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147812">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO43037366?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147812" id=".comment_count_147812">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147812" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO43037366">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO43037366/shared_users?class_name=Post">
        <span id="post-147812-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      2
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147811">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODExIg==--45e649dd1211583e99c507df45c27da0b9059119d5fb60b728eecb56c7d92ba1"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147811" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO86956828?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147811&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147811">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO86956828&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247984">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:46 AM&lt;/span&gt;">
                      5/8/2026  9:46 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147811">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-8300313e-de09-42a6-b00d-5ae42c2b48a1" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-8300313e-de09-42a6-b00d-5ae42c2b48a1">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO86956828?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO86956828">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO86956828?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO86956828">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/dassai-sake-fermented-iss-sells-185018095.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/_WNAvORBXQq3Aa22HhMTbQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/quartz_855/9ce6544baba9b8503ba0085ec0e34daf" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/_WNAvORBXQq3Aa22HhMTbQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/quartz_855/9ce6544baba9b8503ba0085ec0e34daf" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">Dassai sake fermented on ISS sells for $700,000</h6> <p class="text-start card-text empty-tag max-line-2">Japanese brewer Dassai and Mitsubishi Heavy Industries confirmed alcohol fermentation is possible under simulated lunar gravity</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147811" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147811">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147811" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147811">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO86956828?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147811" id=".comment_count_147811">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147811" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO86956828">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO86956828/shared_users?class_name=Post">
        <span id="post-147811-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      1
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147810">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODEwIg==--5c8619c3a0092ec8a06ed30105f6d8b6b8d0c86f3611296cc7fae3244b925ec8"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147810" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO29784815?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147810&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147810">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO29784815&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247971">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:46 AM&lt;/span&gt;">
                      5/8/2026  9:46 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147810">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-ffdebdb1-401d-4f69-aca4-37967f500453" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-ffdebdb1-401d-4f69-aca4-37967f500453">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO29784815?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO29784815">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO29784815?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO29784815">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/james-webb-space-telescope-brings-192500873.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/rUwn.8H1Kz_goSsXx4sOcA--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzQ7Y2Y9d2VicA--/https://media.zenfs.com/en/jalopnik_622/9e0c62366bc311a7596d13fd2c707ffd" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/rUwn.8H1Kz_goSsXx4sOcA--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzQ7Y2Y9d2VicA--/https://media.zenfs.com/en/jalopnik_622/9e0c62366bc311a7596d13fd2c707ffd" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">James Webb Space Telescope Brings Details Of Nearby 'Super-Earth' Into Focus</h6> <p class="text-start card-text empty-tag max-line-2">This one telescope is enabling us to deduce not just the chemical and mineral compositions of distant worlds, but their terrain and features as well.</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147810" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147810">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147810" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147810">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO29784815?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147810" id=".comment_count_147810">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147810" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO29784815">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO29784815/shared_users?class_name=Post">
        <span id="post-147810-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      1
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147809">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODA5Ig==--90f5c9005d7e56d161e0ed3a6594179dfc2511fba46052fb102955ed049e4013"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147809" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO42914099?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147809&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147809">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO42914099&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247957">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:45 AM&lt;/span&gt;">
                      5/8/2026  9:45 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147809">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-2588a213-5afe-4288-b62c-b97c3bc3acc2" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-2588a213-5afe-4288-b62c-b97c3bc3acc2">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO42914099?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO42914099">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO42914099?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO42914099">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/boise-state-researchers-create-device-192850841.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/os/en/ktvb_tegna_articles_207/dfc8465b5111b3975129430b0b14d39d" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/os/en/ktvb_tegna_articles_207/dfc8465b5111b3975129430b0b14d39d" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">Boise State researchers create device to detect 'forever chemicals'</h6> <p class="text-start card-text empty-tag max-line-2">It all started in electrical engineering professor Kris Campbell’s lab. As undergraduate research students worked with semiconductors, they noted how their breath was causing different, often unexpec...</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147809" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147809">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147809" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147809">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO42914099?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147809" id=".comment_count_147809">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147809" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO42914099">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO42914099/shared_users?class_name=Post">
        <span id="post-147809-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      1
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147808">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODA4Ig==--4b628334f42a2983a504a9441dc47c7d34fc2a2d6f16f94d3653832ff09f3bf7"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147808" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO42587040?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147808&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147808">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO42587040&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247942">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:45 AM&lt;/span&gt;">
                      5/8/2026  9:45 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147808">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-d2bb98be-4b12-4053-8df4-cc6d05d70c21" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-d2bb98be-4b12-4053-8df4-cc6d05d70c21">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO42587040?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO42587040">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO42587040?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO42587040">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/scientists-dont-forget-plants-climate-194304272.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/d_Z2B_ov9VkbbbuYnQGX1g--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/the_weather_channel_articles_180/d90d9679c2a6ebc45e58aa90a45ae885" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/d_Z2B_ov9VkbbbuYnQGX1g--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/the_weather_channel_articles_180/d90d9679c2a6ebc45e58aa90a45ae885" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">Scientists Say Don't Forget About Plants. Climate Change Is Endangering Tens Of Thousands Of Species</h6> <p class="text-start card-text empty-tag max-line-2">Global warming extinctions isn't just about animals and polar ice caps. The crucial and oft-overlooked world of plants is going to be decimated by climate change. Scientists predict tens of thousands ...</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147808" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147808">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147808" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147808">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO42587040?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147808" id=".comment_count_147808">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147808" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO42587040">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO42587040/shared_users?class_name=Post">
        <span id="post-147808-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      1
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147807">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODA3Ig==--babeeaf3a431e63516141fe5cd4a64fa63326f8fce5b6347c482146414c1b622"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147807" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO29977135?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147807&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147807">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO29977135&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247929">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:45 AM&lt;/span&gt;">
                      5/8/2026  9:45 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147807">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-4757f35c-a003-4c0f-937f-7a3ca0a44fbf" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-4757f35c-a003-4c0f-937f-7a3ca0a44fbf">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO29977135?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO29977135">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO29977135?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO29977135">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/gravity-holds-universe-together-decade-173153965.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://urls-card-images.s3.us-east-1.amazonaws.com/link_previews/62090/a048f95f-42c6-4cf0-9bde-782ca0927836.jpg" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://urls-card-images.s3.us-east-1.amazonaws.com/link_previews/62090/a048f95f-42c6-4cf0-9bde-782ca0927836.jpg" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">Gravity holds the universe together. A decade-long experiment has failed to pin down its numerical value</h6> <p class="text-start card-text empty-tag max-line-2">A 10-year effort to measure gravity, a fundamental force in the universe, has failed to come up with a conclusive answer.</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147807" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147807">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147807" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147807">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO29977135?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147807" id=".comment_count_147807">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147807" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO29977135">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO29977135/shared_users?class_name=Post">
        <span id="post-147807-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      1
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147806">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODA2Ig==--598d65b623c15eac46627e83ad5b982126d5131012f8deeda69164bca0a485bf"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147806" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO38516609?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147806&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147806">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO38516609&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247915">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:45 AM&lt;/span&gt;">
                      5/8/2026  9:45 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147806">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-af3f687e-c9c9-4fc3-9e21-64f0942464f7" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-af3f687e-c9c9-4fc3-9e21-64f0942464f7">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO38516609?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO38516609">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO38516609?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO38516609">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/whatever-russia-testing-sophisticated-satellites-164742293.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/os/en/the_independent_635/d923def213887b1f6a7e72bbbe9f3da0" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/os/en/the_independent_635/d923def213887b1f6a7e72bbbe9f3da0" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">‘Whatever Russia is testing, it’s sophisticated’: Satellites pass within 3 metres of each other</h6> <p class="text-start card-text empty-tag max-line-2">The incident raises concerns about space surveillance and orbital collisions</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147806" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147806">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147806" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147806">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO38516609?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147806" id=".comment_count_147806">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147806" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO38516609">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO38516609/shared_users?class_name=Post">
        <span id="post-147806-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      2
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147805">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODA1Ig==--947ac0502e3c413f72a9f0f480e7db9391997aeb75a0b6e0fbea903ecf6aa99e"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147805" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO67886119?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147805&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147805">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO67886119&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247888">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:44 AM&lt;/span&gt;">
                      5/8/2026  9:44 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147805">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-703da15b-62ef-43de-a008-802bf7e8e58d" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-703da15b-62ef-43de-a008-802bf7e8e58d">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO67886119?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO67886119">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO67886119?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO67886119">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/evidence-suggests-earthquake-threat-big-204638962.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/n4y1dCM9OGq8lABJOaZtJA--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD04MDA7Y2Y9d2VicA--/https://media.zenfs.com/en/california_post_772/2bb139d11d477069a530b8ab5c6d6d20" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/n4y1dCM9OGq8lABJOaZtJA--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD04MDA7Y2Y9d2VicA--/https://media.zenfs.com/en/california_post_772/2bb139d11d477069a530b8ab5c6d6d20" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">New evidence suggests that the earthquake threat of the ‘Big One’ could be even worse than scientists thought</h6> <p class="text-start card-text empty-tag max-line-2">An earthquake on one of California's fault lines could take everything the state has to recover.</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147805" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147805">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147805" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147805">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO67886119?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147805" id=".comment_count_147805">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147805" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO67886119">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO67886119/shared_users?class_name=Post">
        <span id="post-147805-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      2
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147803">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODAzIg==--11f48bbb15bef5421964daa926de40cb2d9aa880be48a34b6942fefa7163a97f"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147803" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO47949916?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147803&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147803">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO47949916&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247871">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:44 AM&lt;/span&gt;">
                      5/8/2026  9:44 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147803">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-c150c952-4d38-4419-9e00-58114b11580a" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-c150c952-4d38-4419-9e00-58114b11580a">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO47949916?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO47949916">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO47949916?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO47949916">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/12-recent-scientific-breakthroughs-092511325.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/XYKsk6VQA73g5bOMPkTefQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/the_week_574/b70f0093aa30b4167fcebf2ff21d3310" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/XYKsk6VQA73g5bOMPkTefQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/the_week_574/b70f0093aa30b4167fcebf2ff21d3310" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">6 recent scientific breakthroughs and discoveries</h6> <p class="text-start card-text empty-tag max-line-2">From cancer cures to maps of the universe</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147803" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147803">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147803" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147803">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO47949916?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147803" id=".comment_count_147803">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147803" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO47949916">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO47949916/shared_users?class_name=Post">
        <span id="post-147803-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      1
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147801">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3ODAxIg==--d85f5afa8cf957a59241dd34efd571f8ecba84081bf62453023e978ff5c5f31a"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147801" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO60717729?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147801&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147801">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO60717729&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247852">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:44 AM&lt;/span&gt;">
                      5/8/2026  9:44 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147801">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-9a93910e-d9dc-4cca-9a03-d7d43060f9ea" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-9a93910e-d9dc-4cca-9a03-d7d43060f9ea">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO60717729?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO60717729">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO60717729?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO60717729">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/nasas-curiosity-mars-rover-stuck-213804332.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/3.bkjeH3I8lk9SGR5vEh9Q--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/cnet_articles_178/6d3ff276133929e709c099c665d4614a" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/3.bkjeH3I8lk9SGR5vEh9Q--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/cnet_articles_178/6d3ff276133929e709c099c665d4614a" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">NASA's Curiosity Mars Rover Was Stuck in a Rock: Watch It Free Itself</h6> <p class="text-start card-text empty-tag max-line-2">The rover spent five days trying to free itself from the planet's first sword-in-the-stone moment.</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147801" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147801">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147801" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147801">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO60717729?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147801" id=".comment_count_147801">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147801" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO60717729">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO60717729/shared_users?class_name=Post">
        <span id="post-147801-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      1
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147799">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3Nzk5Ig==--a6bb133740ef690e96becc29f86c106bde01366bfa0c36d45aa8eabd2d86b10d"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147799" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO29159710?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147799&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147799">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO29159710&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247834">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:43 AM&lt;/span&gt;">
                      5/8/2026  9:43 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147799">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-fc578822-70d7-4058-868b-8f5d39be9406" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-fc578822-70d7-4058-868b-8f5d39be9406">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO29159710?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO29159710">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO29159710?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO29159710">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/sam-altman-had-bad-day-215646705.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/SGQbGG2UaUu70iyVrN7Cjw--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD05MDA7Y2Y9d2VicA--/https://media.zenfs.com/en/business_insider_consolidated_articles_886/a164e01493d0766c65133e4c9250fa99" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/SGQbGG2UaUu70iyVrN7Cjw--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD05MDA7Y2Y9d2VicA--/https://media.zenfs.com/en/business_insider_consolidated_articles_886/a164e01493d0766c65133e4c9250fa99" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">Sam Altman had a bad day in court</h6> <p class="text-start card-text empty-tag max-line-2">From claims of safety taking a back seat to the "toxic culture" he created, OpenAI CEO Sam Altman faced a tough day in court.</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147799" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147799">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147799" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147799">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO29159710?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147799" id=".comment_count_147799">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147799" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO29159710">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO29159710/shared_users?class_name=Post">
        <span id="post-147799-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      1
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147797">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3Nzk3Ig==--27801111799f16ab1db1372bcc0d7380de3f6662effb51bfa390dd1dd24f3c5f"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147797" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO81662653?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147797&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147797">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO81662653&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247816">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:43 AM&lt;/span&gt;">
                      5/8/2026  9:43 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147797">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-906e117a-31fe-459b-a976-82927a4caf55" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-906e117a-31fe-459b-a976-82927a4caf55">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO81662653?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO81662653">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO81662653?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO81662653">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/bizarre-decapitated-asteroid-likely-made-220000337.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/ny/api/res/1.2/FtZ9mrrMU0k2rcICtP6ipQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/space_311/95ec5f700b4c65234c01c30de03ea5c3" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/ny/api/res/1.2/FtZ9mrrMU0k2rcICtP6ipQ--/YXBwaWQ9aGlnaGxhbmRlcjt3PTEyMDA7aD02NzU7Y2Y9d2VicA--/https://media.zenfs.com/en/space_311/95ec5f700b4c65234c01c30de03ea5c3" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">A bizarre 'decapitated' asteroid likely made the moon's largest impact crater. NASA's Artemis astronauts may land near the proof</h6> <p class="text-start card-text empty-tag max-line-2">An ancient impact may have scattered material from deep inside the moon toward NASA's planned Artemis landing sites near the lunar south pole.</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147797" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147797">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147797" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147797">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO81662653?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147797" id=".comment_count_147797">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147797" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO81662653">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO81662653/shared_users?class_name=Post">
        <span id="post-147797-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      1
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>
  <turbo-frame data-controller="" class="single-post-frame " id="single_post_147795">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTQ3Nzk1Ig==--5dce6365fd52e704b473b65a150e1b180b0f632d77bc26ed55c0d480648792b6"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_147795" class="position-relative">
    <div class='card card-border social-post-card mt-3 '>
      <div class="card-header border-bottom-0 social-post-header">
        <div class="d-flex justify-content-start align-items-center gap-1 cursor-pointer info-profile overlay-none">
          <div
     data-controller="hover-dropdown"
     data-hover-dropdown-offset-value="8"
     aria-haspopup="true"
     aria-expanded="false"
     data-hover-dropdown-user-id-value="785"
     data-hover-dropdown-enabled-value="true"
>
     <div class="outline-none hover-show">
         <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/--z--">
             <div class="profile-container profile-container-xs green-shield offline ten-member novice-moderator">
    <div class="profile-box">
        <img class="user-profile" data-controller="no-contextmenu" loading="lazy" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDI0OTM3NSwicHVyIjoiYmxvYl9pZCJ9fQ==--05da4ed91187758559512dba07a49920c99c8e4a/Howell-Jakob120.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://www.dmdb.com/assets/svgs/Moderator/novice_Moderator-c297fb9141ce8bcbf06fe121a043bfa699b7e18e2ec1ed358a925f0a797d3a99.svg" />
    </div>
  </div>

</a>    </div>
</div>


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO64326833?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-close-dropdown='true'>
            <div class="d-flex justify-content-between align-items-center w-100">
              <div class="d-flex align-items-start">
                <div class="me-2">
                  <div class="d-flex align-items-center gap-2">
                    <a data-turbo="false" onclick="event.stopPropagation();" class="responsive-font mb-0 lh-sm text-primary fw-bold text-uppercase max-line-2 user_785_display_user_name" href="/users/--z--?from_post=147795&amp;post_class=Post">
                      --z--
                      <span class="fs-12 text-gray"></span>
</a>                      <turbo-frame id="pin_post_147795">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO64326833&amp;post_type=true">
      <svg class="ignore-modal-close" width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M2.02359 17.8624L2 18L2.13779 17.9765L5.84515 14.2741L6.30268 13.8172L6.76012 14.2742L9.88352 17.3948C9.89332 17.4046 9.90536 17.4117 9.91865 17.4155C9.93194 17.4192 9.94592 17.4195 9.95931 17.4163C9.9728 17.4131 9.98512 17.4066 9.99531 17.3973C10.0055 17.388 10.0131 17.3763 10.0174 17.3632L11.3816 13.2779L11.463 13.0342L11.6898 12.9129L17.1903 9.97083C17.4011 9.85774 17.5826 9.69716 17.7203 9.50171C17.858 9.30615 17.948 9.08114 17.9833 8.84469C18.0185 8.60814 17.9979 8.36675 17.9231 8.13961C17.8484 7.91256 17.7213 7.70595 17.5525 7.53652L12.4804 2.45089C12.3107 2.28098 12.1035 2.15318 11.8754 2.07776C11.6473 2.00234 11.4047 1.9814 11.167 2.01661C10.9293 2.05183 10.7032 2.14222 10.5069 2.28053C10.3106 2.41884 10.1493 2.60134 10.0364 2.81312L7.09616 8.32218L6.97475 8.54971L6.72985 8.63121L2.63765 9.9934C2.62457 9.99776 2.61281 10.0053 2.60349 10.0155C2.59418 10.0257 2.58763 10.0381 2.58445 10.0514C2.58128 10.0648 2.58158 10.0789 2.58534 10.0921C2.58909 10.1053 2.59626 10.1174 2.60596 10.1271L5.73083 13.2463L6.18848 13.7031L5.73093 14.16L2.02359 17.8624Z" stroke="#828282" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

</a></turbo-frame>
                  </div>
                  <small class="mb-0 lh-sm fs-12 d-flex align-items-center gap-2 post-time" data-time="1778247802">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Fri, 08 May 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:43 AM&lt;/span&gt;">
                      5/8/2026  9:43 AM
                    </span>
                  </small>
                </div>
              </div>
              <div class="d-flex align-items-center gap-2">
                  <a data-bs-target="#upgradeBadgeModal" data-bs-toggle="modal" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2" href="#upgradeBadgeModal">
                    <svg class="" width="22" height="22" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.9308 15.4275L17.2883 18.3242C17.38 19.085 16.5642 19.6166 15.9133 19.2225L12.0725 16.94C11.6508 16.94 11.2383 16.9125 10.835 16.8575C11.5133 16.06 11.9167 15.0516 11.9167 13.9608C11.9167 11.3575 9.66167 9.24919 6.875 9.24919C5.81167 9.24919 4.83084 9.55166 4.01501 10.0833C3.98751 9.85416 3.97833 9.62499 3.97833 9.38665C3.97833 5.21582 7.59917 1.83333 12.0725 1.83333C16.5458 1.83333 20.1667 5.21582 20.1667 9.38665C20.1667 11.8617 18.8925 14.0525 16.9308 15.4275Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M11.9167 13.9608C11.9167 15.0516 11.5133 16.06 10.835 16.8575C9.9275 17.9575 8.48833 18.6633 6.87499 18.6633L4.48249 20.0841C4.07916 20.3316 3.56583 19.9925 3.62083 19.525L3.84999 17.7192C2.62166 16.8667 1.83333 15.5008 1.83333 13.9608C1.83333 12.3475 2.695 10.9267 4.015 10.0833C4.83083 9.55167 5.81166 9.24919 6.87499 9.24919C9.66166 9.24919 11.9167 11.3575 11.9167 13.9608Z" stroke="url(#paint0_linear_5_3482)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5_3482" x1="4.3893" y1="1.83333" x2="21.2648" y2="17.906" gradientUnits="userSpaceOnUse">
      <stop offset="0" stop-color="#0FEFFD"/>
      <stop offset="0.515718" stop-color="#FF00F5"/>
      <stop offset="1" stop-color="#0FEFFD" stop-opacity="0.77"/>
    </linearGradient>
  </defs>
</svg>

</a>                <div class="menu-options">
                  <div class="dropdown" data-post-id="147795">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-4a5a4269-d00d-4e16-9fc4-8c722158ec5f" data-bs-toggle="dropdown" data-controller="dropdown" data-action="click->dropdown#openPostMenuOption" aria-expanded="false">
                      <svg width="18" height="18" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 10.1484C3.9 10.1484 3 11.0484 3 12.1484C3 13.2484 3.9 14.1484 5 14.1484C6.1 14.1484 7 13.2484 7 12.1484C7 11.0484 6.1 10.1484 5 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M19 10.1484C17.9 10.1484 17 11.0484 17 12.1484C17 13.2484 17.9 14.1484 19 14.1484C20.1 14.1484 21 13.2484 21 12.1484C21 11.0484 20.1 10.1484 19 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
  <path d="M12 10.1484C10.9 10.1484 10 11.0484 10 12.1484C10 13.2484 10.9 14.1484 12 14.1484C13.1 14.1484 14 13.2484 14 12.1484C14 11.0484 13.1 10.1484 12 10.1484Z" fill="#AE8A27" stroke="#AE8A27"/>
</svg>

                    </button>
                    <div class="dropdown-menu dropdown-menu-end card-border zi-10" aria-labelledby="postOptions-4a5a4269-d00d-4e16-9fc4-8c722158ec5f">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO64326833?post_type=true">View</a>
                    </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="post-body card-body px-2 py-0 position-relative">
        
        <turbo-frame id="common_post_content_PO64326833">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO64326833?post_type=true&amp;read_more=false" data-post=true data-controller="turbo" data-turbo-method='GET' data-bs-dismiss="shareRecipeModal" aria-label="Close">
      <div data-controller="read-more" data-read-more-target="" data-read-more-hide-class="d-none" data-read-more-truncate-class="max-line-4" data-read-more-lines-value="4">
        <div data-read-more-target="content" class="max-line-4 text-white search_desc text-break read-more-img main-post-desc" data-value="PO64326833">
          
        </div>
        <a class="ignore-click d-none text-warning cursor-pointer " data-read-more-target="moreButton" data-action="read-more#showMore">Read
          more</a>
        <a class="ignore-click d-none text-warning cursor-pointer" data-read-more-target="lessButton" data-action="read-more#showLess">Read
          less</a>
      </div>
</div>
    <div id="link-thumb">
      <a class="d-block w-100" href="https://www.yahoo.com/news/articles/research-breakthrough-reveals-secret-behind-230700925.html" target="_blank"> <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://s.yimg.com/os/en/the_brighter_side_of_news_articles_781/e333eb1bd43b34480de5bc4ae9a5e347" alt="Card image cap"> <img class="link-image d-block position-absolute start-0 top-0 filter-blur-5 object-cover image img-fluid w-100 rounded-inherit bg-black" src="https://s.yimg.com/os/en/the_brighter_side_of_news_articles_781/e333eb1bd43b34480de5bc4ae9a5e347" alt="Card image cap"> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-center w-100 zi-1 bottom-0 start-0 text-start"> <h6 class="card-title empty-tag fs-16 mb-1 max-line-1">Research breakthrough reveals the secret behind blood clotting</h6> <p class="text-start card-text empty-tag max-line-2">Blood clotting depends on speed, force, and timing. Platelets have to stay quiet while circulating through the body, then switch into action fast when a blood vessel breaks.</p> </div> </div> </a>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 padding-10 d-flex align-items-center">
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_147795" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_147795">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Like" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.44 3C14.63 3 13.01 3.88 12 5.23C10.99 3.88 9.37001 3 7.56001 3C4.49 3 2 5.5 2 8.59001C2 9.78001 2.19 10.8801 2.52 11.9001C4.1 16.9001 8.97001 19.8901 11.38 20.7101C11.72 20.8301 12.28 20.8301 12.62 20.7101C15.03 19.8901 19.9 16.9001 21.48 11.9001C21.81 10.8801 22 9.78001 22 8.59001C22 5.5 19.51 3 16.44 3Z" stroke="#FF6A55" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

        <span class="text-white">2</span>
</a></div>

            <div id="dislike_post_post_147795" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_147795">
      <a class="d-flex align-items-center justify-content-center gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-bs-placement="top" data-bs-trigger="hover" data-action="click-&gt;turbo#disable" data-turbo-method="GET" title="Dislike" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M13.709 1.97656C14.5621 2.79266 15.6397 3.33534 16.8035 3.53504M9.68432 1.97656C8.83077 2.79225 7.75337 3.33484 6.58984 3.53504M16.045 9.18075C16.045 9.18075 13.8086 7.95423 13.8086 7.23406C13.8086 6.51391 16.8018 5.08203 16.8018 5.08203M7.33838 9.18075C7.33838 9.18075 9.58892 7.95423 9.58892 7.23406C9.58892 6.51391 6.5957 5.08203 6.5957 5.08203M7.35456 11.9648C7.40946 13.7671 7.31536 15.5708 7.07326 17.3576C5.83547 16.795 5.04776 17.6108 5.49787 18.4828C3.87749 18.3534 3.22766 20.0019 4.40918 20.4211M16.5639 11.9648C16.5131 13.6883 16.5535 15.4134 16.6849 17.1326C17.7849 17.7345 17.6414 18.3477 17.0788 18.961C16.7156 19.2874 16.2589 19.491 15.7734 19.5434M19.0206 20.002C20.2584 18.9611 19.3019 17.9484 17.5098 18.4913M16.8023 21.9422C16.8023 23.4332 14.4674 23.2925 13.809 22.1391C13.0607 22.9831 11.6935 22.9831 11.3166 22.1391C10.8946 22.9831 9.15044 23.2362 8.64408 22.1391C7.01243 22.9831 5.5496 22.9831 5.32453 21.7453C3.79981 22.3079 3.16121 21.3093 3.97984 20.1445M18.0608 19.6914C18.4688 19.7419 19.0624 19.8574 19.1861 20.2849C19.8697 22.4875 16.7949 21.9446 16.7949 21.9446M5.49023 18.4766C5.81707 18.5372 6.11418 18.7057 6.33419 18.9547M5.32099 21.7388C5.26474 20.9708 6.11994 20.2675 6.91887 20.3323M8.64416 22.1416C8.45568 21.7197 8.50069 21.0981 8.71449 20.8477M11.317 22.137C11.4548 21.8754 11.5702 21.1524 11.2129 20.8008M13.8071 22.1383C13.6495 21.7548 13.5896 21.3382 13.6327 20.9258M16.8013 21.9344C16.8094 21.7854 16.7721 21.6376 16.6941 21.5105C16.6163 21.3834 16.5015 21.2829 16.3652 21.2227M8.92787 14.4922C8.64655 16.574 8.01922 17.5473 7.06836 17.3503M14.832 12.4805C14.9756 16.0335 15.479 16.8829 16.6887 17.1277M10.2863 12.9883C10.3397 15.88 10.0978 18.3754 8.61808 18.6398C6.58697 19.0055 6.04122 21.3347 8.71654 20.8339C9.28273 20.6836 9.82254 20.4474 10.3172 20.1336M10.9342 17.3888C10.8797 18.0761 10.7193 18.7506 10.4588 19.389C9.49387 21.2878 12.9259 21.1613 12.5968 19.8052C11.9638 17.8361 11.7894 15.1468 11.8738 12.0664M12.623 20.233C12.623 20.233 14.2069 21.9407 15.4981 20.4863C15.6315 20.3148 15.7199 20.1126 15.7554 19.8983C15.7909 19.684 15.7723 19.4642 15.7014 19.2587C15.6304 19.0534 15.5093 18.8691 15.3489 18.7223C15.1887 18.5756 14.9943 18.4712 14.7836 18.4187C14.5071 18.3538 14.2567 18.2068 14.0654 17.9968C13.8741 17.7869 13.7507 17.5241 13.7118 17.2428C13.5035 16.1833 13.3924 15.107 13.3798 14.0273M5.49407 17.5458C3.95804 16.2591 2.86068 14.5263 2.35427 12.5876C1.84787 10.649 1.95754 8.60079 2.66809 6.72732C3.37864 4.85385 4.6548 3.24805 6.31944 2.1328C7.9841 1.01755 9.95466 0.448178 11.9576 0.503708C13.9606 0.559237 15.8966 1.23692 17.4968 2.44268C19.0971 3.64846 20.2824 5.32251 20.8881 7.23247C21.4936 9.14242 21.4896 11.1935 20.8767 13.1011C20.2636 15.0088 19.0718 16.6781 17.4669 17.8777M7.16809 16.566C6.62027 15.9642 6.31113 15.1829 6.29883 14.369C6.29883 12.0904 8.83069 10.2422 11.9617 10.2422C15.0928 10.2422 17.6247 12.0904 17.6247 14.369C17.6102 15.2331 17.2648 16.0588 16.6598 16.6757M20.8831 17.3901C19.9406 17.7558 20.267 18.8951 21.3472 18.4899C22.4274 18.0848 22.0926 16.9005 20.8831 17.3901ZM1.13352 19.177C0.621525 19.9112 1.69614 20.6904 2.42757 20.1756C3.159 19.6608 1.41482 18.7718 1.13352 19.177Z" stroke="url(#paint0_linear_5471_364)" stroke-width="0.681273" stroke-linecap="round" stroke-linejoin="round"/>
  <defs>
    <linearGradient id="paint0_linear_5471_364" x1="1" y1="11.7661" x2="21.9996" y2="11.7661" gradientUnits="userSpaceOnUse">
      <stop stop-color="#C24545"/>
      <stop offset="1" stop-color="#E9D362"/>
    </linearGradient>
  </defs>
</svg>

        <span class="text-white">0</span>
</a></div>

                <a class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media" data-bs-dismiss="modal" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-post="true" data-bs-placement="top" title="Comment" href="/social/posts/PO64326833?comment_modal=true&amp;post_type=true">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M20.657 17.0046C21.873 14.9013 22.2816 12.4272 21.8066 10.0446C21.3315 7.662 20.0054 5.53381 18.0758 4.05762C16.1462 2.58142 13.7451 1.8582 11.3212 2.02306C8.89732 2.18792 6.61634 3.22959 4.90439 4.95346C3.19244 6.67733 2.16663 8.96549 2.01859 11.3905C1.87056 13.8155 2.61042 16.2114 4.09997 18.1307C5.58952 20.05 7.72686 21.3614 10.1127 21.8199C12.4986 22.2784 14.9697 21.8526 17.0646 20.6221L22.0019 22L20.657 17.0046Z" stroke="#27AE60" stroke-width="1.5" stroke-linejoin="round"/>
</svg>

                  <turbo-frame class="comment_count_147795" id=".comment_count_147795">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>
              <div id="share_post_count_147795" class="d-flex align-items-center justify-content-center gap-1 ">
    <a class="d-flex align-items-center justify-content-center gap-2" data-controller="turbo tooltip" data-turbo-method="GET" data-bs-dismiss="modal" data-bs-placement="top" title="Repost" href="/social/posts/share_posts?class_name=Post&amp;id=PO64326833">
      <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M3.58002 5.15991H17.42C19.08 5.15991 20.42 6.49991 20.42 8.15991V11.4799" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M6.74002 2L3.58002 5.15997L6.74002 8.32001" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M20.42 18.84H6.58002C4.92002 18.84 3.58002 17.5 3.58002 15.84V12.52" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M17.26 22.0001L20.42 18.8401L17.26 15.6801" stroke="var(--white)" stroke-width="1.5" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

      <a data-controller="turbo" class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer" href="/social/posts/PO64326833/shared_users?class_name=Post">
        <span id="post-147795-share-count">
            0
          </span>
</a></a></div>

              <div class="d-flex align-items-center justify-content-center gap-1">
                <span data-controller="tooltip" data-bs-placement="top" title="Activity">
                  <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M5 22V12M10 22V2M15 22V14M19 22V8" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>


                </span>
                    <a class="d-inline-block text-white fw-semi-bold fs-14" data-turbo-stream="true" href="/users/sign_in">
                      1
</a>              </div>

            <div class="list-item-details">
              <div class="sharing text-center">
                  <div class="dropdown">
      <a class="d-flex align-items-center justify-content-center gap-1 navbar-dropdown-account-wrapper" data-turbo-stream="true" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M6.82116 5.60584L16.3791 2.41988C20.6683 0.990136 22.9987 3.33176 21.5802 7.62099L18.3942 17.1788C16.2552 23.6071 12.7428 23.6071 10.6038 17.1788L9.65813 14.3419L6.82116 13.3962C0.392947 11.2572 0.392947 7.75608 6.82116 5.60584Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
  <path d="M9.87203 13.8577L13.9023 9.81616" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a>  </div>

              </div>
            </div>
            <div class="bookmark-post flex-shrink-0">
                <div data-controller="disable-on-click" class="d-flex align-items-center justify-content-center">
      <a class="gap-1" data-turbo-stream="true" data-controller="turbo tooltip" data-action="click-&gt;turbo#disable" data-turbo-method="GET" data-bs-placement="top" title="Save Post" href="/users/sign_in">
        <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
  <path d="M16.4352 2H7.55556C5.59356 2 4 3.73944 4 5.85876V19.9442C4 21.7436 5.18826 22.5033 6.64364 21.6336L11.1387 18.9245C11.6177 18.6346 12.3915 18.6346 12.8613 18.9245L17.3563 21.6336C18.8117 22.5134 20 21.7536 20 19.9442V5.85876C19.9908 3.73944 18.3972 2 16.4352 2Z" stroke="var(--white)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>

</a></div>

            </div>
          </div>
        </div>
      
    </div>
  </div>
</div>

</turbo-frame>

</turbo-frame>
<div id="pagination" class="text-center">
  <turbo-stream action="replace" target="pagination"><template>
    <turbo-frame data-controller="infinite-scroll" data-infinite-scroll-url-value="/users/dashboards/U07141526/user_posts.turbo_stream?page=2" data-infinite-scroll-scroll-container-id-value="all-posts-block" data-infinite-scroll-target-frame-id-value="get_all_post_tag" data-infinite-scroll-loader-id-value="social_post_page_skeleton" id="pagination">
        

<turbo-frame class="post-loader-link" loading="lazy" id="social_post_page_skeleton">
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
    <div class="card card-border social-post-card mb-4">
      <div class="card-body p-2 pb-0">
        <div class="d-flex gap-2 m-3">
          <div class="avatar-skeleton dark-avatar-skeleton"></div>
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-50"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative m-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton cover-image-skeleton-small w-100"></div>
        </div>
      </div>
    </div>
</turbo-frame>
</turbo-frame></template></turbo-stream>
</div>

</template></turbo-stream>

