.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-3316 .elementor-element.elementor-element-2cc0ebe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-shortcode .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-shortcode .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}/* Start custom CSS */#affiliate-big-number {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

.prismjs-default.copy-to-clipboard .code-toolbar {
  position: relative; /* Add relative positioning to the parent container */
}

.prismjs-default.copy-to-clipboard .code-toolbar .toolbar {
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute; /* Use absolute positioning for the toolbar */
  top: 50%; /* Center it vertically */
  right: 10px; /* Add more space on the right side */
  transform: translateY(-50%); /* Adjust for the button's own height */
}

.prismjs-default.copy-to-clipboard .code-toolbar .toolbar .toolbar-item {
  flex: 1; /* Allow the item to grow and occupy all available space */
}

.prismjs-default.copy-to-clipboard .code-toolbar .toolbar .toolbar-item button {
  font-size: 13px; /* Adjust the font size */
  background-color: #0073aa; /* Adjust the background color */
  color: #fff; /* Adjust the text color */
  border-radius: 4px; /* Adjust the border radius */
  padding: 3px 10px; /* Adjust the padding */
  transition: all 0.3s ease; /* Add a smooth transition */
}

.prismjs-default.copy-to-clipboard .code-toolbar .toolbar .toolbar-item button:hover {
  background-color: #005177; /* Adjust the hover background color */
  color: #EFE3B8; /* Adjust the hover text color */
}/* End custom CSS */