.highlight,
body {
  font-family: Arial, sans-serif;
}

.table-ppup-btn,
.text-ppup-btn,
.square-ppup-btn {
  box-sizing: border-box;
  text-transform: none;
  touch-action: manipulation;
  text-align: center;
  text-decoration: none;
}

.square-ppup,
.table-ppup,
.text-ppup,
.yatay-ppup {
  left: 0;
  overflow: hidden;
  background: rgba(59, 59, 59, 0.7);
}

.table-ppup-btn,
.text-ppup-btn,
.yatay-ppup-close button {
  line-height: 1;
  cursor: pointer;
}

.brand-table td,
.highlight,
.splashes,
.table-ppup-btn,
.table-ppup-close,
.table-ppup-row,
.text-ppup div,
.text-ppup-btn,
.yatay-ppup-close,
.yatay-ppup-title,
footer,
header {
  text-align: center;
}

.adbar-btn,
.table-ppup-btn,
.table-ppup-btn:active,
.table-ppup-btn:visited,
.text-ppup-btn,
.text-ppup-btn:active,
.text-ppup-btn:visited,
.ust-kutu-row a {
  text-decoration: none;
}

body,
p,
td {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f4f4f4;
  margin-bottom: 90px;
}

header {
  color: #131313;
  padding: 0;
}

header h1 {
  font-size: 18px;
  margin: 20px 0 10px;
}

footer {
  background: #333;
  color: #fff;
}

.highlight {
  font-size: 14px;
  padding: 5px;
}

.brand-table-container {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  padding: 0 10px;
}

.brand-table {
  width: 100%;
  font-size: 12px;
  border-collapse: collapse;
}

.brand-table td {
  border: 1px solid #ddd;
  padding: 4px;
}

.brand-table td:first-child > a {
  display: block;
  height: 32px;
}

.brand-table td:first-child > a > img {
  height: 32px;
}

.brand-table td:nth-child(3) {
  width: 21%;
}

.brand-logo {
  max-width: 80px;
  width: 80px;
}

.brand-button {
  border: none;
  cursor: pointer;
  font-size: 12px;
  padding: 8px 12px;
  margin-top: 1px;
}

.brand-button:hover,
.table-ppup-btn:hover,
.text-ppup-btn:hover {
  opacity: 0.7;
}

.text-ppup {
  top: -45px;
}

.table-ppup {
  top: -30px;
}

.table-ppup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 99999999999;
  background: rgba(59, 59, 59, 0.7);
  font-size: 13px;
  padding: 10px;
  box-sizing: border-box;
}

.table-ppup-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  max-width: 520px;
  width: 100%;
  max-height: 90vh;
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  padding: 12px;
  padding-bottom: 45px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.text-ppup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 99999999999;
  background: rgba(59, 59, 59, 0.7);
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
}

.text-ppup-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  max-width: 480px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

.table-ppup-row,
.text-ppup-row {
  position: relative;
  max-height: 25vh;
}

.table-ppup-row {
  padding: 8px 12px;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
}

.table-ppup-row > div:first-child {
  flex: 0 0 auto;
  margin-right: 12px;
}

.table-ppup-row > div:nth-child(2) {
  flex: 1;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  margin-right: 12px;
}

.table-ppup-row > div:last-child {
  flex: 0 0 auto;
}

.table-ppup-close {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 1px 0 25px #0000001a;
  border-radius: 25px;
  border: 1px solid #ccc;
  padding: 3px 8px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background: #ffffff;
  z-index: 10;
}

.table-ppup img {
  height: 28px;
  max-width: 80px;
  width: auto;
  object-fit: contain;
}

.table-ppup-btn {
  align-items: center;
  border-radius: 5px;
  border-style: none;
  box-shadow: #ffffff42 0 1px 2px inset;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  padding: 6px 14px;
  user-select: none;
  -webkit-user-select: none;
  justify-content: center;
  width: max-content;
  font-size: 13px;
  font-weight: 600;
}

.text-ppup div {
  margin-bottom: 2px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
}

