/* ===================================
   お品書き・依頼表ページ専用CSS
   =================================== */

/* 直接依頼ボックス */
.direct-contact-box {
  background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
  border: 2px dashed #ffb74d;
  border-radius: 12px;
  padding: 1.5rem;
  margin-top: 1rem;
}

.direct-contact-box .direct-title {
  font-weight: 700;
  font-size: 1.1rem;
  color: #ff9500;
  margin-bottom: 1rem;
}

.direct-contact-box .direct-title i {
  margin-right: 0.5rem;
}

.welcome-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.welcome-list li {
  padding: 0.5rem 0;
  color: #555;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.welcome-list li i {
  color: #ff9500;
  width: 20px;
  text-align: center;
}

.contact-button-small {
  display: inline-block;
  padding: 8px 20px;
  background: #6c757d;
  color: white !important;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s;
}

.contact-button-small:hover {
  background: #5a6268;
  color: white !important;
}

.contact-button-small i {
  color: white !important;
  margin-right: 6px;
}

/* 注意書きボックス */
.notice-box {
  background: #f8f9fa;
  border-left: 4px solid #6c757d;
  padding: 1rem 1.25rem;
  border-radius: 0 6px 6px 0;
}

.notice-box p {
  margin: 0;
  font-size: 0.9rem;
  color: #666 !important;
}

.notice-box i {
  color: #6c757d !important;
  margin-right: 0.5rem;
}

/* スケジュール */
.schedule-info {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.schedule-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, #fff8f0 0%, #fff 100%);
  border-radius: 8px;
  border: 1px solid #ffe0b2;
}

.schedule-label {
  font-weight: 600;
  color: #ff9500;
  white-space: nowrap;
}

.schedule-label i {
  margin-right: 0.5rem;
}

.schedule-value {
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
}

/* 料金バッジ */
.price-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ff9500 0%, #ff6b35 100%);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 12px rgba(255, 149, 0, 0.3);
}

.price-label {
  font-size: 0.85rem;
  opacity: 0.9;
}

.price-value {
  font-size: 1.3rem;
  font-weight: 700;
}

.price-note {
  font-size: 0.85rem;
  opacity: 0.9;
}

/* 料金テーブル */
.price-table {
  margin: 1.5rem 0;
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.25rem;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  border-left: 3px solid #ff9500;
  transition: all 0.2s;
}

.price-row:hover {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.price-row:last-child {
  margin-bottom: 0;
}

.price-item {
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.price-item i {
  color: #ff9500;
  width: 20px;
  text-align: center;
}

.price-amount {
  color: #ff9500;
  font-weight: 700;
  white-space: nowrap;
}

/* 例タイトル */
.example-title {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin: 2rem 0 1rem 0;
  padding-left: 0.5rem;
  border-left: 3px solid #ff9500;
}

.example-title i {
  color: #ff9500 !important;
  margin-right: 0.5rem;
}

.reject-title {
  border-left-color: #dc3545;
}

.reject-title i {
  color: #dc3545 !important;
}

/* 例リスト */
.example-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.example-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  transition: all 0.2s;
}

.example-list li:hover {
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.example-list li:last-child {
  margin-bottom: 0;
}

.example-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #ff9500 0%, #ff6b35 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.example-icon i {
  color: white !important;
  font-size: 1rem;
}

.example-text {
  color: #333;
  font-weight: 500;
  line-height: 1.6;
}

.example-text small {
  font-weight: 400;
}

/* 引き受けリスト（緑系） */
.accept-list .example-icon {
  background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
}

/* 引き受けないリスト */
.reject-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reject-list li {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 0.75rem 1rem;
  background: #fdf2f2;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  border-left: 3px solid #dc3545;
}

.reject-list li:last-child {
  margin-bottom: 0;
}

.reject-icon {
  flex-shrink: 0;
}

.reject-icon i {
  color: #dc3545 !important;
  font-size: 0.9rem;
}

.reject-text {
  color: #555;
  font-size: 0.95rem;
}

/* 条件ボックス */
.requirement-box {
  background: linear-gradient(135deg, #e8f5e9 0%, #f1f8e9 100%);
  border: 1px solid #c8e6c9;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}

.requirement-title {
  font-weight: 700;
  color: #2e7d32;
  margin-bottom: 1rem;
}

.requirement-title i {
  color: #2e7d32 !important;
  margin-right: 0.5rem;
}

.requirement-examples {
  margin: 1rem 0;
  padding-left: 1.5rem;
  color: #555;
}

.requirement-examples li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* イントロテキスト */
.intro-text {
  font-style: italic;
  color: #888 !important;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
  border-left: 2px solid #ddd;
}

/* クロージングセクション */
.closing-card {
  text-align: center;
  padding: 2.5rem !important;
}

.closing-card p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.closing-cta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.cta-button.primary {
  background: linear-gradient(135deg, #ff9500 0%, #ff6b35 100%);
  color: white !important;
  box-shadow: 0 4px 12px rgba(255, 149, 0, 0.3);
}

.cta-button.primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 149, 0, 0.4);
  color: white !important;
}

.cta-button.primary i {
  color: white !important;
}

.cta-button.secondary {
  background: #f8f9fa;
  color: #333 !important;
  border: 2px solid #e0e0e0;
}

.cta-button.secondary:hover {
  border-color: #ff9500;
  color: #ff9500 !important;
}

.cta-button.secondary i {
  color: #ff9500 !important;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .price-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .price-amount {
    padding-left: 2rem;
  }

  .schedule-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .closing-card p br {
    display: none;
  }

  .closing-cta {
    flex-direction: column;
  }

  .cta-button {
    justify-content: center;
  }

  .price-badge {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
