.risa-chat-webview-layout {
  margin-bottom: 122px;
  margin-top: 60px;
}

.risa-chat-webview-header {
  margin-bottom: 50px;
}

.risa-chat-webview-title {
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #223250;
  margin-bottom: 4px;
}

.risa-chat-webview-description {
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #223250;
}

.risa-chat-webview-container {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 664px;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-family: Poppins, Helvetica, Arial, Lucida, sans-serif;
  position: relative;
}

.risa-chat-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (min-width: 768px) {
  .risa-chat-webview-header {
    margin-bottom: 40px;
  }

  .risa-chat-webview-title {
    font-size: 26px;
    font-weight: 700;
  }

  .risa-chat-webview-description {
    font-size: 18px;
  }

  .risa-chat-webview-container {
    height: 600px;
  }
}
