/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be defined here.

***************************************************** */
.plan-info {
  position: relative;
  padding-top: 20px;
}

.featured-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #ff4b2b;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.85rem;
  font-weight: bold;
  border-radius: 5px;
  z-index: 10;
  transform: rotate(15deg);
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
