.deco-cc-widget {
    max-width: 400px;
    margin: 30px auto;
    padding: 25px;
    background: #1c1c1c;
    color: #f0f0f0;
    border-radius: 10px;
    font-family: sans-serif;
    text-align: center;
}
.deco-cc-widget h3 {
    margin-top: 0;
    color: #ffcc66;
}
.deco-cc-widget input[type="email"],
.deco-cc-widget input[type="text"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border-radius: 6px;
    border: 1px solid #444;
    background: #2a2a2a;
    color: #fff;
    box-sizing: border-box;
}
.deco-cc-widget button,
.deco-cc-download-btn {
    background: #ffcc66;
    color: #1c1c1c;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
.deco-cc-widget button:hover,
.deco-cc-download-btn:hover {
    background: #ffd980;
}
.deco-cc-msg {
    margin-top: 10px;
    font-size: 0.9em;
    color: #ff8080;
}
