.main-copy-label { margin-top:12px; }
#editMainCopy { display:block; width:100%; min-height:130px; height:130px; resize:vertical; margin:7px 0 12px; padding:14px; border:1px solid #d8cbbb; border-radius:10px; outline-color:#a45eea; background:#fffdf9; color:#241b16; font:inherit; line-height:1.75; white-space:pre-wrap; }
#editMainCopy::placeholder { color:#9a8e82; }
.main-under-copy { margin-top:18px; padding:14px 16px; border-left:2px solid #b696e9; border-radius:0 12px 12px 0; background:linear-gradient(90deg,#28173a99,#17131200); color:var(--global-text-color,#f4eaff); font-size:18px; line-height:1.75; white-space:pre-line; overflow-wrap:anywhere; text-shadow:0 0 6px #c49bffb3,0 0 18px #9851ed80; }
.profile-modal .modal-main { min-width:0; }
.profile-modal .modal-main > .below-gallery { position:static !important; left:auto !important; top:auto !important; width:100% !important; margin:20px 0 0 !important; display:grid !important; grid-template-columns:repeat(3,minmax(0,1fr)) !important; gap:12px !important; }
.profile-modal .modal-main > .below-gallery img { width:100% !important; height:auto !important; max-height:none !important; min-height:0 !important; aspect-ratio:auto !important; object-fit:contain !important; border-radius:16px !important; background:transparent !important; }
@media(max-width:760px) {
  .profile-modal .modal-main > .below-gallery { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
  .main-under-copy { font-size:16px; }
}
