/* =========================================================================
   Works (Support Results) Single Page Styles
   ========================================================================= */

.single-works-article {
  max-width: 900px;
  margin: 0 auto;
  padding: 60px 20px;
}

.works-header {
  text-align: center;
  margin-bottom: 40px;
}

.works-category-label {
  display: inline-block;
  background-color: #00b4d8;
  color: #fff;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 700;
  border-radius: 4px;
  margin-bottom: 20px;
}

.works-title {
  font-size: 32px;
  font-weight: 800;
  color: #0b1a32;
  line-height: 1.4;
}

.works-visual {
  margin-bottom: 50px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.works-visual img {
  width: 100%;
  height: auto;
  display: block;
}

/* Achievement Box */
.works-achievement-box {
  background: linear-gradient(135deg, #0b1a32 0%, #0d5c9c 100%);
  color: #fff;
  padding: 40px;
  border-radius: 12px;
  margin-bottom: 60px;
  text-align: center;
  position: relative;
}

.achievement-label {
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #00b4d8;
  font-weight: 800;
  margin-bottom: 15px;
}

.achievement-text {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5;
  margin: 0;
}

/* Content Area */
.works-detail-section {
  background: #fff;
}

.works-sub-title {
  font-size: 24px;
  border-left: 6px solid #00b4d8;
  padding-left: 20px;
  margin-bottom: 30px;
  color: #0b1a32;
}

.entry-content p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 30px;
}

/* Footer / Back Link */
.works-back-link {
  margin-top: 80px;
  text-align: center;
}

.back-to-list {
  display: inline-block;
  padding: 15px 40px;
  border: 2px solid #0b1a32;
  color: #0b1a32;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.back-to-list:hover {
  background-color: #0b1a32;
  color: #fff;
}

@media (max-width: 768px) {
  .works-title { font-size: 24px; }
  .achievement-text { font-size: 18px; }
  .single-works-article { padding: 40px 15px; }
}
