@charset "UTF-8";
#thankyou_msg{display: none; color: #2e9fff; font-size: large}

.share-btn {
	border: none;
	cursor: pointer;
	display: inline-block; 
	min-width: 100px;
  }

.st-label{
	color: #fff; 
	font-weight: 500; 
	letter-spacing: 0.5px; 
	min-width: 60px; 
	opacity: 1; 
	padding: 0 6px; 
	position: relative; 
	vertical-align: top; 
	transition: all 0.2s ease-in; 
	cursor: pointer; 
	display: inline-block; 
	font-size: 16px; 
	height: 32px; 
	line-height: 32px;
}


/* Style for the fading text */
.fade-out {
	animation: fadeOut 5s ease-in-out forwards; /* Animation name, duration, timing function, and fill mode */
}

/* Keyframes for the fade out animation */
@keyframes fadeOut {
	from {
		opacity: 1; /* Start opacity */
	}
	to {
		opacity: 0; /* End opacity */
	}
}

.comments-container {
	  max-height: 200px; /* Set the desired fixed height for the scrollable block */ 
	  max-width: 445px;
	  overflow-y: auto; /* Enable vertical scrolling */
	  border: 1px solid #ccc; /* Optional: Add a border for visual separation */
	  padding: 10px; /* Optional: Add padding for better readability */
}

.comments {
	  /* Optional: Add styles for the container of comments */
}

.comment {
	  margin-bottom: 10px; /* Optional: Add margin between comments */
	  padding: 5px; /* Optional: Add padding for better readability */
	  background-color: #f9f9f9; /* Optional: Add background color for better readability */
	  border-radius: 5px; /* Optional: Add rounded corners for better aesthetics */
	  text-align: left;
}

.comment-text{
	text-indent: 5%;
    color: #1b1b21;
    max-width: 440px;
    font-family: 'FontAwesome';
    font-size: medium;
    font-display: auto;
}

	.info-box {
	background-color: #f0f0f0;
	padding: 10px 20px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.2);
	/*display: none;*/
}

.amazon_product_link{
	text-decoration: none;
	color: #2e9fff;
}	

.share-btn-img{
	display: inline-block; 
	height: 16px; 
	width: 16px; 
	position: relative; 
	top: 8px; 
	vertical-align: top;
}

.product_image{
	float: left;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	height: 90%; 
	padding: 10px;
}

.aligned-heart{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.add-favorite-selector{
	color: #2e9fff;
	display: inline-block;
	vertical-align: middle;
	margin: 0; 
	font-variant: all-small-caps;
	font-size: 20px;
	cursor: pointer;
	padding-bottom: 5px;
}

.remove-favorite-selector{
	color: red;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-variant: all-small-caps;
	font-size: 20px;
	cursor: pointer;
	padding-bottom: 5px;
}

#product_image_container{
	width: auto;
	display: inline-block;
	text-align: center;
    position: relative;
}

#rating_thankyou_msg{
	opacity: 0;
	display: none;
}

#drink_comment_submit{
	border-radius: 14px;
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	padding: 7px 15px;
	background-color: var(--publisher-color-safe,#2e9fff);
	margin-top: 1px;
	margin-right: 2px;
	position: relative;
}

#product_text_area{
	line-height: 25px;
	float: right;
	width: 45%;
	margin-left: 5%;
}

#description_area{
	font-size: 1.0em;
	font-family: Lusitana,Georgia,serif;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	padding: 5px 20px;
	margin-bottom: 30px;
}

#drink_ingredients{
	line-height: 25px;
	font-size: 1.0em;
	font-family: Lusitana,Georgia,serif;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	padding: 5px 0 25px;
	margin-bottom: 30px;
}

#ingredients_list{
	padding: 0 5%;
	width: 100%;
}

#drink_directions, #drink_reasons{
	line-height: 25px;
	font-size: 1.0em;
	font-family: Lusitana,Georgia,serif;
	box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	padding: 5px 20px 5px 0;
	margin-bottom: 30px;
}

#drinks_containing_ingredient{
	padding: unset;
	position: unset;
	text-decoration: none;
}

#recipe_comment{
	width: 96%;
	margin: 10px;
    height: 90px;
	resize: none;
}

@media screen and (max-width:1500px) {
	.comments-container{max-width: unset;}
	.comment-text{max-width: unset;}
}

				
/* CSS Document */