.aesop-component.aesop-component-chat {
  padding: 20px 0;
}
.aesop-component.aesop-component-chat + .aesop-component-chat {
  margin-top: -40px;
}

.aesop-component-chat-container {
  margin: auto;
  position: relative;
}
.has-avatar .aesop-component-chat-container {
  padding: 0 50px;
}

.aesop-component-chat-bubble {
  display: inline-block;
  margin: 0 20px;
  min-height: 50px;
  padding: 6px 20px;
  position: relative;
  text-align: left;
}

.aesop-component-chat-avatar {
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  display: none;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
.aesop-component-chat-direction-right + .aesop-component-chat-avatar {
  left: auto;
  right: 0;
}
.has-avatar .aesop-component-chat-avatar {
  display: block;
}

.aesop-component-chat-bubble-arrow {
  pointer-events: none;
}

.aesop-component-chat.generic .aesop-component-chat-bubble {
  border-radius: 15px;
}
.aesop-component-chat.generic .aesop-component-chat-direction-left .aesop-component-chat-bubble-arrow,
.aesop-component-chat.generic .aesop-component-chat-direction-right .aesop-component-chat-bubble-arrow {
  border: 10px solid transparent;
  border-bottom-color: transparent !important;
  border-top-color: transparent !important;
  position: absolute;
  top: 15px;
}
.aesop-component-chat.generic .aesop-component-chat-direction-left .aesop-component-chat-bubble-arrow {
  border-left-color: transparent !important;
  right: 100%;
}
.aesop-component-chat.generic .aesop-component-chat-direction-right .aesop-component-chat-bubble-arrow {
  border-right-color: transparent !important;
  left: 100%;
}

.aesop-component-chat.hangouts .aesop-component-chat-bubble {
  border-radius: 5px;
}
.aesop-component-chat.hangouts .aesop-component-chat-bubble.aesop-component-chat-direction-left {
  border-radius: 0 5px 5px;
}
.aesop-component-chat.hangouts .aesop-component-chat-bubble.aesop-component-chat-direction-right {
  border-radius: 5px 5px 0;
}
.aesop-component-chat.hangouts .aesop-component-chat-direction-left .aesop-component-chat-bubble-arrow,
.aesop-component-chat.hangouts .aesop-component-chat-direction-right .aesop-component-chat-bubble-arrow {
  border: 10px solid transparent;
  position: absolute;
}
.aesop-component-chat.hangouts .aesop-component-chat-direction-left .aesop-component-chat-bubble-arrow {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  right: 100%;
  top: 0;
}
.aesop-component-chat.hangouts .aesop-component-chat-direction-right .aesop-component-chat-bubble-arrow {
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  bottom: 0;
  left: 100%;
}
.aesop-component-chat.hangouts .aesop-component-chat-direction-right + .aesop-component-chat-avatar {
  bottom: 0;
  top: auto;
}

.aesop-component-chat.fb .aesop-component-chat-bubble {
  border-radius: 30px;
}
.aesop-component-chat.fb .aesop-component-chat-avatar {
  bottom: 0;
  top: auto;
}

.aesop-component-chat.ios .aesop-component-chat-bubble {
  border-radius: 30px;
}
.aesop-component-chat.ios .aesop-component-chat-avatar {
  bottom: 0;
  top: auto;
}
.aesop-component-chat.ios .aesop-component-chat-direction-left .aesop-component-chat-bubble-arrow,
.aesop-component-chat.ios .aesop-component-chat-direction-right .aesop-component-chat-bubble-arrow {
  bottom: 0;
  height: 27px;
  overflow: hidden;
  position: absolute;
  width: 35px;
}
.aesop-component-chat.ios .aesop-component-chat-direction-left .aesop-component-chat-bubble-arrow:before,
.aesop-component-chat.ios .aesop-component-chat-direction-right .aesop-component-chat-bubble-arrow:before {
  border-color: inherit;
  border-radius: 50%;
  border-style: solid;
  border-width: 0 20px;
  bottom: 0;
  content: '';
  height: 55px;
  position: absolute;
  width: 70px;
}
.aesop-component-chat.ios .aesop-component-chat-direction-left .aesop-component-chat-bubble-arrow {
  margin-right: -21px;
  right: 100%;
}
.aesop-component-chat.ios .aesop-component-chat-direction-left .aesop-component-chat-bubble-arrow:before {
  margin-left: -35px;
}
.aesop-component-chat.ios .aesop-component-chat-direction-right .aesop-component-chat-bubble-arrow {
  left: 100%;
  margin-left: -21px;
}

.aesop-component-chat-avatar.squircle {
  border-radius: 5px;
}

.aesop-component-chat-avatar.circle {
  border-radius: 50%;
}
