/* style/resources-coffee-roasting-guide.css */
.page-resources-coffee-roasting-guide {
  font-family: 'Noto Sans KR', sans-serif;
  color: #333333;
  background-color: #E5E5E5;
}

.page-resources-coffee-roasting-guide .hero-section {
  background: linear-gradient(135deg, #333333, #E5E5E5);
  padding: 80px 0;
  text-align: center;
  color: white;
}

.page-resources-coffee-roasting-guide .content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.page-resources-coffee-roasting-guide h1,
.page-resources-coffee-roasting-guide h2,
.page-resources-coffee-roasting-guide h3,
.page-resources-coffee-roasting-guide h4 {
  color: #333333;
  font-weight: 700;
}

.page-resources-coffee-roasting-guide p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.page-resources-coffee-roasting-guide ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-coffee-roasting-guide .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #333333;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.page-resources-coffee-roasting-guide .btn:hover {
  background-color: #555555;
}

.page-resources-coffee-roasting-guide .hero-image {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}