.iframe-widget-container {
  position: relative; }

.transparent-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  /* Adjust the transparency as needed */
  display: flex;
  align-items: center;
  padding: 5px;
  /* Adjust padding as needed */
  box-sizing: border-box;
  background-color: #d1d1d1; }

.message {
  margin: 0;
  color: black;
  /* Adjust the text color as needed */ }

.close-button {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  color: #555; }
