.bulletin-table { width:100%; border-collapse:collapse; margin-bottom:10px; font-size:14px; text-align:center; }
.bulletin-table th { background-color:#071624; color:#ffffff; border:1px solid #505050; padding:8px; }
.bulletin-table td { padding:8px; border-top:1px solid #ddd; border-bottom:1px solid #ddd; border-left:none; border-right:none; }
.bulletin-table td:last-child { display:flex; justify-content:center; align-items:center; }
.bulletin-table tr:nth-child(even){ background-color:#f9f9f9; }
.bulletin-table tr:hover{ background-color:#f1f1f1; }
.bulletin-table .wp-block-button__link{ background:linear-gradient(to bottom,#c96604,#af4500); color:#ffffff; text-decoration:none; display:inline-block; padding:3px 7px !important; font-size:13px !important; line-height:1.25 !important; border-radius:5px; border:none; box-shadow:0 1px 2px rgba(0,0,0,0.05); transition:background 0.2s ease,color 0.2s ease,transform 0.1s ease; }
.bulletin-table .wp-block-button__link:hover{ background:linear-gradient(to bottom,#555555,#444444); color:#ffffff; transform:translateY(-1px); }
.bulletin-footer{ display:flex; justify-content:space-between; align-items:center; font-size:14px; margin-top:5px; color:#505050; }
.bulletin-pagination a{ margin:0 4px; padding:4px 8px; background-color:#f7f7f7; color:#505050; text-decoration:none; border-radius:4px; transition: background-color 0.2s ease,color 0.2s ease; }
.bulletin-pagination a:hover{ background-color:#c96604; color:#ffffff; }
.bulletin-pagination a.current{ background-color:#e0e0e0; font-weight:bold; color:#505050; }
.bulletin-count{ font-weight:normal; }
