body{margin:0;font-family:Arial;background:linear-gradient(#234686,#18376d)}
.topbar {
    background: #1f3f78;
    color: white;
    height: 60px;              /* Reduce header height */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.container{max-width:1200px;margin:20px auto;background:#fff;border-radius:12px;padding:25px}.form-grid{display:grid;grid-template-columns:2fr 320px;gap:30px}.form-left{display:grid;grid-template-columns:1fr 1fr;gap:18px}.full{grid-column:1/-1}.row3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px}label{display:block;font-weight:bold;margin:6px 0}input,select,textarea{width:100%;padding:10px;box-sizing:border-box}.photo-preview{width:260px;height:320px;border:2px solid #ddd;overflow:hidden}.photo-preview img{width:100%;height:100%;object-fit:cover}#photo{width:260px;margin-top:10px}.remove-btn,.actions button,.delete{padding:10px 15px;border:none;border-radius:4px;cursor:pointer}.remove-btn{background:#ffc107}.actions button{background:#0d6efd;color:#fff;margin-right:8px}.delete{background:#dc3545;color:#fff}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{border:1px solid #ddd;padding:8px}@media(max-width:900px){.form-grid{grid-template-columns:1fr}.form-left{grid-template-columns:1fr}.row3{grid-template-columns:1fr}.photo-section{order:-1;text-align:center}.actions button{display:block;width:100%;margin:8px 0}}