#cafepeda-widget { font-family: "Luciole", system-ui, sans-serif; max-width: 640px; margin: 0 auto; }
#cafepeda-widget h2 { color: #807900; }
#cafepeda-widget form { display: flex; flex-direction: column; gap: 0.35rem; margin-top: 1rem; }
#cafepeda-widget label { font-weight: 600; margin-top: 0.75rem; }
#cafepeda-widget input[type="text"],
#cafepeda-widget input[type="url"],
#cafepeda-widget input[type="password"],
#cafepeda-widget input[type="file"],
#cafepeda-widget select,
#cafepeda-widget textarea { padding: 0.5rem; border: 2px solid #807900; border-radius: 4px; font-size: 1rem; font-family: inherit; }
#cafepeda-widget input:focus, #cafepeda-widget select:focus, #cafepeda-widget textarea:focus { outline: 3px solid #DACA16; outline-offset: 1px; }
#cafepeda-widget button[type="submit"] { margin-top: 1rem; padding: 0.65rem 1.25rem; background: #DACA16; color: #002a00; border: none; border-radius: 4px; font-weight: 700; font-size: 1rem; cursor: pointer; align-self: flex-start; }
#cafepeda-widget button[type="submit"]:hover, #cafepeda-widget button[type="submit"]:focus { background: #807900; color: #fff; }
#cafepeda-widget button:disabled { opacity: 0.6; cursor: not-allowed; }
.cafepeda-muted { color: #555; font-size: 0.9rem; }
.cafepeda-rgpd-alert { background: #fff8d6; border-left: 4px solid #807900; padding: 0.75rem; font-size: 0.9rem; margin-top: 1rem; }
[role="status"] { font-weight: 600; min-height: 1.4em; }
