
/* Volume 1 Premium Professional Template Collection */
.volume-one-banner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin:18px auto;
  padding:18px 22px;
  max-width:1500px;
  border:1px solid #9bc7e4;
  border-radius:18px;
  background:linear-gradient(120deg,#ffffff,#e7f5ff);
  color:#173b5e;
  box-shadow:0 12px 30px rgba(23,59,94,.12);
}
.volume-one-banner span{
  display:block;
  margin-bottom:5px;
  color:#1675b5;
  font-size:12px;
  font-weight:900;
  letter-spacing:.12em;
}
.volume-one-banner strong{
  display:block;
  font-size:clamp(18px,2vw,27px);
  line-height:1.15;
}
.volume-one-banner p{
  margin:7px 0 0;
  color:#526f88!important;
}
.volume-one-banner>b{
  display:grid;
  place-items:center;
  flex:0 0 82px;
  width:82px;
  height:82px;
  border-radius:22px;
  background:linear-gradient(135deg,#1d6fa9,#4ca5da);
  color:#fff;
  font-size:30px;
  box-shadow:0 10px 25px rgba(29,111,169,.25);
}
.album-template-card{
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;
}
.album-template-card:hover{
  border-color:#65a9d3!important;
  box-shadow:0 16px 36px rgba(22,77,116,.18)!important;
}
.album-template-info strong{
  color:#173b5e!important;
}
@media(max-width:620px){
  .volume-one-banner{align-items:flex-start;padding:16px}
  .volume-one-banner>b{width:62px;height:62px;flex-basis:62px;border-radius:17px;font-size:24px}
}
