/* Safari App Styles */

.safari-app {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
}

.safari-bar {
  padding: 8px;
  background: #f0f0f0;
  border-bottom: 1px solid #ccc;
  display: flex;
  gap: 10px;
  align-items: center;
}

.url-bar {
  flex: 1;
  background: #ddd;
  border: none;
  padding: 5px 10px;
  border-radius: 8px;
  text-align: center;
  font-size: 12px;
  color: #333;
  outline: none;
}

.safari-frame {
  flex: 1;
  border: none;
  width: 100%;
  background: white;
}

