/*
Theme Name:   TX-Psychics Child
Description:  Дочерняя тема для tx-psychics
Author:       emildv
Template:     tx-psychics
Version:      1.0.0
Text Domain:  tx-psychics-child
*/

/* Здесь можно писать свои CSS-правки */

/* Site scrollbar — new purple brand (overrides parent coral --s2) */
html {
  scrollbar-width: thin;
  scrollbar-color: #7C3AED #F5F0FF;
}
*::-webkit-scrollbar {
  width: 6px !important;
  height: 6px !important;
}
*::-webkit-scrollbar-track {
  background: #F5F0FF !important;
}
*::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}
*::-webkit-scrollbar-thumb {
  background: #7C3AED !important;
  border-radius: 8px !important;
}
*::-webkit-scrollbar-thumb:hover {
  background: #6D28D9 !important;
}
.cus-scrollbar:hover::-webkit-scrollbar-track {
  background: #F5F0FF !important;
}
.cus-scrollbar:hover::-webkit-scrollbar-button,
.cus-scrollbar:hover::-webkit-scrollbar-thumb {
  background: #7C3AED !important;
}

/* Blank page template - centered content (used by page-blank.php) */
body.blank-page {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
}

.blank-page__content {
  width: 100%;
  max-width: 720px;
  padding: 40px 20px;
  text-align: center;
  box-sizing: border-box;
}

.blank-page__content h1,
.blank-page__content h2,
.blank-page__content h3 {
  margin-top: 0;
}

/* Full-bleed option: add class "is-full" to the page or the wrapper in content */
.blank-page.is-full .blank-page__content,
.blank-page__content.is-full {
  max-width: none;
  padding: 0;
  text-align: left;
}

@media (max-width: 600px) {
  .blank-page__content {
    padding: 24px 16px;
    text-align: left;
  }
}





  