<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">
      <div class="mobile-searchbar bg-body w-100 zi-2 m-0">
        <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="3ubWUhr2gl3yQMLZavDc1hHvORA6-ND2Qf563U1FX2DgLTs6QW_a4rG9WnkaTq2Jj-g0yJqbdh9T41FHUWYiAA" />
    <input type="hidden" name="username" id="username" value="hector0731" />
    
    <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 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://d2goritgyxv0km.cloudfront.net/assets/svgs/filter-d58266f3fe9b3c937481970af3bf8624a362248934452443ec5626743785b7c9.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-1px 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-1px 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-06-22&quot;" data-post-target="dateRangeFrom" data-controller="flatpickr mask" required="required" 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-06-22&quot;" data-post-target="dateRangeTo" data-controller="flatpickr mask" required="required" 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-1px 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="U83208402" 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/U83208402/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/U83208402/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/U83208402/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/U83208402/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>
</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_188225">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjI1Ig==--c0bae211bd8ebd2aaf09a96ff06e92e3b8c2802bd191e2dbb1eeb4316b7fca57"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188225" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO84076179?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188225&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188225">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO84076179&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="1781788496">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:14 AM&lt;/span&gt;">
                      6/18/2026  9:14 AM
                    </span>
                </small>
              </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="188225">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-8f54f8c2-f7bb-488d-9f3d-694bbc46d8c2" 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-8f54f8c2-f7bb-488d-9f3d-694bbc46d8c2">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO84076179?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_PO84076179">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO84076179?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="PO84076179">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/hudson-city-school-district-hires-new-superintendent/" target="_blank"> <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/95436/353a187c-17e0-43c4-9ef4-c3655edd8a03.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/95436/353a187c-17e0-43c4-9ef4-c3655edd8a03.jpg" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/hudson-city-school-district-hires-new-superintendent/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">Hudson City School District hires new superintendent</h6> </a> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/hudson-city-school-district-hires-new-superintendent/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">HUDSON – The Hudson City Board of Education has named Todd Hilgendorff as the new superintendent of schools. The Round Top resident previously served in th</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188225" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188225">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188225" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188225">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO84076179?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>

</a>                  <a class="" 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/PO84076179?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188225" id=".comment_count_188225">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188225" 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=PO84076179">
      <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/PO84076179/shared_users?class_name=Post">
        <span id="post-188225-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188225">
      <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_188224">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjI0Ig==--bfe6790c54756872d040749d5c48bbc24c59e833b6b1151ee0849fd4582c9b7c"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188224" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO11574045?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188224&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188224">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO11574045&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="1781788490">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:14 AM&lt;/span&gt;">
                      6/18/2026  9:14 AM
                    </span>
                </small>
              </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="188224">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-e2f4dead-3b31-41e1-af27-3a059f8a719b" 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-e2f4dead-3b31-41e1-af27-3a059f8a719b">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO11574045?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_PO11574045">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO11574045?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="PO11574045">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/putnam-murder-suspect-to-be-released-from-jail/" target="_blank"> <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/95435/9ae0788e-5006-44c8-814a-78ed40994df6.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/95435/9ae0788e-5006-44c8-814a-78ed40994df6.jpg" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/putnam-murder-suspect-to-be-released-from-jail/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">Putnam murder suspect to be released from jail</h6> </a> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/putnam-murder-suspect-to-be-released-from-jail/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">CARMEL - The 2008 New Year’s Eve Day murder of John Marcinak outside his Garrison garage shocked the close-knit community. Anthony Grigoroff, who was a tee</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188224" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188224">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188224" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188224">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO11574045?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>

</a>                  <a class="" 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/PO11574045?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188224" id=".comment_count_188224">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188224" 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=PO11574045">
      <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/PO11574045/shared_users?class_name=Post">
        <span id="post-188224-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188224">
      <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_188223">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjIzIg==--5aaaeeebb7dbd84e2a7e6ae435174feeec8edd92ab5ac359039e018620d6dc73"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188223" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO47523320?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188223&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188223">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO47523320&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="1781788484">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:14 AM&lt;/span&gt;">
                      6/18/2026  9:14 AM
                    </span>
                </small>
              </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="188223">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-4a2ee000-b6fa-4fc8-8597-e9cd99dc0494" 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-4a2ee000-b6fa-4fc8-8597-e9cd99dc0494">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO47523320?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_PO47523320">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO47523320?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="PO47523320">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/or-declares-storm-watch-as-severe-thunderstorms-strong-winds-expected/" target="_blank"> <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/95434/65b613e3-ebda-4a1e-b9c0-82c812fb374c.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/95434/65b613e3-ebda-4a1e-b9c0-82c812fb374c.jpg" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/or-declares-storm-watch-as-severe-thunderstorms-strong-winds-expected/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">O&amp;R declares storm watch as severe thunderstorms, strong winds expected</h6> </a> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/or-declares-storm-watch-as-severe-thunderstorms-strong-winds-expected/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">PEARL RIVER - Orange and Rockland Utilities will mobilize its emergency response workforce this morning as isolated severe thunderstorms and strong wind gusts a</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188223" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188223">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188223" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188223">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO47523320?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>

