
.wp-block-quote .quote-card-buttons {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wp-block-quote .copy-quote-button,
.wp-block-quote .tweet-quote-button {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #2c3e50;
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 2px 6px rgba(44, 62, 80, 0.1);
}

.wp-block-quote .copy-quote-button:hover,
.wp-block-quote .tweet-quote-button:hover {
  background-color: #1a252f;
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.15);
}
