.elementor-406 .elementor-element.elementor-element-48185ed{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-406 .elementor-element.elementor-element-48185ed.e-con{--flex-grow:0;--flex-shrink:0;}.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 );color:var( --e-global-color-primary );}.elementor-406 .elementor-element.elementor-element-cebb08d{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-406 .elementor-element.elementor-element-cebb08d.elementor-element{--align-self:flex-start;}.elementor-406 .elementor-element.elementor-element-cebb08d .elementor-heading-title{font-family:"Josefin Sans", Sans-serif;font-size:20px;font-weight:700;color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );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-406 .elementor-element.elementor-element-c8e92b2{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-406 .elementor-element.elementor-element-c8e92b2.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-406 .elementor-element.elementor-element-8a6d914{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-406 .elementor-element.elementor-element-8a6d914.elementor-element{--align-self:flex-start;}.elementor-406 .elementor-element.elementor-element-8a6d914 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-406 .elementor-element.elementor-element-2392657{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-406 .elementor-element.elementor-element-48185ed{--width:100%;}.elementor-406 .elementor-element.elementor-element-c8e92b2{--width:100%;}}/* Start custom CSS for heading, class: .elementor-element-cebb08d *//* Simple Header - Left Aligned */

.terms-container {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

.header-section {
  text-align: left;
  padding: 40px 20px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.main-title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.last-updated {
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.7;
}


/* Content Wrapper */
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px;
  text-align: left;
}

/* Introduction Section */
.intro-section {
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.intro-text {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 18px;
  text-align: left;
}

.intro-text:last-child {
  margin-bottom: 0;
}

/* Terms Sections */
.terms-section {
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.terms-section:last-child {
  border-bottom: none;
}

/* Section Titles - Black Color, No Border */
h1.section-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Section Content - Gray Color */
.section-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
  margin-bottom: 18px;
  text-align: left;
}

.section-content:last-child {
  margin-bottom: 0;
}

/* Links */
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .main-title {
    font-size: 18px;
  }
  
  .content-wrapper {
    padding: 0 20px 30px;
  }
  
  .header-section {
    padding: 40px 20px 30px;
  }
}

@media (max-width: 768px) {
  .main-title {
    font-size: 16px;
  }
  
  .header-section {
    padding: 30px 15px 20px;
    text-align: left;
  }
  
  .content-wrapper {
    padding: 0 15px 30px;
    text-align: left;
  }
  
  .section-content {
    text-align: left;
  }
  
  .intro-text {
    text-align: left;
  }
  
  /* Mobile font size reduction */
  .section-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 14px;
  }
  
  .header-section {
    padding: 25px 10px 15px;
    text-align: left;
  }
  
  .section-title {
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  
  .section-content {
    font-size: 14px;
  }
  
  .intro-text {
    font-size: 14px;
  }
  
  .content-wrapper {
    padding: 0 10px 25px;
  }
}

/* Print Styles */
@media print {
  .section-title {
    color: #000 !important;
  }
  
  .section-content {
    color: #666 !important;
  }
  
  .intro-text {
    color: #666 !important;
  }
  
  .last-updated {
    color: #666 !important;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-fb31925 */h2.head-sub-title {
  font-size: 18px;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-8a6d914 *//* Simple Header - Left Aligned */

.terms-container {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

.header-section {
  text-align: left;
  padding: 40px 20px 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.main-title {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.last-updated {
  font-size: 15px;
  color: #666;
  margin-bottom: 0;
  line-height: 1.7;
}


/* Content Wrapper */
.content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 40px;
  text-align: left;
}

/* Introduction Section */
.intro-section {
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.intro-text {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 18px;
  text-align: left;
}

.intro-text:last-child {
  margin-bottom: 0;
}

/* Terms Sections */
.terms-section {
  margin-bottom: 40px;
  padding-bottom: 25px;
}

.terms-section:last-child {
  border-bottom: none;
}

/* Section Titles - Black Color, No Border */
h1.section-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Section Content - Gray Color */
.section-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
  margin-bottom: 18px;
  text-align: left;
}

.section-content:last-child {
  margin-bottom: 0;
}

/* Links */
a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .main-title {
    font-size: 18px;
  }
  
  .content-wrapper {
    padding: 0 20px 30px;
  }
  
  .header-section {
    padding: 40px 20px 30px;
  }
}

@media (max-width: 768px) {
  .main-title {
    font-size: 16px;
  }
  
  .header-section {
    padding: 30px 15px 20px;
    text-align: left;
  }
  
  .content-wrapper {
    padding: 0 15px 30px;
    text-align: left;
  }
  
  .section-content {
    text-align: left;
  }
  
  .intro-text {
    text-align: left;
  }
  
  /* Mobile font size reduction */
  .section-title {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 14px;
  }
  
  .header-section {
    padding: 25px 10px 15px;
    text-align: left;
  }
  
  .section-title {
    font-size: 14px;
    letter-spacing: 0.3px;
  }
  
  .section-content {
    font-size: 14px;
  }
  
  .intro-text {
    font-size: 14px;
  }
  
  .content-wrapper {
    padding: 0 10px 25px;
  }
}

/* Print Styles */
@media print {
  .section-title {
    color: #000 !important;
  }
  
  .section-content {
    color: #666 !important;
  }
  
  .intro-text {
    color: #666 !important;
  }
  
  .last-updated {
    color: #666 !important;
  }
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-2e6810f *//* Base Styles */


.terms-container {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.6;
  color: #333;
  background: #fff;
}

/* Header styles */
.header-section {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 20px 30px;
}

.main-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #222;
  margin-bottom: 15px;
}

.breadcrumb {
  margin-bottom: 15px;
}

.breadcrumb a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.last-updated p {
  font-size: 14px;
  color: #666;
}

.divider {
  height: 2px;
  background: #333;
  width: 100%;
  margin-bottom: 40px;
}

/* Content Wrapper */
.content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px 40px;
}

/* Introduction Section */
.intro-section {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.intro-section p {
  margin-bottom: 15px;
  color: #555;
}

/* License Stats */
.license-stats {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
  text-align: center;
}

.license-stats h3 {
  margin-bottom: 20px;
  color: #333;
}


.stat-item {
  background: white;
  padding: 20px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.stat-label {
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Table Controls */
.table-controls {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.search-box {
  flex: 1;
  min-width: 250px;
}

.search-box input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
}

.filter-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.filter-btn {
  padding: 8px 16px;
  border: 1px solid #ddd;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
  background: #333;
  color: white;
  border-color: #333;
}

/* License Table */
.license-table-container {
  overflow-x: auto;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.license-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  background: white;
}

.license-table th {
  background: #333;
  color: white;
  padding: 15px 12px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: sticky;
  top: 0;
  z-index: 10;
}

.license-table td {
  padding: 12px;
  border-bottom: 1px solid #eee;
  vertical-align: top;
  line-height: 1.4;
}

.license-table tr:hover {
  background: #f8f9fa;
}

.license-table tr:nth-child(even) {
  background: #fdfdfd;
}

.license-table tr:nth-child(even):hover {
  background: #f8f9fa;
}

.license-table a {
  color: #007bff;
  text-decoration: none;
  word-break: break-all;
}

.license-table a:hover {
  text-decoration: underline;
}

/* Legal Notice */
.legal-notice {
  background: #fff3cd;
  border: 1px solid #ffeaa7;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
}

.legal-notice h3 {
  margin-bottom: 15px;
  color: #856404;
}

.legal-notice p {
  margin-bottom: 10px;
  color: #856404;
  line-height: 1.6;
}

.legal-notice a {
  color: #856404;
  font-weight: 600;
}

/* Page Navigation */
.page-navigation {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #333;
}

.nav-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.nav-button {
  padding: 12px 24px;
  background: #333;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.nav-button:hover {
  background: #555;
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .main-title {
    font-size: 2rem;
  }
  
  .header-section {
    padding: 30px 15px 20px;
  }
  
  .content-wrapper {
    padding: 0 15px 30px;
  }
  
  .intro-section {
    font-size: 14px;
    text-align: left;
  }
  
  .license-table {
    font-size: 11px;
  }
  
  .license-table th,
  .license-table td {
    padding: 8px;
  }
  
  .table-controls {
    flex-direction: column;
    align-items: stretch;
  }
  
  .search-box {
    min-width: auto;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
  }
  
  .nav-buttons {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .main-title {
    font-size: 1.8rem;
  }
  
  .license-table {
    font-size: 10px;
  }
  
  .license-table th,
  .license-table td {
    padding: 6px;
  }
  
  .content-wrapper {
    padding: 0 10px 25px;
  }
  
  .license-stats,
  .table-controls,
  .legal-notice {
    margin-left: -10px;
    margin-right: -10px;
    border-radius: 0;
  }
}

/* Print Styles */
@media print {
  .table-controls,
  .page-navigation {
    display: none;
  }
  
  .license-table {
    font-size: 8pt;
  }
  
  .license-table th {
    background: #333 !important;
    -webkit-print-color-adjust: exact;
  }
  
  .divider {
    background: #333 !important;
    -webkit-print-color-adjust: exact;
  }
}/* End custom CSS */