ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  list-style-type: disc;
}

strong {
  font-weight: bold;
}

.supported_header {
  justify-content: left;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  gap: 10px;
}

.image {
  height: 200px;
  max-height: 18vw;
  object-fit: contain;
  object-position: center;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
}

.company_header {
  flex-flow: wrap;
  width: 80%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu_container {
  width: 100%;
}

.phone_tree_header_container {
  width: 1200px;
}

.supported_logo {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.supported_logo_text_main {
  font-size: 24px;
  font-weight: 700;
}

.supported_logo_text_desc {
  font-size: 18px;
  font-weight: 700;
  line-height: 14px;
}

.company_name {
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.phone_tree_container {
  padding-bottom: 20px;
}

.company_left_column {
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.company_details {
  display: flex;
}

.company_contact_header, .phone_support_desc_header {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.other_contact_info {
  width: 250px;
}

.body {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block {
  font-size: 18px;
  font-weight: 700;
}

.standard_list_item {
  padding-bottom: 5px;
  font-size: 1em;
  line-height: 1em;
}

.phone_numbers_overview_header {
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.phone_tree_desc_header {
  font-weight: 700;
  font-size: 1.2em;
  line-height: 1.2em;
  padding-bottom: 5px;
}

.phone_tree_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.phone_tree_overview_container {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.customer_service_text_generic {
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  line-height: 16px;
  max-width: 400px;
  text-align: center;
}
.unique_options_container {
  display: flex;
  flex-flow: column;
}
.hangup_text_generic {
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  line-height: 16px;
  max-width: 400px;
  text-align: center;
}

.centering_div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.how_to_get_human_header{
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
}

.how_to_get_human_container {
  padding-bottom: 20px;
}
.how_to_get_human_text {
  font-size: 14px;
  line-height: 18px;
}

.phone_tree_overview_left_side {
  width: 45%;
  padding-right: 0;
}

.phone_tree_overview_right_side {
  width: 45%;
}

.phone_tree_desc_text {
  width: 600px;
}

.phone_tree_visualization_container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80vw; /* It will take 80% of viewport width */
  max-width: 1000px; /* But not exceed 800px */
  padding-bottom: 20px;
  display: flex;
  position: relative; /* Creates a positioning context for the sticky header */
}

.breadcrumb_navigation {
display: flex; /* Arrange children in a row */
align-items: center; /* Vertically center items if they have different heights */
flex-wrap: wrap; /* Allow items to wrap to the next line */
padding: 0; /* All padding removed */
border-radius: 4px;
font-size: 16px; /* Set font size for all text within */
gap: 5px;
}


.menu_search {
background-color: white;
}

.phone_tree_visualization_header {
  margin-top: 10px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 700;
  display: flex;
  width: 100%;
  border-radius: 10px;
  background-color: #cfcfcf;
  box-shadow: 0 0 0 0 white; /* Initial transparent border */
  transition: box-shadow 0.3s ease; /* Transition for border effect */
  gap: 10px;
  box-sizing: border-box;
}

/* Apply white border when the header becomes sticky (detected by scroll position) */
.sticky_border:not(:root:root) .phone_tree_visualization_header {
  box-shadow: 0 0 0 10px white; /* 10px white outer border */
}

/* Fallback using scroll position - this is a common technique */
html:not([data-scroll='0']) .sticky_border .phone_tree_visualization_header {
  box-shadow: 0 0 0 10px white; /* 10px white outer border */
}

.phone_tree_visualization_element {
  flex-flow: column;
  width: 90%;
}

.phone_tree_menu_block {
  background-color: #cfcfcf;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.tree_options_container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 800px;
  display: flex;
}

.phone_tree_menu_block_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.phone_tree_option_button {
  background-color: #f5f5f5;
  color: #333;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  max-width: 48%;
  max-height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  box-sizing: border-box;
  position: relative;
}

/* Style for selected options */
.phone_tree_option_button.selected {
  background-color: #6c757d; /* Dark gray */
  color: white;
  font-weight: bold;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/* Style for non-selected options */
.phone_tree_option_button.not-selected {
  opacity: 0.6;
  background-color: #e0e0e0;
  color: #666;
}

.tree_location_indicator {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 140px;
  height: 100%;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: flex;
}

.menu_row_container {
  grid-column-gap: 2.5%;
  grid-row-gap: 2.5%;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.text-block-2 {
  color: #464646;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}

.current_tree_node_icon {
  width: 50px;
  display: none;
}

.menu_text_container {
  text-align: center;
  width: 50%;
}

.menu_summary {
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.click_to_see_full_text {
  color: #7a69db;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

.full_text_container {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 5px;
}

.full_text_content {
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
  font-style: italic;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 5px;
}

.phone_tree_header_left {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text {
  font-weight: 400;
}

.company_header_color {
  background-color: #cfcfcf;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}



.phone_numbers_overview {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 250px;
  display: flex;
}

.phone_numbers_overview_text, .company_contact_details {
  font-size: 14px;
}

.text-block-3 {
  font-weight: 700;
}

.vertical_centering {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.phone_tree_overview_header {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.phone_tree_overview_detail_cards_container {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.tree_location_indicator_offset {
  width: 20%;
}

.color {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tree_location_indicator_offset,.menu_header {
  width: 15%;
}

.image-2 {
  width: 100px;
}

.company_overview_details_containers {
  flex-flow: wrap;
  display: flex;
}

.phone_tree_overview_header_text {
  padding-bottom: 10px;
  padding-right: 5px;
  font-weight: 700;
}

.company_search_bar {
  display: flex;
}

.image-3 {
  height: 20px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  border: 1px solid #000;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 185.6px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.search-input {
  color: #fff;
  background-color: #fff0;
  border: 0 solid #000;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0;
  flex-grow: 1; /* Allow input to take available space */
  border: none; /* Remove default input border */
  outline: none; /* Remove focus outline */
  background-color: transparent; /* Make input transparent to show form's bg */
  font-size: 18px;
  color: #333; /* Set text color to dark gray */
}

.phone_tree_visualization_header_top {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.phone_tree_visualization_header_text {
  font-size: 24px;
  line-height: 24px;
}

.search-button {
  background-color: #fff0;
  background-image: url('../images/search.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 24px;
  height: 25px;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
}

.tree_header_centering_placeholder {
  width: 185.6px;
  margin-left: 10px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu_search_bar {
  display: flex;
}

.menu_search {
  background-color: #fff;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 300px; /* Consider making this more flexible e.g., min-width or removing if input grows */
  margin-bottom: 0;
  padding: 0 10px; /* Add some horizontal padding for input and button */
  display: flex;
  border: 1px solid #ccc; /* Optional: add a light border to the form itself */
}

@media screen and (max-width: 991px) {
  .company_left_column {
    width: 50vw;
  }

  .image {
    height: 15vw;
    max-width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .company_header {
    justify-content: center;
    align-items: center;
    width: 90vw;
  }
  .phone_tree_visualization_header_top {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .other_contact_info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 48%;
    display: flex;
  }

  .phone_tree_visualization_container {
    width: 95vw;
  }

  .text-block-2 {
    font-size: 9px;
    line-height: 10px;
  }

  .menu_summary {
    font-size: 12px;
    line-height: 14px;
  }

  .click_to_see_full_text {
    font-size: 9px;
  }

  .image {
    height: 18vw;
  }

  .phone_numbers_overview {
    justify-content: flex-start;
    align-items: center;
    width: 48%;
  }

  .phone_tree_overview_detail_cards_container, .how_to_get_human_container {
    width: 90%;
  }

  .image-2 {
    width: 60px;
  }

  .company_overview_details_containers {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
    width: 100%;
  }

  .standard_list {
    padding-left: 20px;
  }
}

.phone_tree_how_to_header {
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 5px;
}

@media screen and (max-width: 479px) {
  .phone_tree_visualization_header {
    margin-top: 20px;
  }
  .breadcrumb_navigation {
    font-size: 1em;     /* Adjust font size for small screens */
    line-height: 1.2em; /* Adjust line height for small screens */
  }
  .supported_header {
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .company_header {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .supported_logo_text_desc {
    font-size: 1em;
    line-height: 1em;
    /*display: none;*/
  }
  .company_name {
    font-size: 3em;
    font-weight: 700;
    line-height: 1em;
    max-width: 70%;
  }

  .company_left_column {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    padding-right: 0px;
  }

  .company_contact_details {
    font-size: 12px;
    line-height: 16px;
  }

  .company_contact_header {
    padding-bottom: 2px;
    font-size: 14px;
  }

  .other_contact_info {
    width: 48%;
  }

  .phone_numbers_overview_header {
    padding-bottom: 2px;
    font-size: 14px;
  }

  .phone_tree_desc_header {
    padding-bottom: 8px;
    font-size: 1.1em;
    line-height: 1em;
  }

  .phone_tree_visualization_container {
    width: 100vw;
  }
  .phone_tree_visualization_element {
    width: 92vw;
  }

  .phone_tree_visualization_header_text {
    font-size: 18px;
    line-height: 18px;
  }

  .tree_options_container {
    width: 95%;
  }

  .phone_tree_option_button {
    padding: 4px 6px;
    font-size: .8em;
    line-height: 1.1em;
    max-height: 3.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .menu_row_container {
    grid-column-gap: 0.5%;
    grid-row-gap: 0.5%;
  }

  .text-block-2 {
    font-size: .8em;
    line-height: 1.1em;
  }

  .menu_text_container {
    width: 60%;
  }

  .menu_summary {
    font-size: 1.1em;
    line-height: 1.2em;
  }

  .click_to_see_full_text {
    font-size: .9em;
    line-height: 1.1em;
  }

  .phone_tree_header_left {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .phone_numbers_overview {
    width: 48%;
  }

  .phone_numbers_overview_text, .company_contact_details {
    font-size: 14x;
    line-height: 18px;
  }

  .text-block-3 {
    font-size: 13px;
  }

  .tree_location_indicator_offset, .menu_header {
    width: 20%;
  }

  .phone_tree_overview_header_text {
    padding-bottom: 2px;
    padding-right: 5px;
  }

  .list {
    font-size: 12px;
  }

  .standard_list {
    font-size: 1em;
    line-height: 1.2em;
  }

  .menu_search {
    width: 95%;
  }

  .search-button {
    width: 25px;
  }

  .breadcrumb_item {
    max-width: 100px;
    font-size: .9em;
    line-height: 1.1em;
    }
  .image {
    height: 120px;
  }
}


.customer_service_description_container, .termination_description_container {
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
}

.customer_service_image{
  width: 35px;
  margin-right: 20px;
  margin-left: 20px;
}

.customer_service_text {
  font-size: 14px;
  line-height: 16px;
  max-width: 400px;
}

.hangup_icon{
  width: 35px;
  margin-right: 20px;
  margin-left: 20px;
}

.hangup_text {
  font-size: 14px;
  line-height: 16px;
  max-width: 400px;
}

/* Styles for selected and non-selected options */
.phone_tree_option_button.selected {
  background-color: #6c757d; /* Dark gray */
  color: white;
}

.phone_tree_option_button.not-selected {
  background-color: #e0e0e0; /* Light gray */
  color: #888888; /* Gray text */
  opacity: 0.7;
}

.phone_tree_option_button.selected {
background-color: #6c757d; /* Dark Gray */
color: white;
font-weight: bold;
opacity: 1; /* Ensure full opacity for selected items */
}

.sticky_border {
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
position: sticky;
top: 0;
z-index: 100;
margin-bottom: 10px;
}
.call-link {
  margin-left: 10px;
}

.call-link a {
  background-color: #4CAF50;
  color: white;
  padding: 4px 8px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.call-link a:hover {
  background-color: #45a049;
}

.menu_header {
  display: flex;
  align-items: center;
}



/* Styles moved from company_phone_details.html */

.phone_tree_menu_block {
background-color: transparent;
border: none;
outline: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); /* Subtle black shadow with 30% transparency */
margin-bottom: 10px; /* Add some space between blocks, adjust as needed */
padding: 5px; /* Add some internal padding, adjust as needed */
}

.breadcrumb_and_search_container {
display: flex;
justify-content: center;
align-items: center;
width: 100%; /* To fill the parent container width */
}
.breadcrumb_trail {
display: flex;
flex-wrap: nowrap;
align-items: center;
}
.breadcrumb_item {
cursor: pointer;
color: #0275d8;
max-width: 150px;
display: flex;
align-items: center;
margin-right: 2px;
}

.breadcrumb_item span {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
line-clamp: 2;
-webkit-box-orient: vertical;
white-space: normal;
line-height: 1.2em;
max-height: 2.4em;
}
.breadcrumb_item:hover {
text-decoration: underline;
}
.breadcrumb_item:not(:last-child):after {
  content: "→";
  color: #6c757d;
  margin-left: 2px;
}

.hidden, .phone_tree_menu_block.hidden {
display: none;
}
.phone_tree_menu_block.active {
border: 2px solid #0275d8;
}

/* Make clickable elements show pointer cursor on hover */
.menu_summary,
.phone_tree_option_button {
cursor: pointer;
}

/* Add subtle hover effects for better UX */
.menu_summary:hover {
text-decoration: underline;
}

.phone_tree_option_button:hover {
opacity: 0.9;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
/* End of styles moved from company_phone_details.html */

.menu-search-icon-button {
background: none;
border: none;
padding: 0 5px; /* Adjust padding as needed, ensure it centers the image */
margin: 0;
cursor: pointer;
line-height: 1; /* Helps with vertical alignment if button has height */
display: flex; /* To help center the image if needed */
align-items: center; /* To help center the image if needed */
justify-content: center; /* To help center the image if needed */
}

.menu-search-icon-button:hover img {
opacity: 0.7; /* Example hover effect for the image */
}

.search-button-icon {
width: 22px; /* Adjust as needed */
height: 22px; /* Adjust as needed */
display: block; /* Or vertical-align: middle; depending on context */
}

.company-search-icon-button {
background: none; /* Remove default button background */
border: none; /* Remove default button border */
padding: 0 5px; /* Adjust padding to center the icon */
margin: 0;
cursor: pointer;
display: flex; /* For centering the image */
align-items: center;
justify-content: center;
/* If .w-button has specific height/line-height, may need to override or adjust */
}

.company-search-icon-button:hover img {
opacity: 0.7; /* Consistent hover effect */
}

/* Phone tree how-to section styling */
.phone_tree_how_to_container {
  margin-top: 10px;
  justify-content: center;
  align-items: center;
  width: 95%;
  display: flex;
  flex-direction: column;
  transition: height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  opacity: 1;
  transform-origin: top center;
  position: relative;
  max-width: 800px;
  margin-bottom: 5px;
}

.phone_tree_how_to_container.collapsed {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  transform: scaleY(0);
  /* Using transform instead of absolute positioning to prevent floating */
}

.phone_tree_how_to_text {
  text-align: left;
  font-weight: normal;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

.how_to_toggle_button {
  background-color: transparent;
  border: none;
  color: #7a69db;
  margin-top: 10px;
  cursor: pointer;
  font-size: 14px;
}

.how_to_toggle_button:hover {
  text-decoration: underline;
}

.show_how_to_button {
  background-color: transparent;
  border: none;
  color: #7a69db;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 14px;
  display: none;
  width: 90%;
}

.show_how_to_button.visible {
  display: block;
}

/* No menus placeholder styling */
.phone_tree_menu_block[data-type="no_menus"] {
  border: 1px dashed #ccc;
  background-color: #f9f9f9;
  text-align: center;
  padding: 20px;
  margin: 10px 0;
}

.phone_tree_menu_block[data-type="no_menus"] .menu_summary {
  color: #666;
  font-weight: bold;
  margin-bottom: 10px;
}

.no_menus_message {
  color: #888;
  font-size: 14px;
  font-style: italic;
}