/* 
Theme Name: PL Golf Clube
Description: Tema desenvolvido exclusivamente para o PL Golf Clube
Author: JP Infoweb
Author URI: https://jpinfoweb.com.br/
Template: hello-elementor
Version: 2.0.5
Text Domain: plgc
*/

/* Add your custom styles here */

html,
body {
  overflow-x: hidden;
}

li.menu-cta > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #11A954;
  color: #ffffff !important;
  padding: 12px 26px !important;
  border-radius: 4px;
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
  box-shadow: 0 6px 18px rgba(20, 184, 86, 0.22);
  font-weight: 700;
  line-height: 1;
  transition: all 0.25s ease;
}

li.menu-cta > a:hover {
  background: #10a24c;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(20, 184, 86, 0.28);
  text-decoration: none !important;
  border: none !important;
  border-bottom: none !important;
}

li.menu-cta > a::after,
li.menu-cta > a:hover::after {
  display: none !important;
  content: none !important;
}

@media (max-width: 1024px) {
  li.menu-cta {
    width: 100%;
    display: flex !important;
    justify-content: center !important;
    margin-top: 18px !important;
    margin-bottom: 20px !important;
    padding: 0 20px !important;
  }

  li.menu-cta > a {
    width: 100%;
    max-width: 260px;
    min-height: 48px;
    margin: 0 auto !important;
    padding: 14px 22px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(255, 204, 37, 0.28);
  }
}

.elementor-widget-theme-post-content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.elementor-widget-theme-post-content table {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 20px 0 !important;
}

.elementor-widget-theme-post-content table tbody {
  display: table !important;
  width: max-content !important;
  min-width: 100% !important;
}

.elementor-widget-theme-post-content table colgroup,
.elementor-widget-theme-post-content table col {
  width: auto !important;
}

.elementor-widget-theme-post-content table td,
.elementor-widget-theme-post-content table th {
  border: 1px solid #ddd !important;
  padding: 8px 10px !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
}

.elementor-widget-theme-post-content table span {
  font-size: inherit !important;
}

@media (max-width: 767px) {
  .elementor-widget-theme-post-content table {
    font-size: 13px !important;
  }

  .elementor-widget-theme-post-content table td,
  .elementor-widget-theme-post-content table th {
    padding: 7px 9px !important;
    font-size: 13px !important;
  }
}