       /* UTM Builder */
	#utmBuilder,
	#utmResult {
		padding: 20px 60px 60px;
	}

	#utmBuilder {
		background-color: #1b313c;
	}

	#utmResult {
		font-size: 1.1em;
		font-weight: bold;
		color: #fff;
		background-color: #2c3f49;
	}

	#utmBuilder label,
	#utmResult label {
		display: block;
		color: #ffffffb2;
		font-size: 1.1em;
		font-weight: bold;
		margin: 30px 0 5px;
	}

	#utmBuilder input,
	#utmResult textarea {
		font-size: 18px;
		background-color: #fff;
		border-radius: 3px;
		width: 100%;
		padding: 10px 20px;
	}

	#utmResult textarea {
		color: #fff;
		background-color: #1b313c;
		height: 220px;
	}

	#exampleText {
		font-size: 0.9em;
		color: #697a80;
	}

	.errorMessage {
		color: #ef4e3f;
		font-size: 0.9em;
		margin-top: 5px;
		display: none; /* Initially hidden */
	}

	.buttonGenerate,
	.buttonCopy {
		text-align: center;
	}

	#utmBuilder button,
	#utmResult button {
		font-size: 16px;
		font-family: f37bold, Tahoma, Verdana, sans-serif;
		text-transform: uppercase;
		color: #fff;
		background-color: #ea474b;
		box-shadow: 0 3px 0 0 rgba(44, 63, 73, .1);
		border: none;
		border-radius: 3px;
		margin-top: 20px;
		padding: .575em 1.25em;
		cursor: pointer;
		transition: background-color 0.3s ease;
	}

	#utmBuilder button {
		margin-top: 35px;
	}

	#utmBuilder button:hover,
	#utmResult button:hover {
		background-color: #d53d43;
	}
   #calculator table {
        width: 100%;
        text-align: left;
   }

    #calculator th {
        width: 50%;
        vertical-align: top;
    }

    #calculator th:first-child {
         padding-right: 10px;
    }

    #calculator th:nth-child(2) {
        padding-left: 10px;
    }

    #socialShare table {
        margin: 35px auto;
    }

    #socialShare table th {
        padding: 5px;
    }
	#socialShare button {
		padding: 5px;
		cursor: pointer;
		background-color: #2c3f49;  
		border: none;
		border-radius: 3px;
		color: #fff; 
		transition: background-color 0.3s ease;
	}

	#socialShare button:hover {
		background-color: #2c3f49; 
	}
    #socialShare svg {
        fill: #fff;
        vertical-align: middle;
    }
	#socialShare label {
       font-size: 18px; 
	   color: #ffffffb2; 
    }