:root {
  --social-icon-size: 40px;   /* <— change to 44px, 48px, etc. */
}

/* REMOVE THE FOLLOWING CODE WHEN THE BLOCKS ARE REMOVED ON 7 DECEMBER */

#block-1690aa1f0a4881b6b451cb94739de95c, .notion-toggle.notion-brown_background, .notion-code.language-css {display: none}
.prop-super-noclick{display:none;}

/* ^^^^^ REMOVE THE CODE ABOVE WHEN THE BLOCKS ARE REMOVED ON 7 DECEMBER ^^^^  -END-  */


/* OLD LINKS TO BUTTONS CSS - TO BE REVISED with more variations */
/* revised bolded links & buttons */
.notion-text b a.notion-link{
    text-decoration: none;
    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 3px;
    color: black;
    border-radius: 0;
    border-color: #16bc00 ;
    padding-top: 10px;
    padding-right: 2px;
    padding-bottom: 10px;
    padding-left: 2px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0;
    text-transform: uppercase;
}
/* clip the edge */
.button {
    clip-path: polygon(var(--edge-size) 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% var(--edge-size));
    --edge-size: 0.7em;
}

div.notion-text span.notion-teal_background:has(b a.notion-link) {
  background-color: #16bc00;
  padding: 9px 23px;
  clip-path: polygon(var(--edge-size) 0%, 100% 0, 100% calc(100% - var(--edge-size)), 100% 100%, 0 100%, 0% var(--edge-size));
}

div.notion-text span.notion-teal_background b a.notion-link{
  color:white
}


/* LINKS TO BUTTONS CSS - TO BE REVISED with more variations -END- */

/* PLAIN LINKS */
.notion-text a.notion-link{
    color:#0c6400
}
/* PLAIN LINKS  -END- */

/* FOOTER */
/* masoonry footer on desktop */
@media (min-width: 1200px){
    .footer-links.footer-links-container {
    /* turn off grid */
    display: block;
  
    /* 4 masonry columns */
    column-count: 4;
    column-gap: 50px;    /* same visual gap as before */
  }
  
  /* each section (Telephony, Cloud PBX, …) is one masonry “block” */
  .footer-links.footer-links-container .footer-column {
    break-inside: avoid; /* keep the whole section in one column */
    margin-bottom: 50px; /* vertical spacing between sections */
  }
}
/* MASSONRY FOOTER -END- */

footer.bullet-footer.bullet-footer-container {
    border-top: 8px solid gray;
    clip-path: polygon(var(--edge-size) 0%, 100% 0, 100% calc(100% - var(--edge-size)), calc(100% - var(--edge-size)) 100%, 0 100%, 0% var(--edge-size));
    --edge-size: 0.6em;
}
/* FOOTER CSS -END- */

/* COLUMNS design */
.notion-column>:first-child{
    clip-path: polygon(var(--edge-size) 0%, 100% 0, 100% 100%, 100% 100%, 0 100%, 0% var(--edge-size));
    --edge-size: 0.8em;
    padding: 10px 0 15px 10px;    
}

