/* TDPS Greeting Shortcode — CRM embed (TDPS_Greeting_Shortcode) */

/* Greeting Shortcode */
.tdps-crm-greeting {
    display: block;
    line-height: 1.6;
    font-weight: bold;
    font-size: 1.0em;
    text-align: center;
}

.tdps-crm-greeting-link {
    color: #2271b1;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.00em;
    transition: color 0.2s ease;
}

.tdps-crm-greeting-link:hover {
    color: #135e96;
    text-decoration: underline;
}

/* Match account dashboard tab count badge exactly – square badges (red bg, white text) */
.tdps-crm-greeting .tdps-crm-tab-count,
.tdps-crm-greeting a.tdps-crm-tab-count,
.tdps-crm-greeting .tdps-crm-tab-count.tdps-crm-greeting-badge-count,
.tdps-crm-greeting a.tdps-crm-tab-count.tdps-crm-greeting-badge-count {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    color: #fff !important;
    background: #d63638 !important;
    border-radius: 4px;
    margin-left: 4px;
    text-decoration: none !important;
}

.tdps-crm-greeting .tdps-crm-tab-count:hover,
.tdps-crm-greeting a.tdps-crm-tab-count:hover,
.tdps-crm-greeting .tdps-crm-tab-count.tdps-crm-greeting-badge-count:hover,
.tdps-crm-greeting a.tdps-crm-tab-count.tdps-crm-greeting-badge-count:hover {
    background: #b32d2e !important;
    color: #fff !important;
}

