.satursfather_logo span {
  font-size: 40px; /* vai 400% kā bija, bet px stabilāks */
  /*font-weight: 900;*/
  letter-spacing: -2px;
}

.satursfather_logox {
	/*
  font-family: "Arial Black", Arial, Helvetica, sans-serif;
  font-size: 120px;
  font-weight: 400;
  letter-spacing: -3px;
  */
}

.logox {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: -1px;
  text-decoration: none !important;
  color: #000;
}





/* RESET */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #cccccc;
  color: #000;
}

/* LINKS */
a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

/* HEADER */
.satursfather_logo {
  text-align: center;
  margin-bottom: 20px;
}



/* SOCIAL */
.social-icons img {
  transition: opacity 0.2s;
}
.social-icons img:hover {
  opacity: 0.7;
}

/* WRAPPER */
.grid5-wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px;
}

/* GRID */
.grid5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 15px;
}

/* CARD */
.satursfather {
  background: #fff;
  border-radius: 12px;
  padding: 12px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.satursfather:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* IMAGE */
.img_thumb {
  width: 100%;
  border-radius: 8px;
}

/* TITLE */
h2 {
  font-size: 18px;
  margin: 8px 0 5px;
}

/* SMALL TEXT */
.txt_grey {
  color: #777;
  font-size: 13px;
}

/* SPACING */
.atk5 { margin-top: 5px; }
.atk10 { margin-top: 10px; }
.atk15 { margin-top: 15px; }

/* FOOTER */
.footer {
  text-align: center;
  padding: 20px 10px;
}

/* BUTTONS */
.button-scan,
.button {
  display: inline-block;
  background: black;
  color: white;
  padding: 10px 16px;
  border-radius: 8px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.button-scan:hover,
.button:hover {
  background: #222;
}

/* FORMS */
input.text,
input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

/* FORM WRAPPER */
.login_center {
  max-width: 320px;
  margin: 0 auto;
}

/* CARD BLOCK (login/register/about) */
.card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  max-width: 500px;
  margin: 0 auto;
}

/* TEXT BLOCK */
.textblock {
  max-width: 800px;
  margin: 0 auto;
}

/* ERROR / SUCCESS */
.error {
  background: #ffe5e5;
  color: #900;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.success {
  background: #e6ffe5;
  color: #060;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
}


.main_wrapper {
  max-width: 900px;
  margin: 20px auto;
  padding: 0 10px;
}

.textblock {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
}

/* new */
h1,h2{
	padding-top:5px;
	padding-bottom:10px;
	
}


.main_section_center{
	text-align:center;
}

.eror_mesage{
background-color: #ffdddd; border-left: 5px solid #f44336; padding: 10px; color: #a94442; margin-bottom: 15px;
}

.good_mesage{
background-color: #80cf81; border-left: 5px solid #0eb310; padding: 10px; color: #000000; margin-bottom: 15px;
}