/* CTA Call Widget — kartarkysvetla.cz */

.ccw-widget {
    background-color: #ffffffe0;
    border: none;
}

.ccw-widget__title {
    color: #373737;
}

.ccw-widget__text {
    color: #373737;
}

.ccw-widget__button {
    background: linear-gradient(135deg, rgba(255,232,123,1) 0%, rgba(255,238,162,1) 50%, rgba(255,232,123,1) 100%);
    color: #5E5E31;
    box-shadow: 0 4px 12px rgba(251, 252, 186, 0.4);
}

.ccw-widget__button:hover, .ccw-widget__button:active, .ccw-widget__button:focus {
    background: linear-gradient(135deg, rgba(255,232,123,1) 0%, rgba(255,238,162,1) 50%, rgba(255,232,123,1) 100%);
    color: #80802B;
}

.ccw-widget__price {
    color: #666666;
}
