/* EU Recesso – stili front-office */
.eurecesso-page { max-width: 760px; margin: 0 auto; }
.eurecesso-intro { margin-bottom: 1.5rem; color: #444; }

.eurecesso-steps {
  display: flex; list-style: none; padding: 0; margin: 0 0 1.5rem;
  border-bottom: 1px solid #e3e3e3;
}
.eurecesso-steps li {
  flex: 1; text-align: center; padding: .6rem 0; color: #999; font-weight: 600;
}
.eurecesso-steps li.active { color: #2d8a3e; border-bottom: 3px solid #2d8a3e; }
.eurecesso-steps li.done { color: #2d8a3e; }

.eurecesso-form .form-group { margin-bottom: 1rem; }
.eurecesso-form .req { color: #c00; }

.eurecesso-products tr.eur-excluded { opacity: .6; }
.eurecesso-products .label-warning {
  display: inline-block; margin-left: .5rem; padding: .1rem .5rem;
  background: #f0ad4e; color: #fff; border-radius: 3px; font-size: .75rem;
}

.eurecesso-confirm-box {
  margin: 1.2rem 0; padding: 1rem; background: #fff8e1; border: 1px solid #ffe082; border-radius: 6px;
}
.eurecesso-actions { display: flex; justify-content: space-between; margin-top: 1.5rem; }

.eurecesso-receipt .eur-declaration,
.eur-declaration { white-space: pre-wrap; font-family: inherit; line-height: 1.5; }

.eurecesso-footer-link { padding: .4rem 0; }
.eurecesso-footer-link a { font-weight: 600; }

.eurecesso-orderdetail { margin-top: 1rem; }
.eurecesso-orderdetail .disabled-look { opacity: .65; }
