/* Conversation Block Link Styles */
.infotel-conversation-block .com-login a,
.infotel-conversation-block .has-palette-color-2-color a {
    color: var(--theme-palette-color-2) !important;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.infotel-conversation-block .com-login a:hover,
.infotel-conversation-block .has-palette-color-2-color a:hover {
    color: var(--theme-palette-color-6) !important;
}

/* Ensure the strong tags inside links inherit the color */
.infotel-conversation-block .com-login a strong,
.infotel-conversation-block .has-palette-color-2-color a strong {
    color: inherit;
}

/* * Hide comment title */
h2#reply-title {
	display:none!important;
}
