/* CaribeZyne Business Theme Styles */

.caribezyne-business-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.caribezyne-business-header {
    background: #fff;
    padding: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.caribezyne-business-content {
    background: #fff;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}




