.vp-article :where(.vp-article__content,.contentLayout2,.columnLayout.fixed-width .innerCell,.vp-article__integration) {
 display: block !important;
}

.vp-breadcrumbs, .vp-article .article-header {
	margin: unset !important;
}

body.with-panel {
      display: flex;
      flex-direction: row;
    }

    /* Main content wrapper with smooth transitions */
     .portal #page-wrapper {
      flex: 1;
      transition: all 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
      min-height: 100vh;
      position: relative;
    }

    body.with-panel #page-wrapper {
      width: calc(100% - 420px);
      flex: none;
    }

    /* Side panel with clean design */
    .side-panel {
      width: 420px;
      height: 100vh;
      background: #ffffff;
      box-shadow: -2px 0 15px rgba(0, 0, 0, 0.1);
      padding: 0;
      overflow-y: auto;
      overflow-x: hidden;
      flex-shrink: 0;
      position: fixed;
      right: 0;
      top: 0;
      z-index: 1000;
      transform: translateX(100%);
      transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
      border-left: 1px solid #e5e7eb;
      display: block;
    }

    body.with-panel .side-panel {
      transform: translateX(0);
    }

    /* Panel header */
    .side-panel .panel-header {
      background: #f8fafc;
      color: #374151;
      padding: 20px 30px;
      position: sticky;
      top: 0;
      z-index: 10;
      border-bottom: 1px solid #e5e7eb;
    }

    .side-panel .panel-title {
      margin: 0;
      font-size: 18px;
      font-weight: 600;
      color: #111827;
    }

    /* Close button - clean and minimal */
    .side-panel .close-btn {
      position: absolute;
      top: 15px;
      right: 20px;
      z-index: 11;
    }

    .side-panel .close-btn button {
      background: #ffffff;
      color: #6b7280;
      border: 1px solid #d1d5db;
      cursor: pointer;
      border-radius: 6px;
      height: 32px;
      width: 32px;
      font-size: 16px;
      font-weight: 500;
      transition: all 0.2s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .side-panel .close-btn button:hover {
      background: #f3f4f6;
      border-color: #9ca3af;
      color: #374151;
    }

    .side-panel .close-btn button:active {
      transform: scale(0.95);
    }

    /* Filter section */
    .side-panel .filter-section {
      background: #fafbfc;
      border-bottom: 1px solid #e5e7eb;
      padding: 20px 30px;
      position: sticky;
      top: 68px;
      z-index: 9;
    }

    .side-panel .filter-title {
      font-size: 14px;
      font-weight: 600;
      color: #374151;
      margin: 0 0 15px 0;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .side-panel .filter-count {
      font-size: 12px;
      font-weight: 400;
      color: #6b7280;
      background: #f3f4f6;
      padding: 2px 8px;
      border-radius: 12px;
    }

    .side-panel .filter-options {
      display: flex;
      flex-direction: column;
      gap: 8px;
      max-height: 200px;
      overflow-y: auto;
    }

    .side-panel .filter-option {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 6px 0;
      cursor: pointer;
      transition: all 0.2s ease;
    }

    .side-panel .filter-option:hover {
      background: rgba(59, 130, 246, 0.05);
      border-radius: 4px;
      padding-left: 4px;
      padding-right: 4px;
    }

    .side-panel .filter-checkbox {
      width: 16px;
      height: 16px;
      border: 2px solid #d1d5db;
      border-radius: 3px;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.2s ease;
      flex-shrink: 0;
    }

    .side-panel .filter-option.checked .filter-checkbox {
      background: #3b82f6;
      border-color: #3b82f6;
      color: white;
    }

    .side-panel .filter-checkbox::after {
      content: '✓';
      font-size: 10px;
      font-weight: bold;
      opacity: 0;
      transition: opacity 0.2s ease;
    }

    .side-panel .filter-option.checked .filter-checkbox::after {
      opacity: 1;
    }

    .side-panel .filter-label {
      font-size: 13px;
      color: #374151;
      flex: 1;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .side-panel .filter-label-count {
      font-size: 11px;
      color: #6b7280;
      background: #f9fafb;
      padding: 1px 6px;
      border-radius: 8px;
      min-width: 16px;
      text-align: center;
    }

    .side-panel .filter-label.others {
      font-style: italic;
      color: #6b7280;
    }

    .side-panel .clear-filters {
      font-size: 12px;
      color: #3b82f6;
      cursor: pointer;
      text-decoration: none;
      margin-top: 8px;
      display: inline-block;
      transition: color 0.2s ease;
    }

    .side-panel .clear-filters:hover {
      color: #2563eb;
      text-decoration: underline;
    }

    /* Interactive headings - clean and minimal */
    #page-wrapper .portal .toggle-heading {
      color: #374151 !important;
      border: 2px solid #e5e7eb !important;
      transition: all 0.2s ease !important;
      background: #fff !important;
      padding: 20px 20px;
      border-radius: 0;
      cursor: pointer;
      font-size: 20px !important;
      border: 1px solid #ccc;
      height: 200px;
      width: 260px;
      text-align: center;
      display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400 !important;
    flex-direction: column;
    }

    #page-wrapper .portal .toggle-heading:hover {
      background: #f9fafb !important;
      border-color: #9ca3af !important;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    }

    #page-wrapper .portal .toggle-heading:active,
    #page-wrapper .portal .toggle-heading.active {
      background: #3b82f6 !important;
      color: white !important;
      border-color: #3b82f6 !important;
      transform: translateY(0);
    }

#page-wrapper .portal h2#CX::before {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(https://www.expertflow.com/wp-content/uploads/2025/07/CX2.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#page-wrapper .portal h2#CRMConnectors::before {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(https://www.expertflow.com/wp-content/uploads/2025/07/crm.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#page-wrapper .portal h2#CiscocontactcenterAdd-ons::before {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(https://www.expertflow.com/wp-content/uploads/2025/07/add-on.png);
    background-size: contain;
    background-repeat: no-repeat;
}
#page-wrapper .portal h2#LegacyDocs::before {
    content: "";
    width: 60px;
    height: 60px;
    background-image: url(https://www.expertflow.com/wp-content/uploads/2025/07/docs.png);
    background-size: contain;
    background-repeat: no-repeat;
}

    /* Panel content area */
    .side-panel .panel-content {
      padding: 30px;
    }

    /* Grid layout - 2 items per row */
    .side-panel .panel-content .grid-cols-12 {
      display: flex !important;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 20px;
    }

    .side-panel .panel-content .grid-cols-12 li {
      transition: all 0.2s ease;
      width: 45% !important;
      gap: 10px;
    }

    .side-panel .panel-content .grid-cols-12 li.filtered-out {
      display: none !important;
    }

    .side-panel .panel-content .grid-cols-12 li:hover {
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      border-color: #d1d5db;
    }

