/* Cast Showcase - front office */
.cast-showcase-action {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 0;
}
.cast-showcase-btn {
    display: inline-block;
    background-color: #e0e0e0;
    color: #555;
    border: none;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    padding: 10px 20px;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color .2s ease;
    position: relative;
    z-index: 5;
}
.cast-showcase-btn:hover {
    background-color: #bdbdbd;
    color: #333;
    text-decoration: none;
}
/* Nelle griglie, un minimo di stacco dal contenuto sopra */
.elementor-product-miniature .cast-showcase-btn,
article.product-miniature .cast-showcase-btn {
    margin-top: .5rem;
}
