<style>

	 body { 
	     font-family: 'IM ', sans-serif; 
	 } 

     .getabook-logo { 
	 font-size:24px; 
	 text-transform:uppercase;
	 font-weight:bold;
     } 

.cover-container { 
    position:relative;
    margin-top:35px;
    max-width: 30%;
    margin: auto; }

.coverimage { display:block; margin:auto; max-width:60%; max-height:500px; }
.cover-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px; /* adjust as needed */
  height: auto; /* adjust as needed */
  z-index: 10; /* ensure it's above the cover image */
}


.titleblock { 

    font-family: 'IM Fell English'; 
    margin:auto;
    text-align:center;
    font-size:1.2em;
    margin-top:15px;

} 


.titleprice { 
    font-family: 'Roboto'; 
    margin:auto;
    text-align:center;
    font-size:1.2em;
}

.buybutton {
  background-color: #28a745;       /* green background */
  border: 1.5px solid #218838;     /* slightly darker green border */
  color: white;    
  display: block;                  /* block-level element */
  width: max-content;              /* shrink to content width */
  margin: 20px auto 0 auto;       /* center horizontally with auto margins */
  padding: 14px 30px;
  font-size: 1.2em;
  font-family: 'IM Fell English', serif;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 7px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
  user-select: none;
}

.buybutton:hover,
.buybutton:focus {
  background-color: #218838;       /* darker green on hover/focus */
  color: white;                    /* ensure text stays white */
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
  transform: scale(1.05);
  outline: none;
}

.buybutton:active {
  background-color: white;         /* white background on tap */
  color: #28a745;                  /* original green text */
  border-color: #28a745;           /* green border */
  box-shadow: none;
  transform: scale(0.98);
}

.buybutton,
.buybutton:link,
.buybutton:visited,
.buybutton:hover,
.buybutton:focus,
.buybutton:active {
  text-decoration: none;
}


logo-block {
  text-align: center;
  margin-top: 12px;
  font-family: 'IM Fell English', serif;
  color: #2a3a62;
  box-sizing:border-box;
}

.guarantee-text {
  font-size: 0.75em;
  margin-bottom: 8px;
  font-style: italic;
  color: #444;
  text-align:center;
}

.featuresblock {
  max-width: 40%;      /* match cover-container width */
  margin: 20px auto;   /* center horizontally with some vertical spacing */
  font-family: 'Roboto', sans-serif;
  color: #333;         /* dark text for readability */
  line-height: 1.5;
  text-align: justify; /* optional: makes paragraphs look nice */
  padding: 0 10px;     /* optional: small side padding */
}

.logo-row {
  display: flex;
  justify-content: center;
  gap: 10px;        /* space between logos */
  align-items: center;
  flex-wrap: nowrap;
}

.logo-row img {
  height: 24px;     /* uniform height */
  width: auto;
  object-fit: contain;
}

.synopsis {
  max-width: 40%;      /* match cover-container width */
  margin: 20px auto;   /* center horizontally with some vertical spacing */
  font-family: 'Roboto', sans-serif;
  color: #333;         /* dark text for readability */
  line-height: 1.5;
  text-align: justify; /* optional: makes paragraphs look nice */
  padding: 0 10px;     /* optional: small side padding */
}

.ebook-sample-button {
  background-color: #28a745;       /* green background */
  border: 1.5px solid #218838;     /* slightly darker green border */
  color: white;    
  display: block;                  /* block-level element */
  width: max-content;              /* shrink to content width */
  margin: 5px auto 0 auto;       /* center horizontally with auto margins */
  padding: 5px 10px;
  font-size: 1.2em;
  font-family: 'IM Fell English', serif;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 3px 7px rgba(0,0,0,0.1);
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease, transform 0.15s ease;
  user-select: none;
}

.ebook-sample-button:hover,
.ebook-sample-button:focus {
  background-color: #218838;       /* darker green on hover/focus */
  color: white;                    /* ensure text stays white */
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
  transform: scale(1.05);
  outline: none;
}

.ebook-sample-button:active {
  background-color: white;         /* white background on tap */
  color: #28a745;                  /* original green text */
  border-color: #28a745;           /* green border */
  box-shadow: none;
  transform: scale(0.98);
}

