.d2-store-product-button {
    display: block;
    margin: 11px 0;
    padding: 13px 15px;
    color: #fff !important;
    background: #111;
    border: 1px solid #3d3d3d;
    text-align: center;
    text-decoration: none;
    font: 900 10px Consolas, monospace !important;
    line-height: 1.45;
    letter-spacing: .035em;
    box-shadow: 4px 4px 0 rgba(7, 29, 82, .16);
}

a.d2-store-product-button::before {
    content: '\229E';
    margin-right: 8px;
    color: #63b7ff;
    font-size: 14px;
}

a.d2-store-product-button:hover {
    color: #fff;
    background: #252525;
    transform: translateY(-1px);
}

a.d2-store-product-button:focus-visible {
    outline: 3px solid #63b7ff;
    outline-offset: 3px;
}

.d2-store-product-button.is-pending {
    color: #6c7890 !important;
    background: #e4e9f1;
    border-color: #c2cada;
    box-shadow: none;
    cursor: not-allowed;
}

.pd-actions .d2-store-product-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    margin: 0;
    padding: 13px 18px;
}

.d2-combo-actions .d2-store-product-button,
.d2-connected-cta .d2-store-product-button {
    margin: 0;
}

.d2-mini-prices .d2-store-product-button {
    margin: 0 20px 12px;
}

.install-product > div {
    flex-wrap: wrap;
}

.install-product > div .install-store-button {
    padding: 12px 14px;
    color: #fff !important;
    background: #111;
    border: 1px solid #3d3d3d;
    text-align: center;
}

.install-product > div .install-store-button::before {
    content: '\229E';
    margin-right: 7px;
    color: #63b7ff;
}

.install-product > div .install-store-button.is-pending {
    color: #66738a !important;
    background: #e4e9f1;
    border-color: #c2cada;
    cursor: not-allowed;
}

@media (max-width: 760px) {
    .pd-actions .d2-store-product-button {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .install-product > div .install-store-button {
        width: 100%;
    }
}
