/* ===============================
   VJERSKI WATERMARK CSS
   =============================== */

/* === SINGLE POST (Obituary Layout) === */
.obit-featured {
  position: relative;
  display: inline-block;
  line-height: 0;
}

.obit-featured img.obit-thumb {
  display: block;
  height: auto;
  max-width: 100%;
}

.obit-featured::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.9;
  pointer-events: none;
  z-index: 2;

  background-color: #fff;
  border-radius: 6px;
  padding: 5px;
  box-sizing: content-box;
  border: 1px solid rgba(0,0,0,.1);
}

/* === BLOG LISTING === */
.blog-post-loop .wd-post-img {
  position: relative;
}

.blog-post-loop .wd-post-img::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.9;
  pointer-events: none;
  z-index: 2;

  background-color: #fff;
  border-radius: 6px;
  padding: 5px;
  box-sizing: content-box;
  border: 1px solid rgba(0,0,0,.1);
}

/* === SINGLE POST (Woodmart featured image) === */
.single-post .wd-post-image {
  position: relative;
}

.single-post .wd-post-image::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.9;
  pointer-events: none;
  z-index: 2;

  background-color: #fff;
  border-radius: 6px;
  padding: 5px;
  box-sizing: content-box;
  border: 1px solid rgba(0,0,0,.1);
}
