.sr-home-head {
  background: #fff;
  border: 2px solid #ab183d;
  text-align: center;
  padding: 12px 10px;
  margin-bottom: 10px;
}

.sr-home-head h1 {
  margin: 0;
  color: #ab183d;
  font-size: 28px;
  line-height: 1.2;
}

.sr-home-head p {
  margin: 6px 0 0;
  color: #1f2937;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.sr-home-marquee {
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 7px 8px;
  margin-bottom: 10px;
}

.sr-home-marquee a {
  font-weight: 700;
  color: #0b46b5;
  margin: 0 5px;
}

.sr-home-mock-highlight {
  background: linear-gradient(90deg, #fff8e1 0%, #ffefbf 100%);
  border: 1px solid #efb700;
  box-shadow: 0 2px 8px rgba(239, 183, 0, 0.22);
  padding: 8px;
  margin-bottom: 10px;
}

.sr-home-mock-highlight .mock-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

.sr-home-mock-highlight .mock-head strong {
  color: #7a4b00;
  font-size: 15px;
}

.sr-home-mock-highlight .mock-head a {
  color: #7a4b00;
  font-weight: 700;
  text-decoration: underline;
}

.sr-home-mock-highlight .mock-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.sr-home-mock-highlight .mock-links a {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #f3cd51;
  color: #7a4b00;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 8px;
  text-decoration: none;
}

.sr-home-mock-highlight .mock-links a:hover {
  background: #fff3cf;
}

.sr-home-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  margin-bottom: 12px;
  min-width: 0;
}

.sr-home-links .job-box {
  background: linear-gradient(180deg, #1f4ebd 0%, #183f9d 100%);
  color: #ffffff;
  border: 1px solid #12307b;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 4px 2px;
  gap: 3px;
  overflow: hidden;
}

.sr-home-links .job-box:hover {
  filter: brightness(1.06);
  text-decoration: none;
}

.sr-home-links .job-box:nth-child(1) {
  background: #fb0303;
  border-color: #c10202;
}

.sr-home-links .job-box:nth-child(2) {
  background: #fb5e03;
  border-color: #c84a02;
}

.sr-home-links .job-box:nth-child(3) {
  background: #ed13e3;
  border-color: #ba0fb2;
}

.sr-home-links .job-box:nth-child(4) {
  background: #868a08;
  border-color: #666905;
}

.sr-home-links .job-box:nth-child(5) {
  background: #0080ff;
  border-color: #0066cc;
}

.sr-home-links .job-box:nth-child(6) {
  background: #5f0000;
  border-color: #470000;
}

.sr-home-links .job-title {
  display: -webkit-box;
  width: 100%;
  font-size: clamp(13px, 1.2vw, 17px);
  font-weight: 700;
  color: #ffffff;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
  line-height: 1.2;
}

.sr-home-links .job-vacancy {
  display: inline;
  font-size: clamp(13px, 1.2vw, 17px);
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  line-height: 1.2;
}

.sr-columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 12px;
}

.sr-box {
  background: #fff;
  border: 1px solid #cfcfcf;
}

.sr-box h2 {
  margin: 0;
  background: #ab183d;
  color: #fff;
  font-size: 22px;
  text-align: center;
  border-bottom: 1px solid #8d1533;
}

.sr-box h2 a {
  display: block;
  color: #fff;
  padding: 8px 6px;
  text-decoration: none;
}

.sr-box ul {
  margin: 0;
  padding: 5px;
  list-style: none;
  min-height: 390px;
}

.sr-box li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  line-height: 1.35;
}

.sr-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffb300;
  box-shadow: 0 0 0 2px #fff3cd;
}

.sr-box li a {
  color: #0000ee;
  font-size: clamp(11px, 1.6vw, 14px);
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.sr-box li small {
  color: #6b7280;
  font-size: 12px;
}

.sr-note {
  padding: 15px;
}

.sr-note h2 {
  color: #ab183d;
  font-size: 24px;
  margin: 0 0 8px;
  text-align: center;
}

.sr-note p {
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
  text-align: center;
}

.sr-seo {
  margin-top: 12px;
  padding: 14px;
}

.sr-seo h2 {
  margin: 0 0 10px;
  color: #ab183d;
  font-size: 24px;
}

.sr-seo h3 {
  margin: 14px 0 6px;
  color: #1f2937;
  font-size: 18px;
}

.sr-seo p {
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
  color: #1f2937;
}

@media (max-width: 1024px) {
  .sr-columns {
    grid-template-columns: 1fr 1fr;
  }
  .sr-box ul {
    min-height: 320px;
  }
}

@media (max-width: 720px) {
  .sr-home-head h1 {
    font-size: 22px;
  }

  .sr-box ul {
    min-height: 0;
  }
}
