.entry .entry-content .dlbox-logo{
  display:block;
  margin:12px auto 12px;
  width:160px;
  height:auto;
}

.entry .entry-content .dlbox-kicker{
  margin: 0 0 10px;
  text-align: center;
  font-size: .95rem;
  line-height: 1.45;
  color: var(--muted, #6b7280);
}


.entry .entry-content .dlbox-title{
  margin:0 0 12px;
  text-align:center;
}

.entry .entry-content .dlbox-meta{
  display:flex;
  flex-direction:column;
  gap:0; 
  margin:0 0 14px;
  background-color:transparent; 
}


.entry .entry-content .dlbox-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  align-items:stretch;

  padding:12px 16px;

  border-radius:0;

  border-left:1px solid rgba(0,0,0,.10);
  border-right:1px solid rgba(0,0,0,.10);
  border-bottom:1px solid rgba(0,0,0,.10);
}

.entry .entry-content .dlbox-row:first-child{
  border-top:1px solid rgba(0,0,0,.10);
  border-top-left-radius:12px;
  border-top-right-radius:12px;
}

.entry .entry-content .dlbox-row:last-child{
  border-bottom-left-radius:12px;
  border-bottom-right-radius:12px;
}

.entry .entry-content .dlbox-row:nth-child(odd){
  background:rgba(228, 223, 223, 0.7);
}

.entry .entry-content .dlbox-row:nth-child(even){
  background:#fff;
}


.entry .entry-content .dlbox-k{
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:.65em;

  font-weight:700;
  opacity:.92;

  padding-right:16px;
  border-right:1px solid rgba(0,0,0,.12);
  min-width:0;
}

.entry .entry-content .dlbox-v{
  display:flex;
  align-items:center;
  justify-content:flex-start;

  padding-left:16px;
  min-width:0;
  word-break:break-word;
}

.entry .entry-content .dlbox-ktext{
  min-width:0;
}

.entry .entry-content .dlbox-k .lead-ico{
  width:1.15em;
  height:1.15em;
  flex:0 0 auto;
}

.entry .entry-content .dlbox-k .lead-ico svg{
  width:100%;
  height:100%;
  display:block;
  fill:currentColor;
}

.entry .entry-content .dlbox-actions{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:10px;

  justify-items:center;
  align-items:center;   
  margin-bottom: 10px;
}

/* 按钮区：手机2列 */
@media (max-width: 768px){
  .entry .entry-content .dlbox-actions{
    grid-template-columns:1fr;
    justify-items:center;
    align-items:center;
  }
}

.entry .entry-content .dlbox-actions :is(.btn-download, .btn-ios){
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:.55em;

  width:75%;
  min-height:52px;

  padding:12px 16px;
  border-radius:9999px;

  background:var(--brand);
  color:#fff;

  text-decoration:none;
  font-weight:800;
  letter-spacing:.2px;

  border:1px solid rgba(0,0,0,.12);
}

.entry .entry-content .dlbox-actions :is(.btn-download, .btn-ios):hover{
  filter:brightness(.96);
}
.entry .entry-content .dlbox-actions :is(.btn-download, .btn-ios):active{
  transform:translateY(1px);
}

.entry .entry-content .dlbox-actions :is(.btn-download, .btn-ios):focus-visible{
  outline:2px solid rgba(0,0,0,.35);
  outline-offset:2px;
}

.entry .entry-content .dlbox-actions :is(.btn-download, .btn-ios) svg{
  width:1.1em;
  height:1.1em;
  fill:currentColor;
  display:block;
}
