/* 软件下载区块样式（pmgr-software-download.php 的短代码用）
   配色沿用 ipetmed 深色主题的品牌红 #C8102E，与站内其它区块保持一致。 */

.pmgr-sw-box {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 10px;
  padding: 26px 28px;
  margin: 28px 0;
  background: #14181a;
  color: #e8eaea;
}

.pmgr-sw-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
}

.pmgr-sw-title {
  font-size: 18px;
  font-weight: 700;
}

.pmgr-sw-ver {
  font-family: ui-monospace, Consolas, monospace;
  font-size: 13px;
  color: #9aa3a0;
}

.pmgr-sw-notes {
  margin: 16px 0 0;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.9;
  color: #b9c0be;
}

.pmgr-sw-act {
  margin-top: 20px;
}

.pmgr-sw-btn {
  display: inline-block;
  padding: 11px 26px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #C8102E;
  background: #C8102E;
  color: #fff;
  transition: opacity .16s;
}

.pmgr-sw-btn:hover {
  opacity: .88;
  color: #fff;
}

.pmgr-sw-btn-ghost {
  background: transparent;
  color: #C8102E;
}

.pmgr-sw-btn-ghost:hover {
  background: rgba(200, 16, 46, .10);
  color: #C8102E;
}

.pmgr-sw-size {
  margin-left: 12px;
  font-family: ui-monospace, Consolas, monospace;
  font-size: 13px;
  color: #9aa3a0;
}

/* SHA256 很长，小屏上让它自己换行，不要把版面撑破 */
.pmgr-sw-sha {
  margin: 16px 0 0;
  font-size: 12px;
  color: #9aa3a0;
}

.pmgr-sw-sha span {
  display: inline-block;
  margin-right: 8px;
  letter-spacing: .08em;
}

.pmgr-sw-sha code {
  font-family: ui-monospace, Consolas, monospace;
  word-break: break-all;
  background: rgba(255, 255, 255, .06);
  padding: 2px 6px;
  border-radius: 4px;
}

.pmgr-sw-hint {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.8;
  color: #8b918f;
}

.pmgr-sw-contact {
  margin: 10px 0 18px;
  font-size: 20px;
  font-weight: 700;
  font-family: ui-monospace, Consolas, monospace;
}

.pmgr-sw-contact a {
  color: #C8102E;
  text-decoration: none;
}

.pmgr-sw-contact span {
  font-size: 13px;
  font-weight: 400;
  font-family: inherit;
  color: #8b918f;
}

@media (max-width: 640px) {
  .pmgr-sw-box { padding: 20px 18px; }
  .pmgr-sw-btn { display: block; text-align: center; }
  .pmgr-sw-size { display: block; margin: 10px 0 0; }
}
