.elementor-787 .elementor-element.elementor-element-c934553{--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-787 .elementor-element.elementor-element-823d396{--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-787 .elementor-element.elementor-element-781ba2f{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-23e8657 */.kcfringe-loop-grid.after-party-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
  max-width: 100%;
}

.kcfringe-loop-card {
  border: 2px groove #55c3ba;
  padding: 1rem;
  background: #fff;
  transition: border-color 0.2s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.kcfringe-loop-card:hover {
  border-color: #c74f2b;
}

/* ✅ Featured image at top */
.kcfringe-loop-card img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 1rem;
  border: 2px solid #000;
}

/* Title styling */
.kcfringe-loop-card h3.entry-title {
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
  font-weight: 600;
}

/* Meta fields */
.kcfringe-loop-card .acf-field {
  margin: 0.3rem 0;
  font-size: 0.95rem;
  color: #444;
}

.kcfringe-loop-card .acf-field strong {
  font-weight: 600;
  margin-right: 5px;
}

/* ✅ Force-hide details field if still present in DOM */
.kcfringe-loop-card .acf-field.details {
  display: none !important;
}

/* Button styling */
.kcfringe-loop-card .read-more .button {
  display: inline-block;
  margin-top: 1rem;
  background: #c74f2b;
  color: #fff !important;
  padding: 0.5rem 1rem;
  border: none;
  outline: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 0.85rem;
  text-decoration: none;
  transition: all 0.2s ease;
}

.kcfringe-loop-card .read-more .button:hover {
  background: #55c3ba;
  color: #000 !important;
}/* End custom CSS */