/* Vuurwerkshows.nu — foto's insturen CTA's (detailpagina) */

.vs-intro-photo.hl-logo{
  float:right;
  width:220px;
  max-width:42%;
  margin:0 0 14px 20px;
}
.vs-intro-photo__card{
  position:relative;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.25);
}
.vs-intro-photo__card .hl-logo__img{
  display:block;
  width:100%;
  height:auto;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
}
.vs-intro-photo__actions{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  padding:10px;
  background:rgba(8,12,22,.72);
  border-top:1px solid rgba(255,255,255,.1);
}
.vs-intro-photo__action{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:6px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.08);
  color:#fff;
  text-decoration:none;
  font-size:12px;
  font-weight:700;
  line-height:1.2;
}
.vs-intro-photo__action:hover{
  background:rgba(255,255,255,.14);
  border-color:rgba(255,255,255,.28);
}
.vs-intro-photo__action--upload{
  border-color:rgba(249,123,10,.45);
  background:rgba(249,123,10,.18);
}
.vs-intro-photo__action--upload:hover{
  background:rgba(249,123,10,.28);
  border-color:rgba(249,123,10,.65);
}

.vs-intro-photo--empty{
  float:right;
  width:220px;
  max-width:42%;
  margin:0 0 14px 20px;
}
.vs-intro-photo__empty-link{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:168px;
  padding:16px 12px;
  border-radius:14px;
  border:1px dashed rgba(255,255,255,.28);
  background:rgba(255,255,255,.04);
  color:rgba(255,255,255,.88);
  text-decoration:none;
  text-align:center;
  transition:border-color .15s ease, background-color .15s ease;
  box-sizing:border-box;
}
.vs-intro-photo__empty-link:hover{
  border-color:rgba(249,123,10,.55);
  background:rgba(249,123,10,.08);
  color:#fff;
}
.vs-intro-photo__empty-icon{
  width:40px;
  height:40px;
  color:rgba(255,255,255,.72);
}
.vs-intro-photo__empty-icon svg{
  width:100%;
  height:100%;
  display:block;
}
.vs-intro-photo__empty-text{
  font-size:13px;
  line-height:1.4;
  font-weight:600;
}

@media (max-width:980px){
  .vs-intro-photo.hl-logo,
  .vs-intro-photo--empty{
    float:none;
    width:100%;
    max-width:none;
    margin:14px 0 0;
  }
}

.vs-foto-cta{
  margin-top:1.25rem;
  padding:0.85rem 1rem;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
}
.vs-foto-cta__lead{
  margin:0 0 12px;
  line-height:1.55;
  color:rgba(255,255,255,.9);
}
.vs-foto-cta__actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.vs-foto-cta .vs-foto-cta__btn,
.vs-foto-cta a.vs-foto-cta__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 16px;
  border-radius:6px;
  border:1px solid rgba(249,123,10,.5);
  background:linear-gradient(135deg, rgba(249,123,10,.92), rgba(230,90,20,.88));
  color:#fff;
  font-weight:800;
  font-size:14px;
  text-decoration:none;
}
.vs-foto-cta a.vs-foto-cta__btn:hover{
  filter:brightness(1.05);
  transform:translateY(-1px);
}

.vs-gallery-cta-wrap{
  margin-top:1.25rem;
}
.vs-foto-empty-block{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
  padding:28px 16px 12px;
  text-align:center;
  color:rgba(255,255,255,.82);
}
.vs-foto-empty-block__icon{
  width:48px;
  height:48px;
  color:rgba(255,255,255,.55);
}
.vs-foto-empty-block__icon svg{
  width:100%;
  height:100%;
  display:block;
}
.vs-foto-empty-block p{
  margin:0;
}
