/* ========================================================================
   KOMMENTARER (wpDiscuz)
   Typsnitt, styling och anpassningar för kommentarsfältet.
   ======================================================================== */

/* --- 1. TYPSNITT & STYLING --- */
.wpd-comment-text p {
    font-family: 'proxima_nova_regular' !important;
    color: #4d524d;
}

.wpd-comment-author {
    font-family: 'proxima_nova_regular' !important;
}

.wpd-comment-label {
    font-family: 'proxima_nova_regular' !important;
    font-weight: normal;
}

.wpd-reply-button {
    font-family: 'proxima_nova_regular' !important;
}

/* --- 2. REPLY TO --- */
.wpd-reply-to,
.wpd-reply-to a {
    font-family: 'proxima_nova_regular' !important;
    font-size: 12px !important;
    color: #666666 !important;
    text-decoration: none !important;
}

/* --- 3. DÖLJA DATUM (synligt för admins) --- */
.wpd-comment-date {
    display: none !important;
}

body.sp-is-admin .wpd-comment-date {
    display: inline !important;
}
