.hero > div { position: relative; }
.hero .edit-home-hero { margin-top: 24px; background: #fff7d9; color: #083b66; box-shadow: 0 0 0 3px rgba(255,255,255,.35); }
.hero .edit-home-hero:hover { background: #fff; }
.home-picture-editor { display: grid; grid-template-columns: minmax(150px, 260px) 1fr; gap: 20px; align-items: center; margin: 18px 0; padding: 16px; border: 2px solid #beddea; border-radius: 14px; background: #eef9ff; }
.home-picture-editor img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 10px; background: #dceef7; }
.home-picture-editor .file-button { width: fit-content; }
.home-picture-editor p { margin: 10px 0 0; font-weight: 600; color: #5c7180; }
.field-hint { font-size: 14px; font-weight: 500; color: #5c7180; }
.button-danger { background: #b42318; color: #fff; margin-right: auto; }
.button-danger:hover { background: #8f1c13; }
.button-danger:disabled { opacity: .65; cursor: wait; }
@media (max-width: 600px) { .home-picture-editor { grid-template-columns: 1fr; } }
