.hive-special-cta {
    position: fixed!important;
    bottom: 215px;
    right: -320px;
    padding: 15px;
    max-width: 280px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    z-index: 9999999999!important;
    font-family: sans-serif;
    opacity: 0;
    transition: right 0.6s ease-out,left 0.6s ease-out;
}
.hive-special-cta.show {
    right: 20px;
    opacity: 1;
}
.hive-special-cta p {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.3;
}
.hive-special-cta a {
    display: inline-block;
    color: #000;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.hive-special-cta a:hover {
    filter: brightness(0.9);
}
.hive-special-cta .hive-icon {
    display: none;
}

.hive-special-cta .hive-close {
    position: absolute;
    top: -32px;
    right: 24px;
    height: 24px;
    width: 24px;
    border-radius: 20px;
    background-color: rgb(124, 152, 182);
    border: 1px solid rgb(124, 152, 182);
        font-size: 14px;
    cursor: pointer;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: lowercase;
    font-weight: 300;
}

.hive-special-cta .hive-close:hover {
    color: #000;
}

// chat conflict z-index fix
#hubspot-messages-iframe-container {
	z-index:9999!important;
}

/* Mobile style adjustments */
@media (max-width: 768px) {
    .hive-special-cta {
        bottom: 8px;
		/*top:120px;*/
        left: -320px; /* start hidden on mobile */
        right: auto;
        max-width: 260px;
        opacity:1;
        max-width: 235px;
		height:fit-content;
    }
    .hive-special-cta.show {
        left: 8px;
    }
    .hive-special-cta.show .hive-icon {
        display: none;
    }
    .hive-special-cta.mini {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px, rgba(0, 0, 0, 0.2) 0px 2px 12px;
        border-radius: 50%;
        height: 60px;
        width: 60px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        left: 20px !important;
        border-color: rgb(217, 169, 39)!important;
        background: rgb(217, 169, 39)!important;
    }
    .hive-special-cta.mini p,
    .hive-special-cta.mini a {
        display: none;
    }
    .hive-special-cta.mini .hive-icon {
        display: flex;
        color: #ffffff;
    }
    .hive-special-cta.mini .hive-icon .dashicons,
    .hive-special-cta.mini .hive-icon .dashicons:before {
        font-size: 32px!important; 
        width: 32px!important;
        height: 32px!important;
    }
	.hive-special-cta .hive-close {
        display: none; 
    }
}






