/* AllOpen - India's Voice Theme Override */
/* This file overrides the existing styles with the new black/grey/white theme */

/* Global Body Override */
body {
  background: #1a1a1a !important;
  color: #FFFFFF !important;
}

/* Navigation Override */
.navbar {
  background: #2d2d2d !important;
  border-bottom: 1px solid #404040 !important;
  z-index: 1000 !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.nav-link {
  color: #FFFFFF !important;
}

.nav-link:hover {
  color: #cccccc !important;
}

.nav-link.active {
  background: #606060 !important;
  color: #FFFFFF !important;
}

/* Burger Menu Override - Only show on mobile/tablet */
.nav-toggle {
  display: none !important;
  flex-direction: column !important;
  justify-content: space-around !important;
  width: 28px !important;
  height: 22px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0 !important;
  z-index: 10000 !important;
  transition: all 0.3s ease !important;
}

.nav-toggle .bar {
  width: 100% !important;
  height: 2.5px !important;
  background: #ffffff !important;
  border-radius: 2px !important;
  transition: all 0.3s ease !important;
}

.nav-toggle.active .bar:nth-child(1) {
  transform: translateY(9.5px) rotate(45deg) !important;
}

.nav-toggle.active .bar:nth-child(2) {
  opacity: 0 !important;
}

.nav-toggle.active .bar:nth-child(3) {
  transform: translateY(-9.5px) rotate(-45deg) !important;
}

/* Mobile Navigation Menu Override */
@media (max-width: 768px) {
  .nav-toggle {
    display: flex !important;
  }
  
  .nav-menu {
    position: fixed !important;
    top: 0 !important;
    left: -100% !important;
    width: 100% !important;
    height: 100vh !important;
    background: #1a1a1a !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    padding-top: 5rem !important;
    transition: left 0.3s ease !important;
    z-index: 9999 !important;
  }
  
  .nav-menu.active {
    left: 0 !important;
  }
  
  .nav-menu .nav-link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 200px !important;
    padding: 1rem 1.5rem !important;
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    border: none !important;
    border-radius: 8px !important;
    margin: 0.5rem auto !important;
    transition: background-color 0.2s ease !important;
    text-align: center !important;
    background: rgba(255, 255, 255, 0.05) !important;
  }
  
  .nav-menu .nav-link:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    transform: translateY(-1px) !important;
  }
  
  .nav-menu .nav-link.active {
    background: rgba(255, 255, 255, 0.2) !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(255, 255, 255, 0.1) !important;
  }
  
  .nav-menu .nav-link span {
    font-weight: 500 !important;
    text-align: center !important;
  }
  
  .nav-menu .nav-link i {
    margin-right: 1rem !important;
    font-size: 1.25rem !important;
    width: 24px !important;
    text-align: center !important;
    color: rgba(255, 255, 255, 0.9) !important;
  }
  
  .nav-user {
    margin: 0 !important;
    padding: 2rem !important;
    flex-direction: column !important;
    gap: 1.5rem !important;
    width: 100% !important;
    text-align: center !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(0, 0, 0, 0.1) !important;
    align-items: center !important;
  }
  
  .user-anon {
    width: 80% !important;
    max-width: 300px !important;
    text-align: center !important;
    padding: 1rem 1.5rem !important;
    font-size: 0.9375rem !important;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
    margin: 0 auto !important;
  }
}

/* Welcome Section Override */
.welcome-section {
  background: #1a1a1a !important;
  color: #FFFFFF !important;
}

.welcome-container h1 {
  color: #FFFFFF !important;
}

.welcome-subtitle {
  color: #CCCCCC !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
}

.welcome-description {
  color: #999999 !important;
}

.feature-item {
  background: #2d2d2d !important;
  color: #FFFFFF !important;
  border: 1px solid #404040 !important;
}

.feature-item:hover {
  background: #404040 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
}

/* Button Overrides */
.welcome-btn.primary {
  background: #606060 !important;
  color: #FFFFFF !important;
  border: 2px solid #606060 !important;
}

.welcome-btn.primary:hover {
  background: #707070 !important;
  color: #FFFFFF !important;
}

