
/* Reset and Base Styles */
* {
  box-sizing: border-box;
}

body, p, ul, li, #app_body, #application {
  margin: 0;
  color: #0B2D4C;
  line-height: 140%;
  font-family: Gilroy,Verdana,sans-serif;
}

/* Job Board Wrapper */
#wrapper, #app_body {
  width: auto;
  background-color: #f4f4f4;
  padding: 0;
  display: block;
  max-width: none;
  overflow: hidden;
  min-height: none;
}

.accessible .level-0 h2, .accessible .level-0 h3, .accessible .level-0 h4, .accessible .level-0 h5, .accessible .level-0 h6 {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #00a5a2;
}

h3 {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #00a5a2;
}

h3::before {
  content: "";
  display: block;
  height: 20px;
}

#application {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  width: auto;
  display: block;
  overflow: hidden;
  max-width: 600px;
}

#main {
  max-width: 100%;
  padding-top: 0px;
  padding-bottom: 100px;
  display: block;
  font-size: 1.2rem;
}

#app_body {
  padding-left: 20px;
}

/* Hide Job Board Title */
#board_title {
  display: none;
}

/* Job Position Cards */
.opening {
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 25px;
  transition: box-shadow 0.3s ease-in-out;
  padding-bottom: 20px;
}

.opening:hover {
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.3);
}

.opening a {
  color: #0B2D4C;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  line-height: 140%;
  min-height: 100px;
}

.opening a::after {
  content: url('');
  vertical-align: middle;
}

a:hover {
  -webkit-text-fill-color: #00a5a2;
}

.location, .department {
  font-size: 1.1rem;
  color: #0B2D4C;
}

.location::before {
  content: "";
  display: block;
  height: 8px;
}

.company-name {
  margin-top: 10px;
  color: #00a5a2;
}

#application h2 {
  font-size: 1.5rem;
  color: #00a5a2;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* Base styles for buttons */
.button,
a.button,
input[type='button'].link-like-button,
.accessible #submit_app,
.accessible #apply_button,
#submit_buttons {
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  display: flex;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out, border-color 0.15s ease 0s;
}

/* Specific styles for #submit_buttons */
#submit_buttons {
  color: #ffffff;
  padding: 0;
  margin: 0 0 -10px 0;
  border: none;
  border-radius: 0;
  width: auto;
}

/* Shared styles for submit buttons and regular buttons */
.accessible #submit_app,
.accessible #apply_button,
.button,
a.button,
input[type='button'].link-like-button {
  background-color: #00A5A2;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #00a5a2;
  border-radius: 20px;
}

/* Specific styles for #submit_app without hover */
#submit_app {
  margin-top: 0px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 0px;
  border: none;
}

/* Specific styles for accessible submit buttons */
.accessible #submit_app,
.accessible #apply_button {
  background: #00a5a2;
  font-weight: normal;
  padding: 20px;
  font-size: 15px;
  border-radius: 50px;
  -webkit-appearance: none;
}

/* Hover effects for all buttons */
.button:hover,
a.button:hover,
input[type='button'].link-like-button:hover,
.accessible #submit_app:hover,
.accessible #apply_button:hover {
  background-color: #ffffff;
  color: #00a5a2;
}

#header {
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 20px;
}

.accessible #content {
  height: auto;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 1.2rem;
}

.accessible .opening {
  line-height: 140%;
  padding-top: 20px;
  min-height: 100px;
}

#app_body h1 {
  margin-bottom: 10px;
  margin-top: 10px;
  line-height: 140%;
  font-size: 1.5rem;
}

/* Job Description Intro and Conclusion */
#content .content-intro, #content .content-conclusion {
  font-size: 1.2rem;
  color: #0B2D4C;
  margin-top: 20px;
}

#grnhse_iframe {
  width: auto;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  height: 100%;
}

iframe {
  overflow-clip-margin: content-box !important;
  overflow: clip !important;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
  width: 100%;
  height: auto;
}

img[alt="RapDev.io Logo"] {
  height: 0px;
  width: 0px;
  overflow: hidden;
}

div [id="logo"] {
  height: 0px;
  width: 0px;
  overflow: hidden;
}

h1 [id="embedded_job_board_wrapper"] {
  height: 0px;
  width: 0px;
  overflow: hidden;
  font-size: 0pt;
}

#content h4 {
  display: block;
  margin-block-start: 1.6rem;
  margin-block-end: 1.6rem;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: 400;
  font-size: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #00a5a2;
}

#content h4::before {
  content: "";
  display: block;
  height: 20px;
}

/* Add media query for mobile */
@media (max-width: 600px) {
  #content h4::before {
    height: 20px; /* Ensure this matches or adjusts for mobile */
  }
}

[id="eeoc_fields"] {
  font-size: 1rem;
  line-height: 18px;
}
</script>
