.lr-gallery{
  direction:rtl;
  font-family:"Heebo","Noto Sans Hebrew",Arial,sans-serif;
  background:#f7f4ed;
  padding:70px 16px;
  color:#17211f;
}

.lr-gallery-wrap{max-width:1180px;margin:0 auto;}

.lr-gallery-head{text-align:center;margin-bottom:38px;}

.lr-gallery-head span{
  display:inline-flex;background:#fff;color:#3f7f5f;padding:8px 16px;
  border-radius:999px;font-weight:900;font-size:14px;margin-bottom:14px;
}

.lr-gallery-head h1{
  margin:0 0 12px;font-size:clamp(34px,5vw,58px);
  font-weight:950;letter-spacing:-1.2px;
}

.lr-gallery-head p{
  margin:0 auto;max-width:620px;font-size:18px;line-height:1.6;
  color:rgba(23,33,31,.65);
}

.lr-cats-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.lr-cat-entry{
  background:#fff;
  border-radius:38px;
  overflow:hidden;
  box-shadow:0 22px 60px rgba(23,33,31,.09);
  border:1px solid rgba(23,33,31,.08);
  transition:.25s ease;
}

.lr-cat-entry:hover{
  transform:translateY(-6px);
  box-shadow:0 32px 80px rgba(23,33,31,.14);
}

.lr-cat-photo{
  height:340px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  position:relative;
}

.lr-card-logos{
  position:absolute;
  left:22px;
  top:22px;
  display:flex;
  align-items:center;
  gap:18px;
  background:#fff;
  border:1px solid rgba(23,33,31,.09);
  border-radius:999px;
  padding:14px 24px;
  box-shadow:0 12px 28px rgba(23,33,31,.1);
}

.lr-card-logos img{
  display:block;
  height:34px;
  width:auto;
  max-width:150px;
}

.lr-card-logos .lr-benda-logo{height:26px;}

.lr-cat-body{padding:28px;}

.lr-cat-body h3{
  margin:0 0 14px;
  font-size:38px;
  font-weight:950;
  letter-spacing:-.5px;
}

.lr-cat-stats{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}

.lr-vote-pill{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:#f7f4ed;
  border:1px solid rgba(23,33,31,.08);
  border-radius:999px;
  padding:10px 16px;
  font-size:22px;
  font-weight:950;
  color:#3f7f5f;
}

.lr-cat-status{
  color:rgba(23,33,31,.62);
  font-weight:900;
  font-size:17px;
}

.lr-help-text{
  margin:0 0 20px;
  color:rgba(23,33,31,.68);
  font-size:16px;
  line-height:1.5;
  font-weight:700;
}

.lr-cat-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:58px;
  border-radius:999px;
  background:#17211f;
  color:#fff!important;
  text-decoration:none;
  font-weight:950;
  font-size:18px;
  transition:.25s ease;
  margin-bottom:22px;
}