.text-ppup-row {
  padding: 6px;
  border-radius: 6px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.text-ppup-close {
  position: absolute;
  top: 3px;
  right: 3px;
  box-shadow: 1px 0 25px #0000001a;
  border-radius: 25px;
  border: 1px solid #ccc;
  padding: 1px 4px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.text-ppup img {
  height: 25px;
  max-width: 75px;
  width: 100%;
  margin: 0 auto;
}

.text-ppup-btn {
  align-items: center;
  border-radius: 4px;
  border-style: none;
  box-shadow: #ffffff42 0 1px 2px inset;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  margin: 0 auto;
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
  justify-content: center;
  width: max-content;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .table-ppup-container {
    max-width: 94vw;
    max-height: 88vh;
    gap: 1px;
    padding: 8px;
    padding-bottom: 40px;
  }

  .table-ppup-row {
    min-height: 36px;
    padding: 6px 8px;
  }

  .table-ppup-row > div:nth-child(2) {
    font-size: 12px;
  }

  .table-ppup-close {
    bottom: 8px;
    width: 24px;
    height: 24px;
    font-size: 14px;
  }

  .text-ppup-container {
    max-width: 95vw;
    gap: 4px;
  }

  .square-ppup-container {
    max-width: 90vw;
  }

  .table-ppup,
  .text-ppup,
  .square-ppup {
    padding: 8px;
  }
}

.square-ppup {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  z-index: 99999999999;
  background: rgba(59, 59, 59, 0.7);
  font-size: 12px;
  padding: 10px;
  box-sizing: border-box;
}

.square-ppup-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  max-width: 280px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
}

.square-ppup-row {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 8px;
  margin-bottom: 3px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.square-ppup div {
  margin-bottom: 3px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.square-ppup-close {
  position: absolute;
  top: 6px;
  right: 4px;
  box-shadow: 1px 0 25px #0000001a;
  border-radius: 25px;
  border: 1px solid #ccc;
  padding: 2px 6px;
  cursor: pointer;
  margin: auto auto 2px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

.yatay-ppup {
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  z-index: 99999999;
  align-items: center;
  justify-content: center;
}

.yatay-ppup-wrap {
  width: 92%;
  padding: 0.75rem 1rem;
  margin: 0 auto;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 1px 1px #000;
}

.splashes,
.splashes-row {
  width: 102px;
  height: auto;
}

.yatay-ppup-row {
  margin-top: 3px;
}

.yatay-ppup-row img {
  width: 100%;
  height: 52px;
}

.yatay-ppup-title {
  font-size: 15px;
  font-weight: 700;
  margin: 0.5rem 0;
  line-height: 25px;
  border-radius: 10px;
  padding: 0.5rem 5px;
}

.yatay-ppup-close {
  margin-top: 0.5rem;
}

.yatay-ppup-close button {
  border: none;
  border-radius: 5px;
  padding: 0.6rem 15px;
  display: inline-block;
  font-size: 14px;
}

.splashes {
  position: fixed;
  right: 8px;
  top: 60px;
  z-index: 98;
}

.splashes-row {
  z-index: 150;
  margin-bottom: 6px;
  border-radius: 2px;
}

.splashes-close,
.splashes-title {
  height: 18px;
  display: flex;
  text-align: center;
}

.splashes-image img {
  max-width: 100px;
  height: 33px;
}

.splashes-title {
  line-height: 18px;
  font-size: 9px;
  font-weight: 700;
  position: relative;
  justify-content: center;
  align-items: center;
}

.splashes-close {
  position: absolute;
  right: -7px;
  top: -5px;
  border-radius: 999px;
  width: 18px;
  cursor: pointer;
  font-size: 11px;
  border: 0.5px solid #000;
  justify-content: center;
  align-items: center;
}

.adbar {
  text-align: center;
  position: fixed;
  width: 100%;
  height: auto;
  font-size: 13px;
  padding: 6px 0;
  z-index: 9999999;
}

.adbar p {
  font-size: 13px;
  line-height: 15px;
  margin: 0;
}

.adbar-btn {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 3px;
  font-weight: 700;
  margin-top: 2px;
  border-radius: 4px;
}

.adbar-close {
  position: absolute;
  background: rgba(0, 0, 0, 0.59);
  color: #fff;
  padding: 5px 8px;
  border-radius: 50%;
  cursor: pointer;
  right: 2px;
}

#adbar-top {
  top: 0;
}

#adbar-bottom {
  bottom: 0;
}

@media (max-width: 540px) {
  .square-ppup-row {
    min-width: 100%;
    width: 100%;
    height: 100%;
  }

  .square-ppup-row img {
    height: 20vh;
    margin-top: -10px;
  }
}

.square-ppup img {
  height: 30px;
  max-width: 90px;
  width: 100%;
  margin: 0 auto;
}

.square-ppup-btn {
  align-items: center;
  border-radius: 5px;
  border-style: none;
  box-shadow: #ffffff42 0 1px 2px inset;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  margin: 0 auto;
  padding: 8px 16px;
  user-select: none;
  -webkit-user-select: none;
  justify-content: center;
  width: max-content;
  font-size: 14px;
  font-weight: 600;
}

.ust-kutu-title {
  font-size: 11px;
}

.brand-table {
  color: #0a0a0a;
}

.highlight {
  color: #ff0000;
  background-color: #ff0;
}

.brand-button {
  background: #4caf50;
  color: #ffffff;
  border-radius: 5px;
}

.brand-button:hover {
  color: #ffffff;
}

.ust-kutu-title {
  color: #ffffff;
  background: #4caf50;
}

#adbar-top {
  background: #000000;
  color: #ffffff;
}

#adbar-top .adbar-btn {
  background-color: #81d742;
  color: #ffffff;
}

