
body {
  font-family: sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f0f0;
  line-height: 1.6;
}

.header {
  background-color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.header__logo a {
  display: block;
}

.header__logo img {
  max-width: 150px;
  height: auto;
}

.header__links a {
  margin-left: 1rem;
  padding: 0.5rem 1rem;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
}

.header__links a:hover {
  background-color: #0056b3;
}

.header__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.header__nav li {
  margin-left: 1rem;
}

.header__nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.2s ease;
}

.header__nav a:hover {
  color: #007bff;
}

.banner {
  display: block;
  margin: 1rem auto;
  max-width: 80%;
}

.banner img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.slot__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem;
}

.slot__item {
  width: 300px;
  margin: 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  overflow: hidden;
}

.slot__content {
  padding: 1rem;
  text-align: center;
}

.slot__image-logo {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}

.slot__buttons {
  display: flex;
}

.slot__demo,
.slot__real {
  display: block;
  width: 50%;
  padding: 0.75rem;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  transition: background-color 0.2s ease;
}

.slot__demo {
  background-color: #6c757d;
}

.slot__real {
  background-color: #28a745;
}

.slot__demo:hover {
  background-color: #5a6268;
}

.slot__real:hover {
  background-color: #218838;
}

.woocommerce-content {
  padding: 1rem;
  background-color: #fff;
  margin: 1rem auto;
  max-width: 80%;
  border-radius: 0.5rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.woocommerce-content h1,
.woocommerce-content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.woocommerce-content p {
  margin-bottom: 1rem;
  color: #555;
}

.woocommerce-content ul,
.woocommerce-content ol {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

.table-cover {
  overflow-x: auto;
}

.table-cover table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.table-cover th,
.table-cover td {
  border: 1px solid #ddd;
  padding: 0.5rem;
  text-align: left;
}

.table-cover th {
  background-color: #f2f2f2;
}

.faq {
  margin-top: 1rem;
}

.faq__block {
  margin-bottom: 1rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  overflow: hidden;
}

.faq__question {
  padding: 0.75rem;
  background-color: #f9f9f9;
  color: #333;
  font-weight: 500;
  cursor: pointer;
  display: block;
}

.faq__answer {
  padding: 0.75rem;
  color: #555;
}

.site-details {
  background-color: #343a40;
  color: #fff;
  padding: 2rem 1rem;
  text-align: center;
}

.footer-row {
  margin-bottom: 1rem;
}

.skin-dark-footer-text {
  margin-bottom: 1rem;
}

.footer-middle-menu-primary,
.footer-middle-menu-secondary {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-middle-menu-primary li,
.footer-middle-menu-secondary li {
  margin-bottom: 0.5rem;
}

.footer-middle-menu-primary a,
.footer-middle-menu-secondary a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-middle-menu-primary a:hover,
.footer-middle-menu-secondary a:hover {
  color: #aaa;
}

.site-brand {
  margin-bottom: 1rem;
}

.site-lnk-brand img {
  max-width: 150px;
  height: auto;
  margin-bottom: 0.5rem;
}

.sking-dark-btn-1,
.sking-dark-btn-2 {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
  border-radius: 0.25rem;
  transition: background-color 0.2s ease;
  margin: 0 0.5rem;
}

.sking-dark-btn-1 {
  background-color: #007bff;
}

.sking-dark-btn-2 {
  background-color: #28a745;
}

.sking-dark-btn-1:hover {
  background-color: #0056b3;
}

.sking-dark-btn-2:hover {
  background-color: #218838;
}
