/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: May 16 2025 | 05:54:08 */
  .custom-career-button {
    display: block;
    width: 100%;
    background-color: white;
    border: 2px solid #b5c44d;
    color: #333;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 12px 16px;
    border-radius: 6px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 1rem;
  }

  .custom-career-button:hover {
    background-color: #474838;
    color: white;
  }