/* Elementor Add to Cart Widget – frontend styles */

.atc-wrapper {
    display: block;
}

.atc-button {
    display: inline-block;
    cursor: pointer;
    line-height: 1.4;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
}

.atc-button:disabled {
    opacity: 0.65;
    cursor: not-allowed;
}

/* Editor-only notice */
.atc-editor-notice {
    color: #c00;
    padding: 10px;
    border: 1px dashed #c00;
    border-radius: 4px;
    font-size: 13px;
    margin: 0;
}
