.pizza-stock-list {
    max-width: 600px;
    margin: 2em auto 1em auto;
    font-family: 'Open Sans', Arial, sans-serif;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 8px #eaeaea;
    padding: 24px 18px 12px 18px;
}
.pizza-stock-list h2 { text-align: center; color: #222; font-size: 1.3em; margin-bottom: 16px; }
.pizza-stock-list h3 { margin-top: 22px; margin-bottom: 8px; font-size: 1.08em; color: #e56c09; font-weight: 600; border-bottom: 1px solid #f4d6a5; padding-bottom: 2px; }
.pizza-list { list-style: none; padding: 0; margin-bottom: 0; }
.pizza-list li { margin-bottom: 12px; padding: 0; }
.pizza-accordion-title { cursor: pointer; background: #f8f7f3; border-radius: 8px 8px 0 0; padding: 10px 14px; font-size: 1.05em; transition: background 0.2s; border: 1px solid #eee; position: relative; }
.pizza-accordion-title:hover { background: #f2ecd5; }
.pizza-accordion-content { display: none; padding: 13px 16px 10px 16px; background: #faf8f3; border-left: 4px solid #e7c78a; border-radius: 0 0 8px 8px; font-size: 0.97em; box-shadow: 0 1px 2px #eee; margin-bottom: 8px; }
.pizza-img { max-width: 110px; border-radius: 7px; display: block; margin-bottom: 10px; box-shadow: 0 1px 4px #ccc; }
.pizza-stock-promotag { color: #ed8d14; font-weight: bold; margin-left: 8px; }
.pizza-stock-error { color: #e22; font-weight: bold; padding: 14px 18px; background: #fff1f0; border: 1px solid #f4d6a5; border-radius: 6px; max-width: 420px; margin: 2em auto; text-align: center; }
.pizza-stock-list small { display: block; text-align: right; color: #bbb; margin-top: 16px; }
@media (max-width: 650px) { .pizza-stock-list { max-width: 98vw; padding: 10px 4vw; } .pizza-img { max-width: 80vw; } }
.form-table th, .form-table td { vertical-align: middle !important; padding: 6px 8px; }
