
.custom-social-proof {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 4 !important;
}

.custom-social-proof .custom-notification {
    width: 260px;
    border: 0;
    text-align: left;

    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.custom-social-proof .custom-notification .custom-notification-container {
    display: flex !important;
    align-items: center;
    height: 90px;
    background: #cedae582;
}

.custom-social-proof
.custom-notification
.custom-notification-container
.custom-notification-image-wrapper
img {
    max-height: 75px;
    width: 65px;
    overflow: hidden;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
    vertical-align: middle;
}

.custom-social-proof
.custom-notification
.custom-notification-container
.custom-notification-content-wrapper {
    margin: 0;
    height: 100%;
    color: gray;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0 6px 6px 0;
    flex: 1;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.custom-social-proof
.custom-notification
.custom-notification-container
.custom-notification-content-wrapper
.custom-notification-content {
    font-family: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 14px;
    line-height: 16px;
}

.custom-social-proof
.custom-notification
.custom-notification-container
.custom-notification-content-wrapper
.custom-notification-content
small {
    margin-top: 3px !important;
    display: block !important;
    font-size: 12px !important;
    opacity: 0.8;
}

p {
    font-size: inherit;
	font-weight: inherit; 
}

* {padding: 0px;
	margin: 0px;
	border: none;}
*,
*::before,
*::after {box-sizing: border-box;}
a, a:link, a:visited  {text-decoration: none;}
a:hover  {text-decoration: none;}
aside, nav, footer, header, section, main {
	display: block;}
p {
    font-size: inherit;
	font-weight: inherit;}
img {
	vertical-align: top;}
img, svg {
	max-width: 100%;
	height: auto;}
address {
  font-style: normal;}
