/* ItemShopSys custom shop css */
@font-face {
  font-family: 'MinecraftFont';
  src: url('https://rawcdn.githack.com/mlodyozzy/minecraft-font/main/1_Minecraft-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'MinecraftFont', sans-serif !important;
  background-color: #0d0f14 !important;
  color: #241203 !important;
}

.bg-gradient-section.w-1360.server-list {
  background-color: #181c23 !important;
}

section.bg-gradient-section.server-list {
  position: relative !important;
  min-height: 100vh !important;
}

section.bg-gradient-section.server-list .server-block {
  text-align: center !important;
}

#custom-regulamin-style .block-text.mb-4,
#custom-regulamin-style #regulamin,
#custom-regulamin-style .ck-content {
  background-color: #181c23;
  color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin: 20px auto;
  max-width: 800px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  line-height: 1.6;
}

#custom-regulamin-style h1,
#custom-regulamin-style h2,
#custom-regulamin-style h3 {
  color: #ffffff;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
}

#custom-regulamin-style h1:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.8rem;
  color: #000;
}

#custom-regulamin-style p {
  text-align: left;
  margin-bottom: 10px;
}

#custom-regulamin-style ul,
#custom-regulamin-style ol {
  margin-left: 20px;
}

#custom-regulamin-style li {
  margin-bottom: 6px;
}