.repex-whatsapp-btn a {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    box-sizing: border-box;

    background: #8696a3;
    color: #fff !important;
    text-decoration: none;

    padding: 10px 18px !important;
    margin: 0;

    min-height: 0 !important;
    height: auto !important;
    line-height: 1.2 !important;

    border: none;
    border-radius: 4px;

    font-size: 15px;
    font-weight: 600;

    transition: background .25s ease;
}

.repex-whatsapp-btn a:hover {
    background: #768692;
}




/* Product Video Button — minimal style */
.repex-video-button-wrapper{
    margin:16px 0;
}
.repex-video-button{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:auto;
    padding:10px 20px;
    background:transparent;
    color:#111;
    border:1px solid #111;
    border-radius:980px; /* fully rounded, Apple-style pill */
    cursor:pointer;
    font-size:13px;
    font-weight:500;
    letter-spacing:0.2px;
    transition:all .2s ease;
}
.repex-video-button:hover{
    background:#111;
    color:#fff;
}