.notion-column:has(.notion-callout-text)>:first-child{border-top: 5px solid #16bc00!important;}
/* COLUMNS design  -END- */

/* MAIN MENU 2 ROWS ON HOVER */
@media (min-width: 600px) {

    /* ==== Cloud PBX dropdown – 2 columns ==== */
    .navbar-item.has-dropdown.is-hoverable:has(
      > .navbar-dropdown > a.nav-drop-item-container[href="/cloudpbx/"]
    ) > .navbar-dropdown {
      padding: 16px 24px;
      min-width: 520px;
  
      /* 2-column layout */
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 32px;
      column-gap: 32px;
    }
  
    /* Items inside ONLY that Cloud PBX dropdown */
    .navbar-item.has-dropdown.is-hoverable:has(
      > .navbar-dropdown > a.nav-drop-item-container[href="/cloudpbx/"]
    ) > .navbar-dropdown .nav-drop-item-container {
      display: flex;                 /* keep your current layout */
      -webkit-column-break-inside: avoid;
      break-inside: avoid;
      padding: 6px 0;
    }
  
    /* Start "Integrations" in the 2nd column (6th item) */
    .navbar-item.has-dropdown.is-hoverable:has(
      > .navbar-dropdown > a.nav-drop-item-container[href="/cloudpbx/"]
    ) > .navbar-dropdown .nav-drop-item-container:nth-child(6) {
      -webkit-column-break-before: always;
      break-before: column;
    }
  
  
    /* ==== Internet dropdown – 2 columns + shift left ==== */
    .navbar-item.has-dropdown.is-hoverable:has(
      > .navbar-dropdown > a.nav-drop-item-container[href="/internet/"]
    ) > .navbar-dropdown {
      padding: 16px 24px;
      min-width: 520px;
  
      /* 2 columns */
      -webkit-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 32px;
      column-gap: 32px;
  
      /* move entire menu 35px to the left */
      transform: translateX(-35px);
    }
  
    /* Items inside ONLY that Internet dropdown */
    .navbar-item.has-dropdown.is-hoverable:has(
      > .navbar-dropdown > a.nav-drop-item-container[href="/internet/"]
    ) > .navbar-dropdown .nav-drop-item-container {
      display: flex;
      -webkit-column-break-inside: avoid;
      break-inside: avoid;
      padding: 6px 0;
    }
  
    /* Start the 2nd column at item #7 (Internet add-ons) */
    .navbar-item.has-dropdown.is-hoverable:has(
      > .navbar-dropdown > a.nav-drop-item-container[href="/internet/"]
    ) > .navbar-dropdown .nav-drop-item-container:nth-child(7) {
      -webkit-column-break-before: always;
      break-before: column;
    }

  }
  /* MAIN MENU 2 ROWS ON HOVER - END- */


  /*FAQ STARTS HERE*/
  /* dropdowns to buttons */
.notion-yellow_background .button.notion-collection-view-dropdown .notion-collection-view-type-icon,  .button.notion-collection-view-dropdown  .notion-collection-view-dropdown-icon{
    display: none;
}
.notion-yellow_background .notion-collection-view-type svg, .notion-collection-view-dropdown-content-item-active-icon svg {
    display: none;
}

.notion-yellow_background .dropdown-content.notion-collection-view-dropdown-content{
    display: flex;
    gap:8px;
    background: transparent;
    box-shadow: none;
}
.notion-yellow_background .dropdown-item.notion-collection-view-dropdown-content-item{
    display: inline-flex;
    background: #ccc;
    padding: 9px 23px;
}
.notion-yellow_background .notion-collection .dropdown-menu{
    position:relative;
    display:flex
}
.notion-yellow_background .notion-collection .dropdown-trigger {
    display: none;
}
.notion-yellow_background .notion-collection-header{
    height:60px
}

.notion-text.notion-yellow_background{
    background: none;
}
.notion-yellow_background .notion-spacer {
    width: calc(min(15px, 4vw));
}
.notion-yellow_background .notion-collection .notion-page-title-icon, .notion-yellow_background .notion-collection .notion-collection-column-title-icon{
  display: none;
}


/* =============  FAQ  ============= */
/* FAQ list container */
.mixpbx-faq-list {
  margin: 20px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 6px; /* small gap, separation mostly by spacing */
}

/* Each FAQ item – no border, only soft background + radius */
.mixpbx-faq-item {
  border-radius: 6px;
  background: #f9fafb; /* light gray */
  overflow: hidden;
  transition: background-color 0.15s ease;
}

/* Slight hover effect (just a bit darker gray) */
.mixpbx-faq-item:hover {
  background-color: #f3f4f6;
}

/* Question button */
.mixpbx-faq-question {
  width: 100%;
  padding: 23px 18px 10px 11px;
  border: 0;
  background: transparent;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  text-align: left;
  font: inherit;
}

/* Wrapper for title + tags */
.mixpbx-faq-question > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Question text */
.mixpbx-faq-question-text {
  font-size: 15px;
  font-weight: 600;
  color: #111827; /* almost black */
  line-height: 1.45;
}

/* Tags layout */
.mixpbx-faq-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 11px;
}

