.msbel-buy-links {
    margin: 20px 0;
}

.buy-links-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.buy-link-button {
    display: block;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.buy-link-button:hover {
    opacity: 0.9;
    text-decoration: none;
}

.buy-link-button .button-content {
    display: flex;
    align-items: center;
    gap: 10px;
}

.buy-link-button .provider-logo {
    max-height: 30px;
    width: auto;
}

.buy-link-button .provider-name,
.buy-link-button .button-arrow {
    color: inherit !important;
    font-size: 16px;
    font-weight: 500;
}

.buy-link-button * {
    color: inherit !important;
}

/* Hide stock status for ebooks */
.postid-[id].ebook-product .stock-status-wrapper {
    display: none !important;
}

/* Hide stock warning for ebooks */
.postid-[id].ebook-product .stock-warning {
    display: none !important;
}
