/* Technical cards stay fully visible within the standard post carousel. */
.profile-gallery { background: #fff; }
.profile-gallery .slide img { object-fit: contain; background: #fff; }
.profile-gallery .dot { background: #95adc4; width: 8px; height: 8px; }
.profile-gallery .dot.active { background: var(--jz); }
.profile-gallery .slide-label { max-width: calc(100% - 24px); white-space: normal; line-height: 1.4; }
.post-inquiry { display: block; background: var(--jz); color: #fff; text-align: center; padding: 12px; border-radius: 10px; margin-top: 12px; font-size: 14px; font-weight: 700; }
