.audiomack-placeholder {
  width: 100%;
  height: 400px; /* Adjust height as needed */
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 2px 2px;
  padding: 2px; 
  border: 1px solid #ccc;
}

.placeholder-content {
  text-align: center;
margin: 5px 5px;
padding: 5px; 
}

.audiomack-iframe {
  width: 100%;
  height: 400px; /* Adjust height as needed */
  border: none;
}