/*
Theme Name: Tipgu News
Theme URI: https://tipgu.com
Author: Your Name
Description: AI Powered News Theme with Reels UI
Version: 1.0
*/
body {
  margin: 0;
  background: #ffffff;
  font-family: Arial;
}

.card {
  height: 100vh;
  scroll-snap-align: start;
  position: relative;
}

.image-top {
  width: 100%;
  height: 60%;
  object-fit: cover;
}

.overlay {
  backdrop-filter: blur(15px);
  background: rgba(255,255,255,0.3);
  padding: 20px;
  border-radius: 20px 20px 0 0;
}

.title {
  font-weight: bold;
  font-size: 18px;
}