.elementor-264 .elementor-element.elementor-element-4e35b4b{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-5e6ccc9 */.dw-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.dw-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.dw-card:hover {
    transform: translateY(-6px);
}

.dw-card h3 {
    margin-bottom: 12px;
    color: #111;
}

.dw-card p {
    margin: 6px 0;
    color: #444;
}

.status.disponivel {
    display: inline-block;
    background: #2ecc71;
    color: #fff;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    margin-top: 10px;
}

.btn-whats {
    display: block;
    margin-top: 18px;
    background: #25D366;
    color: #fff;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
}

.btn-whats:hover {
    background: #1ebe5d;
}/* End custom CSS */