.ccw-widget {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 12px;
  max-width: 420px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0,0,0,0.06);
  font-family: inherit;
}

.ccw-widget .ccw-section { margin-bottom: 18px; }
.ccw-widget input[type="text"] { width: 70px; text-align: center; margin: 0 6px; }
.ccw-widget .ccw-coffee-item { display: inline-flex; align-items: center; margin: 6px; padding:6px; border-radius:6px; border:1px solid #eee; }
.ccw-widget .ccw-coffee-thumb { width:36px; height:36px; object-fit:cover; border-radius:6px; margin-right:6px; }
.ccw-widget .ccw-btn { background:#d4b48f; color:#fff; padding:10px 14px; border-radius:8px; border:none; cursor:pointer; }
.ccw-widget .ccw-btn:hover { opacity:0.95; }
.ccw-barista-image img { border-radius:50%; box-shadow:0 2px 6px rgba(0,0,0,0.1); margin-top:8px; }
