
/* הסיפור — תקציר ראשון, וסיפור מלא רק בלחיצה */
.opening-story-lead{
  margin-bottom:8px !important;
}

.story-more-button,
.story-close-button{
  cursor:pointer;
  border:1px solid rgba(216,175,100,.58);
  font-family:inherit;
}

.full-story[hidden]{
  display:none !important;
}

.full-story{
  margin-top:16px;
  padding:18px 20px;
  border-top:1px solid rgba(221,181,107,.24);
  animation:storyReveal .28s ease-out;
}

.full-story h2{
  margin:0 0 10px;
  color:#efca82;
  font:700 30px "Frank Ruhl Libre",serif;
}

.full-story p{
  color:#eadfcf !important;
  font-size:14px !important;
  line-height:1.72 !important;
  margin:0 0 10px !important;
}

.story-close-button{
  margin-top:5px;
  padding:8px 17px;
  border-radius:999px;
  background:transparent;
  color:#e8c987;
}

@keyframes storyReveal{
  from{opacity:0;transform:translateY(-6px)}
  to{opacity:1;transform:none}
}

@media(max-width:700px){
  .full-story{
    padding:14px 5px 4px;
  }
  .full-story h2{
    font-size:25px;
  }
  .full-story p{
    font-size:12.5px !important;
    line-height:1.62 !important;
  }
}
