/* Form pubblica NuovaRecensione */
.RecensCont       { max-width: 700px; margin: 0 auto; padding: 20px 10px; }
.RecensSubTitle   { font-size: 1.3em; font-weight: bold; margin-bottom: 20px; color: #333; }
.RecensLibro      { background: #f9f9f9; border-left: 3px solid #aaa; padding: 12px 16px; margin-bottom: 24px; }
.RecensLabel      { display: block; margin-bottom: 4px; font-weight: bold; color: #444; font-size: .9em; }
.required         { color: red; }
.RecensInput      { width: 100%; padding: 8px 10px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 4px; margin-bottom: 14px; font-family: inherit; font-size: 14px; }
.RecensInput:focus { outline: none; border-color: #888; }
.RecensTextarea   { resize: vertical; min-height: 130px; }
.RecensCharCount  { font-size: .8em; color: #999; text-align: right; margin-top: -10px; margin-bottom: 10px; }
.RecensAnonimo    { margin-bottom: 14px; }
.RecensRegole     { background: #fffbe6; border: 1px solid #f0d060; border-radius: 4px; padding: 12px 16px; font-size: .85em; color: #555; margin-bottom: 22px; line-height: 1.5; }
.RecensStelle     { margin-bottom: 18px; font-size: 1.5em; color: goldenrod; }
.RecensConferma   { background: #e8f5e9; border: 1px solid #a5d6a7; border-radius: 6px; padding: 24px; text-align: center; color: #2e7d32; margin-top: 20px; }
.RecensConferma p { margin: 0 0 10px; }

/* Sezione recensioni in pagina Dettaglio */
.RecensList         { margin-top: 30px; border-top: 1px solid #eee; padding-top: 20px; }
.RecensListTitle    { font-size: 1.1em; font-weight: bold; margin-bottom: 16px; color: #333; }
.RecensItem         { border: 1px solid #e8e8e8; border-radius: 6px; padding: 16px; margin-bottom: 14px; background: #fafafa; }
.RecensItemStelle   { color: goldenrod; font-size: 1.2em; letter-spacing: 2px; }
.RecensItemTitolo   { font-weight: bold; margin: 5px 0 4px; color: #222; }
.RecensItemNome     { font-size: .85em; color: #888; }
.RecensItemTesto    { margin-top: 8px; color: #444; line-height: 1.6; }
.RecensItemData     { font-size: .78em; color: #bbb; margin-top: 8px; }
.LinkRecensione     { display: inline-block; margin-top: 14px; color: #666; font-size: .9em; text-decoration: underline; }
.LinkRecensione:hover { color: #333; }
