<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-2217 .elementor-element.elementor-element-eeb8552{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2217 .elementor-element.elementor-element-eeb8552.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-2217 .elementor-element.elementor-element-c53e43c &gt; .elementor-widget-container{margin:0px 0px 0px 0px;}@media(max-width:1366px) and (min-width:768px){.elementor-2217 .elementor-element.elementor-element-eeb8552{--width:977.2px;}}@media(max-width:1366px){.elementor-2217 .elementor-element.elementor-element-eeb8552{--grid-auto-flow:row;}}@media(max-width:1024px){.elementor-2217 .elementor-element.elementor-element-eeb8552{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2217 .elementor-element.elementor-element-eeb8552{--width:369.8px;--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-ce7c96a */.elementor-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


.right-sidebar-section {
  width: 480px; /* Fixed width of the right sidebar */
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex; /* Flexbox for side-by-side layout */
  justify-content: space-between; /* Distributes space between sections */
  gap: 15px; /* Consistent gap between sections */
  box-sizing: border-box; /* Ensures padding doesnâ€™t affect width */
}

.expert-help-section, .official-website-section {
  flex: 1; /* Equal width for both sections */
  min-width: 0; /* Prevents overflow from long content */
  padding: 9px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  display: flex; /* Flex within each section */
  flex-direction: column; /* Stack content vertically */
  align-items: center; /* Center content horizontally */
  justify-content: center; /* Center content vertically */
  box-sizing: border-box; /* Ensures padding is included in width */
}

.right-sidebar-title {
  color: #007bff;
  font-size: 18px; /* Reduced to fit */
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
  width: 100%; /* Full width of the section */
}

.expert-help-section p, .official-website-section p {
  color: #555;
  font-size: 12px; /* Reduced to fit */
  margin-bottom: 10px;
  text-align: center;
  flex: 1; /* Allows text to grow/shrink */
}

.expert-help-button {
  display: block;
  padding: 8px 15px; /* Adjusted for space */
  background-color: #228b22;
  color: #fff;
  text-decoration: none;
  font-size: 12px; /* Reduced to fit */
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 100%; /* Full width of the section */
}

.expert-help-button:hover {
  background-color: #0056b3;
}

.official-website-link {
  display: block;
  padding: 8px 15px; /* Adjusted for space */
  background-color: #c41e3a;
  color: #fff;
  text-decoration: none;
  font-size: 12px; /* Reduced to fit */
  border-radius: 3px;
  text-align: center;
  transition: color 0.3s ease, background-color 0.3s ease;
  width: 100%; /* Full width of the section */
}

.official-website-link:hover {
  color: #007bff;
  background-color: #e9ecef;
}

/* Responsive Design */
@media (max-width: 768px) {
  .right-sidebar-section {
    width: 100%;
    margin: 10px 0;
    flex-direction: column; /* Stack vertically on mobile */
    gap: 20px; /* Increased gap for readability */
  }
  .expert-help-section, .official-website-section {
    width: 100%; /* Full width on mobile */
    min-width: 0;
  }
  .right-sidebar-title {
    font-size: 18px;
  }
  .expert-help-section p, .official-website-section p {
    font-size: 13px;
  }
  .expert-help-button, .official-website-link {
    font-size: 13px;
  }
}

/* Ensure right sidebar alignment */
.elementor-column[data-col="2"] {
  margin-left: auto;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c53e43c */.elementor-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


.sidebar-section {
  width: 300px;
  margin: 0px auto;
  padding: 15px;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.sidebar-title {
  color: #007bff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  border-bottom: 2px solid #007bff;
  padding-bottom: 5px;
}

.sidebar-post-list {
  list-style-type: none;
  padding: 0;
}

.sidebar-post-list li {
  margin-bottom: 10px;
}

.sidebar-post-link {
  color: #333;
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 5px 10px;
  transition: color 0.3s ease;
}

.sidebar-post-link:hover {
  color: #007bff;
  background-color: #f1f1f1;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .sidebar-section {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
  }
  .sidebar-title {
    font-size: 18px;
  }
  .sidebar-post-link {
    font-size: 14px;
  }
}/* End custom CSS */</pre></body></html>