</a>                  <a class="" 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/PO47523320?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188223" id=".comment_count_188223">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188223" 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=PO47523320">
      <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/PO47523320/shared_users?class_name=Post">
        <span id="post-188223-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188223">
      <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_188222">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjIyIg==--75baeeaed3c560dda169695e3269eb39c1a88f58d24aa87d342b794425e6c674"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188222" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO76413852?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188222&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188222">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO76413852&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="1781788478">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:14 AM&lt;/span&gt;">
                      6/18/2026  9:14 AM
                    </span>
                </small>
              </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="188222">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-c11abf5f-ded4-4678-8c73-4da29fe24778" 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-c11abf5f-ded4-4678-8c73-4da29fe24778">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO76413852?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_PO76413852">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO76413852?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="PO76413852">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/city-of-newburghs-street-camera-surveillance-system-is-outdated-it-director-says/" target="_blank"> <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/95433/f8d1d372-21a5-4cea-9e43-7bc5cf45ff0f.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/95433/f8d1d372-21a5-4cea-9e43-7bc5cf45ff0f.jpg" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/city-of-newburghs-street-camera-surveillance-system-is-outdated-it-director-says/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">City of Newburgh’s street camera surveillance system is outdated, IT director says</h6> </a> <a class="d-block w-100" href="https://midhudsonnews.com/2026/06/18/city-of-newburghs-street-camera-surveillance-system-is-outdated-it-director-says/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">NEWBURGH – Of the 129 street cameras monitoring the City of Newburgh’s streets, 16 percent of them, or 21, are not working, and 19 of those are not repairab</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188222" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188222">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188222" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188222">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO76413852?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>

</a>                  <a class="" 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/PO76413852?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188222" id=".comment_count_188222">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188222" 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=PO76413852">
      <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/PO76413852/shared_users?class_name=Post">
        <span id="post-188222-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188222">
      <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_188221">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjIxIg==--c5a789ccb666a822fa117dab72cb6c182a7c43de0e86786bbbf137bd28345e0d"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188221" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO60249596?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188221&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188221">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO60249596&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="1781788427">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:13 AM&lt;/span&gt;">
                      6/18/2026  9:13 AM
                    </span>
                </small>
              </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="188221">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-8b155759-66c7-4fd6-a008-1211a323a0af" 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-8b155759-66c7-4fd6-a008-1211a323a0af">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO60249596?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_PO60249596">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO60249596?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="PO60249596">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://thegrio.com/2026/06/16/puerto-rico-water-shortage-national-guard-san-juan-crisis/" target="_blank"> <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/95432/9208c989-450e-4959-aa90-61739118af00.webp" 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/95432/9208c989-450e-4959-aa90-61739118af00.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://thegrio.com/2026/06/16/puerto-rico-water-shortage-national-guard-san-juan-crisis/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">Puerto Rico Water Shortage: National Guard Deployed - TheGrio</h6> </a> <a class="d-block w-100" href="https://thegrio.com/2026/06/16/puerto-rico-water-shortage-national-guard-san-juan-crisis/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">The Puerto Rico water shortage has left thousands without running water for weeks, prompting National Guard deployment.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188221" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188221">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188221" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188221">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO60249596?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>

</a>                  <a class="" 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/PO60249596?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188221" id=".comment_count_188221">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188221" 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=PO60249596">
      <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/PO60249596/shared_users?class_name=Post">
        <span id="post-188221-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188221">
      <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_188216">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjE2Ig==--965ab6969a9aa456a7a1643b8c74687394cebe7b1b26fd99781d61643c51a7a3"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188216" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO44157669?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188216&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188216">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO44157669&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="1781788219">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:10 AM&lt;/span&gt;">
                      6/18/2026  9:10 AM
                    </span>
                </small>
              </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="188216">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-c61f6e9a-9917-4f6b-b967-ab58cc7514fa" 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-c61f6e9a-9917-4f6b-b967-ab58cc7514fa">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO44157669?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_PO44157669">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO44157669?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="PO44157669">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://nerdist.com/article/cbs-forced-to-pay-fine-for-colbert-finale-music-usage/" target="_blank"> <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/95428/b2e8a6bb-76d3-4ef6-ae6f-0b9846faf506.webp" 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/95428/b2e8a6bb-76d3-4ef6-ae6f-0b9846faf506.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://nerdist.com/article/cbs-forced-to-pay-fine-for-colbert-finale-music-usage/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">CBS Forced to Pay Fine for Colbert Finale's Music Usage - Nerdist</h6> </a> <a class="d-block w-100" href="https://nerdist.com/article/cbs-forced-to-pay-fine-for-colbert-finale-music-usage/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">CBS will pay a fine for the unauthorized use of a song on Stephen Colbert's finale episode of The Late Show he purposely didn't license.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188216" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188216">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188216" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188216">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO44157669?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>

