
.attribution {
  text-align: center;
  font-size: 14px;
  color: #6B4B2A;
  margin-top: 40px;
  padding: 12px;
  background-color: #F8E8F1;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
}

.attribution a {
  color: #3D2B1F;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.attribution a:hover {
  color: hsl(332, 51%, 32%); /* Matches your cinematic theme */
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

p {
    font-size: 16px;
}
.page {
    background-color: white;
    padding: 25px;
    font-family: "Outfit", sans-serif;
    border-radius: 25px;
    padding: 40px;
    
}

.main img {
    /* padding: 20px; */
    width: 100%;
    height: auto;
    border-radius: 10px;

}

.main-hd {
    color: rgba(0, 0, 0, 0.849);
}

.main p {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.699);
}

.yg-sf {
    font-family: "Young Serif", serif;
    font-weight: 400;
}

.brown {
    color: hsl(14, 45%, 36%);
}

.pink-box {
    background-color: rgba(255, 192, 203, 0.5);
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
}

.pink-box h3 {
    color: hsl(332, 51%, 32%);
    margin-bottom: 10px;
}

.pink-box ul {
    padding-left: 20px;
}

.pink-box ul li{
    padding-left: 15px;
    color: hsl(332, 51%, 32%);
}

.pink-box ul li::marker {
    color: hsl(332, 51%, 32%);
}

.pink-box ul li span{
    font-weight: bold;
    color: #000000e8;
}

.Ingredients ul{
    padding-left:30px;
}

.Ingredients{
    margin-top: 20px;
    margin-bottom: 20px;
}

.Ingredients ul li{
    padding-left:15px;
}

.Ingredients ul li::marker {
    color: #6e4b27f8;
}


.Instructions ol{
    padding: 20px 30px;

}

.Instructions{
    margin-top: 20px;
    margin-bottom: 20px;
}

.Instructions ol li{
    padding-left:15px;
}

.Instructions ol li::marker {
    color: #6e4b27f8;
    font-weight: bold;
}

.Nutritions table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;

}

.Nutritions table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 16px;
  color: hsl(14, 45%, 36%);
  border-radius: 8px;
  overflow: hidden;
}

.Nutritions th,
.Nutritions td {
  padding: 10px 12px;
}

.Nutritions tr {
  border-bottom: 1px solid rgba(17, 17, 17, 0.3); /* Soft brown separator */
}

.Nutritions tr:last-child {
  border-bottom: none; /* Remove border from last row */
}

.Nutritions th {
  text-align: left;
  color: #000000dc;
  font-weight: 600;
}


body {
    margin: 100px 150PX;
    background-color: #F5E4D8;
}


@media (max-width: 768px) {
  body {
    margin: 20px;
  }

  .page {
    padding: 20px;
    border-radius: 16px;
  }

  .main-hd h1 {
    font-size: 28px;
    line-height: 1.2;
  }

  .main p {
    font-size: 14px;
  }

  .pink-box h3,
  .Ingredients h2,
  .Instructions h2,
  .Nutritions h2 {
    font-size: 20px;
  }

  .Instructions ol {
    padding: 10px 20px;
  }

  .Instructions ol li {
    font-size: 14px;
    line-height: 1.5;
  }

  .Nutritions table {
    font-size: 14px;
  }

  .attribution {
    font-size: 12px;
    padding: 10px;
    margin-top: 30px;
  }
}
