.whatsapp-preview {
    max-width: 300px;
    margin: 0 auto;
}
.whatsapp-message {
    background: #fff;
    border-radius: 8px;
    padding: 8px 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.header-preview {
    font-weight: bold;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}
.header-preview.has-media {
    background: #f0f0f0;
    padding: 12px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 8px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.header-preview.has-media-image {
    padding: 0;
    overflow: hidden;
}
.header-preview.has-media-image .preview-media-img {
    width: 100%;
    max-height: 180px;
    object-fit: cover;
    display: block;
    border-radius: 6px;
}
.header-preview.has-media-image .preview-media-fallback {
    min-height: 100px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 1rem;
}
.header-preview.has-media-video .preview-media-video {
    width: 100%;
    max-height: 160px;
    border-radius: 6px;
    display: block;
}
.header-preview.has-media-document {
    min-height: 70px;
}
.header-media-content .header-media-img {
    max-height: 320px;
    object-fit: contain;
    width: auto;
    max-width: 100%;
}
.header-img-link:hover img {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.header-media-content .header-media-video {
    max-height: 220px;
    width: 100%;
}
.text-break {
    word-break: break-all;
}
.body-preview {
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-bottom: 4px;
}
.footer-preview {
    color: #8696a0;
    font-size: 12px;
    margin-top: 4px;
}
.buttons-preview {
    margin-top: 8px;
    border-top: 1px solid #eee;
    padding-top: 8px;
}
.buttons-preview .btn-whatsapp {
    display: block;
    width: 100%;
    text-align: center;
    padding: 6px;
    color: #00a5f4;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}
.buttons-preview .btn-whatsapp:last-child {
    border-bottom: none;
}
.time-preview {
    text-align: right;
    color: #8696a0;
    font-size: 11px;
    margin-top: 4px;
}
.button-item {
    background: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.bw-plantilla-preview-body {
    background: #e5ddd5;
    padding: 1rem;
}
