/* Unified product actions. Keep icons, labels and hit areas consistent. */
.sf-site .sf-content .sf-download-actions{
 display:flex;flex-wrap:wrap;justify-content:center;align-items:stretch;
 gap:12px;width:100%;margin:0 auto;
}
.sf-site .sf-content .sf-download-actions>button,
.sf-site .sf-content .sf-download-actions>a{
 width:238px;flex:0 0 238px;height:54px;min-height:54px;box-sizing:border-box;margin:0;
}
.sf-site .sf-content .sf-download-actions .sf-title-buy,
.sf-site .sf-content .sf-download-actions .download-button{
 display:flex;align-items:center;justify-content:center;gap:11px;
 height:54px;min-height:54px;padding:12px 16px;
 border:1px solid #d8e2ef!important;border-radius:10px!important;
 background:#fff!important;color:#344762!important;
 font:600 13px/1.4 Arial,sans-serif!important;text-decoration:none;
 box-shadow:0 2px 4px #182b4d05;cursor:pointer;white-space:normal;
 transition:background .15s,border-color .15s,box-shadow .15s;
}
.sf-site .sf-content .sf-download-actions>a>.download-button{width:100%;height:100%}
.sf-site .sf-content .sf-download-actions>.download-button{background:#edf4ff!important;border-color:#b8cef0!important;color:#28538b!important}
.sf-site .sf-content .sf-download-actions>button.download-button:hover{background:#dfebff!important;border-color:#8eb1e3!important}
.sf-site .sf-content .sf-download-actions .sf-title-buy{
 background:#2563eb!important;color:#fff!important;border-color:#2563eb!important;
 box-shadow:0 3px 8px #2563eb20;
}
/* Balance the key icon so the label itself stays centered. */
.sf-site .sf-content .sf-download-actions .sf-title-buy::after{
 content:"";display:block;width:20px;flex:0 0 20px;
}
.sf-site .sf-content .sf-download-panel #localDownloadLink .download-button{
 background:#f1f4f8!important;color:#44546b!important;border-color:#e0e6ee!important;
}
.sf-site .sf-content .sf-download-actions .sf-key-icon,
.sf-site .sf-content .sf-download-actions .sf-download-icon{
 display:inline-flex;align-items:center;justify-content:center;
 width:20px;height:20px;flex:0 0 20px;margin:0;padding:0;
 background:transparent;color:inherit;border-radius:0;line-height:1;
}
.sf-site .sf-content .sf-download-actions :is(.sf-key-icon,.sf-download-icon) svg{display:block;width:20px;height:20px}
.sf-site .sf-content #localDownloadLink .sf-download-icon svg{stroke:#64748b}
.sf-site .sf-content .sf-download-actions .download-button:hover{background:#f6f9ff!important;border-color:#a9bfdf!important;box-shadow:0 3px 8px #182b4d0c}
.sf-site .sf-content .sf-download-actions .sf-title-buy:hover{background:#1d4ed8!important;border-color:#1d4ed8!important}
.sf-site .sf-content .sf-download-panel #localDownloadLink .download-button:hover{background:#e8edf4!important;border-color:#bac7d7!important}
.sf-site .sf-content .sf-download-actions :is(button,a):focus-visible{outline:3px solid #8db5ff;outline-offset:3px}
.sf-site .sf-content .sf-download-actions button:active{box-shadow:none}
@media(max-width:800px){
 .sf-site .sf-content .sf-download-actions{gap:10px}
 .sf-site .sf-content .sf-download-actions>button,.sf-site .sf-content .sf-download-actions>a{flex:1 1 220px;width:auto}
}
@media(max-width:600px){
 .sf-site .sf-content .sf-download-actions{flex-direction:column;align-items:stretch}
 .sf-site .sf-content .sf-download-actions>button,.sf-site .sf-content .sf-download-actions>a{width:100%;flex:0 0 auto;height:48px;min-height:48px}
 .sf-site .sf-content .sf-download-actions .sf-title-buy,.sf-site .sf-content .sf-download-actions .download-button{height:48px;min-height:48px;font-size:12px!important;padding:10px 14px}
}
@media(prefers-reduced-motion:reduce){.sf-site .sf-content .sf-download-actions button{transition:none}}
