.read-moreless-type p:last-child {
    margin-bottom: 0px;
}
.fa-eye {
    background-image: url('/assets/front/images/visibility_24dp.svg');
}
.fa-eye-slash {
    background-image: url('/assets/front/images/visibility_off_24dp.svg');
}
.form-control.is-valid+.toggle-password, .form-control.is-invalid+.toggle-password, .form-control.is-invalid+.invalid-feedback+.toggle-password {
    left: calc(100% - 65px);
}
.show-hide-password-eye {
    cursor: pointer;
    z-index: 9999;
    left: calc(100% - 45px);
    top: 29px;
    width: 20px;
    height: 20px;
    display: block;
    background-position: center;
    padding-left: 3rem !important;
    background-repeat: no-repeat;
}

.live-dot {
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #26E200;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(17, 199, 0, 0.8);
}
.live-dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(16, 189, 0, 0.3);
    transform: translate(-50%, -50%) scale(1);
    animation: pulse 1.5s infinite ease-out;
}

.happening-now {
    font-size: 13px;
    margin: 5px 0px;
    font-weight: 700;
    color: rgb(16 191 0);
}
#community-post-preview-wrapper .community-preview-tile {
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 8px;
    overflow: hidden;
    background-color: #f0f2f5;
}

#community-post-preview-wrapper .community-preview-tile > a,
#community-post-preview-wrapper .community-preview-tile .card-item,
#community-post-preview-wrapper .community-preview-tile .img-wrap {
    display: block;
    width: 100%;
    height: 100%;
}

#community-post-preview-wrapper .community-preview-tile .post-img,
#community-post-preview-wrapper .community-preview-tile .post-video,
#community-post-preview-wrapper .community-preview-tile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

#community-post-preview-wrapper .community-preview-tile .remove-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
}

#community-post-preview-wrapper .community-preview-tile .remove-btn svg {
    display: block;
    width: 24px;
    height: 24px;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.18));
}

/* .feed-posts .post-preview .item {
    background: #000;
}

.feed-posts .post-preview.count-1 .item {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 520px;
    background: #000;
}

.feed-posts .post-preview.count-1 .item .card-item,
.feed-posts .post-preview.count-1 .item .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #000;
}

.feed-posts .post-preview.count-1 .item .post-img,
.feed-posts .post-preview.count-1 .item .post-video,
.feed-posts .post-preview.count-1 .item video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: contain;
} */

.mention-suggestions {
    display: none;
    position: absolute;
    min-width: 220px;
    max-width: min(280px, calc(100% - 16px));
    max-height: 220px;
    overflow-y: auto;
    z-index: 1060;
    background: #ffffff;
    border: 1px solid #d9dee8;
    border-radius: 14px;
    box-shadow: 0 14px 32px rgba(20, 17, 21, 0.12);
    padding: 6px;
}

.mention-suggestions .mention-suggestion-item, .suggestions .mention-suggestion-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: background-color 0.2s ease;
}

.mention-suggestions .mention-suggestion-item:hover,
.mention-suggestions .mention-suggestion-item.highlighted,
.suggestions .mention-suggestion-item:hover,
.suggestions .mention-suggestion-item.highlighted  {
    background-color: #f5f7fb;
}

.mention-suggestions .mention-suggestion-name, .suggestions .mention-suggestion-name {
    color: #141115;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.mention-suggestions .mention-suggestion-username, .suggestions .mention-suggestion-username {
    color: #79677f;
    font-size: 13px;
    line-height: 1.2;
}

.mention-suggestions .mention-suggestion-avatar, .suggestions .mention-suggestion-avatar {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 999px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--secondary-500);
}

.mention-suggestions .mention-suggestion-avatar img, .suggestions .mention-suggestion-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 999px;
    display: block;
}

.mention-suggestions .mention-suggestion-initials, .suggestions .mention-suggestion-initials {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
}

.mention-suggestions .mention-suggestion-content, .suggestions .mention-suggestion-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
  
