 body { display: flex; flex-direction: column; min-height: 100vh; margin: 0; }   main, #brx-content { flex: 1 0 auto; }  footer, .brxe-footer { flex-shrink: 0; }  .static__header-accordion { display: flex; justify-content: space-between; align-items: center; padding: 0 20px;  border-bottom: 1px solid #e2e8f0;  margin-bottom: 0;  }  .title__header-accordion, .volue__header-accordion { position: relative; padding-bottom: 12px;  padding-top: 15px; color: #64748b;  font-weight: 500; }  .title__header-accordion::after, .volue__header-accordion::after { content: ''; position: absolute; bottom: -1px;  left: 0; width: 100%; height: 3px;  background-color: #EBC818;  border-radius: 2px; }  .content__repeators { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px;  border-bottom: 1px solid #e2e8f0;  transition: background-color 0.2s ease; }  .acf__jobs { color: #1e293b; font-size: 16px; } .acf__price { color: #0f172a; font-weight: 500; white-space: nowrap;  }   .accordion-content-wrapper > .content__repeators:nth-child(even) { background-color: #f8fafc;  }  .accordion-content-wrapper > .content__repeators:hover { background-color: #f1f5f9; } 