.side-panel .panel-content .grid-cols-12 li img.tile__image {
    width: 100% !important;
    height: 110px;
    object-fit: contain;
    transition: transform 0.2s ease;
    padding: 20px;
    border-bottom: 1px solid #ebebeb;
}

    .side-panel .panel-content .grid-cols-12 li:hover img.tile__image {
      transform: scale(1.02);
    }

    .side-panel .tile__body {
      padding: 5px;
    }

    .side-panel .tile__headline {
      font-size: 14px;
      font-weight: 600;
      color: #111827;
      margin-bottom: 6px;
      line-height: 1.4;
    }

    .side-panel .tile__description {
      display: none;
    }

    /* Hide original elements */
    .side-panel .tile--text-center {
      padding: 0;
    }

    #page-wrapper #content > .flex ul, 
    #page-wrapper #content > .flex hr {
      display: none;
    }

    /* Main content layout */
    #page-wrapper .portal main#content {
      display: flex;
      align-items: center;
      align-content: center;
      flex-direction: row;
      justify-content: center;
      gap: 30px;
      padding: 40px 20px;
    }

    /* Responsive design */
    @media (max-width: 768px) {
      #page-wrapper .side-panel {
        width: 100%;
        max-width: 400px;
      }

      #page-wrapper body#page-wrapper #page-wrapper {
        width: 0;
        opacity: 0.3;
      }

      #page-wrapper .panel-content .grid-cols-12 {
        grid-template-columns: 1fr;
      }

      #page-wrapper .portal .toggle-heading {
        width: 200px !important;
        height: 140px !important;
        font-size: 14px !important;
      }

      #page-wrapper .portal main#content {
        flex-direction: column;
        gap: 20px;
      }

      #page-wrapper .filter-section {
        padding: 15px 20px;
      }

      #page-wrapper .panel-content {
        padding: 20px;
      }
    }

    /* Loading state */
    #page-wrapper .panel-loading {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 200px;
      color: #6b7280;
      font-size: 14px;
      grid-column: 1 / -1;
    }

    #page-wrapper .panel-loading::after {
      content: '';
      width: 16px;
      height: 16px;
      border: 2px solid #e5e7eb;
      border-top: 2px solid #3b82f6;
      border-radius: 50%;
      animation: spin 1s linear infinite;
      margin-left: 8px;
    }

    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }

    /* Empty state */
    #page-wrapper .panel-empty {
      grid-column: 1 / -1;
      text-align: center;
      padding: 40px 20px;
      color: #6b7280;
    }

    #page-wrapper .panel-empty h3 {
      margin: 0 0 8px 0;
      font-size: 16px;
      font-weight: 600;
      color: #374151;
    }

    #page-wrapper .panel-empty p {
      margin: 0;
      font-size: 14px;
    }

    /* No results state */
    #page-wrapper .no-results {
      text-align: center;
      padding: 40px 20px;
      color: #6b7280;
    }

    #page-wrapper .no-results h4 {
      margin: 0 0 8px 0;
      font-size: 16px;
      font-weight: 600;
      color: #374151;
    }

    #page-wrapper .no-results p {
      margin: 0;
      font-size: 14px;
    }