/* Profile-selected Church room polish. */
.tp-church-room{
  gap:14px;
}
.tp-church-profile-card,
.tp-church-updates{
  background:linear-gradient(135deg,#fffdf6,#f7f3e8)!important;
}
.tp-church-profile-head{
  display:grid;
  grid-template-columns:1fr 72px;
  gap:16px;
  align-items:start;
}
.tp-church-profile-head h3,
.tp-church-updates-head h3{
  margin:.35rem 0 .4rem;
  font-size:clamp(28px,3vw,44px);
  line-height:.96;
}
.tp-church-source-mark{
  width:72px;
  height:72px;
  border-radius:24px;
  display:grid;
  place-items:center;
  font-size:34px;
  font-weight:950;
  color:#173925;
  background:linear-gradient(135deg,#e6eedc,#fffdf6);
  border:1px solid rgba(111,143,101,.45);
  box-shadow:0 16px 32px rgba(48,67,46,.12);
}
.tp-church-facts{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  margin:14px 0;
}
.tp-church-fact{
  border:1px solid rgba(176,197,170,.9);
  border-radius:16px;
  padding:10px 12px;
  background:rgba(255,255,255,.72);
}
.tp-church-fact b{
  display:block;
  color:#173925;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.07em;
}
.tp-church-fact span{
  display:block;
  margin-top:4px;
  color:#17324a;
  font-weight:850;
  line-height:1.2;
}
.tp-church-actions{
  gap:8px;
  flex-wrap:wrap;
}
.tp-church-updates-head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:start;
  margin-bottom:10px;
}
.tp-church-updates-head small{
  color:#5a6b5a;
  font-weight:900;
  white-space:nowrap;
  margin-top:10px;
}
.tp-church-accordion{
  border:1px solid rgba(176,197,170,.9);
  border-radius:18px;
  background:rgba(255,255,255,.72);
  margin-top:10px;
  overflow:hidden;
}
.tp-church-accordion summary{
  cursor:pointer;
  list-style:none;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:14px 16px;
  color:#15324a;
  font-weight:950;
}
.tp-church-accordion summary::-webkit-details-marker{
  display:none;
}
.tp-church-accordion summary:before{
  content:'▸';
  margin-right:4px;
  color:#315c2f;
  transition:transform .18s ease;
}
.tp-church-accordion[open] summary:before{
  transform:rotate(90deg);
}
.tp-church-accordion summary span{
  flex:1;
  font-size:18px;
}
.tp-church-accordion summary b{
  border:1px solid rgba(176,197,170,.9);
  background:#eef6e8;
  color:#173925;
  border-radius:999px;
  padding:6px 10px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:.04em;
}
.tp-church-lane-empty{
  border-top:1px solid rgba(176,197,170,.65);
  padding:14px 16px 16px;
  color:#31485d;
}
.tp-church-lane-empty p{
  margin:0 0 10px;
  line-height:1.42;
}
.tp-church-lane-empty a{
  font-weight:950;
  color:#15324a;
  text-decoration:none;
}
.tp-church-accordion-posts{
  border-top:1px solid rgba(176,197,170,.65);
  padding:12px;
}
.tp-church-empty{
  border-style:dashed!important;
  background:rgba(248,245,236,.86)!important;
}
.tp-church-empty h3{
  margin:.35rem 0;
}
@media(max-width:900px){
  .tp-church-facts{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .tp-church-profile-head{
    grid-template-columns:1fr;
  }
  .tp-church-source-mark{
    display:none;
  }
  .tp-church-facts{
    grid-template-columns:1fr;
  }
  .tp-church-updates-head{
    display:block;
  }
  .tp-church-updates-head small{
    display:block;
    margin-top:4px;
  }
  .tp-church-accordion summary{
    align-items:flex-start;
    flex-wrap:wrap;
  }
}
