braze-cards-bell[disabled] {
  pointer-events: none;
  opacity: 0.5;
  transition: opacity 0.2s;
}
braze-cards-bell {
  cursor: pointer;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.2s;
}
braze-cards-bell .theme-icon {
  transform: scale(1.15);
}
div.ab-feed {
  background-color: var(--color-neutral-0);
  width: 100%;
  max-width: 500px;
  font-family: var(--font-family-primary);
  flex-direction: column;
  display: flex;
  overflow: hidden;
}
div.ab-feed * {
  font-family: var(--font-family-primary);
}
div.ab-feed:before {
  content: '';
  background-color: var(--page-background-color, #0004);
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
div.ab-feed .ab-feed-buttons-wrapper {
  background-color: var(--color-neutral-0);
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 32px 24px 16px;
  display: flex;
}
div.ab-feed .ab-refresh-button {
  display: none;
}
div.ab-feed .ab-feed-buttons-wrapper .ab-close-button {
  cursor: pointer;
  background: 0 0;
  border: none;
  width: 24px;
  height: 24px;
  margin-left: auto;
  padding: 0;
  transition: opacity 0.2s;
  position: relative;
}
div.ab-feed .ab-feed-buttons-wrapper:before {
  width: 90%;
  height: auto;
  color: var(--color-neutral-900);
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
div.ab-feed .ab-feed-buttons-wrapper .ab-close-button:before,
div.ab-feed .ab-card .ab-close-button:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.895 0.75L0.75 20.895M20.895 20.895L0.75 0.75L20.895 20.895Z' stroke='%23191919' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body > div.ab-feed .ab-feed-body {
  background-color: var(--color-neutral-0);
  height: 100%;
  min-height: auto;
  padding: 0 24px 24px;
  position: static;
  overflow-y: auto;
}
div.ab-feed .ab-card {
  border: 1px solid var(--color-neutral-300, #e5e5e5);
  box-shadow: none;
  margin-bottom: 8px;
  padding: 16px;
  overflow: hidden;
}
div.ab-feed .ab-card .ab-close-button svg {
  display: none;
}
div.ab-feed .ab-card .ab-close-button:before {
  width: 15px;
  height: 15px;
}
div.ab-feed .ab-card .ab-close-button {
  opacity: 1;
  left: 0;
  right: auto;
}
@media screen and (max-width: 768px) {
  div.ab-feed .ab-card .ab-close-button {
    opacity: 1;
  }
}
div.ab-feed .ab-card.ab-classic-card {
  grid-template-columns: 65px minmax(0, 1fr);
  gap: 8px 16px;
  display: grid;
}
div.ab-feed .ab-card.ab-classic-card .braze-card-time-ago {
  grid-area: 1/1 / auto/-1;
  margin-bottom: 0;
}
div.ab-feed .ab-card.ab-classic-card .ab-image-area {
  grid-area: 2/1;
}
div.ab-feed .ab-card.ab-classic-card .ab-card-body {
  grid-area: 2/2;
}
div.ab-feed .ab-card.ab-classic-card .braze-card-buttons {
  grid-area: 3/1 / auto/-1;
}
div.ab-feed .braze-card-time-ago {
  text-align: right;
  color: var(--color-neutral-900);
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
div.ab-feed .ab-card:has(.ab-unread-indicator) .braze-card-time-ago:after {
  content: '';
  background-color: var(--color-neutral-900);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  display: inline-block;
}
div.ab-feed .ab-card:has(.ab-unread-indicator.read) .braze-card-time-ago:after {
  display: none;
}
div.ab-feed .ab-card.ab-captioned-image .ab-image-area {
  aspect-ratio: 420/150;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 8px;
  overflow: hidden;
}
div.ab-feed .ab-card.ab-classic-card.with-image .ab-image-area {
  flex: 1 0 auto;
  width: 65px;
  height: 65px;
  padding: 0;
  position: static;
}
div.ab-feed .ab-card.ab-classic-card.with-image .ab-image-area img,
div.ab-feed .ab-card.ab-classic-card.with-image .ab-image-area svg,
div.ab-feed .ab-card.ab-captioned-image .ab-image-area svg,
div.ab-feed .ab-card.ab-captioned-image .ab-image-area img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
div.ab-feed .ab-card.ab-captioned-image {
  background-color: #0000;
}
div.ab-feed .ab-card:last-child {
  margin-bottom: 0;
}
div.ab-feed .ab-card:has(.ab-unread-indicator) {
  background-color: var(--color-brand-50);
}
div.ab-feed .ab-card:has(.ab-unread-indicator.read) {
  background-color: #0000;
}
div.ab-feed .ab-card .ab-card-body {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
div.ab-feed .ab-card.ab-classic-card.with-image .ab-card-body[dir='ltr'] {
  min-height: auto;
  padding-left: 0;
}
div.ab-feed .ab-card .ab-title {
  color: var(--color-neutral-900);
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
div.ab-feed .ab-card .ab-description {
  color: var(--color-neutral-900);
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
div.ab-feed .ab-card.ab-classic-card.with-image .ab-description {
  padding: 0;
}
div.ab-feed .ab-empty-state {
  text-align: center;
  color: var(--color-neutral-500, #666);
  padding: 48px 24px;
}
div.ab-feed .ab-card .ab-unread-indicator {
  display: none;
}
body:has(div.ab-feed.ab-effect-slide.ab-show):after {
  opacity: 0.5;
  pointer-events: auto;
}
div.ab-feed .ab-card .ad-button-voucher {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  display: flex;
}
div.ab-feed .ab-card .ad-button-voucher .braze-card-voucher-code-icon {
  width: 24px;
  height: 24px;
  display: block;
  position: relative;
}
div.ab-feed .ab-card .ad-button-voucher.success {
  background-color: var(--color-success-50);
  color: var(--color-success-900);
  border-color: var(--color-success-900);
  transition: all 0.2s;
}
div.ab-feed .ab-card .ad-button-voucher .braze-card-voucher-code-icon,
div.ab-feed .ab-card .ad-button-voucher .braze-card-voucher-code-text {
  display: block;
}
div.ab-feed .ab-card .ad-button-voucher.success .braze-card-voucher-code-icon,
div.ab-feed .ab-card .ad-button-voucher.success .braze-card-voucher-code-text,
div.ab-feed .ab-card .ad-button-voucher .braze-card-voucher-copied-text {
  display: none;
}
div.ab-feed .ab-card .ad-button-voucher.success .braze-card-voucher-copied-text {
  display: inline;
}
div.ab-feed .ab-card .ad-button-link {
  background-color: var(--color-neutral-900);
  color: var(--color-neutral-0);
  border-color: var(--color-neutral-900);
}
div.ab-feed .ab-card .ad-button-link:hover {
  text-decoration: none;
}
body > div.ab-feed .ab-no-cards-message {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding-top: 32px;
  display: flex;
  position: static;
  top: 0;
}
div.ab-feed .ab-no-cards-message .braze-no-cards-icon {
  width: 65px;
  height: 65px;
}
div.ab-feed .ab-no-cards-message .braze-no-cards-title {
  color: var(--color-neutral-900);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
div.ab-feed .ab-no-cards-message .braze-no-cards-description {
  color: var(--color-neutral-900);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
div.ab-feed .ab-no-cards-message .braze-no-cards-button {
  width: 100%;
  max-width: 420px;
}