</a>                  <a class="" 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/PO44157669?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188216" id=".comment_count_188216">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188216" 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=PO44157669">
      <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/PO44157669/shared_users?class_name=Post">
        <span id="post-188216-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188216">
      <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_188215">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjE1Ig==--ffb04913bb0c0b7ff63def79c6be91c06c42b718f880b364ca804d7c6ce64497"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188215" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO47854531?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188215&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188215">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO47854531&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="1781788213">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:10 AM&lt;/span&gt;">
                      6/18/2026  9:10 AM
                    </span>
                </small>
              </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="188215">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-acc6be59-7205-4a7d-8b17-be0520799db4" 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-acc6be59-7205-4a7d-8b17-be0520799db4">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO47854531?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_PO47854531">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO47854531?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="PO47854531">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://nerdist.com/article/spider-man-daily-bugle-building-lego-set/" target="_blank"> <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/95427/209188b8-9081-4462-b323-487a13b379e3.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/95427/209188b8-9081-4462-b323-487a13b379e3.jpg" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://nerdist.com/article/spider-man-daily-bugle-building-lego-set/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">SPIDER-MAN'S Daily Bugle Building LEGO Set Is Here - Nerdist</h6> </a> <a class="d-block w-100" href="https://nerdist.com/article/spider-man-daily-bugle-building-lego-set/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">Spider-Man's Daily Bugle has its very own giant LEGO set, and it comes with 25 minifigures to recreate your favorite Spidey moments.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188215" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188215">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188215" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188215">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO47854531?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>

</a>                  <a class="" 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/PO47854531?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188215" id=".comment_count_188215">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188215" 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=PO47854531">
      <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/PO47854531/shared_users?class_name=Post">
        <span id="post-188215-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188215">
      <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_188214">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjE0Ig==--12104695536a23c6b9614d0bf91c7022553b491857dd32c541b69bc1ce847565"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188214" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO77978279?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188214&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188214">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO77978279&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="1781788199">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:09 AM&lt;/span&gt;">
                      6/18/2026  9:09 AM
                    </span>
                </small>
              </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="188214">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-4c0fa5e7-c78a-4bfd-b37d-30ee1da3de0a" 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-4c0fa5e7-c78a-4bfd-b37d-30ee1da3de0a">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO77978279?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_PO77978279">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO77978279?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="PO77978279">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://nerdist.com/article/enhanced-rocky-horror-picture-show-coming-to-sphere-las-vegas/" target="_blank"> <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/95426/c28567ff-ae77-4d1c-a71c-0509d71d26ca.webp" 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/95426/c28567ff-ae77-4d1c-a71c-0509d71d26ca.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://nerdist.com/article/enhanced-rocky-horror-picture-show-coming-to-sphere-las-vegas/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">'Enhanced' ROCKY HORROR Coming to the Sphere in Las Vegas - Nerdist</h6> </a> <a class="d-block w-100" href="https://nerdist.com/article/enhanced-rocky-horror-picture-show-coming-to-sphere-las-vegas/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">An "enhanced" (with AI?) version of cult classic musical The Rocky Horror Picture Show is coming to the Sphere in Las Vegas in 2027.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188214" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188214">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188214" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188214">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO77978279?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>

</a>                  <a class="" 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/PO77978279?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188214" id=".comment_count_188214">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188214" 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=PO77978279">
      <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/PO77978279/shared_users?class_name=Post">
        <span id="post-188214-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188214">
      <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_188213">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjEzIg==--6e81b981990c8aac1bb5d2670f2bdd6c9c0ad36a657a1fe8452072bb6c5c5226"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188213" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO24931603?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188213&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188213">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO24931603&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="1781788195">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:09 AM&lt;/span&gt;">
                      6/18/2026  9:09 AM
                    </span>
                </small>
              </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="188213">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-1b083574-ed27-49e6-90d7-92df09cae3ba" 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-1b083574-ed27-49e6-90d7-92df09cae3ba">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO24931603?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_PO24931603">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO24931603?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="PO24931603">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://nerdist.com/watch/video/house-of-the-dragon-recap-everything-you-should-know-before-season-3/" target="_blank"> <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/95425/97dcfdca-7902-4508-a32f-ef6798c42d94.webp" 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/95425/97dcfdca-7902-4508-a32f-ef6798c42d94.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://nerdist.com/watch/video/house-of-the-dragon-recap-everything-you-should-know-before-season-3/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">HOUSE OF THE DRAGON Recap: Everything You Should Know Before Season 3 - Nerdist</h6> </a> <a class="d-block w-100" href="https://nerdist.com/watch/video/house-of-the-dragon-recap-everything-you-should-know-before-season-3/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">It's almost time to return to Westeros for more fire and blood as the Dance of the Dragons kicks off on House of the Dragon season 3! But if you need a refresher on all the Aegons, family drama, and dragons running around, Dan Casey is here with a recap of the Targaryen timeline to catch you up on e</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188213" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188213">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188213" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188213">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO24931603?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>