.ebook-sample-button,
.ebook-sample-button:link,
.ebook-sample-button:visited,
.ebook-sample-button:hover,
.ebook-sample-button:focus,
.ebook-sample-button:active {
  color:white;
  text-decoration: none;
}

.video-trailer {
    max-width: 40%;       /* match synopsis and cover-container */
    margin: 20px auto;    /* center horizontally with vertical spacing */
    display: block;       /* ensure margin:auto centers it */
    width: 100%;          /* allows it to scale within max-width */
    height: auto;         /* maintain aspect ratio */
}

.video-trailer video {
    max-width:100%;
    height: auto;   /* maintain aspect ratio */
    display: block; /* remove inline spacing */
    border: none;   /* optional, just to be safe */
}

.editorial {
  max-width: 40%;      /* match cover-container width */
  margin: 20px auto;   /* center horizontally with some vertical spacing */
  font-family: 'Roboto', sans-serif;
  color: #333;         /* dark text for readability */
  line-height: 1.5;
  text-align: justify; /* optional: makes paragraphs look nice */
  padding: 0 10px;     /* optional: small side padding */
}

.pagecountblock {
  max-width: 40%;      /* match cover-container width */
  margin: 20px auto;   /* center horizontally with some vertical spacing */
  font-family: 'Roboto', sans-serif;
  color: #333;         /* dark text for readability */
  line-height: 1.5;
  text-align: justify; /* optional: makes paragraphs look nice */
  padding: 0 10px;     /* optional: small side padding */
  text-align:center;
}

    .logo-grid {
	 display: flex;
	 flex-direction: row;
	 align-items: center;
	 gap: 1.5rem;
	 margin: 0 auto;           
	 margin-top: 1rem;
	 margin-bottom: 1rem;
	 width:90%;
	 max-width: 1000px; 

     }

.logo-grid img {
  width: 180px;
  height: auto;
     margin: 0; 
}



@media screen and (min-width: 280px) and (max-width:768px) { 


.video-trailer {
    max-width:100%;       /* match synopsis and cover-container */
    margin: 20px auto;    /* center horizontally with vertical spacing */
    display: block;       /* ensure margin:auto centers it */
    width: 100%;          /* allows it to scale within max-width */
    height: auto;         /* maintain aspect ratio */
}


.cover-container { 
    position:relative;
    top:20px; 
    max-width: 80%;
    margin: auto; }


.coverimage { display:block; margin:auto; max-width:60%;}

.synopsis {
  max-width: 80%;      /* match cover-container width */
  margin: 10px auto;   /* center horizontally with some vertical spacing */
  font-family: 'Roboto', sans-serif;
  color: #333;         /* dark text for readability */
  line-height: 1.5;
  text-align: justify; /* optional: makes paragraphs look nice */
  padding: 0 10px;     /* optional: small side padding */
}

.editorial {
  max-width: 80%;      /* match cover-container width */
  margin: 10px auto;   /* center horizontally with some vertical spacing */
  font-family: 'Roboto', sans-serif;
  color: #333;         /* dark text for readability */
  line-height: 1.5;
  text-align: justify; /* optional: makes paragraphs look nice */
  padding: 0 10px;     /* optional: small side padding */
}

.logo-grid {
	     flex-direction: column;
	     justify-content: center;
	     align-items: center;
	 }

.pagecountblock {
  max-width: 80%;      /* match cover-container width */
  margin: 10px auto;   /* center horizontally with some vertical spacing */
  font-family: 'Roboto', sans-serif;
  color: #333;         /* dark text for readability */
  line-height: 1.5;

  padding: 0 10px;     /* optional: small side padding */
}

.featuresblock {
  max-width: 80%;      /* match cover-container width */
  margin: 20px auto;   /* center horizontally with some vertical spacing */
  font-family: 'Roboto', sans-serif;
  color: #333;         /* dark text for readability */
  line-height: 1.5;
  text-align: justify; /* optional: makes paragraphs look nice */
  padding: 0 10px;     /* optional: small side padding */
}

.cover-icon {
  position: absolute;
  top: 30px;
  left: -25px;
  width: 80px; /* adjust as needed */
  height: auto; /* adjust as needed */
  z-index: 10; /* ensure it's above the cover image */
}




}




</style> 
