.content-text p {
    margin-bottom: 1.25rem;
}

.content-text img {
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 0.5rem;
}

.watermark-text {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(0, 0, 0, 0.45);
    padding: 4px 10px;
    border-radius: 4px;
    pointer-events: none;
    user-select: none;
    white-space: nowrap;
}

.btn-glassmorphism {
    position: absolute;
    bottom: 10px;
    left: 15px;
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    font-weight: 500;
    font-size: 0.9rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn-glassmorphism:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
}

.btn-glassmorphism i {
    font-size: 1rem;
}

@media (max-width: 576px) {
    .btn-glassmorphism {
        font-size: 0.8rem;
        padding: 6px 12px;
    }
}

.protect-image {
    -webkit-user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    /* iOS: disable long-press menu */
}