</a>                  <a class="" 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/PO24931603?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188213" id=".comment_count_188213">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188213" 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=PO24931603">
      <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/PO24931603/shared_users?class_name=Post">
        <span id="post-188213-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188213">
      <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_188212">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjEyIg==--df3fce6ef82b9b162a6da19d76e9c40574b3ee45f0ee65d7caeaa2c00705277a"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188212" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO95436627?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188212&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188212">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO95436627&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="1781788188">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:09 AM&lt;/span&gt;">
                      6/18/2026  9:09 AM
                    </span>
                </small>
              </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="188212">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-b0dd1cc6-d186-4da9-809f-4a99b2305d89" 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-b0dd1cc6-d186-4da9-809f-4a99b2305d89">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO95436627?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_PO95436627">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO95436627?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="PO95436627">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://nerdist.com/article/mcdonalds-brings-back-fried-apple-pie-after-34-years/" target="_blank"> <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/95424/a70e41db-2832-4b5e-9325-e3de13a08ba5.webp" 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/95424/a70e41db-2832-4b5e-9325-e3de13a08ba5.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://nerdist.com/article/mcdonalds-brings-back-fried-apple-pie-after-34-years/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">McDonald's Brings Back Fried Apple Pie After 34 Years - Nerdist</h6> </a> <a class="d-block w-100" href="https://nerdist.com/article/mcdonalds-brings-back-fried-apple-pie-after-34-years/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">After three decades, McDonald's is bringing back their iconic friend apple pie for America's 250th birthday, but only for a limited time.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188212" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188212">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188212" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188212">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO95436627?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>

</a>                  <a class="" 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/PO95436627?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188212" id=".comment_count_188212">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188212" 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=PO95436627">
      <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/PO95436627/shared_users?class_name=Post">
        <span id="post-188212-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188212">
      <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_188211">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjExIg==--5fd4db14953b24ea49800978cf8d8088b4849a9c708a0b6753f79a26bb3f5cf4"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188211" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO45613594?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188211&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188211">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO45613594&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="1781788120">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:08 AM&lt;/span&gt;">
                      6/18/2026  9:08 AM
                    </span>
                </small>
              </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="188211">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-26717219-6bd5-48a0-82a2-730b7eb52afd" 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-26717219-6bd5-48a0-82a2-730b7eb52afd">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO45613594?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_PO45613594">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO45613594?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="PO45613594">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://comicbook.com/tv-shows/news/emperor-palpatine-star-just-revealed-the-live-action-prequel-tv-series-lucasfilm-cancelled/" target="_blank"> <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/95423/f1227128-d87b-4ed1-bb07-1bfb12e7c186.png" 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/95423/f1227128-d87b-4ed1-bb07-1bfb12e7c186.png" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://comicbook.com/tv-shows/news/emperor-palpatine-star-just-revealed-the-live-action-prequel-tv-series-lucasfilm-cancelled/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">Emperor Palpatine Star Just Revealed the Live-Action Prequel TV Series Lucasfilm Cancelled - ComicBook.com</h6> </a> <a class="d-block w-100" href="https://comicbook.com/tv-shows/news/emperor-palpatine-star-just-revealed-the-live-action-prequel-tv-series-lucasfilm-cancelled/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">Emperor Palpatine Star Just Revealed the Live-Action Prequel TV Series Lucasfilm Cancelled</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188211" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188211">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188211" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188211">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO45613594?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>

</a>                  <a class="" 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/PO45613594?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188211" id=".comment_count_188211">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188211" 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=PO45613594">
      <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/PO45613594/shared_users?class_name=Post">
        <span id="post-188211-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188211">
      <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_188210">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjEwIg==--220639a28c534972588ed4ad0cea2476b57e6bfc76ce71685a8ae8bbc30b0499"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188210" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO66108622?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188210&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188210">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO66108622&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="1781788115">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:08 AM&lt;/span&gt;">
                      6/18/2026  9:08 AM
                    </span>
                </small>
              </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="188210">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-84596459-a0a2-408f-9859-cfa2679f290b" 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-84596459-a0a2-408f-9859-cfa2679f290b">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO66108622?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_PO66108622">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO66108622?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="PO66108622">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://comicbook.com/gaming/review/dave-the-diver-in-the-jungle-dlc-review-so-massive-it-feels-like-a-sequel/" target="_blank"> <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/95422/84a26923-d8e7-43af-9708-717c36998e61.webp" 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/95422/84a26923-d8e7-43af-9708-717c36998e61.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://comicbook.com/gaming/review/dave-the-diver-in-the-jungle-dlc-review-so-massive-it-feels-like-a-sequel/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">Dave the Diver’s New In The Jungle DLC is So Massive, It Feels Like a Sequel (Review)</h6> </a> <a class="d-block w-100" href="https://comicbook.com/gaming/review/dave-the-diver-in-the-jungle-dlc-review-so-massive-it-feels-like-a-sequel/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">Dave and the Bancho Sushi crew are headed to the Jungle in a Dave the Diver DLC so big, it feels like a brand-new game.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188210" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188210">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188210" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188210">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO66108622?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>

