.elementor-14153 .elementor-element.elementor-element-48965eb{--display:flex;--min-height:283px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14153 .elementor-element.elementor-element-48965eb:not(.elementor-motion-effects-element-type-background), .elementor-14153 .elementor-element.elementor-element-48965eb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://housingyarn.com/wp-content/uploads/2025/10/Frame-1000008919-1.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-14153 .elementor-element.elementor-element-1ac0b79{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:30px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-14153 .elementor-element.elementor-element-ef1eb63{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-14153 .elementor-element.elementor-element-24ab453{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-14153 .elementor-element.elementor-element-f85fbd9{border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.11);}.elementor-14153 .elementor-element.elementor-element-95a68c4{background-color:#FFFFFF;border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.11);}.elementor-14153 .elementor-element.elementor-element-8e8787f{background-color:#FFFFFF;border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.11);}.elementor-14153 .elementor-element.elementor-element-aacbb90{background-color:#FFFFFF;border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.11);}.elementor-14153 .elementor-element.elementor-element-e0bc27e{background-color:#FFFFFF;border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.11);}.elementor-14153 .elementor-element.elementor-element-784253c{background-color:#FFFFFF;border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.11);}.elementor-14153 .elementor-element.elementor-element-7a3636b{background-color:#FFFFFF;border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.11);}.elementor-14153 .elementor-element.elementor-element-8c1f5fb{background-color:#FFFFFF;border-radius:10px 10px 10px 10px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.11);}.elementor-14153 .elementor-element.elementor-element-72067f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-14153 .elementor-element.elementor-element-ef1eb63{--content-width:1400px;}.elementor-14153 .elementor-element.elementor-element-24ab453{--width:66.6666%;}.elementor-14153 .elementor-element.elementor-element-72067f4{--width:33.3333%;}}/* Start custom CSS for shortcode, class: .elementor-element-faef431 *//* ===== HousingYarn Price Ticker ===== */
.hy-ticker {
  background: #1d3557;
  border-radius: 8px;
  padding: 8px 12px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
}
.hy-ticker-badge {
  background: #F26522;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .06em;
  flex-shrink: 0;
}
.hy-ticker-track {
  overflow: hidden;
  flex: 1;
}
.hy-ticker-scroll {
  display: flex;
  gap: 30px;
  animation: hy-tick 30s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.hy-ticker-scroll:hover {
  animation-play-state: paused; /* pauses on hover */
}
.hy-ticker-item {
  font-size: 12px;
  color: #9CA3AF;
  text-decoration: none;
  flex-shrink: 0;
  transition: color .15s;
}
.hy-ticker-item:hover { color: #F26522; }
.hy-ticker-item b {
  color: #E5E7EB;
  margin-right: 4px;
}
.hy-ticker-item span { color: #F26522; font-weight: 700; }

@keyframes hy-tick {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f85fbd9 *//* ===== HousingYarn Forum Board Cards ===== */
/* Board wrapper */
.hy-board {
  background: #fff;
  border: 1px solid var(--hy-bd);
  border-radius: 9px;
  overflow: hidden;
  margin-bottom: 14px;
}

/* Board header */
.hy-board-hd {
   
    background: #1d3557 !important;
  color: #fff;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.hy-board-hd-l {
  display: flex;
  align-items: center;
  gap: 10px;
}
.hy-board-ico { font-size: 18px; }
.hy-board-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.hy-board-desc {
  font-size: 11px;
  color: #9CA3AF;
  margin-top: 1px;
}
.hy-board-count {
  font-size: 11px;
  color: #9CA3AF;
  text-align: right;
  flex-shrink: 0;
}
.hy-board-count b {
  display: block;
  font-size: 15px;
  color: #E5E7EB;
  font-weight: 700;
}

/* Topic row */
.hy-t-row {
  display: grid;
  grid-template-columns: 1fr 80px;
  border-bottom: 1px solid var(--hy-bd2);
  cursor: pointer;
  transition: background .15s;
}
.hy-t-row:hover { background: #FFFBF8; }
.hy-t-row:last-of-type { border-bottom: none; }

/* Topic main content */
.hy-t-main {
  padding: 11px 14px;
  min-width: 0;
}

/* Badges */
.hy-t-badges {
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.hy-badge {
  font-size: 9.5px;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: .04em;
  flex-shrink: 0;
}
.b-hot   { background: #FEE2E2; color: #B91C1C; }
.b-new   { background: #D1FAE5; color: #065F46; }
.b-top   { background: #FEF3C7; color: #92400E; }
.b-sold  { background: #E0E7FF; color: #3730A3; }
.b-alert { background: #FEE2E2; color: #B91C1C; }
.hy-b-res {
  background: #F0FDF4;
  color: #166534;
  border: 1px solid #BBF7D0;
}

/* Topic title */
.hy-t-title {
  font-size: 13.5px;
  font-weight: 600;
  color: var(--hy-dk);
  line-height: 1.4;
  margin-bottom: 4px;
}
.hy-t-title a {
  color: inherit;
  text-decoration: none;
}
.hy-t-row:hover .hy-t-title a { color: var(--hy-or); }

/* Excerpt */
.hy-t-excerpt {
  font-size: 12px;
  color: var(--hy-mu);
  line-height: 1.5;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Topic footer */
.hy-t-foot {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.hy-t-author {
  font-size: 11.5px;
  color: var(--hy-mu);
}
.hy-t-author a {
  color: var(--hy-or);
  font-weight: 600;
  text-decoration: none;
}
.hy-t-author a:hover { text-decoration: underline; }
.hy-t-time {
  font-size: 11px;
  color: #9CA3AF;
}
.hy-t-time a {
  color: inherit;
  text-decoration: none;
}

/* Stats column */
.hy-t-stats {
  padding: 11px 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  border-left: 1px solid var(--hy-bd2);
}
.hy-stat {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  color: var(--hy-mu);
}
.hy-stat svg { flex-shrink: 0; }
.hy-stat-n {
  font-weight: 700;
  color: var(--hy-dk);
  font-size: 13px;
}
.hy-stat-hot .hy-stat-n { color: var(--hy-rd); }

/* Empty state */
.hy-empty {
  padding: 18px 14px;
  font-size: 13px;
  color: var(--hy-mu);
  text-align: center;
}
.hy-empty a { color: var(--hy-or); font-weight: 600; }

/* View all link */
.hy-view-all {
  padding: 10px 14px;
  text-align: center;
  border-top: 1px solid var(--hy-bd);
}
.hy-view-all a {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--hy-or);
  text-decoration: none;
}
.hy-view-all a:hover { text-decoration: underline; }

/* Mobile */
@media (max-width: 600px) {
  .hy-t-row { grid-template-columns: 1fr; }
  .hy-t-stats {
    flex-direction: row;
    border-left: none;
    border-top: 1px solid var(--hy-bd2);
    justify-content: flex-start;
    padding: 7px 14px;
  }
}/* End custom CSS */