/* Make Notion multi-select tags neutral chips */
.mixpbx-faq-tags .notion-property-multi_select-item {
  border-radius: 3px;
  padding: 1px 6px !important;
  background: #e5e7eb !important; /* neutral gray */
  color: #374151 !important;
  border: none !important;
}

/* Chevron – neutral, no color change except rotation */
.mixpbx-faq-chevron {
  flex-shrink: 0;
  display: inline-flex;
  margin-left: 4px;
  color: #6b7280; /* gray-500 */
  transform: rotate(-90deg);
  transition: transform 0.2s ease;
}

.mixpbx-faq-item.is-open .mixpbx-faq-chevron {
  transform: rotate(0deg);
}

/* Answer block – separated mostly by background and padding */
.mixpbx-faq-answer {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background: #fff;
    transition: max-height 0.25s ease, opacity 0.18s ease, padding-top 0.18s ease, padding-bottom 0.18s ease, background-color 0.15s ease;
    border: 4px solid #f3f4f6;
}

/* When open */
.mixpbx-faq-item.is-open .mixpbx-faq-answer {
  padding-top: 20px;
  padding-bottom: 20px;
  max-height: 600px;
  opacity: 1;
}

/* Normalize answer content */
.mixpbx-faq-answer .notion-property {
  font-size: 14px;
  line-height: 1.55;
  color: #1f2937; /* dark gray */
}

.mixpbx-faq-answer p,
.mixpbx-faq-answer ul,
.mixpbx-faq-answer ol {
  margin: 4px 0 8px;
}

.mixpbx-faq-answer ul,
.mixpbx-faq-answer ol {
  padding-left: 16px;
}

/* Keyboard focus */
.mixpbx-faq-question:focus-visible {
  outline: 2px solid #9ca3af; /* neutral gray */
  outline-offset: 2px;
}

/* ===== Hide the original table once converted (keep this!) ===== */
.notion-collection-view.mixpbx-faq-table-hidden .notion-table {
  display: none !important;
}

/* =============  FAQ  =============  -END- */


/* BIGGER NAVBAR MENU*/
.navbar-item {
  font-size: 1.2em;
}

/* HIDE SEARCH ICON FOR NOTION COLLECTION TABLES */
notion-collection-search{
  display: none
}


/*  TOP MENU  */
.mixvoip-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  padding: 8px 16px;
  font-size: 14px;
}

.mixvoip-navbar > center {
  position: relative;           /* ключово */
  display: block;
  text-align: center;           /* центрирa линковете */
  padding: 5px 7px 8px;
  color: white;
}

/* Езиковият суичер вдясно, без да влияе на центъра */
.mixvoip-navbar .langswitcher {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/* да не залепва съдържанието под бара */
nav.navbar {
  top: 39px;
}

.mixvoip-navbar a {
  color: white;
 }
.mixvoip-navbar center a:hover {
  color: #16bc00;
 }
.mixvoip-navbar {
   box-sizing: border-box;
  overflow-x: hidden;
  background: #333;
  padding-top: 2px;
  padding-bottom: 1px;
 }
 .mixvoip-navbar center > a {
  margin-top: 4px;
  display: inline-flex;
  padding: 0 12px;
 }

 /* H1 SCREAN READER ONLY */
 h1.notion-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*Notion Hash link removal*/
.notion-hash-link{
  display: none;
}

/**------------------------- ZAMMAD CHAT ------------------------------------------**/
:root {
  --zammad-chat-width: 33em;
  --zammad-chat-height-closed: 3.5em;
  --zammad-chat-height-open: 30em;
  --zammad-chat-radius: 5px;
  --zammad-chat-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);

  --zammad-color-header-bg: #d0f2cc;
  --zammad-color-header-text: #414141;
  --zammad-color-primary: hsl(203deg 67% 53%);
  --zammad-color-border-subtle: hsl(0deg 0% 93%);
  --zammad-color-text-muted: hsl(0deg 0% 60%);
}

