/* Hide the mobile title on desktop devices */
@media (min-width: 768px) {
  .mobile-title {
    display: none;
  }
}

/* Hide the desktop title on mobile devices */
@media (max-width: 767px) {
  .desktop-title {
    display: none;
  }
}


.shorts-icons-wrapper {
  position: absolute;
  right: 0;
  top: -50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 15px;
}

.shorts-icons-wrapper i {
  margin-bottom: 40px;
  /* adjust space between icons as required */
  font-size: 3em;
  /* adjust as needed. You can also use px values if desired */
  color: white;
}


#shorts {
  margin-top: 30px;
  border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
}

.w-95 {
  width: 95%;
}

.youtube-video-ad {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding-bottom: 20px;
    text-align: center;
}

.youtube-video-ad img {
  max-width: 100%;
  /* height: auto; */
}

.form-section {
  margin-top: 20px;
}

.container.details {
  width: 90%;
  margin: 0 auto;
  background-color: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px 40px;
  color: #333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 20px;
}

.container.details h1 {
  font-size: 2em;
  color: #007bff;
  margin-bottom: 0.75em;
  text-align: center;
}

.container.details h2 {
  font-size: 1.5em;
  color: #333;
  margin-top: 2em;
  margin-bottom: 0.75em;
}

.container.details p {
  font-size: 1em;
  text-align: justify;
  text-justify: inter-word;
}

.preview_businessname, #previewHeadline, #previewVideoDescription, #previewBusinessNameShorts {

  
  word-break: break-word;
}

#previewShortsDescription {
  max-width: 90%;  
  word-break: break-word;

}

.w-95{
  width: 90%;
}