/* Sticky Footer - push footer to bottom when content is short */
html {
  height: 100%;
}

body {
  min-height: 100%;
}

#wrapper {
  display: flex !important;
  flex-direction: column !important;
  min-height: 100vh !important;
}

#main {
  flex: 1 0 auto !important;
}

#footer {
  flex-shrink: 0 !important;
}

/* Container - matching Figma layout */
.vw-org-archive { max-width: 1280px; margin: 0 auto; padding: 0px 135px; background: rgba(255, 255, 255, 0.05); }

/* Hero - matching Figma specs */
.vw-org-hero { display:grid; grid-template-columns: 1.2fr 1fr; gap: 20px; margin-bottom: 24px; align-items:stretch; padding: 80px 0px 50px; }
.vw-org-hero__title { margin:0 0 20px; font-family: Poppins, sans-serif; font-weight: 700; font-size: 44px; line-height:1.1; letter-spacing: -2.5%; color:#151F6D; }
.vw-org-hero__desc { margin:0 0 20px; color:#151F6D; font-family: Poppins, sans-serif; font-weight: 400; font-size: 14px; line-height: 1.45; letter-spacing: -0.5%; max-width: 54ch; }
.vw-org-hero__media img { width:100%; height:333.44px; border-radius:20px; display:block; object-fit:cover; }

.vw-button { display:inline-block; background:#151F6D; color:#fff; padding:15px 20px; border-radius:99px; text-decoration:none; font-family: Poppins, sans-serif; font-weight:600; font-size:16px; line-height:1.1; letter-spacing:-2.5%; border:none; cursor:pointer; transition: background 0.2s ease; }
.vw-button:hover { background: #E1724C; }
.vw-button--primary { background: #E1724C; color:#fff; }

/* Layout - matching Figma */
.vw-org-layout { display:grid; grid-template-columns: 323px 1fr; gap: 20px; padding: 0px 0px 50px; }

/* Sidebar - matching Figma specs */
.vw-org-search { 
  display:flex; 
  align-items:center; 
  background:#fff; 
  border:1px solid #C0C0C0; 
  border-radius:99px; 
  padding:10px 10px 10px 15px; 
  margin-bottom: 25px; 
  min-height:48px;
  box-sizing:border-box;
  box-shadow: none;
}
.vw-org-search input[type="search"] { 
  border:none; 
  outline:none; 
  flex:1; 
  font-family: Poppins, sans-serif; 
  font-weight:500; 
  font-size:16px; 
  line-height:1.1; 
  letter-spacing:-2.5%; 
  color:#151F6D; 
  background:transparent; 
  padding:0;
  margin:0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  height:auto;
}
.vw-org-search input[type="search"]::placeholder { color:#A8A8A8; font-weight:500; }
.vw-org-search input[type="search"]:focus { color:#151F6D; box-shadow: none; border: none; }
.vw-icon-button { 
  border:none; 
  background:transparent; 
  cursor:pointer; 
  font-size:18px; 
  color:#E1724C; 
  padding:0; 
  width:37px; 
  height:48px; 
  display:flex; 
  align-items:center; 
  justify-content:center; 
  flex-shrink:0; 
  margin:0;
}

.vw-org-panel { border-radius:25px; padding:20px; margin-bottom: 25px; }
.vw-org-panel:first-of-type { background:#FAF8FE; }
.vw-org-panel:last-of-type { background:#F4F4F4; }
.vw-org-panel__title { margin:0 0 20px; color:#E1724C; font-family: Poppins, sans-serif; font-weight:700; font-size:24px; line-height:1.1; letter-spacing:-2.5%; }
.vw-org-panel p { font-family: Poppins, sans-serif; font-weight:400; font-size:14px; line-height:1.45; letter-spacing:-0.5%; color:#151F6D; margin:0 0 20px; }
.vw-org-subscribe { 
  display:flex; 
  align-items:center; 
  background:#fff; 
  border:1px solid #C0C0C0; 
  border-radius:99px; 
  padding:10px 10px 10px 15px; 
  min-height:48px;
  box-sizing:border-box;
  box-shadow: none;
}
.vw-org-subscribe input[type="email"] { 
  flex:1; 
  border:none; 
  outline:none; 
  font-family: Poppins, sans-serif; 
  font-weight:500; 
  font-size:16px; 
  line-height:1.1; 
  letter-spacing:-2.5%; 
  color:#151F6D; 
  background:transparent; 
  margin:0;
  padding:0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  height:auto;
}
.vw-org-subscribe input[type="email"]::placeholder { color:#A8A8A8; font-weight:500; }
.vw-org-subscribe input[type="email"]:focus { color:#151F6D; box-shadow: none; border: none; }
.vw-org-subscribe .vw-button { margin:0; }

/* Pills list - matching Figma grid layout */
.vw-org-pills { list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; justify-content:flex-end; gap: 19px; }
.vw-org-pill { background:#fff; border:1px solid #C4CAF4; border-radius:20px; padding:15px; width:324px; box-sizing:border-box; }
.vw-org-pill a { display:block; width:100%; text-decoration:none; color:#151F6D; font-family: Poppins, sans-serif; font-weight:500; font-size:16px; line-height:1.1; letter-spacing:-2.5%; transition: all .18s ease; }
.vw-org-pill:hover { background:#f6f7ff; border-color:#9aa6ff; }

.vw-org-archive__pagination {
  margin-top: 28px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.vw-org-archive__pagination .navigation.posts-navigation {
  display: block;
  width: 100%;
  text-align: center;
}

.vw-org-archive__pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.vw-org-archive__pagination .page-numbers {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -2.5%;
  color: #151F6D;
  text-decoration: none;
  padding: 0;
  background: none;
  border: none;
  transition: all 0.2s ease;
  min-width: auto;
}

.vw-org-archive__pagination .page-numbers:hover {
  color: #E1724C;
}

.vw-org-archive__pagination .page-numbers.current {
  color: #E1724C;
  font-weight: 600;
  background: none;
}

.vw-org-archive__pagination .page-numbers.dots {
  color: #151F6D;
  font-weight: 500;
  pointer-events: none;
}

.vw-org-archive__pagination .page-numbers.prev,
.vw-org-archive__pagination .page-numbers.next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: #FFFFFF;
  border: none;
}

.vw-org-archive__pagination .page-numbers.prev svg,
.vw-org-archive__pagination .page-numbers.next svg {
  width: 16px;
  height: 16px;
  stroke: #151F6D;
  stroke-width: 2px;
  transition: stroke 0.2s ease;
}

.vw-org-archive__pagination .page-numbers.prev:hover svg,
.vw-org-archive__pagination .page-numbers.next:hover svg {
  stroke: #E1724C;
}

/* Single Organisation */
.vw-org-single { max-width: 1280px; margin: 0 auto; padding: 0 135px; background: rgba(255, 255, 255, 0.05); }

/* Intro Section */
.vw-org-single-intro { 
  padding: 80px 0 40px; 

  @media screen and (max-width: 768px) {
    padding: 10px 0 20px;
  }
}

.vw-org-single-hero { 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  gap: 20px; 
  margin-bottom: 40px; 
}

.vw-org-single-hero__text { 
  flex: 0 0 auto; 
}

.vw-org-single-hero__title { 
  margin: 0; 
  font-family: Poppins, sans-serif; 
  font-weight: 700; 
  font-size: 44px; 
  line-height: 1.1; 
  letter-spacing: -2.5%; 
  color: #151F6D; 
}

.vw-org-single-hero__website {
  margin: 1rem 0 0;
}

.vw-org-single-hero__website a {
  color: #E1724C;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: none;
  letter-spacing: -0.5%;
}

.vw-org-single-hero__website a:hover {
  text-decoration: underline;
}

.vw-org-single-hero__logo { 
  flex-shrink: 0; 
}

.vw-org-single-hero__logo img { 
  width: 152px; 
  height: 117px; 
  object-fit: contain; 
  border-radius: 12px; 
  background: #fff; 
  border: 1px solid #E3E3E3; 
  padding: 8px; 
  box-sizing: border-box; 
}

.vw-org-single-feature { 
  display: flex; 
  flex-direction: column;
  align-items: flex-start; 
  justify-content: center; 
  padding: 0 0 50px; 
}

.vw-org-single-content { 
  font-family: Poppins, sans-serif; 
  font-weight: 400; 
  font-size: 14px; 
  line-height: 1.45; 
  letter-spacing: -0.5%; 
}

.vw-org-single-content p { 
  margin: 0 0 20px; 
}

.vw-org-single-content p:last-child { 
  margin: 0; 
}

/* Unified Column System */
.vw-org-column { 
  display: flex; 
  flex-direction: column;
  align-items: stretch; 
  gap: 20px; 
  flex: 1;
  max-width: none;
  min-width: 0;
  padding: 0;
  margin-bottom: 0; 
}

.vw-org-single-feature-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
}

.vw-org-column__header { 
  display: flex; 
  align-items: center; 
  width: 100%; 
  flex-shrink: 0; 
  margin-bottom: 0;
  justify-content: flex-start;
}

.vw-org-column__title { 
  margin: 0; 
  margin-bottom: 1.25rem;
  font-family: Poppins, sans-serif; 
  font-weight: 700; 
  font-size: 24px; 
  line-height: 1.1; 
  letter-spacing: -2.5%; 
  color: #151F6D; 
}

.vw-org-column__listings { 
  display: flex; 
  flex-direction: column; 
  align-items: stretch; 
  gap: 20px; 
  width: 100%;
}

/* Role Card Styling (copied from assets-role.css) */
.vw-role-card { 
  background: #fff; 
  border: 1px solid #C4CAF4; 
  border-radius: 20px; 
  padding: 15px; 
  width: 100%; 
  box-sizing: border-box; 
  transition: all 0.2s ease;
  align-self: stretch;
  min-width: 0;
}

.vw-role-card:last-child {
  margin-bottom: 2rem;
}

.vw-role-card:hover { 
  background: #f6f7ff; 
  border-color: #9aa6ff; 
}

.vw-role-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.vw-role-card__org {
  background: #F0EBF8;
  border-radius: 99px;
  padding: 10px 15px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: -2.5%;
  color: #151F6D;
}

.vw-role-card__location {
  background: transparent;
  border: none;
  border-radius: 99px;
  padding: 10px 15px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: -2.5%;
  color: #E1724C;
}

.vw-role-card__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vw-role-card__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -2.5%;
}

.vw-role-card__title a {
  color: #151F6D;
  text-decoration: none;
  transition: color 0.2s ease;
}

.vw-role-card__title a:hover {
  color: #E1724C;
}

.vw-role-card__excerpt {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.5%;
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
}

.vw-role-card__meta {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.5%;
  color: #151F6D;
}

.vw-role-card__category::after {
  content: "  |  ";
  color: #151F6D;
  margin: 0 4px;
}

/* Opportunity Card Styling (copied from assets-opp.css) */
.vw-opp-card {
  background: #fff;
  border: 1px solid #C4CAF4;
  border-radius: 20px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease;
  align-self: stretch;
  min-width: 0;
}

.vw-opp-card:hover {
  background: #f6f7ff;
  border-color: #9aa6ff;
}

.vw-opp-card:last-child {
  margin-bottom: 2rem;
}

.vw-opp-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.vw-opp-card__org {
  background: #F0EBF8;
  border-radius: 99px;
  padding: 10px 15px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: -2.5%;
  color: #151F6D;
}

.vw-opp-card__location {
  color: #E1724C;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: -2.5%;
}

.vw-opp-card__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.vw-opp-card__title {
  margin: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: -2.5%;
  color: #151F6D;
}

.vw-opp-card__title a {
  color: #151F6D;
  text-decoration: none;
  transition: color 0.2s ease;
}

.vw-opp-card__title a:hover {
  color: #E1724C;
}

.vw-opp-card__description {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.5%;
  color: rgba(0, 0, 0, 0.55);
  margin: 0;
}

.vw-opp-card__meta {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.45;
  letter-spacing: -0.5%;
  color: #151F6D;
}

.vw-opp-card__category::after {
  content: "  |  ";
  color: #151F6D;
  margin: 0 4px;
}

.vw-opp-card__team::after {
  content: "  |  ";
  color: #151F6D;
  margin: 0 4px;
}

@media (max-width: 1200px) {
  .vw-org-archive { padding: 0px 40px; }
  .vw-org-hero { grid-template-columns: 1fr; }
  .vw-org-layout { grid-template-columns: 1fr; }
  .vw-org-pills { justify-content: center; }
  .vw-org-pill { width: 300px; }
  
  .vw-org-single { padding: 0 40px; }
  .vw-org-single-feature-section { 
    padding: 0 0 50px; 
    gap: 40px; 
    width: 100%;
    max-width: none;
  }
  .vw-org-column__header { 
    width: 100%; 
  }
}
@media (max-width: 980px) {
  .vw-org-hero { grid-template-columns: 1fr; }
  .vw-org-layout { grid-template-columns: 1fr; }
  .vw-org-pills { grid-template-columns: repeat(2, 1fr); justify-content: center; }
  
  .vw-org-single-feature-section { 
    flex-direction: column; 
    gap: 40px; 
    width: 100%;
    max-width: none;
  }
  
  .vw-org-column { 
    flex: 1;
    max-width: 100%;
    min-width: auto;
  }
}
@media (max-width: 600px) {
  .vw-org-archive { padding: 0px 16px; }
  .vw-org-pills { grid-template-columns: 1fr; justify-content: center; }
  .vw-org-pill { width: 100%; max-width: 324px; }
  
  .vw-org-single { padding: 0 16px; }
  .vw-org-single-hero { flex-direction: column; align-items: center; text-align: center; }
  .vw-org-single-hero__logo { align-self: center; order: -1; margin-bottom: 20px; }
  .vw-org-single-feature-section { 
    padding: 0 16px 32px; 
    flex-direction: column; 
    gap: 40px; 
    width: 100%;
    max-width: none;
  }
  
  .vw-org-column { 
    flex: 1;
    max-width: 100%;
    min-width: auto;
  }
}
