/**
* Theme Name: ClassiadsPro Child
* Description: This is a child theme of ClassiadsPro, generated by Designinvento Templates.
* Author: <a href="http://themeforest.net/user/designinvento">DesignInvento</a>
* Template: classiadspro
* Version: 6.1.11
*/

.specifications-locked {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.blurred-content {
  filter: blur(5px);
  pointer-events: none;
}

.locked-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(2px);
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #222;
  pointer-events: auto;
}


