.sbdp-product-header {
    display: flex;
    gap: 2rem;
    margin-bottom: 4rem;
}

.sbdp-product-header-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sbdp-product-thumbnail {
    flex: 0 0 33%;
    max-width: 300px;
}

.sbdp-product-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

.sbdp-product-download {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: auto;
}

.sbdp-product-price {
    font-size: 1.4em;
    font-weight: 500;
}

.sbdp-product-action,
.sbdp-product-price,
.sbdp-product-type,
.sbdp-product-title {
    margin: 0 !important;
}

@media (max-width: 640px) {
    .sbdp-product-header {
        flex-direction: column;
    }

    .sbdp-product-thumbnail {
        width: 100%;
    }
}
