.lynnbrook-iframe-input iframe {
  width: 100%;
  height: 40px;
  border: 2px solid rgba(108, 117, 155, 0.25);
  transition: border-color 0.25s;
  border-radius: 4px;
  margin-bottom: 8px; }
  .lynnbrook-iframe-input iframe:hover {
    border-color: #6c759b; }

.lynnbrook-input-row {
  display: flex;
  gap: 16px; }

.lynnbrook-input-row-cell {
  flex: 1; }

.lynnbrook-error {
  color: #ff1654;
  font-size: 12.8px;
  margin-bottom: 12px;
  font-weight: 500; }
