.elementor-8364 .elementor-element.elementor-element-aa033e9{--display:flex;}.elementor-8364 .elementor-element.elementor-element-0fafee1{--display:flex;}.elementor-8364 .elementor-element.elementor-element-e9a0141{--display:flex;}/* Start custom CSS for html, class: .elementor-element-762f39d *//* Reset */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #fafafa;
  color: #444;
  margin: 0;
  padding: 40px 20px;
}

.blog-container {
  max-width: 720px;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

header h1.small-title {
  font-size: 1.6rem; /* Reduced font size */
  font-weight: 700;
  color: #2a3d66;
  margin-bottom: 1rem;
  text-align: center;
}

h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 3rem;
  margin-bottom: 1rem;
  border-left: 4px solid #5a6ec4;
  padding-left: 0.6rem;
  color: #374785;
}

p {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
}

a {
  color: #5a6ec4;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  text-decoration: underline;
}

img {
  display: block;
  margin: 2rem auto;
  max-width: 80%;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Specific image styling */
.microphone-image, .ai-tech-image {
  max-width: 70%;
}

footer {
  margin-top: 40px;
  text-align: center;
}

footer h2 {
  font-size: 1.8rem;
  color: #2a3d66;
}

footer p {
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 1rem;
}

footer a {
  font-size: 1.2rem;
  color: #5a6ec4;
}

footer a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  body {
    padding: 20px 10px;
  }
  .blog-container {
    padding: 20px 15px;
  }
  header h1 {
    font-size: 1.6rem; /* Smaller title size for mobile */
  }
  h2 {
    font-size: 1.5rem;
  }
  img {
    max-width: 100%;
  }
}/* End custom CSS */