@import "../../style.css";
@import "../../google_translate.css";
@import "../../links.css";

body { 
    font-family: Arial, sans-serif; 
    line-height: 1.35; 
    padding: 16px; 
    max-width: 1000px; 
    margin: 0 auto; 
}

figure {
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

img { 
    max-width: 100%; 
    height: auto; 
}
h1,h2,h3,h4,h5,h6 { 
    margin: 1.1em 0 0.4em; 
}

dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 4px 16px;
  align-items: center; /* vertically centers dt and dd content */
}

dt {
  max-width: 48px;
  font-weight: bold;
}

dt.top {
  align-self: start;
}

dd {
  margin: 0;
}

p {
    margin: 0.4em 0; 
}
ul { 
    margin: 0.4em 0 0.8em 1.25em; 
}

.icon_row {
    display: flex;
    text-align: left;
    align-items: left;
    gap: 1em;
}
.icon_row img {
    max-width: 48px;
}

footer {display: none;}

@media print {
	h1::after	{ content: " - Carlson Machine Control";}
	figure {
        max-width: 50%;
    }
	footer {display: initial;}
	address::after {
		content: "\A © 2025 - Carlson Software\A All rights reserved.\A 33 E 2ND ST\A MAYSVILLE, KY 41056\A https://www.carlsonsw.com\A https://www.carlsonsw.com/machine-control/";
		white-space: pre; /* Ensures the newline is respected */
		/*color: blue;  Optional: makes the appended URL visually distinct */
		font-style: normal; /* Optional: resets font style if needed */
	}
}