</a>                  <a class="" 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/PO66108622?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188210" id=".comment_count_188210">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188210" 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=PO66108622">
      <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/PO66108622/shared_users?class_name=Post">
        <span id="post-188210-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188210">
      <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_188209">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjA5Ig==--62d12bc872b84791558010774209af7c4bd869d239ceae058773bd62dde6f681"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188209" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO50577476?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188209&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188209">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO50577476&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="1781788110">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:08 AM&lt;/span&gt;">
                      6/18/2026  9:08 AM
                    </span>
                </small>
              </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="188209">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-0c50be6f-3c10-4425-8aa4-0beae262fbe3" 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-0c50be6f-3c10-4425-8aa4-0beae262fbe3">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO50577476?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_PO50577476">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO50577476?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="PO50577476">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://comicbook.com/gaming/news/nintendo-switch-online-free-game-ea-2025/" target="_blank"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://comicbook.com/wp-content/uploads/sites/4/2026/06/n-i-n-t-e-n-d-o-s-w-i-t-c-h-o-n-l-i-n-e.png?resize=2000,1125" 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://comicbook.com/wp-content/uploads/sites/4/2026/06/n-i-n-t-e-n-d-o-s-w-i-t-c-h-o-n-l-i-n-e.png?resize=2000,1125" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://comicbook.com/gaming/news/nintendo-switch-online-free-game-ea-2025/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">Nintendo Switch Online Makes 2025 EA Game Free for Limited Time - ComicBook.com</h6> </a> <a class="d-block w-100" href="https://comicbook.com/gaming/news/nintendo-switch-online-free-game-ea-2025/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">Nintendo Switch Online has made a 2025 game from Electronic Arts free for a limited time and at the best possible time.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188209" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188209">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188209" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188209">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO50577476?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>

</a>                  <a class="" 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/PO50577476?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188209" id=".comment_count_188209">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188209" 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=PO50577476">
      <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/PO50577476/shared_users?class_name=Post">
        <span id="post-188209-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188209">
      <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_188208">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjA4Ig==--9b2d44e33dd34c3a4e299f3c1cdcd6b5b44c63166e2878ed258c94c70cb184d1"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188208" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO53161442?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188208&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188208">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO53161442&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="1781788107">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:08 AM&lt;/span&gt;">
                      6/18/2026  9:08 AM
                    </span>
                </small>
              </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="188208">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-cd202e6c-8ba6-4286-b35a-f808d51a66cc" 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-cd202e6c-8ba6-4286-b35a-f808d51a66cc">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO53161442?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_PO53161442">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO53161442?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="PO53161442">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://comicbook.com/gaming/news/pokemon-pokopia-adds-new-mythical-pokemon-with-latest-limited-time-event/" target="_blank"> <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/95420/5eb026b0-92c9-444c-8efe-c37009cab522.webp" 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/95420/5eb026b0-92c9-444c-8efe-c37009cab522.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://comicbook.com/gaming/news/pokemon-pokopia-adds-new-mythical-pokemon-with-latest-limited-time-event/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">Pokemon Pokopia Adds New Mythical Pokemon With Latest Limited-Time Event</h6> </a> <a class="d-block w-100" href="https://comicbook.com/gaming/news/pokemon-pokopia-adds-new-mythical-pokemon-with-latest-limited-time-event/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">At long last, Pokemon Pokopia has announced its next live event. Starting June 23rd, Ditto will have a new friend to meet.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188208" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188208">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188208" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188208">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO53161442?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>

</a>                  <a class="" 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/PO53161442?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188208" id=".comment_count_188208">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188208" 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=PO53161442">
      <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/PO53161442/shared_users?class_name=Post">
        <span id="post-188208-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188208">
      <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_188207">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjA3Ig==--4afe7946c4becb39f4938e0170c56689b0aeace4a472e6f7bff2d9ff83e124a1"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188207" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO37924282?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188207&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188207">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO37924282&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="1781788095">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:08 AM&lt;/span&gt;">
                      6/18/2026  9:08 AM
                    </span>
                </small>
              </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="188207">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-2b57f600-7d29-467a-b2d8-a037b0f00f03" 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-2b57f600-7d29-467a-b2d8-a037b0f00f03">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO37924282?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_PO37924282">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO37924282?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="PO37924282">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://comicbook.com/movies/list/5-action-movie-masterpieces-you-probably-havent-seen-where-to-watch-them/" target="_blank"> <img class="link-image d-block object-contain image img-fluid w-100 position-relative zi-1 rounded-inherit" src="https://comicbook.com/wp-content/uploads/sites/4/2026/06/action-movie-masterpieces.jpg?resize=2000,1125" 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://comicbook.com/wp-content/uploads/sites/4/2026/06/action-movie-masterpieces.jpg?resize=2000,1125" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://comicbook.com/movies/list/5-action-movie-masterpieces-you-probably-havent-seen-where-to-watch-them/" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">5 Action Movie Masterpieces You Probably Haven’t Seen (&amp; Where To Watch Them) - ComicBook.com</h6> </a> <a class="d-block w-100" href="https://comicbook.com/movies/list/5-action-movie-masterpieces-you-probably-havent-seen-where-to-watch-them/" target="_blank"> <p class="text-start card-text empty-tag max-line-2">These exceptional action movies are all too often overlooked.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188207" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188207">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188207" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188207">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO37924282?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>

