.url-container {
  width: 100%;
  max-width: 400px;
}

.video-url-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.copy-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.report-button,
.views-button {
  margin-top: 8px;
}

.views-button {
  cursor: default; /* Changed from not-allowed for better semantics */
}
