/*
Theme Name: Uzman
Theme URI: http://digitilized.com
Author: Digitilized
Author URI: http://digitilized.com
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.9.0
Text Domain: flatsome
License: http://themeforest.net/licenses
License URI: http://themeforest.net/licenses
*/


    .org-container {
      text-align: center;
    }

    .org-node {
      background-color: #2f73b8;
      color: white;
      padding: 10px 20px;
      border-radius: 8px;
      display: inline-block;
      margin: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      position: relative;
    }

    .org-name {
      background: white;
      color: #333;
      padding: 4px 10px;
      border-radius: 6px;
      font-weight: bold;
      margin-top: 5px;
      display: inline-block;
    }

    .connector {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .connector::before {
      content: "";
      position: absolute;
      top: 0;
      height: 20px;
      width: 2px;
      background: #ccc;
    }

    .line-down {
      height: 20px;
      width: 2px;
      background: #ccc;
      margin: 0 auto;
    }

    .line-horizontal {
      height: 2px;
      background: #ccc;
      position: relative;
      width: 100%;
    }

    .children {
      display: flex;
      justify-content: center;
      position: relative;
    }

    .children::before {
      content: "";
      position: absolute;
      top: 0;
      left: 10%;
      right: 10%;
      height: 2px;
      background: #ccc;
    }

    .child-line {
      position: relative;
    }

    .child-line::before {
      content: "";
      position: absolute;
      top: -20px;
      left: 50%;
      transform: translateX(-50%);
      height: 20px;
      width: 2px;
      background: #ccc;
    }