</a>                  <a class="" 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/PO37924282?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188207" id=".comment_count_188207">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188207" 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=PO37924282">
      <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/PO37924282/shared_users?class_name=Post">
        <span id="post-188207-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188207">
      <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_188205">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjA1Ig==--cbf3c78322892bd16ca7c7e1da088d76a782bf9d2a4a5638033e6de3888d81db"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188205" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO17664580?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188205&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188205">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO17664580&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="1781787992">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:06 AM&lt;/span&gt;">
                      6/18/2026  9:06 AM
                    </span>
                </small>
              </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="188205">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-13718a33-47cb-4dd2-9de7-f62b859cbd5d" 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-13718a33-47cb-4dd2-9de7-f62b859cbd5d">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO17664580?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_PO17664580">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO17664580?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="PO17664580">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://www.ign.com/videos/dead-as-disco-official-june-update-trailer" target="_blank"> <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/95417/6dbd71dd-f717-49b8-ab42-8da51adf626a.webp" 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/95417/6dbd71dd-f717-49b8-ab42-8da51adf626a.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://www.ign.com/videos/dead-as-disco-official-june-update-trailer" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">Dead As Disco - Official June Update Trailer - IGN</h6> </a> <a class="d-block w-100" href="https://www.ign.com/videos/dead-as-disco-official-june-update-trailer" target="_blank"> <p class="text-start card-text empty-tag max-line-2">Check out the new trailer for Dead as Disco's June update! Featuring a brand new arena, new costume, new tracks, new enemies, custom challenge playlists, and of course all new dance moves. Dead as Disco is out now in PC Early Access via Steam and Epic Games Store.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188205" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188205">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188205" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188205">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO17664580?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>

</a>                  <a class="" 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/PO17664580?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188205" id=".comment_count_188205">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188205" 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=PO17664580">
      <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/PO17664580/shared_users?class_name=Post">
        <span id="post-188205-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188205">
      <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_188204">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjA0Ig==--31fa1cb70be27f221bf82bc7506341f138f18fceeca655996ff34cab59b34bbc"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188204" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO70379422?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188204&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188204">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO70379422&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="1781787989">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:06 AM&lt;/span&gt;">
                      6/18/2026  9:06 AM
                    </span>
                </small>
              </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="188204">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-b9c97179-bc93-42c9-b373-67bd99279446" 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-b9c97179-bc93-42c9-b373-67bd99279446">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO70379422?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_PO70379422">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO70379422?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="PO70379422">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://www.ign.com/articles/im-glad-the-ocarina-of-time-remake-showed-us-almost-nothing" target="_blank"> <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/95416/6e3bee2b-f149-487d-a4fa-0622de1b3bf3.webp" 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/95416/6e3bee2b-f149-487d-a4fa-0622de1b3bf3.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://www.ign.com/articles/im-glad-the-ocarina-of-time-remake-showed-us-almost-nothing" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">I’m Glad the Ocarina of Time Remake Showed Us Almost Nothing</h6> </a> <a class="d-block w-100" href="https://www.ign.com/articles/im-glad-the-ocarina-of-time-remake-showed-us-almost-nothing" target="_blank"> <p class="text-start card-text empty-tag max-line-2">The Zelda: Ocarina of Time remake trailer showed barely anything, but that's a good thing: we only get to anticipate a new Zelda so many times.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188204" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188204">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188204" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188204">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO70379422?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>

</a>                  <a class="" 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/PO70379422?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188204" id=".comment_count_188204">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188204" 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=PO70379422">
      <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/PO70379422/shared_users?class_name=Post">
        <span id="post-188204-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188204">
      <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_188203">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjAzIg==--09f7c20c21e44ef018f765d42031071ae9561095f9b0784d68378f29f2bbf71d"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188203" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO84950542?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188203&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188203">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO84950542&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="1781787981">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:06 AM&lt;/span&gt;">
                      6/18/2026  9:06 AM
                    </span>
                </small>
              </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="188203">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-c519bec2-abc1-4a41-8ddd-4c8a8ceb8fb3" 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-c519bec2-abc1-4a41-8ddd-4c8a8ceb8fb3">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO84950542?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_PO84950542">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO84950542?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="PO84950542">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://www.ign.com/videos/hello-darkness-my-old-friend-unlocked-746" target="_blank"> <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/95415/becd3f34-9c27-4bd0-8e78-01a482c76aca.webp" 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/95415/becd3f34-9c27-4bd0-8e78-01a482c76aca.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://www.ign.com/videos/hello-darkness-my-old-friend-unlocked-746" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">Hello Darkness My Old Friend – Unlocked 746 - IGN</h6> </a> <a class="d-block w-100" href="https://www.ign.com/videos/hello-darkness-my-old-friend-unlocked-746" target="_blank"> <p class="text-start card-text empty-tag max-line-2">All of Xbox's good energy and community goodwill instantly evaporated as the honeymoon phase for new Xbox CEO Asha Sharma came to a quick end this week. Her new publicly released memo talked of a "resetting" of Xbox and narrowing profit margins, which has resulted in reports of multiple Xbox studios being either shut down or perhaps spun out independently. We discuss Xbox Game Pass's role in Xbox's problems, Xbox's mismanagement of its studios and franchises over the years, and so much more.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188203" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188203">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188203" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188203">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO84950542?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>

