/*
Theme Name: Crazy Web Studio (Divi Child)
Template: Divi
Text Domain: Divi-child
Author: Crazy Web Studio
Author URI: https://www.crazywebstudio.co.th
*/
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

pre {
  color: #fff;
}

#gform_submit_button_1 {
  width: 100%;
}

#filter-date{
  background-color: white;
  color: rgb(0, 0, 0);
  border: solid #BC86FF 0px;
  border-radius: 15px;
  padding: 8px 12px;
  font-size: 1rem;
}

#filter-date::placeholder {
  color: #BC86FF; /* Placeholder color */
  opacity: 0.7;
}

#show-all-results{
  color: #EA7266 ;
  text-transform: uppercase;
  
}

.load-more-container {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  height: 80px; /* Adjust this to the desired height of the container */
}

#load-more-results {
  padding: 10px 20px;
  font-size: 1rem;
  background-color: #EA7266;
  color: #fff;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  text-transform: uppercase;
}

#load-more-results:hover {
  background-color: #d65b54; /* Slightly darker color on hover */
}

