.bureau-settings { margin: 16px 0; padding: 14px; border: 1px solid #b6d5e5; border-radius: 6px; background: #f3faff; color: #16364b; }
.bureau-settings summary { cursor: pointer; font-weight: 700; }
.bureau-settings * { box-sizing: border-box; text-shadow: none; }
.bureau-form { display: flex; gap: 12px; flex-wrap: wrap; align-items: end; margin-top: 12px; }
.bureau-form label { flex: 1 1 180px; color: #16364b; }
.bureau-form select { display: block; width: 100%; margin-top: 5px; padding: 9px; border: 1px solid #9bbdce; background: #fff; color: #16364b; border-radius: 5px; }
.bureau-form button { padding: 10px 14px; background: #00557b; color: white; border: 0; border-radius: 5px; }
.bureau-settings p { color: #355369; text-align: left; }
#contact .bureau .bureau-profile-photo { display: block; float: none; margin: 0 auto; width: 160px; height: 160px; max-width: 100%; object-fit: cover; object-position: center; border-radius: 6px; }
