/* Base Reset */
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #f4f5f1;
}

/* Main Layout */
.all-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1330px;
  width: 100%;
}

.vc-sheet {
  display: flex;
  width: 100%;
  min-height: 100vh;
}

/* Sidebar */
.sidebar {
  width: 220px;
  padding: 60px 20px 20px;
  background-color: #f0f1ed;
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
}

.sidebar .logo img {
  width: 160px;
  margin-bottom: 40px;
}

.sidebar .side-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #575751;
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.sidebar .side-nav-icon-block {
  background: #e2e2db;
  border-radius: 10px;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar .divider.menu-divider {
  background: #e2e2db;
  height: 2px;
  margin: 20px 0 30px;
}

/* Content Wrapper */
.content-side {
  flex: 1;
  background: #f1f1eb;
  padding: 25px 15px 15px 15px;
  border-radius: 10px;
}

/* Section Header */
.company-section {
  text-align: center;
  margin-bottom: 20px;
}

.company-section h2 {
  color: #000;
  font-size: 28px;
  margin-bottom: 10px;
}

/* Card Style */
.company-card {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  margin-bottom: 25px;
  transition: box-shadow 0.3s;
}

.company-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.company-info {
  display: flex;
  flex-wrap: wrap;
}

.company-info img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 12px;
  margin-right: 16px;
}

.details-main {
  flex: 1;
}

.details-main h3 {
  margin: 0;
  font-size: 17px;
  color: #000;
  display: flex;
}

.details-main p {
 color: #000;
  margin-top: 6px;
  font-size: 15px;
  opacity: 0.7;
  line-height: 1.4;
  max-height: 40px;
  overflow: hidden;
  text-align: left; /* ✅ Ensures left alignment */
  
}

/* Tags Section */
.tag-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding-top: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
  gap: 10px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  color: #000;
}

.tags span {
  background: #f1f1eb;
  padding: 6px 8px;
  font-size: 13px;
  border-radius: 4px;
}

/* Action Buttons */
.actions {
  /*display: flex;*/
  color: #000;
  /*justify-content: flex-start; /* or space-between or whatever you use on desktop 
  /*align-items: center;*/
  /*flex-wrap: wrap;*/
  /*gap: 12px;*/
  /*width: 100%;*/
  /*margin-top: 10px;*/
  border: 1.5px solid var(--white-smoke);
    background-color: #1147ff33;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin: 2px;
    padding: 6px 5px 5px;
    font-size: 12.34px;
    font-weight: 500;
    line-height: 1em;
    display: flex
;
}

.actions button,
.actions a {
  background: #eaeaea;
  color: #000;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease;
  cursor: pointer;
}

.actions button:hover,
.actions a:hover {
  background: #d6d6d6;
}

/* Profile Link Button */
.profile-link {
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #111;
}

/* Details Toggle */
details-main {
  background: #f9f9f9;
  padding: 12px;
  border-radius: 10px;
  margin-top: 10px;
}

summary {
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}

details[open] summary {
  color: #007BFF;
}

/* Responsive Adjustments */
@media (max-width: 1024px) {
  .all-content {
    flex-direction: column;
    padding: 0 10px;
  }

  .vc-sheet {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    position: relative;
  }

  .company-info {
    flex-direction: column;
  }

  .actions {
    flex-direction: row;
    justify-content: center;
  }

  .company-card {
    padding: 16px;
  }
}

@media (max-width: 768px) {
  .company-section h2 {
    font-size: 22px;
  }

  .details-main h3 {
    font-size: 16px;
  }

  .details-main p {
    font-size: 14px;
  }

  .actions button,
  .actions a {
    font-size: 14px;
    padding: 10px;
    width: 100%;
    text-align: center;
  }

  .tag-action {
    flex-direction: column;
    align-items: flex-start;
  }

  .tags {
    justify-content: flex-start;
  }

  .sidebar .logo img {
    width: 120px;
  }

  summary {
    font-size: 15px;
  }
}
.vc-funds-wrapper table td,
.vc-funds-wrapper table th {
    padding: 8px;
    border-bottom: 1px solid #eee;
    color: #000;
    text-align: left;
}
@media (max-width: 768px) {
  .actions {
    justify-content: center;
  }
}

.shortdesccard.formatted-desc p {
  margin-bottom: 10px;
  line-height: 1.5; /* ✅ Increased for better spacing */
  font-size: 15.5px;
  color: #2d2d2d;
}

.shortdesccard.formatted-desc strong {
  color: #000;
}

.shortdesccard.formatted-desc em {
  color: #444;
  font-style: italic;
}

.formatted-desc {
    line-height: 1.6;
    font-size: 15px;
    color: #333;
    padding-top: 10px;
}

.formatted-desc p {
    margin-bottom: 12px;
}

.formatted-desc strong {
    font-weight: 600;
    color: #000;
}

.formatted-desc em {
    font-style: italic;
    color: #444;
}