.welcome-btn.secondary {
  background: transparent !important;
  color: #FFFFFF !important;
  border: 2px solid #606060 !important;
}

.welcome-btn.secondary:hover {
  background: #606060 !important;
  color: #FFFFFF !important;
}

/* Search Section Override */
.search-section {
  background: #1a1a1a !important;
  padding: 1rem 0 !important;
}

.search-container {
  max-width: 500px !important;
  margin: 0 auto !important;
  padding: 0 1rem !important;
}

.search-box {
  background: #2d2d2d !important;
  border: 1px solid #404040 !important;
  border-radius: 25px !important;
  padding: 0.5rem 1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  height: 45px !important;
}

.search-icon {
  color: #cccccc !important;
  font-size: 1rem !important;
}

.search-input {
  background: transparent !important;
  color: #FFFFFF !important;
  border: none !important;
  flex: 1 !important;
  font-size: 14px !important;
  padding: 0 !important;
}

.search-input::placeholder {
  color: #999999 !important;
}

.search-actions {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
}

.search-btn {
  background: #606060 !important;
  color: #FFFFFF !important;
  border: none !important;
  border-radius: 50% !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.9rem !important;
  cursor: pointer !important;
}

.search-btn:hover {
  background: #707070 !important;
}

.search-clear-btn {
  background: transparent !important;
  color: #cccccc !important;
  border: none !important;
  border-radius: 50% !important;
  width: 24px !important;
  height: 24px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.8rem !important;
  cursor: pointer !important;
}

.search-clear-btn:hover {
  color: #ffffff !important;
}

.search-hint {
  color: #999999 !important;
  font-size: 0.85rem !important;
  text-align: center !important;
  margin-top: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
}

/* Tags Filter Override */
.tags-section {
  background: #1a1a1a !important;
}

.tag-btn {
  background: #404040 !important;
  color: #FFFFFF !important;
  border: 1px solid #606060 !important;
}

.tag-btn:hover,
.tag-btn.active {
  background: #606060 !important;
  color: #FFFFFF !important;
}

/* Feed Section Override */
.feed-section {
  background: #1a1a1a !important;
}

/* Post Cards - Dark Theme */
.post-card, .modern-post-card {
  background: #2d2d2d !important;
  color: #FFFFFF !important;
  border: 1px solid #404040 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  margin-bottom: 1.5rem !important;
}

.post-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
  transform: translateY(-2px) !important;
}

.post-header {
  border-bottom: 1px solid #404040 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.3rem !important;
  align-items: center !important;
}

.post-author {
  color: #FFFFFF !important;
}

.post-time {
  color: #cccccc !important;
}

