#id_name, #id_description { width: 100%; padding: 10px 15px; border: 2px solid #e0e0e0; border-radius: 8px; font-size: 15px; background: white; transition: all 0.3s; } #id_name:focus, #id_description:focus { border-color: #667eea; box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1); outline: none; } #id_description { min-height: 120px; font-family: inherit; } .detail-row { margin-bottom: 25px; }