/* Fix modal z-index issues */
/* Custom styles for Post Portal */

/* Media gallery card styling */
.media-card {
  transition: box-shadow 0.2s;
}

.media-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.media-card .media-delete-btn {
  z-index: 10;
  border-radius: 4px;
}

.media-card .media-delete-btn:hover {
  opacity: 1 !important;
}

/* Toast action button styling */
.toast-action-btn {
  font-weight: 500;
  padding: 0.375rem 0.75rem;
  border-radius: 0.375rem;
  transition: background-color 0.15s ease-in-out, transform 0.1s ease;
}

.toast-action-btn:hover {
  background-color: #e9ecef;
}

.toast-action-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
