

/** Start Block Kit CSS: 141-3-1d55f1e76be9fb1a8d9de88accbe962f **/

.envato-kit-138-bracket .elementor-widget-container > *:before{
	content:"[";
	color:#ffab00;
	display:inline-block;
	margin-right:4px;
	line-height:1em;
	position:relative;
	top:-1px;
}

.envato-kit-138-bracket .elementor-widget-container > *:after{
	content:"]";
	color:#ffab00;
	display:inline-block;
	margin-left:4px;
	line-height:1em;
	position:relative;
	top:-1px;
}

/** End Block Kit CSS: 141-3-1d55f1e76be9fb1a8d9de88accbe962f **/



/** Start Block Kit CSS: 71-3-d415519effd9e11f35d2438c58ea7ebf **/

.envato-block__preview{overflow: visible;}

/** End Block Kit CSS: 71-3-d415519effd9e11f35d2438c58ea7ebf **/

/** Form CSS**/

.catalogue-form-wrapper {
    background: #f3f3f3;
    padding: 10px 20px;      /* balanced compact padding */
    border-radius: 16px;
    width: 100%;
    max-width: 450px;
    margin: 0;
    box-sizing: border-box;
}

.catalogue-form-wrapper label {
    display: block;
    font-weight: bold;
    margin-bottom: 2px;     /* small gap under label */
    margin-top: 2px;       /* gap above label */
}

.catalogue-form-wrapper label:first-child {
    margin-top: 0;          /* no top gap for first label */
}

.catalogue-form-wrapper input[type="text"],
.catalogue-form-wrapper input[type="email"] {
    width: 100%;
    padding: 2px;     /* comfy but compact fields */
    border: 1.5px solid #e2e2e2;
    border-radius: 6px;
    margin-bottom: 2px;     /* small gap below fields */
    font-size: 1em;
    box-sizing: border-box;
    background: #fff;
}

.catalogue-btn {
    display: block;
    width: 100%;
    background: #28b8fa;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 4px 0;        /* button a bit taller */
    margin-top: 4px;       /* more space above button */
    font-size: 1.08em;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 0.5px;
}
.catalogue-btn:hover {
    background: #149ed7;
}
/*Popup style*/
/* Only style popup ID 12435 */
#pum-12435.pum-theme-default {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0; /* square edges */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  padding: 30px;
  max-width: 480px;
  font-family: 'Segoe UI', sans-serif;
  text-align: left;
  border: 1px solid #eee;
}

/* Overlay background */
#pum-12435.pum-overlay {
  background-color: rgba(0, 0, 0, 0.4); /* darker transparent background */
}

/* Title styling */
#pum-12435 .pum-title {
  display: none; /* Hide default title if you're using custom h2 */
}

/* Popup text */
#pum-12435 .pum-content p {
  font-size: 16px;
  color: #333;
  margin: 0;
}

/* Close button */
#pum-12435 .pum-close {
  background-color: #1e73be;
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
  border-radius: 0 0 0 4px;
  box-shadow: none;
  padding: 6px 12px;
  top: 0px;
  right: 0px;
}
form.wpcf7-form .hidden-fields-container {
    display: none !important;
}