/* Root container */
.zammad-chat {
  position: fixed;
  right: 30px;
  bottom: 0;
  z-index: 999;

  display: none;
  flex-direction: column;

  width: var(--zammad-chat-width);
  height: var(--zammad-chat-height-closed);
  font-size: 12px;
  color: black;
  background: #fff;
  border-radius: var(--zammad-chat-radius) var(--zammad-chat-radius) 0 0;
  box-shadow: var(--zammad-chat-shadow);

  will-change: bottom;
}

@media (max-width: 768px) {
  .zammad-chat {
    right: 0;
    width: 100%;
    border-radius: 0;
    font-size: 16px;
  }
}

.zammad-chat--animate {
  transition: transform 500ms, opacity 500ms;
}

.zammad-chat.zammad-chat-is-loaded {
  display: flex;
  opacity: 0;
}

.zammad-chat.zammad-chat-is-shown {
  opacity: 1;
}

.zammad-chat.zammad-chat-is-open {
  height: var(--zammad-chat-height-open);
}

@media (max-width: 768px) {
  .zammad-chat.zammad-chat-is-open {
    height: 100%;
  }
}

/* Header */
.zammad-chat-header {
  position: relative;

  display: block;
  height: var(--zammad-chat-height-closed);
  padding: 0.5em 2.5em 0.5em 1em;

  background: var(--zammad-color-header-bg);
  color: var(--zammad-color-header-text);
  line-height: 2.5em;
  border-radius: var(--zammad-chat-radius) var(--zammad-chat-radius) 0 0;
  box-shadow:
    0 -1px rgba(0, 0, 0, 0.1),
    0 1px rgba(255, 255, 255, 0.3) inset,
    0 -1px rgba(0, 0, 0, 0.1) inset,
    0 1px 1px rgba(0, 0, 0, 0.13);
  overflow: hidden;
  cursor: pointer;
}

@media (max-width: 768px) {
  .zammad-chat-header {
    border-radius: 0;
  }
}

.zammad-chat.zammad-chat-is-open .zammad-chat-header {
  cursor: default;
}

.zammad-chat-icon {
  width: 2em;
  height: 2em;
  margin-right: 5px;
  margin-top: 4px;
  vertical-align: top;
  fill: currentColor;
}

.zammad-chat-welcome-text {
  font-size: 1.2em;
}

/* Header right icon (open/close) */
.zammad-chat-header-icon {
  position: absolute;
  top: 0;
  right: 0;

  width: 3.4em;
  height: 100%;
  text-align: center;
  line-height: 3.4em;
  cursor: pointer;
}

.zammad-chat-header-icon::before {
  content: "";
  display: inline-block;
}

.zammad-chat-header-icon-open,
.zammad-chat-header-icon-close {
  width: 1.6em;
  height: auto;
  vertical-align: middle;
  fill: currentColor;
}

.zammad-chat-header-icon-close {
  width: 1.3em;
}

.zammad-chat-header-icon-close,
.zammad-chat.zammad-chat-is-open .zammad-chat-header-icon-open {
  display: none;
}

.zammad-chat.zammad-chat-is-open .zammad-chat-header-icon-close {
  display: inline;
}

/* Agent info */
.zammad-chat-agent {
  float: left;
}

.zammad-chat-header-controls {
  float: right;
}

.zammad-chat-agent-avatar {
  float: left;
  width: 2.5em;
  margin-right: 0.6em;
  border-radius: 50%;
}

.zammad-chat-agent-name {
  font-weight: bold;
}

.zammad-chat-agent-status {
  display: inline-block;
  margin: 0.25em 1em;
  padding: 0 0.7em;
  line-height: 2em;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset;
}

.zammad-chat-agent-status::before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.9em;
  height: 0.9em;
  margin-right: 0.3em;
  vertical-align: middle;
  border-radius: 50%;
  background: hsl(19deg 90% 51%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04) inset;
}

.zammad-chat-agent-status[data-status="online"]::before {
  background: hsl(145deg 51% 55%);
}

.zammad-chat-agent-status[data-status="connecting"]::before {
  background: hsl(41deg 100% 49%);
  animation: connect-fade 600ms linear infinite alternate;
}

