.lp-form p { margin-bottom: 16px; }
.lp-form label { font-weight: 600; display: block; margin-bottom: 4px; }
.lp-form input[type="text"],
.lp-form input[type="email"],
.lp-form textarea {
    width: 100%;
    max-width: 480px;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.lp-form button {
    background: #2271b1;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
.lp-form button:disabled { opacity: 0.6; cursor: default; }

.lp-notice {
    padding: 12px 16px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.lp-notice.lp-success { background: #ecf7ed; border: 1px solid #46b450; color: #2a5a2a; }
.lp-notice.lp-error { background: #fbeaea; border: 1px solid #dc3232; color: #7a1f1f; }

.lp-map { width: 100%; border-radius: 6px; overflow: hidden; }

.lp-listing-table { width: 100%; border-collapse: collapse; }
.lp-listing-table th, .lp-listing-table td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.lp-badge {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}
.lp-badge-publish { background: #ecf7ed; color: #2a5a2a; }
.lp-badge-pending { background: #fff8e5; color: #8a6d00; }
.lp-badge-rejected { background: #fbeaea; color: #7a1f1f; }
.lp-badge-draft { background: #eee; color: #555; }