.lr-cat-btn:hover{background:#3f7f5f;}

.lr-share-box{
  border-top:1px solid rgba(23,33,31,.08);
  padding-top:18px;
  text-align:center;
}

.lr-share-title{
  display:block;
  margin-bottom:12px;
  color:rgba(23,33,31,.62);
  font-weight:900;
  font-size:15px;
}

.lr-share-row{
  display:flex;
  justify-content:center;
  gap:12px;
}

.lr-share-btn{
  width:58px;
  height:58px;
  border-radius:50%;
  background:#f7f4ed;
  color:#17211f!important;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border:1px solid rgba(23,33,31,.1);
  transition:.2s ease;
  cursor:pointer;
}

.lr-share-btn svg{
  width:25px;
  height:25px;
  fill:currentColor;
}

.lr-share-btn:hover{
  background:#3f7f5f;
  color:#fff!important;
  transform:translateY(-2px);
}

.lr-empty-gallery{
  grid-column:1/-1;
  text-align:center;
  padding:80px 20px;
}

@media(max-width:900px){
  .lr-cats-grid{grid-template-columns:1fr;}
  .lr-cat-photo{height:300px;}
  .lr-card-logos{
    left:16px;
    top:16px;
    padding:12px 18px;
    gap:12px;
  }
  .lr-card-logos img{height:28px;}
  .lr-card-logos .lr-benda-logo{height:22px;}
  .lr-cat-body h3{font-size:34px;}
}
.lr-single{
  direction:rtl;
  font-family:"Heebo","Noto Sans Hebrew",Arial,sans-serif;
  background:#f7f4ed;
  padding:80px 16px;
  color:#17211f;
}

.lr-single-wrap{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
}

.lr-single-image{
  position:relative;
  background:#fff;
  border-radius:42px;
  padding:18px;
  box-shadow:0 24px 70px rgba(23,33,31,.12);
}

.lr-single-image img{
  width:100%;
  aspect-ratio:1;
  object-fit:cover;
  border-radius:30px;
  display:block;
}

.lr-single-logos{
  position:absolute;
  left:34px;
  top:34px;
  display:flex;
  align-items:center;
  gap:18px;
  background:#fff;
  border:1px solid rgba(23,33,31,.09);
  border-radius:999px;
  padding:14px 24px;
  box-shadow:0 12px 28px rgba(23,33,31,.1);
}

.lr-single-logos img{
  display:block;
  height:34px;
  width:auto;
  max-width:150px;
}

.lr-single-logos .lr-benda-logo{
  height:26px;
}

.lr-single-content{
  background:#fff;
  border-radius:42px;
  padding:42px;
  box-shadow:0 24px 70px rgba(23,33,31,.09);
}

.lr-single-eyebrow{
  display:inline-flex;
  background:#f7f4ed;
  color:#3f7f5f;
  padding:8px 16px;
  border-radius:999px;
  font-weight:950;
  margin-bottom:18px;
}

.lr-single-content h1{
  margin:0 0 16px;
  font-size:clamp(42px,5vw,72px);
  line-height:1;
  font-weight:950;
  letter-spacing:-1.5px;
}

.lr-single-votes{
  display:inline-flex;
  background:#f7f4ed;
  border:1px solid rgba(23,33,31,.08);
  border-radius:999px;
  padding:12px 20px;
  font-size:24px;
  font-weight:950;
  color:#3f7f5f;
  margin-bottom:22px;
}

.lr-single-description{
  margin:0 0 18px;
  font-size:20px;
  line-height:1.6;
  color:rgba(23,33,31,.72);
}

.lr-single-help{
  margin:0 0 24px;
  font-size:18px;
  line-height:1.5;
  font-weight:800;
  color:rgba(23,33,31,.72);
}

.lr-vote-main-btn{
  width:100%;
  min-height:62px;
  border:0;
  border-radius:999px;
  background:#17211f;
  color:#fff;
  font-size:20px;
  font-weight:950;
  cursor:pointer;
  transition:.25s ease;
  margin-bottom:24px;
}

.lr-vote-main-btn:hover{
  background:#3f7f5f;
  transform:translateY(-2px);
}

.lr-single-share{
  border-top:1px solid rgba(23,33,31,.08);
  padding-top:20px;
  text-align:center;
}

.lr-single-share > span{
  display:block;
  margin-bottom:14px;
  font-weight:900;
  color:rgba(23,33,31,.62);
}

@media(max-width:900px){
  .lr-single-wrap{
    grid-template-columns:1fr;
  }

  .lr-single-content{
    padding:28px;
  }

  .lr-single-logos{
    left:28px;
    top:28px;
    padding:12px 18px;
    gap:12px;
  }

  .lr-single-logos img{
    height:28px;
  }

  .lr-single-logos .lr-benda-logo{
    height:22px;
  }
}
.lr-single{
  min-height:720px;
  display:flex;
  align-items:center;
}

.lr-single-wrap{
  max-width:1220px;
  grid-template-columns:1.05fr .95fr;
}

.lr-single-image{
  padding:0;
  overflow:hidden;
  background:#eee8de;
}

.lr-single-image img{
  aspect-ratio:1;
  width:100%;
  height:100%;
  min-height:520px;
  object-fit:cover;
  object-position:center;
  border-radius:42px;
}

.lr-single-content{
  min-height:520px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.lr-single-content h1{
  font-size:clamp(54px,6vw,88px);
  margin-bottom:22px;
}

.lr-single-description{
  font-size:20px;
  font-weight:700;
}

.lr-vote-main-btn{
  max-width:100%;
  height:68px;
}

.lr-single-share .lr-share-row{
  justify-content:center;
}

@media(max-width:900px){
  .lr-single{
    padding:36px 14px;
  }

  .lr-single-wrap{
    gap:22px;
  }

  .lr-single-image img{
    min-height:auto;
    border-radius:30px;
  }

  .lr-single-content{
    min-height:auto;
  }
}
.lr-single{
  direction:rtl;
  font-family:"Heebo","Noto Sans Hebrew",Arial,sans-serif;
  background:#f7f4ed;
  padding:55px 16px;
  color:#17211f;
}

.lr-single-wrap{
  max-width:1080px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}

.lr-single-image{
  position:relative;
  background:#fff;
  border-radius:34px;
  padding:14px;
  box-shadow:0 18px 50px rgba(23,33,31,.09);
  overflow:hidden;
}

.lr-single-image img{
  width:100%;
  height:430px;
  object-fit:cover;
  object-position:center;
  border-radius:24px;
  display:block;
}

.lr-single-content{
  background:#fff;
  border-radius:34px;
  padding:34px;
  box-shadow:0 18px 50px rgba(23,33,31,.07);
}

.lr-single-content h1{
  margin:0 0 14px;
  font-size:52px;
  line-height:1;
  font-weight:950;
}

.lr-single-votes{
  font-size:20px;
  padding:10px 18px;
  margin-bottom:18px;
}

.lr-single-description{
  font-size:17px;
  line-height:1.6;
}

.lr-vote-main-btn{
  min-height:56px;
  font-size:18px;
}

@media(max-width:900px){
  .lr-single-wrap{
    grid-template-columns:1fr;
  }

  .lr-single-image img{
    height:320px;
  }

  .lr-single-content{
    padding:26px;
  }

  .lr-single-content h1{
    font-size:42px;
  }
}