/* SudheerImage plugin styles - reuses button visual language from sudheerquote */
.sudheerimage {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

/* container for share buttons under image */
.sudheerimage .image-share {
    margin-top: 8px;
    text-align: center;
    display: inline-block;
}

/* "Pin it:" label */
.sudheerimage .image-share span {
    display: inline-block;
    margin-right: 8px;
    font-weight: 600;
    vertical-align: middle;
    color: #222;
}

/* Buttons: base style */
.sudheerimage .image-share a {
    display: inline-block;
    padding: 6px 14px;
    font-size: 15px;
    border-radius: 15px;
    color: #fff;
    text-decoration: none;
    margin: 0 4px;
    line-height: 1;
    border: 1px solid transparent;
}

/* Match appearance to sudheerquote icons */
.sudheerimage .image-share a.icon-pinterest { background: #E60023; border-color: #E60023; }
.sudheerimage .image-share a.icon-download  { background: #444444; border-color: #444444; }

/* Hover effects */
.sudheerimage .image-share a:hover { opacity: 0.95; transform: translateY(-1px); }

/* Ensure images wrapped are responsive and buttons centered */
.sudheerimage img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}


.entry-content img.sudheerimage-processed {
    /* marker class, no change */
}

/* small-screen tweaks */
@media (max-width: 480px) {
    .sudheerimage .image-share a { padding: 6px 10px; font-size: 14px; }
    .sudheerimage .image-share span { display: none; } /* hide "Pin it:" label on very small screens if desired */
}
