.propertex-form-wrapper {
    border: 1px solid #e1e1e1;
    padding: 16px;
    margin: 16px 0;
    background: #fafafa;
    max-width: 960px;
}

.propertex-form h3 {
    margin-top: 24px;
    margin-bottom: 8px;
}

.propertex-field {
    margin-bottom: 10px;
}

.propertex-inline {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.propertex-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.propertex-field input[type="text"],
.propertex-field input[type="number"],
.propertex-field input[type="date"],
.propertex-field select,
.propertex-field textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.propertex-field textarea {
    min-height: 80px;
}

.propertex-notice {
    padding: 10px 12px;
    margin-bottom: 12px;
    border-left: 4px solid #46b450;
    background: #f6ffed;
}

.propertex-notice.propertex-error {
    border-color: #dc3232;
    background: #fff1f1;
}

.propertex-error {
    color: #dc3232;
    font-size: 12px;
    display: block;
    margin-top: 2px;
}

.propertex-fichas-list .propertex-table {
    width: 100%;
    border-collapse: collapse;
}

.propertex-fichas-list .propertex-table th,
.propertex-fichas-list .propertex-table td {
    padding: 6px 8px;
    border: 1px solid #e1e1e1;
    text-align: left;
}

.propertex-label-sale {
    display: none;
}