/* Keyframes for Smooth Ripple */
@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}
.is-invalid+.select2-container--bootstrap-5 .select2-selection, .was-validated select:invalid+.select2-container--bootstrap-5 .select2-selection {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.is-valid+.select2-container--bootstrap-5 .select2-selection, .was-validated select:valid+.select2-container--bootstrap-5 .select2-selection {
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.happening-now {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.custom-checkbox-primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}
.custom-checkbox-primary input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.custom-checkbox-primary .check-label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.custom-checkbox-primary .check-label::before {
  content: "";
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 2;
  border: 2px solid #79677F;
  border-radius: 3px;
}
.custom-checkbox-primary input[type=checkbox]:checked + .check-label::before {
  border-color: #0CAC8E;
}
.custom-checkbox-primary input[type=checkbox]:checked + .check-label::after {
  content: "";
  border: solid #0CAC8E;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  height: 9px;
  width: 5px;
  display: inline-block;
  position: absolute;
  left: 7.4px;
  top: 7px;
  z-index: 3;
}
@media (max-width: 767px) {
  .custom-checkbox-primary .check-label {
    font-size: 14px;
    line-height: 22px;
    padding-left: 27px;
  }
  .custom-checkbox-primary .check-label::before {
    height: 20px;
    width: 20px;
    top: 2px;
  }

  .body-small-md{
    font-size: 14px;
    line-height: 18px;
  }
}

.suggestions {
    /* border: 1px solid #ccc; */
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    background-color: white;
    width: 100%;
}
.suggestion-item {
    padding: 10px;
    cursor: pointer;
}
.suggestion-item.highlighted, .suggestion-item:hover {
    background: #e2f4ff;
}
.suggestion-item p {
    margin-bottom: 5px;
}
.suggestion-item img {
    width: 20px;
    margin-right: 10px;
}

.housing-inner .map-container .gm-style-iw-chr {display: none;}
.housing-inner .map-container .gm-style .gm-style-iw-c {
	padding: 0;
	max-width: 250px !important;
}
.housing-inner .map-container .gm-style-iw-d {
	overflow: hidden !important;
}
.housing-inner .map-container .gm-style-iw-d img {
	width: 100%;
}
#property-infowindow .home-details {
	padding: 8px;
}
#property-infowindow .home-details .price {
	font-size: 20px;
}

.content-block a{
  color: var(--secondary-500);
}

#upload-progress-div {
    border:1px solid #ccc;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
#upload-progress-div #progressBar{
    width:0%;
    height:5px;
    background: linear-gradient(90deg, var(--primary-500) 0%, var(--secondary-500) 30.29%);
}

.post-as-Clip {
  border: 1px solid var(--primary-500);
  border-radius: 10px;
  padding: 6px 8px;
  background-color: #ebebf5;
  
}

.post-as-Clip .icon-wrap{
  padding: 8px;
  border-radius: 200px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary-500);
}

.post-as-Clip .label {
  font-size: 12px;
}

.post-as-Clip .btn-close{
  font-size: 10px;
  margin-right: 3px;
  opacity: 1;
}

.reelDesc a {
    color: var(--secondary-500);
}

.course-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.course-img .image-skeleton {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #e5e7eb;
    /* animation: pulse 1.5s infinite; */
    border-radius: 8px;
}

.course-img .image-skeleton::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    height: 100%;
    width: 150%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );
    animation: shimmer 1.3s infinite;
}

.course-img .lazy-image {
    opacity: 0;
    transition: opacity 0.4s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.course-img .lazy-image.loaded {
    opacity: 1;
    transform: scale(1);
}

@keyframes shimmer {
    100% {
        left: 100%;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

/* Community feed: read more + action icons on one row */
.prayer-actions-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 28px;
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.prayer-actions-row .read-more-link,
.feed-item .prayer-actions-row .read-more-link,
.post-card .prayer-actions-row .read-more-link {
    display: inline-flex;
    align-items: center;
    align-self: center;
    flex-shrink: 0;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    color: #141115;
    text-decoration: none;
}

.prayer-actions-row .read-more-link:hover,
.feed-item .prayer-actions-row .read-more-link:hover,
.post-card .prayer-actions-row .read-more-link:hover {
    color: #141115;
    font-weight: 700;
}

.prayer-actions-row .user-groupbtn-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
    overflow: visible;
}

.prayer-actions-row .user-groupbtn-action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
}

.prayer-actions-row .user-groupbtn-action .count {
    line-height: 1;
    color: #141115;
}

.post-card .feed-posts {
    margin-top: 0;
}

.post-card .feed-posts .post-preview {
    margin-top: 0;
}

.post-card .prayer-actions-row .post-stats-actions--feed {
    flex: 1;
    min-width: 0;
    margin-left: auto;
}

.post-card .prayer-actions-row .post-stats-actions--feed .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
}

/* News feed: image corners + action tooltips (Save/Saved, Be the first one to like/share) */
.feed-item {
    overflow: visible;
}

