/* Visual Page Builder - Frontend */

.vpb-block-wrapper {
    margin-bottom: 20px;
}

.vpb-button {
    display: inline-block;
    padding: 12px 24px;
    background: #667eea;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.vpb-button:hover {
    background: #5568d3;
}

.vpb-divider {
    border: none;
    border-top: 2px solid #e0e0e0;
    margin: 30px 0;
}