/* Modal (pre-chat, GDPR, etc.) */
.zammad-chat-modal {
  position: absolute;
  inset: 3.5em 0 0 0;
  margin-top: 1px;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;
  background: #fff;
  text-align: center;
  color: var(--zammad-color-header-text);
}

.zammad-chat-modal:empty {
  display: none;
}

.zammad-chat-modal-text {
  font-size: 1.3em;
  line-height: 1.45;
}

.zammad-chat-modal-text .zammad-chat-loading-animation {
  font-size: 0.7em;
}

.zammad-chat-modal-text .zammad-chat-button {
  margin-top: 1em;
  font-size: 0.8em;
}

.zammad-chat-modal .zammad-chat-loading-animation {
  margin-right: 8px;
  vertical-align: middle;
}

/* Scroll hint */
.zammad-scroll-hint {
  display: flex;
  align-items: center;
  padding: 7px 10px 6px;
  background: hsl(210deg 8% 98%);
  border-bottom: 1px solid var(--zammad-color-border-subtle);
  color: var(--zammad-color-text-muted);
  cursor: pointer;
}

.zammad-scroll-hint.is-hidden {
  display: none;
}

.zammad-scroll-hint-icon {
  margin-right: 8px;
  fill: hsl(210deg 5% 78%);
}

