.mj-viewing-container { max-width: 850px; margin: 0 auto; padding: 20px 0; }
.mj-viewing-intro { margin-bottom: 40px; border-bottom: 1px solid #eee; padding-bottom: 25px; text-align: center; }

/* Form Responsive Stack */
.mj-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

@media (max-width: 600px) {
    .mj-grid { grid-template-columns: 1fr; }
    .mj-form-footer { flex-direction: column; align-items: stretch; gap: 20px; }
    .mj-submit-btn { width: 100%; }
}

/* AJAX Search Styles */
.mj-search-section { position: relative; margin-bottom: 30px; }
#mj-art-search { width: 100%; padding: 15px; border: 1px solid #000; font-size: 16px; }
#mj-search-results {
    position: absolute; width: 100%; background: #fff; border: 1px solid #000;
    z-index: 9999; display: none; box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Premium Layout */
.mj-form-card { background: #fcfcfc; border: 1px solid #efefef; border-radius: 12px; padding: 35px; margin-top: 30px; }
.mj-field label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; margin-bottom: 8px; color: #333; }
.mj-field input { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 4px; }
.mj-submit-btn { background: #000; color: #fff; padding: 16px 30px; border: none; cursor: pointer; font-weight: 700; text-transform: uppercase; }

.mj-crystal-btn { font-size: 13px; font-weight: 600; text-transform: uppercase; color: #000 !important; border-bottom: 2px solid #eee; padding-bottom: 3px; text-decoration: none; }
.mj-added-state { color: #999 !important; border-bottom: none; cursor: default; }