/* =============================================
   Mention Global CSS — Tüm sayfalarda geçerli
   ============================================= */

/* Mention tag styling */
.mention-tag {
    background: rgba(55, 136, 216, 0.12);
    color: #2980b9;
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s;
}

.mention-tag:hover {
    background: rgba(55, 136, 216, 0.25);
    color: #1a5276;
    text-decoration: none;
}

.mention-tag.mention-contact {
    background: rgba(155, 89, 182, 0.12);
    color: #8e44ad;
}

.mention-tag.mention-contact:hover {
    background: rgba(155, 89, 182, 0.25);
    color: #6c3483;
}

/* At.js dropdown override */
.atwho-view {
    z-index: 99999 !important;
    border: 1px solid #e4e9f0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    max-height: 300px;
    min-width: 250px;
}

.atwho-view .atwho-header {
    background: #f7f9fc;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    color: #7f8c8d;
    border-bottom: 1px solid #e4e9f0;
    border-radius: 8px 8px 0 0;
}

.atwho-view ul li {
    padding: 8px 12px;
    font-size: 13px;
    border-bottom: 1px solid #f4f6f9;
    transition: background 0.15s;
}

.atwho-view ul li:last-child {
    border-bottom: none;
}

.atwho-view ul li.cur {
    background: #ecf5ff;
    color: #2980b9;
}

.atwho-view ul li:hover {
    background: #f0f4f8;
}

.atwho-view ul li img {
    border-radius: 50%;
    vertical-align: middle;
}

.atwho-view ul li small {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