</a>                  <a class="" 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/PO84950542?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188203" id=".comment_count_188203">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188203" 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=PO84950542">
      <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/PO84950542/shared_users?class_name=Post">
        <span id="post-188203-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188203">
      <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_188202">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjAyIg==--66136f407ca197908d5dc2f2aeae46f10c18bcf0a098fba0f882cab28bbeae74"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188202" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO80287370?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188202&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188202">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO80287370&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="1781787976">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:06 AM&lt;/span&gt;">
                      6/18/2026  9:06 AM
                    </span>
                </small>
              </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="188202">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-f4b71680-8af0-4ee4-b3e2-dafe62f13485" 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-f4b71680-8af0-4ee4-b3e2-dafe62f13485">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO80287370?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_PO80287370">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO80287370?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="PO80287370">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://www.ign.com/videos/gears-of-war-e-day-official-tech-demo-state-of-unreal-2026" target="_blank"> <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/95414/56f6ee34-a8c0-45c9-aea3-7038f6718142.webp" 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/95414/56f6ee34-a8c0-45c9-aea3-7038f6718142.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://www.ign.com/videos/gears-of-war-e-day-official-tech-demo-state-of-unreal-2026" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">Gears of War: E-Day - Tech Demo | State of Unreal 2026 - IGN</h6> </a> <a class="d-block w-100" href="https://www.ign.com/videos/gears-of-war-e-day-official-tech-demo-state-of-unreal-2026" target="_blank"> <p class="text-start card-text empty-tag max-line-2">Gears of War: E-Day took center stage at Unreal Fest Chicago, and Coalition showed how it is utilizing Unreal Engine to bring the world of this prequel to life in a way never seen before.</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188202" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188202">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188202" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188202">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO80287370?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>

</a>                  <a class="" 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/PO80287370?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188202" id=".comment_count_188202">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188202" 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=PO80287370">
      <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/PO80287370/shared_users?class_name=Post">
        <span id="post-188202-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188202">
      <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_188201">
  <turbo-cable-stream-source channel="Turbo::StreamsChannel" signed-stream-name="InBvc3RfMTg4MjAxIg==--eef4fd21a131d75a4244f1b208d010d53842079bec5b321fb31c2bd732c9685c"></turbo-cable-stream-source>
  
<div class="individual_subscription_">
  <div id="news_post_188201" class="position-relative">
    <div class='card card-border social-post-card backface-hidden mt-3 '>
      <div class="card-header border-bottom-0 social-post-header p-10px">
        <div class="d-flex justify-content-start align-items-center gap-2 cursor-pointer info-profile overlay-none">
          <div
  class="flex-shrink-0"
  data-controller="hover-dropdown"
  data-hover-dropdown-offset-value="8"
  aria-haspopup="true"
  aria-expanded="false"
  data-hover-dropdown-user-id-value="8820"
  data-hover-dropdown-enabled-value="true"
  data-hover-dropdown-cache-key-value="8820_1781724542"
>
    <div class="outline-none hover-show">
        <a data-turbo="false" target="_self" onclick="event.stopPropagation();" href="/users/hector0731">
            <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" src="https://www.dmdb.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NDQ4MzU0OSwicHVyIjoiYmxvYl9pZCJ9fQ==--900f9d872f30d586951ed028118a60f2b0c2ea01/C90BDB57-8504-4B7C-B8FE-45ECA6B16535.jpg" />
        
      <div class="shield">
        <i class="fas fa-shield"></i>
        <span>10k</span>
      </div>
      <img class="moderator" src="https://d2goritgyxv0km.cloudfront.net/assets/svgs/Moderator/novice_Moderator-d635cb6b5d769b84cb9567accd9bc85e2959bab5cf5b4c6b7bdd8dee138ecbcf.svg" />
    </div>
  </div>

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


          <div class="w-100 window-media post-url" data-turbo-url-value="https://www.dmdb.com/social/posts/PO30869979?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 align-items-center justify-content-between gap-2 w-100">
              <div>
                <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_8820_display_user_name" href="/users/hector0731?from_post=188201&amp;post_class=Post">
                    Hector Pagan
                    <span class="fs-12 text-gray"></span>
