.elementor-505 .elementor-element.elementor-element-9247009{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-b197d0d *//* Crew Edit Bio Page Styles */
body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f9fbfd;
  color: #003366;
  margin: 0;
  padding: 0;
}

form {
  background: #fff;
  max-width: 720px;
  margin: 2rem auto 4rem;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 48, 102, 0.15);
  border: 1px solid #e1e8f0;
}

h2 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #003366;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

h3 {
  border-bottom: 2px solid #00509e;
  padding-bottom: 6px;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.4rem;
  color: #003366;
}

fieldset {
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 1.8rem;
  background: #f0f4fa;
}

legend {
  font-weight: 700;
  font-size: 1.15rem;
  color: #003366;
  padding: 0 0.5rem;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.4rem;
  color: #003366;
}

input[type="text"],
input[type="date"],
select,
input[type="file"] {
  width: 100%;
  padding: 10px 12px;
  border: 1.8px solid #a7b7ce;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
  color: #003366;
  transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="date"]:focus,
select:focus,
input[type="file"]:focus {
  border-color: #00509e;
  outline: none;
  box-shadow: 0 0 8px rgba(0, 80, 158, 0.3);
}

input[type="file"] {
  cursor: pointer;
  background: #e9f0ff;
}

input[type="submit"] {
  background-color: #00509e;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  margin: 2rem auto 0;
  display: block;
  transition: background-color 0.3s ease;
  box-shadow: 0 6px 12px rgba(0, 80, 158, 0.4);
}

input[type="submit"]:hover {
  background-color: #003366;
  box-shadow: 0 8px 18px rgba(0, 48, 102, 0.6);
}

img {
  max-width: 150px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #a7b7ce;
  box-shadow: 0 3px 8px rgba(0, 48, 102, 0.1);
}

fieldset > div {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 600px) {
  form {
    margin: 1rem 1rem 3rem;
    padding: 1.5rem 1.5rem;
  }

  img {
    max-width: 100px;
  }
}

/* Pagination Buttons */
#bio-top-pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 30px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#bio-top-pagination button {
  min-width: 120px;
  height: 38px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1.5px solid #00509e;
  background: transparent;
  color: #00509e;
  cursor: pointer;
  transition: all 0.3s ease;
}

#bio-top-pagination button.active {
  background: #00509e;
  color: #fff;
}

/* Hide other pages */
.bio-page {
  display: none;
}

.bio-page.active {
  display: block;
}

.bio-section {
  margin-top: 30px;
}
.bio-section h3 {
  margin-bottom: 10px;
}

 .existing-file-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 5px;
        margin-bottom: 15px;
    }

    .existing-file-link {
        color: #00509e;
        text-decoration: none;
        font-weight: bold;
    }

    .existing-file-link:hover {
        text-decoration: underline;
    }

    .remove-file-button {
        background: #ff4d4d;
        color: #fff;
        border: none;
        padding: 6px 10px;
        font-size: 0.85em;
        border-radius: 4px;
        cursor: pointer;
    }

    .remove-file-button:hover {
        background: #d93636;
    }

    .no-file-msg {
        color: #888;
        font-size: 0.9em;
        display: inline-block;
        margin-top: 5px;
        margin-bottom: 15px;
    }/* End custom CSS */