/* Mobile responsive username and tags */
@media (max-width: 600px) {
  .post-header {
    font-size: 0.85rem !important;
    gap: 0.2rem !important;
  }
  
  .anon-name {
    font-size: 0.9rem !important;
    word-break: break-word !important;
  }
  
  .post-tag {
    font-size: 0.7rem !important;
    padding: 0.2rem 0.4rem !important;
    display: inline-flex !important;
    max-width: 100% !important;
  }
  
  .tag-label {
    font-size: 0.7rem !important;
    padding: 0.2rem 0.4rem !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

.post-content {
  color: #FFFFFF !important;
}

.post-actions {
  border-top: 1px solid #404040 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 0.2rem !important;
  justify-content: flex-start !important;
  overflow-x: auto !important;
  align-items: center !important;
  padding: 0.5rem 0.75rem !important;
}

.action-btn {
  color: #cccccc !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}

.action-btn:hover {
  color: #FFFFFF !important;
}

/* Ensure buttons are compact and horizontal */
.support-btn, .dislike-btn, .comment-btn, .share-btn {
  padding: 0.25rem 0.4rem !important;
  font-size: 0.7rem !important;
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  border-radius: 6px !important;
  margin: 0 !important;
}

/* Mobile responsive for buttons */
@media (max-width: 600px) {
  .support-btn, .dislike-btn, .comment-btn, .share-btn {
    padding: 0.15rem 0.3rem !important;
    font-size: 0.65rem !important;
  }
  
  /* Make icons slightly smaller on mobile */
  .support-btn i, .dislike-btn i, .comment-btn i, .share-btn i {
    font-size: 0.75rem !important;
  }
  
  /* Three dot menu mobile positioning */
  .three-dot-menu {
    width: 32px !important;
    height: 32px !important;
    font-size: 1rem !important;
    top: 0.3rem !important;
    right: 0.3rem !important;
  }
}

.action-btn.liked {
  color: #FF4444 !important;
}

.action-btn.supported {
  color: #00AA00 !important;
}

.dislike-btn.disliked,
.disliked {
  color: #FF4444 !important;
}

.support-btn.supported,
.supported {
  color: #00AA00 !important;
}

/* Modals - Dark Theme */
.modal {
  background: rgba(0, 0, 0, 0.8) !important;
}

.modal-content {
  background: #2d2d2d !important;
  color: #FFFFFF !important;
  border: 1px solid #404040 !important;
}

.modal-header {
  border-bottom: 1px solid #404040 !important;
}

.close-btn {
  color: #FFFFFF !important;
}

.close-btn:hover {
  color: #CCCCCC !important;
}

/* Form Elements */
.form-group input,
.form-group textarea,
.form-group select,
.auth-form input {
  background: #404040 !important;
  color: #FFFFFF !important;
  border: 2px solid #606060 !important;
  border-radius: 8px !important;
  padding: 12px 16px !important;
  font-size: 16px !important;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus,
.auth-form input:focus {
  border-color: #808080 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(128, 128, 128, 0.2) !important;
}

.form-group input::placeholder,
.form-group textarea::placeholder,
.auth-form input::placeholder {
  color: #cccccc !important;
}

.form-group label,
.auth-form label {
  color: #FFFFFF !important;
}

/* Auth Pages */
.auth-wrapper {
  background: #1a1a1a !important;
}

.auth-container {
  background: #2d2d2d !important;
  border: 1px solid #404040 !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3) !important;
}

.auth-header h2 {
  color: #FFFFFF !important;
}

.auth-header p {
  color: #CCCCCC !important;
}

.auth-btn {
  background: #606060 !important;
  color: #FFFFFF !important;
  border: 2px solid #606060 !important;
}

.auth-btn:hover {
  background: #707070 !important;
  color: #FFFFFF !important;
}

.auth-footer {
  color: #cccccc !important;
  text-align: center !important;
}

.auth-footer a {
  color: #ffffff !important;
  text-decoration: underline !important;
}

.auth-footer a:hover {
  color: #cccccc !important;
}

.form-hint {
  color: #cccccc !important;
}

.checkbox-label {
  color: #ffffff !important;
}

/* Floating Action Button */
.fab {
  background: #606060 !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2) !important;
}

.fab:hover {
  background: #707070 !important;
  color: #FFFFFF !important;
  transform: scale(1.1) !important;
}

/* Made in India Badge */
.made-in-india {
  background: #2d2d2d !important;
  color: #FFFFFF !important;
  border-top: 1px solid #404040 !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.75rem !important;
  text-align: center !important;
  margin: 0 auto !important;
  max-width: 300px !important;
  border-radius: 8px !important;
  margin-top: 1rem !important;
}

/* Comments */
.comment-card {
  background: #404040 !important;
  color: #FFFFFF !important;
  border: 1px solid #606060 !important;
}

.comment-author {
  color: #FFFFFF !important;
}

.comment-time {
  color: #cccccc !important;
}

.comment-content {
  color: #FFFFFF !important;
}

/* Notifications */
.notification-item {
  background: #2d2d2d !important;
  color: #FFFFFF !important;
  border: 1px solid #404040 !important;
}

.notification-item:hover {
  background: #404040 !important;
}

/* Friends Modal */
.friend-item {
  background: #2d2d2d !important;
  color: #FFFFFF !important;
  border: 1px solid #404040 !important;
}

.friend-item:hover {
  background: #404040 !important;
}

/* Profile Page Override */
.profile-container {
  background: #1a1a1a !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  padding: 2rem 1rem !important;
  margin-top: 2rem !important;
  min-height: calc(100vh - 5rem) !important;
  overflow: visible !important;
}

.profile-header {
  background: #2d2d2d !important;
  color: #FFFFFF !important;
  border: 1px solid #404040 !important;
  border-radius: 12px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  padding: 1rem 1.25rem !important;
  margin-bottom: 1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.875rem !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.profile-avatar {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
  font-size: 1.25rem !important;
  font-weight: 600 !important;
  box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2) !important;
  flex-shrink: 0 !important;
  position: relative !important;
  overflow: hidden !important;
}

.profile-avatar::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: linear-gradient(45deg, transparent 30%, rgba(255,255,255,0.1) 50%, transparent 70%) !important;
  animation: shimmer 3s infinite !important;
}

@keyframes shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

.profile-info {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.375rem !important;
  flex: 1 !important;
  align-items: flex-start !important;
}

.profile-name-section {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  flex-wrap: wrap !important;
}

.profile-display-name {
  font-size: 1.125rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em !important;
}

.profile-username {
  color: #cccccc !important;
  font-weight: 400 !important;
  font-size: 0.75rem !important;
  margin: 0 !important;
  padding: 0.25rem 0.5rem !important;
  background: #404040 !important;
  border-radius: 12px !important;
  border: 1px solid #606060 !important;
  white-space: nowrap !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.profile-stats-section {
  display: flex !important;
  flex-direction: row !important;
  gap: 0.5rem !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

.profile-post-count {
  font-size: 0.75rem !important;
  font-weight: 500 !important;
  color: #cccccc !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.375rem !important;
  padding: 0.25rem 0.5rem !important;
  background: #404040 !important;
  border-radius: 12px !important;
  border: 1px solid #606060 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.profile-post-count::before {
  content: '📄' !important;
  font-size: 0.875rem !important;
}

.profile-posts-section {
  background: #2d2d2d !important;
  border-radius: 16px !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) !important;
  padding: 2rem !important;
  border: 1px solid #404040 !important;
  animation: fadeInUp 0.8s ease-out !important;
}

.posts-grid-header {
  margin-bottom: 1.5rem !important;
  border-bottom: 1px solid #404040 !important;
  padding-bottom: 1rem !important;
}

.posts-grid-header h3 {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}

.profile-posts-grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 1rem !important;
}

/* Profile Post Cards - Match Main Feed Styling */
.profile-post-card {
  background: #2d2d2d !important;
  border-radius: 12px !important;
  padding: 1.5rem !important;
  border: 1px solid #404040 !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  margin-bottom: 1rem !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.profile-post-card:hover {
  background: #404040 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
}

.profile-post-content {
  color: #ffffff !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
  font-weight: 400 !important;
}

.profile-post-meta {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  font-size: 0.9rem !important;
  color: #cccccc !important;
  margin-top: 1rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid #404040 !important;
}

.profile-post-time {
  color: #999999 !important;
  font-size: 0.85rem !important;
}

.profile-post-stats {
  display: flex !important;
  gap: 1.5rem !important;
}

.profile-post-stat {
  display: flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  color: #cccccc !important;
  font-size: 0.9rem !important;
}

.profile-post-stat i {
  font-size: 1rem !important;
  color: #999999 !important;
}

.profile-post-stat:hover {
  color: #ffffff !important;
}

/* Profile Post Media */
.profile-post-media {
  margin: 0.75rem 0 !important;
  text-align: center !important;
}

.profile-post-media img {
  max-width: 100% !important;
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2) !important;
}

/* Profile Post Actions */
.profile-post-actions {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 1rem !important;
  margin-top: 1rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid #404040 !important;
}

.profile-post-action-btn {
  background: #404040 !important;
  color: #ffffff !important;
  border: 1px solid #606060 !important;
  border-radius: 8px !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.9rem !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.profile-post-action-btn:hover {
  background: #505050 !important;
  border-color: #707070 !important;
}

.profile-post-action-btn i {
  margin-right: 0.5rem !important;
}

/* Also target profile-post-item for compatibility */
.profile-post-item {
  background: #2d2d2d !important;
  border-radius: 12px !important;
  padding: 1.5rem !important;
  border: 1px solid #404040 !important;
  transition: all 0.3s ease !important;
  cursor: pointer !important;
  margin-bottom: 1rem !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

.profile-post-item:hover {
  background: #404040 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4) !important;
}

.profile-no-posts {
  text-align: center !important;
  padding: 3rem 1rem !important;
  color: #999999 !important;
}

.profile-no-posts i {
  font-size: 3rem !important;
  margin-bottom: 1rem !important;
  color: #666666 !important;
}

.profile-no-posts h4 {
  font-size: 1.2rem !important;
  margin-bottom: 0.5rem !important;
  color: #cccccc !important;
}

.profile-no-posts p {
  font-size: 0.9rem !important;
  color: #999999 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-container {
    padding: 0 1rem !important;
  }
  
  .welcome-container {
    padding: 1rem !important;
  }
  
  .post-card {
    margin: 0 0.5rem 1rem 0.5rem !important;
  }
  
  .modal-content {
    margin: 1rem !important;
    width: calc(100% - 2rem) !important;
  }
  
  /* Made in India Badge - Mobile */
  .made-in-india {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.7rem !important;
    max-width: 250px !important;
    margin-top: 0.5rem !important;
  }
}

@media (max-width: 480px) {
  .welcome-subtitle {
    font-size: 1rem !important;
  }
  
  .welcome-description {
    font-size: 0.9rem !important;
  }
  
  .feature-item {
    padding: 0.8rem !important;
  }
  
  .post-card {
    margin: 0 0.25rem 1rem 0.25rem !important;
  }
}

/* Animation Enhancements */
.post-card,
.feature-item,
.welcome-btn,
.fab {
  transition: all 0.3s ease !important;
}

/* Focus States for Accessibility */
input:focus,
textarea:focus,
button:focus {
  outline: 2px solid #FFFFFF !important;
  outline-offset: 2px !important;
}

/* Three Dot Menu - Dark Theme */
.three-dot-menu {
  background: #404040 !important;
  color: #ffffff !important;
  border: 1px solid #555555 !important;
  border-radius: 8px !important;
  padding: 0.5rem !important;
  font-size: 1.2rem !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  top: 0.5rem !important;
  right: 0.5rem !important;
  z-index: 10 !important;
}

.three-dot-menu:hover {
  background: #555555 !important;
  border-color: #666666 !important;
}

/* Delete Menu - Dark Theme */
.delete-menu {
  position: absolute !important;
  top: 100% !important;
  right: 0 !important;
  background: #2d2d2d !important;
  border: 1px solid #404040 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
  z-index: 20 !important;
  display: none !important;
  min-width: 120px !important;
}

.delete-menu button {
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  padding: 0.75rem 1rem !important;
  width: 100% !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: background 0.2s ease !important;
  font-size: 0.9rem !important;
}

.delete-menu button:hover {
  background: #404040 !important;
}

.delete-menu button:first-child {
  border-radius: 8px 8px 0 0 !important;
}

.delete-menu button:last-child {
  border-radius: 0 0 8px 8px !important;
}

/* Responsive Profile Styles */
@media (max-width: 768px) {
  .profile-header {
    padding: 0.875rem 1rem !important;
    gap: 0.75rem !important;
  }
  
  .profile-avatar {
    width: 44px !important;
    height: 44px !important;
    font-size: 1.125rem !important;
  }
  
  .profile-display-name {
    font-size: 1rem !important;
  }
  
  .profile-username {
    font-size: 0.7rem !important;
    padding: 0.2rem 0.4rem !important;
  }
  
  .profile-post-count {
    font-size: 0.7rem !important;
    padding: 0.2rem 0.4rem !important;
  }
}

@media (max-width: 480px) {
  .profile-header {
    padding: 0.75rem !important;
    gap: 0.625rem !important;
  }
  
  .profile-avatar {
    width: 40px !important;
    height: 40px !important;
    font-size: 1rem !important;
  }
  
  .profile-display-name {
    font-size: 0.95rem !important;
  }
  
  .profile-username {
    font-size: 0.65rem !important;
    padding: 0.15rem 0.35rem !important;
  }
  
  .profile-post-count {
    font-size: 0.65rem !important;
    padding: 0.15rem 0.35rem !important;
  }
  
  .profile-name-section {
    gap: 0.375rem !important;
  }
  
  .profile-stats-section {
    gap: 0.375rem !important;
  }
}
