/* DOHIBA Gift Packaging Styles (frontend) */

.dohiba-packaging-wrapper{
  margin:1.5rem 0 2rem;
  font-family: inherit;
}

.dohiba-packaging-label{
  font-weight:600;
  font-size:1rem;
  margin-bottom:.75rem;
  color:#111;
}

.dohiba-packaging-options{
  display:flex;
  flex-wrap:wrap;
  gap:1rem;
}

.dohiba-packaging-option{
  cursor:pointer;
  border:2px solid #5a000d;
  border-radius:.75rem;
  padding:.75rem .75rem .5rem;
  text-align:center;
  min-width:110px;
  max-width:140px;
  flex:0 0 auto;
  transition:all .15s ease;
  line-height:1.2;
  background:#fff;
  box-shadow:0 2px 4px rgba(0,0,0,.05);
  display:flex;
  align-items:center;
  justify-content:center;
}

.dohiba-packaging-option input[type="radio"]{
  display:none;
}

.dohiba-packaging-card{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
}

.dohiba-packaging-img{
  width:64px;
  height:64px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:.5rem;
}

.dohiba-packaging-img img{
  max-width:64px;
  max-height:64px;
  display:block;
}

.dohiba-packaging-text{
  font-size:.9rem;
  color:#333;
  font-weight:500;
  word-break:break-word;
}

/* active стан - тінь летить інлайном через wp_add_inline_style */

@media(max-width:480px){
  .dohiba-packaging-options{
    gap:.75rem;
  }
  .dohiba-packaging-option{
    min-width:30%;
    max-width:32%;
    padding:.5rem;
  }
  .dohiba-packaging-img{
    width:48px;
    height:48px;
    margin-bottom:.4rem;
  }
  .dohiba-packaging-img img{
    max-width:48px;
    max-height:48px;
  }
  .dohiba-packaging-text{
    font-size:.8rem;
  }
}