</a>                    <turbo-frame id="pin_post_188201">
    <a class="btn p-0" data-turbo-method="post" data-controller="turbo" onclick="event.stopPropagation();" href="/social/pin_posts?id=PO30869979&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="1781787972">
                    <span data-controller="tooltip" data-bs-html="true" data-bs-toggle="tooltip" title="Thu, 18 Jun 26 &lt;span class=&quot;text-nowrap&quot;&gt;9:06 AM&lt;/span&gt;">
                      6/18/2026  9:06 AM
                    </span>
                </small>
              </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="188201">
                    <button type="button" class="btn p-0 p-xl-2 p-lg-2 p-md-2 p-sm-2 post-menu-option" id="postOptions-6423fcc5-0e47-4c87-b02e-e0f3396af60c" 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-6423fcc5-0e47-4c87-b02e-e0f3396af60c">
                        <a class="dropdown-item" data-controller="turbo" href="/social/posts/PO30869979?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_PO30869979">
          <div class="post-description post-url text-break overlay-none cursor-pointer window-media" data-turbo-url-value="https://www.dmdb.com/social/posts/PO30869979?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="PO30869979">
          
        </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 class="zi-0" id="link-thumb">
      <div class="preview-link position-relative rounded-3 overflow-hidden w-100 mw-100"> <a class="d-block w-100" href="https://www.ign.com/articles/is-sadie-sinks-jean-grey-the-main-villain-of-spider-man-brand-new-day" target="_blank"> <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/95413/5ff793f9-d913-49c7-b51e-6fa1cbb3e28e.webp" 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/95413/5ff793f9-d913-49c7-b51e-6fa1cbb3e28e.webp" alt="Card image cap"> </a> <div class="preview-link-desc position-absolute d-flex flex-column align-items-baseline justify-content-start gap-1 w-100 zi-1 bottom-0 start-0 text-start"> <a class="d-block w-100" href="https://www.ign.com/articles/is-sadie-sinks-jean-grey-the-main-villain-of-spider-man-brand-new-day" target="_blank"> <h6 class="card-title empty-tag fs-16 mb-0 max-line-1">Spider-Man: Brand New Day - Breaking Down the New Trailer</h6> </a> <a class="d-block w-100" href="https://www.ign.com/articles/is-sadie-sinks-jean-grey-the-main-villain-of-spider-man-brand-new-day" target="_blank"> <p class="text-start card-text empty-tag max-line-2">The latest trailer for Spider-Man: Brand New Day sure makes it look like Sadie Sink is playing Jean Grey. But is this iconic X-Man truly the villain of the new MCU film?</p> </a> </div> </div>
    </div>

</turbo-frame>      </div>
        <div class="card-footer border-0 p-10px d-flex align-items-center" data-controller='post-action'>
          <div class="post-control grid-footer w-100 align-items-center social-post-footer ">
            <div id="like_post_post_188201" class="comment-like d-flex align-items-center justify-content-center gap-1 like_post_post_188201">
      <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">0</span>
</a></div>

            <div id="dislike_post_post_188201" class="d-flex align-items-center justify-content-center gap-1 dislike_post_post_188201">
      <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>

                <div class="d-flex align-items-center justify-content-center gap-1 overlay-none window-media">
                  <a class="" 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/PO30869979?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>

</a>                  <a class="" 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/PO30869979?comment_modal=true&amp;post_type=true">
                    <turbo-frame class="comment_count_188201" id=".comment_count_188201">
    <span class="d-inline-block text-white fw-semi-bold fs-14 cursor-pointer"> 0 </span>
</turbo-frame>
</a>                </div>


              <div id="share_post_count_188201" 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=PO30869979">
      <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/PO30869979/shared_users?class_name=Post">
        <span id="post-188201-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">
                      0
</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 class="d-flex align-items-center justify-content-center" id="save_post_188201">
      <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/U83208402/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 backface-hidden mb-4 mt-3">
      <div class="card-body p-3">
        <div class="d-flex gap-2 mb-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 mb-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative">
          <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 backface-hidden mb-4 ">
      <div class="card-body p-3">
        <div class="d-flex gap-2 mb-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 mb-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative">
          <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 backface-hidden mb-4 ">
      <div class="card-body p-3">
        <div class="d-flex gap-2 mb-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 mb-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative">
          <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 backface-hidden mb-4 ">
      <div class="card-body p-3">
        <div class="d-flex gap-2 mb-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 mb-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative">
          <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 backface-hidden mb-4 ">
      <div class="card-body p-3">
        <div class="d-flex gap-2 mb-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 mb-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative">
          <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 backface-hidden mb-4 ">
      <div class="card-body p-3">
        <div class="d-flex gap-2 mb-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 mb-3">
          <div class="cover-image-skeleton dark-cover-image-skeleton w-100"></div>
        </div>
        <div class="post-control position-relative">
          <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>

