body.recipe-page tagline {
    color: #fafa00;
    text-shadow: 0 2px 0 #3b2615,
    0 0 8px rgb(255 211 110 / 75%),
    0 0 22px rgb(255 211 110 / 40%);
    text-align: left;
    font-size: 18px;
    font-family: Rockwell, serif;
}

body.recipe-page .share-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
  
 body.recipe-page .share-button-row .recipe-entry {
    flex: 0 0 auto;
    min-width: auto;
    width: auto;
  }

 body.recipe-page #facebook-share {
    background-color: #1877F2; /* Facebook blue */
    color: white;
    border: none;
  }
  
body.recipe-page  #twitter-share {
    background-color: #1DA1F2; /* Twitter/X blue */
    color: white;
    border: none;
  }
  
body.recipe-page  #facebook-share:hover,
body.recipe-page  #twitter-share:hover {
    opacity: 0.9;
    cursor: pointer;
  }

body.recipe-page  #enterSiteName {
    font-size: 36px;              
    margin: 0;
    padding: 10px 0 0;         
    text-align: center;
    font-weight: bold;
}

body.recipe-page h2.companion-headline {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 18px;
    border-radius: 12px;
    margin: 8px 0px;
    white-space: normal;
    line-height: 1.25;
    font-family: Rockwell, serif;
    font-size: clamp(1.0rem, 0.8vw + 0.75rem, 1.55rem);
    letter-spacing: 0.02em;
    text-align: center;
    color: #fafa00;
    text-shadow: 0 2px 0 #3b2615, 0 0 8px rgb(255 211 110 / 75%), 0 0 22px rgb(255 211 110 / 40%);
}

body.recipe-page h1, h3, h4 {
    color: #fafa00;
    /*text-shadow: 0 2px 0 #3b2615, 0 0 8px rgb(255 211 110 / 75%), 0 0 22px rgb(255 211 110 / 40%);*/
    text-align: center;
}

body.recipe-page h2{
    color: #202013;
    font-weight: bold;
    text-shadow: none; 
    text-align: center;
}

/* --- Achievement Share Description --- */
body.recipe-page .achievement-share-desc {
  font-family: "Rockwell", serif;
  font-size: 17px;
  color: #5a3a13;
  text-align: center;
  margin: 10px auto 20px;
  line-height: 1.4;
  max-width: 600px;
}


body.recipe-page #share-overlay .custom-alert-box {
  max-width: 500px;
  text-align: center;
  background: rgba(255, 248, 232, 0.95);
  border: 2px solid #c49a6c;
  color: #3b2a19;
}

/* --- Achievement Share Layout Fix --- */
body.recipe-page.achievement-share #static-recipe-view {
  display: none !important;
}

body.recipe-page.achievement-share .centerCol {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  min-height: 70vh;
}

body.recipe-page.achievement-share #share-button-section {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
