/* AIRBB_V6714_ACCEPTED_GREEN_START */

/* Accepted co-host invitation — same green visual language as an active/approved state */
.le-cohost-card-copy [data-cohost-status="accepted"],
.le-cohost-detail-status[data-cohost-status="accepted"],
[data-v6714-accepted="1"] {
    color: #008A05 !important;
}

/* Keep pending invitation orange and do not affect Primary host / owner labels */
[data-cohost-status="pending"] {
    color: #B05A00 !important;
}

/* AIRBB_V6714_ACCEPTED_GREEN_END */