/* Aqua Zsoka Blurb Link Sharing 1.1.0 | JnM Web Creations */
:root {
  --azbs-accent: #0097b2;
  --azbs-preview: #15363c;
  --azbs-preview-text: #fff;
}
/* Scope only to the user's links row or explicit opt-in classes.
   Native Divi colors, typography, backgrounds, borders and radii are untouched. */
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) {
  --azbs-image-size: var(--azbs-image-desktop, 80px);
  --azbs-column-gap: var(--azbs-gap-desktop, 16px);
  --azbs-fit: var(--azbs-image-fit, contain);
}
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share).az-image-cover { --azbs-fit: cover; }
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share).az-image-contain { --azbs-fit: contain; }
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_blurb_content {
  display: grid !important;
  grid-template-columns: var(--azbs-image-size) minmax(0, 1fr) 44px;
  align-items: center;
  column-gap: var(--azbs-column-gap);
  box-sizing: border-box;
  width: 100% !important; max-width: none !important;
  min-height: var(--azbs-image-size);
  margin: 0 !important; padding: 0 !important;
}
/* The image slot remains reserved for cards with no image, keeping titles aligned. */
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_main_blurb_image {
  grid-column: 1; grid-row: 1;
  display: flex !important; align-items: center; justify-content: center;
  width: var(--azbs-image-size) !important; max-width: 100% !important;
  height: var(--azbs-image-size) !important;
  margin: 0 !important; padding: 0 !important;
  line-height: 1; flex-shrink: 0;
}
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_main_blurb_image > a,
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_main_blurb_image .et_pb_image_wrap {
  display: flex !important; align-items: center; justify-content: center;
  box-sizing: border-box;
  width: 100% !important; max-width: 100% !important;
  height: 100% !important; margin: 0 !important;
}
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_main_blurb_image img {
  display: block;
  width: 100% !important; max-width: 100% !important;
  height: 100% !important; max-height: 100% !important;
  object-fit: var(--azbs-fit) !important;
  object-position: center; margin: 0 !important;
}
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_main_blurb_image .et-pb-icon {
  font-size: calc(var(--azbs-image-size) * .60) !important;
  line-height: 1 !important;
}
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_blurb_container {
  grid-column: 2; grid-row: 1;
  display: block !important;
  min-width: 0; width: 100% !important; max-width: none !important;
  padding: 0 !important; margin: 0 !important;
  text-align: center !important;
  overflow-wrap: anywhere;
}
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_module_header,
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_blurb_description,
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_blurb_description p {
  text-align: center !important;
  overflow-wrap: anywhere;
}
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_module_header { padding-bottom: 0; }
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_blurb_description { margin-top: 6px; }
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_blurb_description:empty { display: none; }
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .azbs-title-link { color: inherit; }
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_blurb_content > button.azbs-trigger {
  grid-column: 3; grid-row: 1;
  align-self: center; justify-self: center;
  appearance: none; -webkit-appearance: none;
  display: inline-flex !important; align-items: center; justify-content: center;
  position: relative; inset: auto; transform: none; z-index: 5;
  box-sizing: border-box; width: 44px; height: 44px; min-width: 44px;
  margin: 0 !important; padding: 0 !important;
  border: 0; border-radius: 0;
  background: transparent; background-image: none;
  color: inherit; box-shadow: none; cursor: pointer;
  font: inherit; line-height: 1; text-decoration: none;
  transition: opacity .16s ease;
  -webkit-tap-highlight-color: transparent;
}
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .azbs-trigger::before,
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .azbs-trigger::after { content: none !important; }
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .et_pb_blurb_content > button.azbs-trigger:hover { opacity: .65; }
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .azbs-trigger svg { width: 23px; height: 23px; pointer-events: none; }
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .azbs-trigger:focus-visible,
:is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .azbs-title-link:focus-visible {
  outline: 3px solid var(--azbs-accent); outline-offset: 2px;
}
@media (max-width: 767px) {
  :is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) {
    --azbs-image-size: var(--azbs-image-mobile, 64px);
    --azbs-column-gap: var(--azbs-gap-mobile, 10px);
  }
}
/* Native dialog is in the browser top layer, above Divi headers/overlays. */
dialog.azbs-dialog {
  box-sizing: border-box; position: fixed; inset: 0;
  width: min(520px, calc(100vw - 32px)); max-width: calc(100vw - 32px);
  height: fit-content; max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px);
  margin: auto; padding: 0; overflow: visible;
  border: 0; border-radius: 24px; background: #fff; color: #19343b;
  box-shadow: 0 24px 80px rgba(0,0,0,.24);
  font-family: inherit; font-size: 16px; font-weight: 400; line-height: 1.5;
  text-align: start; text-transform: none; letter-spacing: normal;
  isolation: isolate; z-index: 2147483001;
}
dialog.azbs-dialog:not([open]), .azbs-dialog [hidden], .azbs-fallback-shade[hidden] { display: none !important; }
dialog.azbs-dialog::backdrop { background: rgba(12, 27, 32, .64); }
.azbs-dialog, .azbs-dialog * { box-sizing: border-box; }
.azbs-dialog .azbs-panel {
  overflow-y: auto; overscroll-behavior: contain;
  max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px);
  border-radius: inherit; background: #fff;
}
.azbs-dialog .azbs-header {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  position: sticky; top: 0; z-index: 2;
  padding: 12px 20px 12px 24px; border-bottom: 1px solid #edf1f1; background: #fff;
}
.azbs-dialog .azbs-dialog-heading {
  margin: 0; padding: 0; color: #19343b; font-family: inherit;
  font-size: 19px; line-height: 1.35; font-weight: 700; letter-spacing: 0; text-transform: none;
}
.azbs-dialog button, .azbs-dialog input, .azbs-dialog a {
  font-family: inherit; letter-spacing: normal; text-transform: none; text-shadow: none;
}
.azbs-dialog button::before, .azbs-dialog button::after,
.azbs-dialog a::before, .azbs-dialog a::after { content: none !important; }
.azbs-dialog .azbs-close {
  appearance: none; -webkit-appearance: none;
  display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; min-width: 44px; margin: 0; padding: 0;
  border: 1px solid transparent; border-radius: 50%; background: #f2f6f6; color: #19343b;
  cursor: pointer; line-height: 1; box-shadow: none;
}
.azbs-dialog .azbs-close:hover { background: #e5eff0; }
.azbs-dialog .azbs-body { padding: 22px 24px 18px; }
.azbs-dialog .azbs-preview {
  display: flex; flex-direction: column; align-items: center;
  padding: 24px 22px; border-radius: 19px;
  background: var(--azbs-preview); color: var(--azbs-preview-text); text-align: center;
}
.azbs-dialog .azbs-preview-media {
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  width: 88px; height: 88px; margin: 0 0 16px; border-radius: 14px;
  overflow: hidden; background: rgba(255,255,255,.13); color: inherit;
}
.azbs-dialog .azbs-preview-media > svg { width: 42px; height: 42px; }
.azbs-dialog img.azbs-preview-image {
  display: block; width: 100%; height: 100%; min-width: 0; margin: 0; padding: 0;
  object-fit: contain; border: 0; border-radius: 0; background: #fff;
}
.azbs-dialog .azbs-preview-divi-icon { font-size: 45px; line-height: 1; color: inherit; }
.azbs-dialog .azbs-preview-title {
  margin: 0; padding: 0; font-family: inherit; font-weight: 700;
  font-size: 24px; line-height: 1.24; color: inherit;
  text-transform: none; letter-spacing: -.3px; overflow-wrap: anywhere;
}
.azbs-dialog .azbs-preview-description {
  margin: 12px 0 0; padding: 0; color: inherit;
  font-size: 14px; line-height: 1.5; font-weight: 400; overflow-wrap: anywhere;
}
.azbs-dialog .azbs-preview-host {
  max-width: 100%; margin: 13px 0 0; padding: 0;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  font-size: 12px; line-height: 1.5; font-weight: 400; color: inherit;
}
.azbs-dialog .azbs-actions {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 8px;
  margin: 20px 0 14px; padding: 0;
}
.azbs-dialog .azbs-action {
  appearance: none; -webkit-appearance: none;
  display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 6px;
  min-width: 0; min-height: 76px; margin: 0; padding: 8px 4px;
  border: 1px solid #e4ecec; border-radius: 12px; background: #fff; color: #19343b;
  text-align: center; font-size: 13px; font-weight: 500; line-height: 1.25;
  text-decoration: none !important; box-shadow: none; cursor: pointer;
}
.azbs-dialog .azbs-action:hover { background: #f2f8f8; border-color: #b0cdcf; color: #19343b; }
.azbs-dialog .azbs-action-icon {
  display: flex; align-items: center; justify-content: center;
  width: 38px; height: 38px; min-height: 38px; border-radius: 50%; background: #e8f1f1; color: #15363c;
}
.azbs-dialog .azbs-action-icon svg { width: 21px; height: 21px; }
.azbs-dialog .azbs-action-facebook .azbs-action-icon { background: #1877f2; color: #fff; }
.azbs-dialog .azbs-action-x .azbs-action-icon { background: #101010; color: #fff; }
.azbs-dialog .azbs-action-linkedin .azbs-action-icon { background: #0a66c2; color: #fff; }
.azbs-dialog .azbs-action-whatsapp .azbs-action-icon { background: #0b7745; color: #fff; }
.azbs-dialog .azbs-brand-letter { font-family: Arial, sans-serif; font-size: 30px; line-height: 1; font-weight: 700; }
.azbs-dialog .azbs-brand-x { font-family: Arial, sans-serif; font-size: 23px; line-height: 1; font-weight: 400; }
.azbs-dialog .azbs-brand-in { font-family: Arial, sans-serif; font-size: 23px; line-height: 1; font-weight: 700; }
.azbs-dialog .azbs-action-label { color: inherit; overflow-wrap: anywhere; }
.azbs-dialog .azbs-device {
  appearance: none; -webkit-appearance: none;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; min-height: 48px; margin: 0 0 18px; padding: 10px 14px;
  border: 1px solid #bdcfd1; border-radius: 11px; background: #eff6f6; color: #19343b;
  font-size: 15px; font-weight: 600; line-height: 1.3; cursor: pointer; box-shadow: none;
}
.azbs-dialog .azbs-device:hover { background: #e4efef; }
.azbs-dialog .azbs-device:disabled { opacity: .6; cursor: wait; }
.azbs-dialog .azbs-device svg { width: 20px; height: 20px; flex-shrink: 0; }
.azbs-dialog .azbs-url-label {
  display: block; margin: 0 0 6px; padding: 0; color: #3c545a; font-size: 13px; font-weight: 600; line-height: 1.4;
}
.azbs-dialog input.azbs-url {
  appearance: none; -webkit-appearance: none;
  display: block; width: 100%; max-width: 100%; height: 44px; margin: 0; padding: 10px 12px;
  border: 1px solid #a9bfc2; border-radius: 8px; background: #f7fafa; color: #19343b;
  font-family: inherit; font-size: 16px; font-weight: 400; line-height: 1.4; box-shadow: none;
}
.azbs-dialog .azbs-status { min-height: 21px; margin: 8px 0 0; padding: 0; color: #244f56; font-size: 13px; line-height: 1.5; }
.azbs-dialog button:focus-visible, .azbs-dialog a:focus-visible, .azbs-dialog input:focus-visible {
  outline: 3px solid var(--azbs-accent); outline-offset: 2px;
}
.azbs-fallback-shade { position: fixed; inset: 0; z-index: 2147483000; background: rgba(12,27,32,.64); }
dialog.azbs-dialog.azbs-dialog-fallback[open] { display: block; }
@media (max-width: 600px) {
  dialog.azbs-dialog {
    inset: auto 0 0; width: 100%; max-width: 100%; margin: 0;
    max-height: 92vh; max-height: 92dvh; border-radius: 22px 22px 0 0;
  }
  .azbs-dialog .azbs-panel { max-height: 92vh; max-height: 92dvh; }
  .azbs-dialog .azbs-header { padding: 10px 12px 10px 20px; }
  .azbs-dialog .azbs-body { padding: 16px 20px max(16px, env(safe-area-inset-bottom)); }
  .azbs-dialog .azbs-preview { padding: 22px 18px; }
  .azbs-dialog .azbs-preview-title { font-size: 21px; }
  .azbs-dialog .azbs-preview-media { width: 76px; height: 76px; margin-bottom: 14px; }
  .azbs-dialog .azbs-actions { margin-top: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  :is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .azbs-trigger { transition: none; }
}
@media (forced-colors: active) {
  .azbs-dialog .azbs-action, .azbs-dialog .azbs-close, .azbs-dialog .azbs-device,
  :is(#links .et_pb_blurb, .az-link-list .et_pb_blurb, .et_pb_blurb.az-share-blurb):not(.az-no-share) .azbs-trigger { border: 1px solid ButtonText; }
}
