/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Styles file 
/* --------------------------------------------------------------------------------------------------------------------------------------------------- */    

    /* All the Tupperware and Typography
    --------------------------------------------------------------------------------- */
        body { font-family: Arial, sans-serif; background-color: #f9f9f9; padding: 20px; }

        .container { background: #fff; padding: 30px; margin: 0 auto; border-radius: 12px; max-width: 600px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }

        h1 { font-size: 28px; margin:0 0 30px 0; padding: 0 0 10px 0; color: #222; text-align: center; border-bottom: 1px solid #666; text-align: center; }
        h2 { font-size: 20px; margin-bottom: 30px; color: #666; text-align: center; font-weight: normal; }

        @media (max-width: 600px) {
            .container { margin: 20px; padding: 20px; }
            h1 { font-size: 24px; }
            h2 { font-size: 18px; }
        }

		.output-box { margin-top: 20px; position: relative; }

        .donate-text         { margin-top: 40px; font-size: 14px; color: #555; text-align: center; border-top: 1px solid #009688; }
        .donate-text a       { color: #009688; font-weight: bold; text-decoration: none; }
        .donate-text a:hover { text-decoration: underline; color: #00796b; }
    /* ------------------------------------------------------------------------------ */

    /* formZzz
    --------------------------------------------------------------------------------- */
		form 		{ margin-bottom: 20px; }
		form label 	{ display: block; margin-bottom: 10px; font-weight: 500; }

		input[type="number"],
		input[type="checkbox"] 	{ margin-right: 10px; }
		input[type="number"] 	{ width: 80px; padding: 6px; font-size: 14px; border: 1px solid #ccc; border-radius: 6px; }
		
		button[type="submit"],
		button 					{ background-color: #009688; color: #ffffff; padding: 10px 18px; border: none; border-radius: 6px; font-size: 14px; cursor: pointer; transition: background-color 0.2s ease; margin-top: 10px; }

		button[type="submit"]:hover,
		button:hover {  background-color: #00796b; }

		textarea { width: 95%; height: 250px; padding: 15px; font-family: 'Courier New', Courier, monospace; font-size: 14px; border: 1px solid #ccc; border-radius: 8px; resize: vertical; background-color: #fdfdfd; color: #222; box-shadow: inset 0 1px 3px rgba(0,0,0,0.05); }

		button[onclick="copyText()"] 	   { background-color: #009688; margin-top: 12px;  }
		button[onclick="copyText()"]:hover { background-color: #00796b; }
	/* ------------------------------------------------------------------------------ */

/* --------------------------------------------------------------------------------------------------------------------------------------------------- */
/* EOF
/* --------------------------------------------------------------------------------------------------------------------------------------------------- */