.table-ppup-row {
  background: #ffffff;
}

.table-ppup-close {
  background: #ffffff;
  color: #282828;
}

.table-ppup-title {
  color: #282828;
}

.table-ppup-btn {
  background-color: #4caf50;
  color: #ffffff;
}

.table-ppup-btn:active,
.table-ppup-btn:visited {
  color: #ffffff;
}

.table-ppup-btn:hover {
  color: #ffffff;
}

.text-ppup-row {
  background: #ffffff;
}

.text-ppup-close {
  background: #ffffff;
  color: #282828;
}

.text-ppup-btn {
  background-color: #4caf50;
  color: #ffffff;
}

.text-ppup-btn:active,
.text-ppup-btn:visited {
  color: #ffffff;
}

.text-ppup-btn:hover {
  color: #ffffff;
}

.square-ppup-row {
  background: #ffffff;
}

.square-ppup-btn {
  background-color: #4caf50;
  color: #ffffff;
}

.square-ppup-btn:active,
.square-ppup-btn:visited {
  color: #ffffff;
}

.square-ppup-btn:hover {
  color: #ffffff;
}

.square-ppup-close {
  color: #ffffff;
  background-color: #4caf50;
}

.splashes {
  color: #ffffff;
}

.splashes-row {
  background: #000000;
  border: 1px solid #000000;
}

.splashes-close {
  background: #4caf50;
  color: #ffffff;
}

.wrapper {
  display: inline-flex;
  list-style: none;
}
.wrapper .icon {
  position: relative;
  background: #ffffff;
  color: #333;
  border-radius: 50%;
  padding: 5px;
  margin: 10px;
  width: 30px;
  height: 30px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* yeni stil */

.ust-kutu-container {
  padding: 5px 10px;
}

.ust-kutu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 3px;
  margin: 5px 0;
}

.ust-kutu-row {
  width: 100%;
  border-radius: 4px 4px 0 0;
  text-align: center;
}

.ust-kutu-row a {
  width: 100%;
  display: grid;
}

.ust-kutu-row img {
  width: 100%;
  height: 30px;
  max-width: 99px;
  margin: 0 auto;
}

.ust-kutu-title {
  padding: 2px;
  display: block;
  line-height: 1;
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.adbar-footer {
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  padding: 10px 0;
  width: 100%;
  background: #000000;
  color: #ffffff;
  text-align: center;
}
.adbar-footer p {
  font-size: 13px;
  line-height: 15px;
}
.adbar-footer span {
  color: red;
}
.adbar-footer .adbar-footer-link {
  display: inline-block;
  padding: 3px 6px;
  margin-left: 3px;
  font-weight: 700;
  margin-top: 2px;
  border-radius: 4px;
  background-color: #81d742;
  text-decoration: none;
  color: #ffffff;
}

/* yeni stil */