.feed-item > .post-img {
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.feed-item > .post-img img {
    display: block;
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.feed-item > .post-img + .content,
.feed-item > .post-img + .post-content {
    padding-top: 12px;
}

.feed-item .post-content .content-block {
    margin-bottom: 0;
}

.feed-item .prayer-actions-row,
.prayer-card .prayer-actions-row,
.prayer-of-the-day-card .prayer-actions-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 28px;
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 2;
}

.feed-item .prayer-actions-row .read-more-link,
.prayer-card .prayer-actions-row .read-more-link {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    color: #141115;
    text-decoration: none;
}

.feed-item .prayer-actions-row .user-groupbtn-action,
.prayer-card .prayer-actions-row .user-groupbtn-action,
.prayer-of-the-day-card .prayer-actions-row .user-groupbtn-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
    overflow: visible;
}

.feed-item .prayer-actions-row .user-groupbtn-action .btn,
.prayer-card .prayer-actions-row .user-groupbtn-action .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    min-height: 24px;
    padding-top: 0;
    padding-bottom: 0;
}

.feed-item .prayer-actions-row .user-groupbtn-action .count,
.prayer-card .prayer-actions-row .user-groupbtn-action .count {
    line-height: 1;
    color: #141115;
}

.feed-item .prayer-actions-row .feed-action-tooltip,
.prayer-card .prayer-actions-row .feed-action-tooltip,
.prayer-of-the-day-card .prayer-actions-row .feed-action-tooltip,
.post-card .prayer-actions-row .feed-action-tooltip,
.post-card .post-stats-actions--feed .feed-action-tooltip {
    position: relative;
    overflow: visible;
}

.post-card .post-stats-actions--feed .post-stats-actions__left,
.post-card .post-stats-actions--feed .post-stats-actions__right {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow: visible;
}

.post-card .post-header-actions .feed-action-tooltip,
.post-card > .d-flex > .favorite-unfavorite-btn.feed-action-tooltip {
    position: relative;
    overflow: visible;
}

.post-card > .d-flex > .favorite-unfavorite-btn.feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):hover::after,
.post-card > .d-flex > .favorite-unfavorite-btn.feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):focus-within::after {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(100% + 6px);
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 10px;
    border-radius: 6px;
    background: #141115;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    z-index: 100;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.post-card {
    overflow: visible;
}

#js-favourite-listing-div .post-card,
#js-favourite-listing-div .post-card .post-stats-actions--feed {
    overflow: visible;
}

/* Prayer board: prevent message/actions overlap and keep tooltips inside card stack */
.prayer-card,
.prayer-of-the-day-card,
#js-prayers-listing-div .prayer-card {
    overflow: visible;
    position: relative;
    isolation: isolate;
}

.prayer-card .message.content-block,
.prayer-of-the-day-card .message.content-block {
    margin-bottom: 0;
    word-break: break-word;
}

.prayer-card .message.content-block:not(.ellipsis-2),
.prayer-of-the-day-card .message.content-block:not(.ellipsis-2) {
    margin-bottom: 8px;
}

.prayer-card > .read-more-link,
.prayer-of-the-day-card > .read-more-link {
    display: inline-flex;
    align-items: center;
    margin-top: 4px;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.4;
    color: #141115;
    text-decoration: none;
}

.prayer-card .prayer-actions-row--icons-right,
.prayer-of-the-day-card .prayer-actions-row--icons-right {
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    padding-top: 4px;
    clear: both;
}

.prayer-card .prayer-actions-row--icons-right .user-groupbtn-action,
.prayer-of-the-day-card .prayer-actions-row--icons-right .user-groupbtn-action {
    margin-left: 0;
}

/* Prayer board + embedded prayer: full tooltip styles, open above icons */
.prayer-card .prayer-actions-row .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):hover::after,
.prayer-card .prayer-actions-row .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):focus-within::after,
.prayer-of-the-day-card .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):hover::after,
.prayer-of-the-day-card .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):focus-within::after,
.shared-post-wrapper--prayer .prayer-actions-row .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):hover::after,
.shared-post-wrapper--prayer .prayer-actions-row .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):focus-within::after,
#js-prayers-listing-div .prayer-card .prayer-actions-row .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):hover::after,
#js-prayers-listing-div .prayer-card .prayer-actions-row .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):focus-within::after {
    content: attr(data-tooltip);
    position: absolute;
    top: auto;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 10px;
    border-radius: 6px;
    background: #141115;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    z-index: 200;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.prayer-card .prayer-actions-row--icons-right,
.prayer-of-the-day-card .prayer-actions-row--icons-right,
.shared-post-wrapper--prayer .prayer-actions-row--icons-right {
    padding-bottom: 4px;
}

.shared-post-wrapper--prayer {
    overflow: visible;
    position: relative;
}

