/*
Theme Name: edumy-child
Version: 1.0
Description: A child theme of Edumy
Author: admin
Template: edumy
*/

@import url("../edumy/style.css");

/* .workshop-register {
  background: #5a54ea;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 28px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s;
}

.workshop-register:hover {
  background: #3d39b7;
} */

.workshops-list {
  display: flex;
  flex-wrap: wrap;
}
.workshop-card-col {
  display: flex;
}
.workshop-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  padding: 28px 24px;
  min-height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  position: relative;
}

.view-scl-btn {
  background: #6c63ff;
  color: #fff;
  padding: 12px 12px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.view-scl-btn:hover {
  background: #5a54ea;
  color: #fff;
}

.workshop-expired-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #ff0000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  padding: 4px 14px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(227, 75, 139, 0.12);
}
.workshop-content {
  position: relative;
}

.service-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.service-card-link .service-card {
  transition: box-shadow 0.2s, transform 0.2s;
}
.service-card-link:hover .service-card {
  box-shadow: 0 6px 24px rgba(108, 99, 255, 0.13);
  transform: translateY(-4px) scale(1.02);
}
.learn-more {
  display: inline-block;
  margin-top: 10px;
  color: #6c63ff;
  font-weight: 600;
}

.workshop-expired-badge-card {
  position: absolute;
  bottom: 18px;
  right: 18px;
  background: #ff0000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  padding: 4px 14px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(227, 75, 139, 0.12);
}
