.wpml-comment-wrapper {
    margin-top: 10px;
}

.wpml-comment-language {
    margin-bottom: 10px;
    font-size: 13px;
    opacity: 0.8;
}

.wpml-flag {
    margin-right: 6px;
}

.wpml-translated-label {
    font-size: 12px;
    margin-bottom: 8px;
    opacity: 0.7;
    font-style: italic;
}

.wpml-original-toggle {
    margin-top: 10px;
    cursor: pointer;
    font-size: 13px;
    opacity: 0.8;
}

.wpml-original-toggle:hover {
    text-decoration: underline;
}

.wpml-original-text {
    margin-top: 12px;
    padding: 10px;
    background: #f5f5f5;
    border-left: 3px solid #ddd;
}

.wpml-lang-icon {
    margin-right: 6px;
    opacity: 0.7;
    font-style: normal;
}

.wpml-translate-btn {
    margin-top: 10px;
    padding: 5px 10px;
    border: 1px solid #9e5cad;
    background: #9e5cad;
    cursor: pointer;
    border-radius: 4px;
	color: #f4f4f4;
	font-size: .8rem;
	-webkit-box-shadow: 0 2px 0 #9e5cad;
	box-shadow: 0 2px 0 #9e5cad;
}

.wpml-translate-btn.loading {
    opacity: 0.6;
}

.wpml-translated-text {
    margin-top: 12px;
}

.wpml-comment-link {
    text-align: right;
    margin-top: 8px;
    font-size: 0.85em;
    font-style: italic;
    opacity: 0.8;
}

.wpml-comment-link a {
    text-decoration: none;
    color: #666;
    transition: all 0.2s ease;
}

.wpml-comment-link a::before {
    content: "↗ ";
    font-style: normal;
}

.wpml-comment-link a:hover {
    color: #000;
    opacity: 1;
}
.wpml-comment-link {
    border-top: 1px dashed #ddd;
    padding-top: 6px;
}