.undigpress-copy-container { width: 100%; }
.undigpress-heading { margin-bottom: 15px; }
.undigpress-image { margin-bottom: 15px; display: inline-block;}
.undigpress-image img { max-width: 100%; height: auto; display: block;}
.undigpress-copy-btn { border: none; padding: 12px 24px; border-radius: 6px; cursor: pointer; font-size: 15px; font-weight: 500; transition: all 0.3s ease; display: inline-flex; align-items: center; justify-content: center; background-color: #333; color: #fff; }
.undigpress-copy-btn:hover { opacity: 0.9; }
.undigpress-copy-btn i { line-height: 1; }
.undigpress-qr-wrapper { margin: 15px 0; }

/* Carousel Styles */
.undigpress-carousel-wrapper { width: 100%; position: relative; }
.undigpress-swiper-image-wrap { display: flex; justify-content: center; align-items: center; overflow: hidden; }
.undigpress-swiper-image-wrap.stretch-image img { width: 100%; height: 100%; object-fit: cover; }
.undigpress-swiper-image { max-width: 100%; height: auto; display: block; }
.undigpress-swiper .swiper-pagination { position: relative; margin-top: 15px; }
.undigpress-swiper .swiper-button-next, .undigpress-swiper .swiper-button-prev { color: #333; transform: scale(0.7); }

/* Wishes & RSVP Styles */
.undig-combo-form { background: #fff; padding: 25px; border-radius: 16px; font-family: inherit; }
.undig-field-group { margin-bottom: 20px; position: relative; }
.undig-input { width: 100%; padding: 14px; border: 1px solid #e0e0e0; border-radius: 10px; background: #fff; font-size: 14px; box-sizing: border-box; }
.undig-input:focus { outline: none; border-color: #333; }

/* Radio Kehadiran */
.undig-attendance-group { display: flex; gap: 10px; flex-wrap: wrap; }
.undig-radio-btn { flex: 1; text-align: center; cursor: pointer; min-width: 100px; }
.undig-radio-btn input { display: none; }
.undig-radio-btn span { display: block; padding: 12px 5px; border: 1px solid #e0e0e0; border-radius: 20px; background: #fff; transition: 0.2s; font-size: 13px; font-weight: 500; }
.undig-radio-btn input:checked + span { background: #333; color: #fff; border-color: #333; }

/* Checkbox Acara Asli */
.undig-label-title { display: block; font-size: 14px; font-weight: 600; margin-bottom: 12px; color: #555; }
.undig-events-grid { display: flex; flex-direction: column; gap: 12px; }
.undig-check-box-label { display: flex; align-items: center; cursor: pointer; gap: 10px; font-size: 14px; }
.undig-check-box-label input { display: none; }
.undig-checkmark { width: 22px; height: 22px; border: 2px solid #ccc; border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; transition: 0.2s; background: #fff; }
.undig-check-box-label input:checked + .undig-checkmark { background: #333; border-color: #333; }
.undig-check-box-label input:checked + .undig-checkmark::after { content: '\2714'; color: #fff; font-size: 14px; }

/* Sticker */
.undig-btn-sticker-trigger { background: transparent; border: 1px solid #ddd; padding: 10px 20px; border-radius: 20px; cursor: pointer; font-size: 13px; display: inline-flex; align-items: center; gap: 8px; color: #555; }
.undig-sticker-preview-box { position: relative; display: inline-block; margin-top: 15px; padding: 10px; background: #f9f9f9; border: 1px dashed #ccc; border-radius: 12px; }
.undig-sticker-preview-box img { max-width: 100px; height: auto; display: block; }
#undig_clear_sticker { position: absolute; top: -10px; right: -10px; background: #ff4d4d; color: #fff; border: none; border-radius: 50%; width: 24px; height: 24px; font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }

/* Modal Sticker */
.undig-sticker-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); z-index: 9999; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(3px); }
.undig-sticker-modal-content { background: #fff; width: 90%; max-width: 350px; border-radius: 20px; padding: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.undig-sticker-modal-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.undig-sticker-modal-header h4 { margin: 0; font-size: 16px; }
.undig-sticker-close-modal { background: #f5f5f5; border: none; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; font-size: 18px; }
.undig-sticker-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; max-height: 250px; overflow-y: auto; padding: 5px; }
.undig-sticker-option { cursor: pointer; padding: 5px; border-radius: 12px; border: 2px solid transparent; transition: 0.2s; text-align: center; }
.undig-sticker-option:hover { border-color: #eee; background: #fafafa; transform: scale(1.05); }
.undig-sticker-option img { max-width: 100%; height: auto; }

/* Feed Ucapan */
.undig-feed-container { margin-top: 40px; display: flex; flex-direction: column; gap: 20px; }
.undig-feed-item { display: flex; gap: 12px; }
.undig-feed-avatar { width: 45px; height: 45px; background: #e0e0e0; color: #555; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; flex-shrink: 0; font-size: 16px; }
.undig-feed-content { flex: 1; }
.undig-feed-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 5px; }
.undig-feed-name { font-weight: 700; font-size: 14px; color: #333; }
.undig-feed-time { font-size: 12px; color: #888; }
.undig-feed-bubble { background: #f4f4f4; padding: 12px 18px; border-radius: 0 15px 15px 15px; display: inline-block; max-width: 100%; box-sizing: border-box; }
.undig-feed-bubble p { margin: 0; font-size: 14px; color: #444; line-height: 1.5; }
.undig-feed-sticker { max-width: 120px; height: auto; display: block; margin-bottom: 10px; }

/* Tombol & Pesan */
.undig-btn-submit { background: #111; color: #fff; padding: 15px; border: none; border-radius: 25px; width: 100%; cursor: pointer; font-weight: bold; font-size: 15px; transition: 0.3s; }
.undig-btn-submit:hover { opacity: 0.9; }
.undig-btn-submit:disabled { background: #999; cursor: not-allowed; }
.undig-msg-box { margin-top:15px; padding: 12px; border-radius: 8px; font-size: 13px; text-align: center; }
.msg-success { background: #e8f5e9; color: #2e7d32; border: 1px solid #c8e6c9; }
.msg-error { background: #ffebee; color: #c62828; border: 1px solid #ffcdd2; }
