/* JFS Featured Listing Stripe - Frontend styles */
.jfs-months-grid { display: flex; flex-wrap: wrap; gap: 10px; }
.jfs-months-grid .jfs-month { border: 1px solid #e5e5e5; border-radius: 6px; padding: 10px; width: calc(33.333% - 10px); box-sizing: border-box; cursor: pointer; }
.jfs-month input { margin-right: 6px; }
.jfs-month.taken { opacity: 0.45; cursor: not-allowed; }
.jfs-month.quota-full { opacity: 0.45; cursor: not-allowed; border-style: dashed; }
.jfs-total { margin-top: 15px; font-size: 15px; }
#jfs-alert { margin-bottom: 12px; }
