.elementor-1216 .elementor-element.elementor-element-022fcd0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1216 .elementor-element.elementor-element-8659dac.elementor-element{--align-self:flex-end;}.elementor-1216 .elementor-element.elementor-element-b7c8df2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:100px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1216 .elementor-element.elementor-element-73eca58.elementor-element{--align-self:center;}/* Start custom CSS for shortcode, class: .elementor-element-8659dac *//* Compact Logout Button - Matching "+ Create Ticket" */
.client-logout-pill {
    display: inline-flex; 
    align-items: center; 
    padding: 6px 16px; /* Significantly reduced padding */
    background-color: #1a1a1a; /* A softer dark gray/black to match the Fluent Support buttons */
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 6px; /* Rounded corners instead of a full pill */
    font-family: inherit; 
    font-weight: 500;
    font-size: 14px; /* Smaller, cleaner text */
    transition: background-color 0.3s ease, transform 0.2s ease;
    border: none;
    cursor: pointer;
}

/* Shrink the icon to fit the smaller button */
.client-logout-pill svg {
    width: 14px !important; 
    height: 14px !important; 
    margin-right: 6px !important; /* Less space between the icon and the text */
    flex-shrink: 0;
}

/* Subtle hover effect */
.client-logout-pill:hover {
    background-color: #333333; 
    color: #ffffff !important;
    transform: translateY(-1px); /* Very subtle lift */
}/* End custom CSS */