/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
#infoBox {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px;
  font-size: 10px; /* smaller font size */
  border-radius: 5px;
  width: 250px;
}

#infoBox h4 {
  margin: 0;
  padding-bottom: 5px;
  font-size: 12px; /* smaller font size for the title */
}

#infoBox p {
  margin: 0;
}