.btn-container { display: flex; gap: 10px; flex-wrap: wrap; }
.cbf-btn { padding: 12px 24px; border-radius: 8px; text-decoration: none; font-family: sans-serif; font-weight: bold; display: inline-block; }
.primary { background-color: #2E7D32; color: white; border: none; }
.secondary { background-color: white; color: #2E7D32; border: 2px solid #2E7D32; }
.btn-container { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.cbf-btn { padding: 12px 24px; border-radius: 8px; text-decoration: none; font-family: sans-serif; font-weight: bold; display: inline-block; }
.primary { background-color: #2E7D32; color: white; border: none; }
.secondary { background-color: white; color: #2E7D32; border: 2px solid #2E7D32; }
.btn-container { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 20px; }
.cbf-btn { padding: 12px 24px; border-radius: 8px; text-decoration: none; font-family: sans-serif; font-weight: bold; display: inline-block; }
.primary { background-color: #2E7D32; color: white; border: none; }
.secondary { background-color: white; color: #2E7D32; border: 2px solid #2E7D32; }
