* { box-sizing: border-box; }
body { font-family: Arial, sans-serif; margin: 0; background: #f6f6f6; color: #222; }

.small { font-size: 13px; color: #555; }

.notice { background: #fff; padding: 12px 14px; border-radius: 10px; margin: 12px 0; }
.notice.error { border: 1px solid #cc0000; }

.summarycard { background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e5e5e5; }
.summarycard img { width: 100%; height: auto; display: block; }

.check { display: flex; gap: 10px; align-items: center; font-size: 14px; }

.actions.hidden {
  display: none;
}

.rowbox { background: #fff; border: 1px solid #e5e5e5; border-radius: 10px; padding: 12px; display: grid; gap: 12px; margin: 14px 0; grid-template-columns: 240px 1fr; }
.rowimg img { width: 100%; border-radius: 8px; display: block; }
.rowopts { overflow-x: auto; }

.optstable { width: 100%; border-collapse: collapse; }
.optstable th, .optstable td { padding: 8px 10px; border-bottom: 1px solid #eee; }
.optstable .right { text-align: right; }
.qty { width: 80px; padding: 6px 8px; }

.summarygrid { margin-top: 12px; }
.summarycard { padding-bottom: 10px; }
.summarycard .small { padding: 10px 12px; }

.totals { width: 100%; max-width: 520px; margin-top: 14px; border-collapse: collapse; background: #fff; border-radius: 10px; overflow: hidden; border: 1px solid #e5e5e5; }
.totals th, .totals td { padding: 10px 12px; border-bottom: 1px solid #eee; }
.totals .left { text-align: left; }
.totals .right { text-align: right; }

.eventsform { margin: 20px 0; max-width: 600px; }
.eventsform h3 { margin-bottom: 20px;}
.formrow { display: grid; gap: 6px; margin-bottom: 12px; }
input[type="text"], input[type="email"], textarea { padding: 10px 12px; border: 1px solid #ddd; border-radius: 8px; font-size: 14px; }

.pager { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 8px; }
.pager a { background:#fff; border:1px solid #ddd; padding:6px 10px; border-radius:8px; text-decoration:none; color:#111; }
.pager a.active { background:#111; color:#fff; border-color:#111; }
