.tox-promotion {
  display: none !important;
}

.hoverCard {
  transition: scale 0.4s;
}

.hoverCard:hover {
  scale: 1.03;
}

.blog-post-back-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #6b7280;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.blog-post-back-action:hover {
  background: #6b7280;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(107, 114, 128, 0.3);
  text-decoration: none;
}

.blog-post-back-action:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.2);
}

/* Job Detail Back Button Styles */
.twm-job-self-wrap .twm-job-self-info .twm-job-self-top .twm-media-bg {
  position: relative !important;
}

.job-detail-back-action {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 10;
}

.btn-back-job {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  border: none;
  background: rgba(255, 255, 255, 0.9);
  color: #6b7280;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.btn-back-job:hover {
  background: #6b7280;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(107, 114, 128, 0.3);
  text-decoration: none;
}

.btn-back-job:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(107, 114, 128, 0.2);
}