.elementor-widget-pp-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-pp-table-of-contents .pp-toc__header, .elementor-widget-pp-table-of-contents .pp-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-widget-pp-table-of-contents .pp-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );}.elementor-14552 .elementor-element.elementor-element-2be8dae{--box-background-color:#000000;--item-text-hover-decoration:underline;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14552 .elementor-element.elementor-element-d631644 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );color:var( --e-global-color-primary );}.elementor-14552 .elementor-element.elementor-element-57391a5{text-align:start;}.elementor-14552 .elementor-element.elementor-element-20d9af8 .elementor-wrapper{--video-aspect-ratio:1.77777;}.elementor-14552 .elementor-element.elementor-element-1ca0164 .elementor-heading-title{font-family:"Kanit", Sans-serif;font-size:23px;font-weight:600;text-transform:uppercase;}.elementor-14552 .elementor-element.elementor-element-6eafa13 .elementor-heading-title{font-family:"Kanit", Sans-serif;font-size:23px;font-weight:600;text-transform:uppercase;}.elementor-14552 .elementor-element.elementor-element-bc19aaa{color:#0A0A0A;}.elementor-14552 .elementor-element.elementor-element-bc19aaa > .elementor-widget-container{margin:9px 9px 9px 9px;padding:10px 10px 10px 10px;background-color:#FFFFFF;border-radius:5px 5px 5px 5px;}/* Start custom CSS for html, class: .elementor-element-29391ac */@import url('https://xoxclubsiteb8b77.zapwp.com/q:u/r:0/wp:0/w:1/u:https://fonts.googleapis.com/css2?family=Sarabun:wght@400;700&display=swap');

.content-container {
  background-color: #121212;
  color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  font-family: 'Sarabun', sans-serif;
  line-height: 1.8;
}

.section-title {
  font-size: 1.8em;
  margin-bottom: 15px;
  color: #ffcc00;
  display: flex;
  align-items: center;
  gap: 10px;
}

.intro-text {
  font-size: 1.2em;
  margin-bottom: 20px;
  color: #dddddd;
}

.time-section, .tips-section, .summary-section {
  margin-bottom: 20px;
}

.time-section h3, .tips-section h3, .summary-section h3 {
  font-size: 1.5em;
  color: #00bcd4;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.time-tips {
  list-style: none;
  padding: 0;
}

.time-tips li {
  background: #1e1e1e;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #b0bec5;
}

.time-tips li strong {
  color: #ffcc00;
}

.tips-section p, .summary-section p {
  margin-top: 10px;
  color: #b0bec5;
}

.eicon-clock, .eicon-calendar, .eicon-lightbulb, .eicon-file-text {
  font-size: 1.2em;
  color: #ffcc00;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db1cb80 */.volatility-faq {
    background-color: #121212;
    border: 1px solid #222;
    border-radius: 12px;
    padding: 20px;
    font-family: 'Arial', sans-serif;
    color: #e0e0e0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.4);
}

.faq-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    background: #1c1c1c;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.faq-item:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
}

.faq-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(45deg, #ff7e5f, #feb47b, #ff4e50);
    background-size: 300% 300%;
    animation: gradientShift 4s ease infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    color: #fff;
    font-size: 24px;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.faq-content h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #f5f5f5;
}

@media (max-width: 768px) {
    .faq-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .faq-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}/* End custom CSS */