/* FILE: style.css */

/* Reset and Base Styles */
.recruitment-details-wrapper * {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;
  color: #262626;
}
ul {
  list-style: disc;
}
.text-link {
  color: #262626 !important;
}
.text-link:hover {
  color: #a40000 !important;
}

/* Container */
.recruitment-details-wrapper .container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* Hero Section */
.recruitment-details-wrapper .hero-section {
  background-color: #eff6ff;
}
.recruitment-details-wrapper .hero-section .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.recruitment-details-wrapper .hero-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 56rem;
  text-align: left;
}
.recruitment-details-wrapper .job-title {
  margin-bottom: 1.5rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
  color: #262626;
  text-align: left;
}
.content-main h2 {
  color: #262626;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.1px;
  margin-bottom: 24px;
}
.content-main > ul {
  list-style: none;
  margin-bottom: 32px;
}
.content-main > ul li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 16px;
}

.content-main > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M12.0031 1.19995C6.03845 1.19995 1.20312 6.03528 1.20312 12C1.20312 17.9646 6.03845 22.7999 12.0031 22.7999C17.9678 22.7999 22.8031 17.9646 22.8031 12C22.8031 6.03528 17.9678 1.19995 12.0031 1.19995ZM16.6153 9.25025C16.9192 8.85694 16.8467 8.29172 16.4534 7.98779C16.0601 7.68387 15.4949 7.75633 15.191 8.14965L10.7505 13.8961L8.77209 11.6979C8.43958 11.3284 7.87052 11.2985 7.50106 11.631C7.1316 11.9635 7.10165 12.5326 7.43416 12.902L10.1342 15.902C10.3127 16.1004 10.5701 16.2093 10.8368 16.1993C11.1036 16.1893 11.3521 16.0615 11.5153 15.8503L16.6153 9.25025Z' fill='%2324A148'/></svg>");
}

.content-main section ul {
  padding-left: 1.5em;
  margin-bottom: 32px;
}
.content-main section ul li {
  margin-bottom: 16px;
}
@media screen and (min-width: 1024px) {
  .content-main > ul {
    list-style: none;
    margin-bottom: 40px;
  }
  .content-main section ul {
    padding-left: 1.5em;
    margin-bottom: 40px;
  }
}
.recruitment-details-wrapper .job-content-section {
  padding: 40px 0;
}
.section-content {
  margin-bottom: 32px;
}
.recruitment-details-wrapper .job-title-content {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 24px;
}
.recruitment-details-wrapper .job-description {
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 28px;
  color: #262626;
  letter-spacing: 0.025em;
  text-align: left;
}
.recruitment-details-wrapper .apply-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: #b91c1c;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  color: #ffffff;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
  cursor: pointer;
}
.recruitment-details-wrapper .apply-button:hover {
  background-color: #991b1b;
}
.recruitment-details-wrapper .apply-button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow:
    0 0 0 2px #ef4444,
    0 0 0 4px white;
}

/* Main Content Section */
.recruitment-details-wrapper .main-content-section .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.recruitment-details-wrapper .job-info-card {
  margin-bottom: 2.5rem;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  border-radius: 0.75rem;
  border: 1px solid #d4d4d4;
  background-color: #ffffff;
  padding: 1.5rem 1rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}
.recruitment-details-wrapper .job-info-grid {
  display: grid;
  gap: 1.5rem;
}
.recruitment-details-wrapper .job-info-item {
  display: flex;
  width: 100%;
  gap: 0.75rem;
}
.recruitment-details-wrapper .job-info-item-label-wrapper {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.recruitment-details-wrapper .job-info-item-icon {
  flex-shrink: 0;
}
.recruitment-details-wrapper .job-info-item-label {
  font-size: 0.875rem;
  color: #262626;
}
.recruitment-details-wrapper .job-info-item-value-wrapper {
  width: 50%;
}
.recruitment-details-wrapper .job-info-item-value {
  font-size: 0.875rem;
  font-weight: 600;
  color: #262626;
}

/* Content Sections */
.recruitment-details-wrapper .content-section {
  margin-bottom: 0;
}
.recruitment-details-wrapper .content-section-title {
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #262626;
  line-height: 1.2;
}
.recruitment-details-wrapper .content-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0;
  color: #262626;
}
.recruitment-details-wrapper .content-list-item,
.recruitment-details-wrapper .content-checklist-item p {
  line-height: 1.625;
  letter-spacing: 0.025em;
  color: #262626;
  margin: 0;
}
.recruitment-details-wrapper .content-list-item a {
  color: #2563eb;
  text-decoration: underline;
  transition: color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}
.recruitment-details-wrapper .content-list-item a:hover {
  color: #1d4ed8;
}
.recruitment-details-wrapper .content-checklist {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.recruitment-details-wrapper .content-checklist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.recruitment-details-wrapper .content-checklist-icon {
  flex-shrink: 0;
  margin-top: 0.25rem;
}

/* Responsive Styles */
@media (min-width: 768px) {
  .recruitment-details-wrapper .job-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .recruitment-details-wrapper .hero-section .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .recruitment-details-wrapper .hero-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 56rem;
    text-align: center;
  }
  .recruitment-details-wrapper .job-content-section {
    padding: 80px 0;
  }
  .recruitment-details-wrapper .job-title {
    font-size: 40px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
  }
  .section-content {
    margin-bottom: 40px;
  }
  .recruitment-details-wrapper .job-title-content {
    font-size: 32px;
    line-height: 44px;
    font-weight: 700;
  }
  .recruitment-details-wrapper .job-description {
    margin-left: auto;
    margin-right: auto;
    max-width: 42rem;
    text-align: center;
  }
  .recruitment-details-wrapper .main-content-section .container {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .recruitment-details-wrapper .job-info-card {
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 1.5rem;
  }
  .recruitment-details-wrapper .job-info-grid {
    gap: 2rem;
  }
  .recruitment-details-wrapper .job-info-item-label-wrapper {
    width: 33.333333%;
  }
  .recruitment-details-wrapper .job-info-item-label {
    font-size: 1rem;
  }
  .recruitment-details-wrapper .job-info-item-value-wrapper {
    width: 66.666667%;
  }
  .recruitment-details-wrapper .job-info-item-value {
    font-size: 1rem;
  }
  .recruitment-details-wrapper .content-section-title {
    font-size: 1.875rem;
  }
}