/* Body */
.zammad-chat-body {
  flex: 1;
  display: none;
  padding: 0.5em 1em;
  overflow: auto;
  background: #fff;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

@media (max-width: 768px) {
  .zammad-chat-body {
    height: auto;
  }
}

.zammad-chat-is-open .zammad-chat-body {
  display: block;
}

/* Messages */
.zammad-chat-timestamp {
  margin: 1em 0;
  text-align: center;
  color: var(--zammad-color-text-muted);
  font-size: 0.9em;
}

.zammad-chat-status {
  margin: 1em 0;
  text-align: center;
}

.zammad-chat-message {
  margin: 0.5em 0;
}

.zammad-chat-message-body {
  display: inline-block;
  max-width: 70%;
  padding: 0.5em 1em;
  white-space: pre-line;
  word-wrap: break-word;
  line-height: 1.4;
  border-radius: 1em;
  background: hsl(0deg 0% 93%);
  box-shadow:
    0 2px rgba(255, 255, 255, 0.15) inset,
    0 0 0 1px rgba(0, 0, 0, 0.08) inset,
    0 1px rgba(0, 0, 0, 0.02);
}

.zammad-chat-status-inner {
  display: inline-block;
  padding: 0.5em 1em;
  line-height: 1.4;
  border-radius: 0.5em;
  background: #eee;
  box-shadow:
    0 2px rgba(255, 255, 255, 0.15) inset,
    0 0 0 1px rgba(0, 0, 0, 0.08) inset,
    0 1px rgba(0, 0, 0, 0.02);
}

.zammad-chat-message--customer {
  text-align: right;
}

.zammad-chat-message--customer + .zammad-chat-message--agent,
.zammad-chat-message--agent + .zammad-chat-message--customer {
  margin-top: 1em;
}

.zammad-chat-message--customer .zammad-chat-message-body {
  background: var(--zammad-color-primary);
  color: #fff;
}

.zammad-chat-message--unread {
  font-weight: bold;
}

.zammad-chat-message--typing .zammad-chat-message-body {
  white-space: normal;
}

/* Typing dots */
.zammad-chat-loading-animation {
  display: inline-block;
}

.zammad-chat-loading-circle {
  display: inline-block;
  width: 0.55em;
  height: 0.55em;
  border-radius: 50%;
  background: hsl(0deg 0% 85%);
  animation: load-fade 600ms ease-in-out infinite alternate;
}

.zammad-chat-loading-circle + .zammad-chat-loading-circle {
  animation-delay: 0.13s;
}

.zammad-chat-loading-circle + .zammad-chat-loading-circle + .zammad-chat-loading-circle {
  animation-delay: 0.26s;
}

/* Controls (input + send button) */
.zammad-chat-controls {
  position: relative;
  display: none;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  line-height: 1.4em;
  background: #fff;
  border-top: 1px solid var(--zammad-color-border-subtle);
  box-shadow:
    0 1px rgba(0, 0, 0, 0.01),
    0 -1px rgba(0, 0, 0, 0.02);
  overflow: hidden;
}

.zammad-chat-is-open .zammad-chat-controls {
  display: flex;
}

.zammad-chat-input {
  flex: 1;
  max-height: 6em;
  min-height: 1.4em;
  margin: 0;
  padding: 1em 2em;

  border: none;
  background: none;
  outline: none;
  overflow: auto;

  font: inherit;
  line-height: 1.4em;
  appearance: none;
  box-shadow: none;
  box-sizing: content-box;
}

.zammad-chat-input::placeholder {
  color: hsl(0deg 0% 85%);
}

.zammad-chat-button {
  display: inline-block;
  margin: 0.63em 1em;
  padding: 0.5em 1.2em;

  border: none;
  border-radius: 1.5em;
  outline: none;

  font: inherit;
  line-height: initial;
  color: #fff;
  background: var(--zammad-color-primary);
  cursor: pointer;
  appearance: none;

  box-shadow:
    0 2px rgba(255, 255, 255, 0.25) inset,
    0 0 0 1px rgba(0, 0, 0, 0.1) inset,
    0 1px rgba(0, 0, 0, 0.1);
}

.zammad-chat-send {
  float: right;
}

.zammad-chat-button:disabled,
.zammad-chat-input:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.zammad-chat-is-hidden {
  display: none;
}

/* Flat design variant */
.zammad-chat--flat .zammad-chat-header,
.zammad-chat--flat .zammad-chat-body {
  border: none;
}

.zammad-chat--flat .zammad-chat-header,
.zammad-chat--flat .zammad-chat-message-body,
.zammad-chat--flat .zammad-chat-agent-status,
.zammad-chat--flat .zammad-chat-button,
.zammad-chat--flat .zammad-chat-status {
  box-shadow: none;
}

/* Animations */
@keyframes connect-fade {
  from {
    opacity: 0.5;
    transform: scale(0.6);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes load-fade {
  0% {
    opacity: 0.5;
    transform: scale(0.6);
  }
  67% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Notion callout tweak */
.notion-callout .notion-callout__content .notion-semantic-string em span .notion-link {
  padding-top: unset !important;
}

/* Yellow container with SVG link hover effect */
.bg-yellow .notion-image a:has(img[src*="svg"]):hover {
  --edge-size: 0.8em;

  background: #fdfdfd;
  transform: scale(1.1);
  box-shadow: 0 0 10px #000;
  transition: all 200ms ease-in;
  clip-path: polygon(
    var(--edge-size) 0%,
    100% 0,
    100% 100%,
    100% 100%,
    0 100%,
    0% var(--edge-size)
  );
}
/* ZAMMAD CHAT – END */

/* brown background centers */
.notion-brown_background {
  background: transparent;
  display: flex;
  justify-content: center;
}

/* hides Heading 6 */
h6{display:none}

/*collection card 1x1 image size fix*/
.notion-collection-card-cover:has(img[src*="1x1"]){
 position: absolute;
 visibility: hidden;
}

/* Bulky collection cards */
.notion-collection-card-property {
  padding: 11px 7px;
}


/*=========================================  Scrollable logos ==================================================*/
/***********************************************
 * MIXVOIP LOGO STRIP — smooth JS scroll
 ***********************************************/

/* Outer strip */
.notion-text.notion-yellow_background .mv-logo-strip {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 24px 0;
  cursor: grab;
}
.notion-text.notion-yellow_background .mv-logo-strip.mv-dragging {
  cursor: grabbing;
}

/* Inner track (JS скролва контейнера, не тук) */
.notion-text.notion-yellow_background .mv-logo-strip-inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 48px;
}

/* Individual logo item */
.notion-text.notion-yellow_background .mv-logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.notion-text.notion-yellow_background .mv-logo-item a {
  display: block;
}

/* Uniform logo size */
.notion-text.notion-yellow_background .mv-logo-item img {
  display: block;
  height: 150px;          /* desktop */
  width: auto;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .notion-text.notion-yellow_background .mv-logo-item img {
    height: 100px;
  }
}

@media (max-width: 600px) {
  .notion-text.notion-yellow_background .mv-logo-item img {
    height: 80px;
  }
}

/* (optional) debug — махни ако не ти трябва */
.mv-logo-strip {
  outline: 1px solid rgba(255,0,0,0.6);
  background: rgba(255,0,0,0.03);
}

  
/*=========================================  Scrollable logos ================================================== -END- */

/*Image hover fix*/
.image-hyperlink::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0);
  transition: background .25s ease;
  z-index: 2;
}

.image-hyperlink:hover::before {
  background: rgba(0,0,0,.3);
}
.image-hyperlink {
  position: relative;
  display: inline-block; /* prevents weird overflow in Bullet/Super */
  overflow: hidden;      /* optional but prevents bleed */
}

/*=========================================  buttons with openModal  ==================================================*/
button[onclick^="openModal"] {
  background: linear-gradient(to bottom, #f6d768, #e1b93c);
  color: #2d2d2d;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 999px; /* pill shape */
  border: 1px solid #c9a23b;
  cursor: pointer;
  font-size: 16px;

  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.7),
    0 1px 2px rgba(0,0,0,0.15);

  transition: background 0.15s ease, box-shadow 0.15s ease;
}

button[onclick^="openModal"]:hover {
  background: linear-gradient(to bottom, #ffe07b, #e7c04a);
}

button[onclick^="openModal"]:active {
  background: linear-gradient(to bottom, #d8b753, #c49d31);
  box-shadow:
    inset 0 2px 3px rgba(0,0,0,0.25);
}
/*=========================================  buttons with openModal  ================================================== -END- */


/***************** fast page fixes  to be revised after *****************************/
.notion-page-title-icon img, .notion-page-icon-inline img, .notion-page-icon-span img{
  display: none;
}

/*support page*/
blockquote#block-1690aa1f0a4881948fbbea8c103bf229 {
  display: flex;
  flex-wrap: wrap;
}

/**social icons*/
/* 0) Скрий заглавие + search на колекцията */
.coll-follow-us-on-social-media-db .notion-collection-header,
.coll-follow-us-on-social-media-db .notion-collection-search {
  display: none !important;
}

/* 1) Скрий колонните хедъри, номера и броячи */
.view-social-icons .notion-board-header,
.view-social-icons .notion-board-header-placeholder,
.view-social-icons .notion-board-th,
.view-social-icons .notion-board-th-body,
.view-social-icons .notion-property-select-item,
.view-social-icons .notion-board-th-count {
  display: none !important;
}

/* 2) Нареди иконките в един ред */
.view-social-icons .notion-board-body {
  display: flex !important;
  flex-wrap: nowrap;          /* ако искаш да прехвърля на нов ред – сложи wrap */
  gap: 8px !important;
  align-items: center;
}

/* 3) Премахни “card” стила – да остане само иконата */
.view-social-icons .notion-board-group {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto;
}

.view-social-icons .notion-collection-card {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: auto !important;
}

/* 4) Скрий текста под иконите (URL-ите) */
.view-social-icons .notion-collection-card-body {
  display: none !important;
}

/* 5) Размер и подравняване на логата */
.view-social-icons .notion-collection-card-cover {
  width: 42px !important;     /* тук пипаш големината */
  height: 42px !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
}

.view-social-icons .notion-collection-card-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}
/* 1) Container is the thing that scales */
.view-social-icons .notion-collection-card {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 50px !important;   /* your icon size */
  height: 50px !important;
  transition: transform 0.18s ease;
}

/* 2) Image scales together with the container */
.view-social-icons .notion-collection-card-cover img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

/* 3) Hover effect on the whole card */
.view-social-icons .notion-collection-card:hover {
  transform: scale(1.15);     /* scales container AND image */
}

.view-social-icons .notion-collection-card:hover img {
  opacity: 0.8;               /* optional gentle fade */
}

.prop-publish{
  display: none;
}