.feed-item .prayer-actions-row .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):hover::after,
.feed-item .prayer-actions-row .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):focus-within::after,
.post-card > .prayer-actions-row .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):hover::after,
.post-card > .prayer-actions-row .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):focus-within::after,
.post-card .post-stats-actions--feed .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):hover::after,
.post-card .post-stats-actions--feed .feed-action-tooltip[data-tooltip]:not([data-tooltip=""]):focus-within::after {
    content: attr(data-tooltip);
    position: absolute;
    top: calc(100% + 6px);
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 10px;
    border-radius: 6px;
    background: #141115;
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    white-space: nowrap;
    z-index: 100;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.post-card .post-stats-actions .share-post-btn.is-shared svg path,
.post-card.post-card--detail .post-stats-actions .share-post-btn.is-shared svg path,
.community-post-detail .share-post-btn.is-shared svg path,
.feed-item .prayer-actions-row .user-groupbtn-action .share-post-btn.is-shared svg path,
.prayer-card .share-post-btn.is-shared svg path,
.prayer-of-the-day-card .share-post-btn.is-shared svg path,
.shared-post-wrapper--prayer .share-post-btn.is-shared svg path {
    fill: #0CAC8E;
}

.feed-item .feed-item-title-link .title {
    color: #6A027F;
}

.feed-item .feed-item-title-link:hover .title {
    color: #540264;
}

/* Clip letterbox / pillarbox — white on Reals; gray in community feed for clips only */
.clips-section,
.clips-section .real-detail,
.clips-section .REAL-holder,
.clips-section .clips-video,
.realsNewSlide .REAL-holder,
.post-card.audio-video-podcast .clip-media-section,
.post-card.audio-video-podcast .clip-media-section .img-wrap,
.post-card.audio-video-podcast .clip-media-video {
    background-color: #ffffff;
}

.post-card.clip-card .feed-posts .post-preview.count-1 .item .clips-video {
    background-color: #E9E6EA;
}

.post-card.clip-card .post-stats-actions--feed,
.post-card.audio-video-podcast .post-stats-actions--feed {
    margin-top: 12px;
}

.post-card.audio-video-podcast .clip-media-section {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.post-card.audio-video-podcast .clip-media-section .img-wrap {
    max-height: 480px;
}

.post-card.audio-video-podcast .clip-media-video {
    max-height: 480px;
    object-fit: contain;
}

.post-card .feed-posts .post-preview.count-1 .item {
    max-height: 480px;
    aspect-ratio: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #E9E6EA;
}

.post-card .feed-posts .post-preview.count-1 .item .card-item,
.post-card .feed-posts .post-preview.count-1 .item .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-height: 480px;
    background-color: #E9E6EA;
}

.post-card .feed-posts .post-preview.count-1 .item .post-img,
.post-card .feed-posts .post-preview.count-1 .item .post-video,
.post-card .feed-posts .post-preview.count-1 .item video {
    display: block;
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: contain;
}

/* Community post detail page */
.community-post-detail .read-more-link {
    display: none !important;
}

.post-card.post-card--detail {
    word-break: normal;
    overflow-wrap: anywhere;
    padding: 1.25rem 1.5rem 1.5rem;
    box-shadow: 0 2px 12px rgba(20, 17, 21, 0.08);
}

.post-card.post-card--detail .post-detail-media {
    margin-top: 0;
}

.post-card.post-card--detail .post-detail-text {
    margin-bottom: 0;
}

.post-card .post-detail-title,
.post-card.post-card--detail .post-detail-title,
.shared-post-wrapper .shared-post-title,
.shared-post-wrapper .post-detail-title {
    color: #6A027F;
    font-weight: 600;
    line-height: 1.35;
    word-break: normal;
    overflow-wrap: anywhere;
}

.post-card.post-card--detail .post-detail-text .content-block {
    color: #141115;
    font-size: 15px;
    line-height: 1.6;
}

.post-card.post-card--detail .feed-posts {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.post-card.post-card--detail .post-preview {
    margin-top: 0;
    border-radius: 12px;
    overflow: hidden;
}

.post-card.post-card--detail .feed-posts .post-preview.count-1 .item,
.post-card.post-card--detail .feed-posts .post-preview.count-1 .item .card-item,
.post-card.post-card--detail .feed-posts .post-preview.count-1 .item .img-wrap {
    max-height: min(70vh, 720px);
    background-color: #E9E6EA;
}

.post-card.post-card--detail .feed-posts .post-preview.count-1 .item .post-img,
.post-card.post-card--detail .feed-posts .post-preview.count-1 .item .post-video,
.post-card.post-card--detail .feed-posts .post-preview.count-1 .item video {
    max-height: min(70vh, 720px);
    object-fit: contain;
}

.post-card.post-card--detail .post-detail-actions .post-stats-actions--feed {
    width: 100%;
}

.prayer-actions-row--no-read-more .user-groupbtn-action {
    margin-left: auto;
}