/* Esquina VIP asignada manualmente por administración. */
.rib-vip {
  position: absolute;
  z-index: 5;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: 68px solid transparent;
  border-right: 68px solid #ff2fa8;
  pointer-events: none;
  filter: drop-shadow(-2px -2px 4px rgba(170,0,91,.24));
}
.rib-vip span {
  position: absolute;
  right: -65px;
  top: -28px;
  width: 48px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-45deg);
  transform-origin: center;
}
@media (max-width: 768px) {
  .rib-vip {
    border-top-width: 60px;
    border-right-width: 60px;
  }
  .rib-vip span {
    right: -58px;
    top: -25px;
    width: 44px;
    font-size: 12px;
  }
}
