/**  mew ---------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --primary-color: #032326;
  --secondary-color: #0a6d76;
  --default-font-family: "Roboto", system-ui, sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  line-height: 1.5;
  font-family: var(--default-font-family);
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #f7f8f1;
  color: #000000;
}

.navbarBg {
  background: var(--primary-color);
  color: #fff;
  border-bottom: 1px solid;
}

.hero {
  background: var(--primary-color);
  position: relative;
  /* overflow: hidden; */
}

.hero::before {
  content: "";
  position: absolute;
  background: var(--primary-color) url("../images/header.png") no-repeat right
    bottom;
  background-size: cover;
  z-index: 2;
  width: 43%;
  height: 100%;
  right: 0;
  bottom: 0;
  opacity: 90%;
}

.hero-content {
  width: 85%;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 120%;
}

.hero-description {
  font-size: 1.125rem;
  line-height: 150%;
  width: 70%;
}

.hero-input {
  font-size: 14px !important;
  line-height: 100%;
  color: #000000;
}

.hero-input::placeholder {
  font-size: 14px !important;
  line-height: 100% !important;
  color: #666666;
}

.navbar {
  min-height: inherit;
  background: #032326;
  color: #fff;
  padding: 0;
  border-top: 0 !important;
  border-bottom: 1px solid #f5f5f5 !important;
}

.border-left-right-white {
  border-left: 1px solid #f5f5f5 !important;
  border-right: 1px solid #f5f5f5 !important;
}

.border-left-right-dark {
  border-left: 1px solid #d9d9d9 !important;
  border-right: 1px solid #d9d9d9 !important;
}

.btn {
  border: 2px solid #000 !important;
  padding: 13.6px 18.4px !important;
  font-size: 14px !important;
  line-height: 100%;
  letter-spacing: 0;
  border-radius: 6px;
}

.btn-join {
  background: #00ccbe;
  color: #032326;
  border: 2px solid #00ccbe !important;
}

.btn-claim {
  background: var(--secondary-color);
  border: 2px solid var(--secondary-color) !important;
  color: #ffffff;
}

.sections {
  background: #f7f8f1;
  color: #000;
}

.section-content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: start;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.section-content h2 {
  line-height: 120%;
  font-size: 36px;
  font-weight: 500;
  margin: 0;
}

.section-content p {
  margin: 0;
  width: 65%;
  line-height: 150%;
  font-size: 16px;
}

.section {
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 100%;
  height: 100%;
}

.section + .section {
  margin-top: 3rem;
}

.section .card {
  border: none;
  padding: 1.875rem;
  background: #0a6d761a;
  border-radius: 4px;
  height: 250px !important;
}

.section .card .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.section .card .card-body img {
  width: 80px;
  /* adjust as needed */
  height: auto;
  flex-shrink: 0;
  /* don’t let it shrink */
  border-radius: 8px;
  /* optional aesthetic */
}

.section .card .card-text-block {
  display: flex;
  flex-direction: column;
  /* stack the <a> and <p> vertically */
  justify-content: flex-start;
}

.claim {
  background: var(--primary-color) url("../images/claim.png") no-repeat right
    center;
  background-size: cover;
  height: 52dvh;
  width: 100%;
  color: #000;
  gap: 30px;
}

.claim .title {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}

.claim .description {
  line-height: 150%;
}

.footerBg {
  background: #032326;
  color: #fff;
}

.footerContent {
  padding-top: 5rem;
  padding-bottom: 10rem;
}

.footerText {
  border-top: 1px solid #f5f5f5 !important;
}

.breadcrumbBg {
  background: #e2e5cc;
  font-size: 14px;
}

.breadcrumbBg ul li:not(:last-child)::after {
  content: "/";
}

/*
.product{
  width:100%;
  height:100%;
  background:#FFFFFF;
  color:#000000;
  display:flex;
  flex-wrap:wrap;
  justify-content:start;
  align-items:start;
  gap:4rem;
  padding-top:2rem;
  padding-bottom:2rem;
}

.product .sidebar{
  width:32.5%;
  gap:2rem;
  display:flex;
  flex-direction:column;
  justify-content:start;
  align-items:start;
}

.product .sidebar .subtitle{
  text-transform:uppercase;
  letter-spacing:1px;
  line-height:150%;
  font-weight:500;
  font-size:12px;
}

.product .sidebar .title{
  font-weight:500;
  line-height:120%;
  font-size:36px;
  letter-spacing:0;
}

.product .sidebar .description{
  line-height:150%;
  margin:0;
  padding:0;
  font-size:16px;
  font-weight:400;
}

.product .product-page{
  width: 62%;
}

.product .product-page .accordion{
  gap: 1rem;
    display: flex;
    flex-direction: column;
}

.product .product-page .accordion-item{
  background:#0A6D7633;
  border-radius:0;
  outline:0;
  border:0;
  padding:30px;
  gap: 30px;
    display: flex;
    flex-direction: column;
}

.product .product-page .accordion-button{
  background:transparent;
  border:0;
  border-radius:0!important;
  outline:0;
  color:#000000;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:start;
  gap:5px;
  padding:0;
}


.product .product-page .accordion-button:focus{
  box-shadow:none;
}

.product .product-page .accordion-button::after{
position:absolute;
right:30px;
}

.product .product-page .buttonTitle{
  font-weight:500;
  font-size:24px;
  line-height:120%;
}

.product .product-page .buttonDescription{
font-weight:400;
font-size:14px;
line-height:150%;
letter-spacing:0;
}

.product .product-page .accordion-body{
  border-top:1px solid #000000;
  padding:0;
  padding-top:30px;
}


.product .product-page ul div span{
  line-height:150%;letter-spacing:1px;font-weight:700;font-size:12px;
  text-transform:uppercase;
}
.product .product-page ol div p:last-child{margin:0}

.portal{
  width:100%;
  height:100%;
  color:#000000;
  display:flex;
  justify-content:start;
  align-items:start;
  gap:4rem;
  padding-top:2rem;
  padding-bottom:2rem;
}

.portal .sidebar{
  width:32.5%;
  gap:2rem;
  display:flex;
  flex-direction:column;
  justify-content:start;
  align-items:start;
}

.portal .sidebar .subtitle{
  text-transform:uppercase;
  letter-spacing:1px;
  line-height:150%;
  font-weight:600;
  font-size:12px;
}

.portal .sidebar .title{
  letter-spacing:0;
  font-size:36px;
  line-height:120%;
  font-weight:500;
}

.portal .sidebar .btn{
  width:50%;
}

.portal-page{
  width:62%;
}

.portal-page .portal-form{
  background:#0A6D7633;
  padding:30px;
  gap:20px;
  display:flex;
  flex-direction:column;

}
.portal-page .portal-form h6{
  font-size:36px;
  font-weight:500;
  line-height:120%;
}

*/

/** defaults - will be ignored in the event another class is given */

a {
  font-weight: bold;
  color: black;
}

body {
  font-family: Roboto, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 2em;
}

h2 {
  font-weight: bold;
  font-size: 1.5em;
}
h4 {
  font-weight: bold;
  font-size: 1.2em;
}

.cmsBody {
  width: 70%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.leftCol {
  float: left;
  padding-right: 20px;
  width: 45%;
  overflow: hidden;
  margin-right: 40px;
}
.vendorPortalHeader {
  display: flex;
  gap: 3.75rem;
}
.vendorPortalHeader .leftCol {
  flex: 0 0 auto;
  float: none;
  width: auto;
  overflow: visible;
  margin-right: 0;
  padding-right: 0;
}
.vendorPortalHeader .rightCol {
  flex: 0 0 400px;
  width: 400px;
}
.btn-link {
  border: none !important;
  outline: none !important;
}

.rightCol {
  display: flow-root;
  width: 45%;
}

.rightColItem {
  background-color: rgb(224, 235, 229);
  padding: 30px;
}

/* Vendor portal — space between product name and Manage button inside card */
.vendorPortalHeader .rightColItem .button {
  margin-top: 10px;
  clear: both;
  display: block;
  width: fit-content;
}

/* Vendor portal — space between last product card and Add Product button */
.vendorPortalHeader .rightCol > .button {
  margin-top: 20px;
  display: block;
  width: fit-content;
}

.more {
  font-weight: normal;
}

.headline {
  font-weight: bold;
}

.pseudoButton {
  display: inline-block;
  padding: 10px 20px;
  background-color: white;
  color: black;
  text-decoration: none;
  font-weight: normal;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  border: 1px solid black;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #00ccbe;
  color: black;
  text-decoration: none;
  font-weight: normal;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.button:hover {
  color: white;
  background-color: #04282b;
}

.button-secondary {
  background-color: #032326;
  color: white;
}
.button-secondary:hover {
  background-color: #0a6d76;
  color: white;
}

/** Nav bar */
.bgnavbar {
  margin-top: 50px;
}

.navlogo {
  margin-right: 20px;
  float: left;
}

.navmenu {
  float: left;
}

.navsearch {
  float: left;
  margin-left: 30px;
}

.navlogin {
  float: left;
  margin-left: 30px;
  height: 60px;
}

.navsearch form {
  display: inline;
}

.navsearch input {
  width: 200px !important;
}

/** Footer */

.footer {
  width: 100%;
  height: 200px;
  clear: both;
  background-color: rgb(202, 199, 199);
  padding-left: 100px;
  padding-top: 20px;
  overflow: auto;
}

.footMenuList {
  width: 150px;
  height: 150px;
  float: left;
}

/** Home page */

.homesearchbox {
  margin-top: 100px;
  margin-left: 20%;
  margin-bottom: 100px;
}

.homesearchbox form {
  margin-left: -30px;
}

.homepageIcons {
  width: 80%;
  margin: 50px;
}

.homepageIconItem {
  float: left;
  width: 140px;
  height: 220px;
  padding: 20px;
  margin: 50px;
}

.homepageIcon {
  width: 60px;
  height: 60px;
  float: left;
  object-fit: scale-down;
}

.homepageIconName {
  font-weight: bold;
  clear: left;
}

.homepageIconDescription {
  clear: left;
}

.startHere {
  position: relative;
  z-index: 9999;
}

.startHere .dropdown-menu {
  z-index: 10000;
}

/** Departments listing */

.departmentsWrapper .departmentsBlock summary {
  clear: both;
}

.departmentsWrapper .businessDescription {
  width: 350px;
}

.departmentsWrapper .businessHeader p {
  margin-bottom: 10px;
}

.departmentsWrapper .resourceCardWrapper {
        width: 530px;
}

.departmentsWrapper .resourcesSection {
  margin-top: 40px;
}

.departmentsWrapper .resourcesSection h2 {
  margin-bottom: 16px;
}

.departmentsWrapper .resourcesSection .resourceTypeGroup {
  margin-bottom: 40px;
}

.departmentsWrapper .resourcesSection .resourceTypeHeading {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 12px;
}

/** Categories listing */

.categoriesWrapper .departmentHeader {
  width: 500px;
  height: 500px;
  float: left;
  margin-right: 20px;
}

.categoriesWrapper .departmentHeader p {
  margin-bottom: 10px;
}

/* products list  (note products not product */

.productsWrapper .categoryHeader {
  display: flow-root;
}

.productsWrapper .categoryTitle {
  float: left;
  width: 60%;
}

.productsWrapper .categoryTitle p {
  font-weight: normal;
  font-size: medium;
}

.productsWrapper .header {
  float: left;
}

.productsWrapper .catLink {
  margin-top: 50px;
}

.productsWrapper .description {
  width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
}

/** Product page */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  /* caret color */
  vertical-align: middle;
  /* optional, to align with text */
  float: right;
}

.productWrapper .moreCategory A {
  font-weight: bold;
  font-size: 0.9em;
  color: black;
}

.productWrapper .categoryHeader {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 10px;
}

.productWrapper .moreDepartment {
  margin-top: 0px;
  clear: both;
}

.productWrapper .moreDepartment A {
  font-weight: bold;
  font-size: 0.9em;
  color: black;
}

.productsWrapper .categoryTitle p {
  font-weight: normal;
  font-size: medium;
}

.productsWrapper .header {
  float: left;
  width: 50%;
}

.productsWrapper .catLink {
  margin-top: 50px;
}

.productWrapper .logo {
  float: right;
  margin-right: 50px;
}

.productWrapper .logo img {
  height: 100px;
}
.customFeatures tr td {
}

.premium .description {
  display: flow-root;
}

/* .free/.premium (products.ts) wrap floated .productSummary cards (float:
   left, see below) but never contained them, so the container collapsed
   to zero height and everything after it (subscribe banner, footer) rendered
   overlapping/beside the still-floating cards instead of below them.
   flow-root establishes a new block formatting context, containing the
   floats, same fix already used for .productWrapper .userLink above. */
.free,
.premium {
  display: flow-root;
}

.productSummary {
  background-color: #e0ebe5;
  float: left;
  padding: 20px;
  margin: 20px;
}

.productSummary .logo {
  height: 80px;
  float: left;
  padding: 10px;
}

.free .productSummary {
  width: 340px;
  height: 220px;
  overflow: hidden;
}

.premium .productSummary {
  width: 530px;
  height: 250px;
  overflow: hidden;
}

.productSummary .name a {
  font-weight: bold;
  font-size: 1em;
  color: black;
}

.productSummary .url a {
  font-weight: bold;
  font-size: 0.8em;
  color: black;
}

.productSummary .category {
  font-size: 1em;
  margin-bottom: 0px;
  font-weight: bold;
}

.productSummary .description {
  margin-top: 0px;
  padding: 20px;

  height: 80%;
  width: 100%;
}

.productSummary .rightCol {
  height: 80%;
}

/** Vendor Summary */

.vendorSummary {
  background-color: #e0ebe5;
  float: left;
  padding: 20px;
  margin: 20px;
}

.vendorSummary .logo {
  height: 80px;
  float: left;
  padding: 10px;
}

.premium .vendorSummary {
  width: 530px;
  height: 230px;
  overflow: hidden;
}

.free .vendorSummary {
  width: 340px;
  height: 210px;
  overflow: hidden;
}

.vendorSummary .name a {
  font-weight: bold;
  font-size: 1em;
  color: black;
}

.vendorSummary .url a {
  font-weight: bold;
  font-size: 0.8em;
  color: black;
}

.vendorSummary .category {
  font-size: 1em;
  margin-bottom: 0px;
  font-weight: bold;
}

.vendorSummary .description {
  padding: 20px;
}

.vendorSummary .description .name {
  font-size: 1.2em;
  font-weight: bold;
}

.vendorSummary .description .vendor {
  font-size: 0.8em;
}

/* Fix narrow description column in vendor/product summary cards.
   The default .leftCol/.rightCol are 47% each which over-sizes the logo
   column and squashes the description. Float the left column, push the
   right column next to it, and contain the floats inside the card. */
   .productSummary,
   .vendorSummary {
     overflow: hidden; /* contain the inner floats */
   }
   
   .productSummary .leftCol,
   .vendorSummary .leftCol {
     float: left;
     width: 160px;
     padding-right: 20px;
   }
   
   .productSummary .rightCol,
   .vendorSummary .rightCol {
     margin-left: 180px;  /* equals leftCol width + padding */
     width: auto;
   }

/* Mobile: stack logo above description so neither column gets squashed.
   Below ~768px (phones, tablet portrait), the 160px logo column would
   leave too little room for description text, so we go single-column. */
@media (max-width: 767.98px) {
   /* Card itself: let it grow with its content, drop the fixed height
      from .premium/.free .productSummary/.vendorSummary rules */
   .productSummary,
   .vendorSummary,
   .premium .productSummary,
   .free .productSummary,
   .premium .vendorSummary,
   .free .vendorSummary {
     height: auto;
     overflow: visible;
   }

   .productSummary .leftCol,
   .vendorSummary .leftCol {
     float: none;
     width: 100%;
     padding-right: 0;
     margin-bottom: 0.5rem;
   }

   .productSummary .rightCol,
   .vendorSummary .rightCol {
     margin-left: 0;
     width: 100%;
   }
}

.logoContainer {
  width: 140px;
  height: 100px;
  overflow: hidden;
}

.logoContainer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* or 'cover' depending on your needs */
}

/*  Product page note product not products */

.productWrapper .userLink {
  padding-top: 40px;
  padding-left: 60px;
  display: flow-root;
}

.productWrapper {
  width: 100%;
}

.productWrapper .leftCol {
  margin-top: 20px;
}

.productWrapper .header {
  width: 65%;
  float: left;
  margin-bottom: 10px;
  margin-top: 20px;
}

.productWrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.productWrapper h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0;
}

.productWrapper .hr {
  border: 1px solid black;
}
.productWrapper {
  width: 100%;
}

.categoryItem .categoryName {
  font-weight: bold;
  font-size: 1.2em;
}

.categoryItem .departmentName {
  font-weight: bold;
  font-size: -9em;
  clear: both;
}

.categoryItem .categoryDescription {
  clear: both;
}

.categoryItem .catlink {
  width: 200px;
}

.collapse-section {
  margin: 0;
  padding: 0;
}

.collapse-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0px !important;
}

.featureSet {
  margin-top: 20px;
  padding: 10px;
}

.featureSetHeading {
  font-weight: bold;
  font-size: 1.4em;
  margin-left: 10px;
}

.featureset .featureSetName {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.featureYesNo {
  padding-right: 20px;
  vertical-align: top;
}

.featureBlurb .name {
  font-weight: bold;
  margin-bottom: 5px;
}

.featureBlurb .description {
  margin-bottom: 5px;
}

.featureBlurb .notes {
  margin-bottom: 20px;
  font-style: italic;
}

.featureRow {
  margin-bottom: 20px;
}

.robot1 {
  font-weight: bold;
  width: 500px;
}

.reminder {
  font-style: italic;
  width: 500px;
}

/** Vendor page */

.vendorWrapper {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
}

.vendorWrapper .header {
  width: 65%;
  float: left;
  margin-bottom: 10px;
  margin-top: 20px;
}

.vendorWrapper .productSummary {
  height: auto;
  width: 100%;
}

/* Vendor-page product cards render in collapsed accordion mode (thin: true).
   The .collapse div is a Bootstrap class — if Bootstrap JS isn't loaded the
   section stays visible by default, so force it closed. */
.vendorWrapper .productSummary .collapse:not(.show) {
  display: none;
}

/* Lay out the name row so the caret sits flush right of the product name
   instead of stacking above it or floating to the card's right edge. */
.vendorWrapper .productSummary .name {
  display: flex;
  flex-direction: row-reverse;   /* link first in source, caret renders on right visually */
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.vendorWrapper .productSummary .caret {
  float: none;   /* override the global .caret { float: right } */
}

.vendorWrapper h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.vendorWrapper h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0;
}

.vendorWrapper .overview {
  margin-bottom: 20px;
}

.vendorWrapper .summary {
  margin-bottom: 20px;
}

.vendorWrapper .link {
  margin-bottom: 20px;
}

.vendorWrapper .productsHeader {
  font-weight: bold;
  font-size: 1.5em;
  margin-top: 40px;
  margin-bottom: 20px;
}

.vendorWrapper .logo {
  margin-bottom: 10px;
}
.vendorWrapper .logo img {
  height: 60px;
  padding: 10px;
}

.vendorWrapper .userLink {
  padding-top: 40px;
  padding-left: 60px;
  display: flow-root;
}

/* Latest Resources Section */
.vendorWrapper .latestResourcesSection {
        margin-top: 30px;
}

.vendorWrapper .resourceCards {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
}

/* Resource Item - matches tier 2+ product style */
.resourceItem {
        background: #E0EBE5;
        padding: 20px;
        width: calc(50% - 10px);
        box-sizing: border-box;
        overflow: hidden;
        display: flex;
        flex-direction: column;
}

a.resourceItem {
        text-decoration: none;
        color: inherit;
        cursor: pointer;
        transition: background-color 0.2s ease;
}

a.resourceItem:hover {
        background: #d0dbd5;
}

.moreResourceTypeBtn {
        display: block;
        padding: 6px 16px;
        background-color: #00ccbe;
        color: black;
        text-decoration: none;
        font-weight: normal;
        font-size: 0.9em;
        border-radius: 5px;
        transition: background-color 0.3s ease;
        text-align: center;
}

.moreResourceTypeBtn:hover {
        background-color: #04282b;
        color: white;
}

.moreResourceTypeBtnWrapper {
        text-align: center;
        margin-top: 10px;
}

.resourceCardWrapper {
        width: calc(50% - 10px);
        box-sizing: border-box;
}

.resourceCardWrapper .resourceItem {
        width: 100%;
}

.resourceItemContent {
        display: flex;
        gap: 15px;
        overflow: hidden;
        flex: 1;
}

.resourceLogo {
        flex-shrink: 0;
        width: 140px;
        height: 100px;
        overflow: hidden;
}

.resourceLogo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
}

.resourceItemContent {
	display: flex;
	gap: 15px;
	flex: 1;
	min-height: 0;
}

.resourceItemContent .resourceLogo {
	flex-shrink: 0;
}

.resourceItemContent .resourceDetails {
	flex: 1;
	min-width: 0;
	overflow: hidden;
}

.resourceDetails {
        flex: 1;
        min-width: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
}

.resourceType {
        font-size: 0.85em;
        font-weight: normal;
        color: #666;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0 0 5px 0;
}

.resourceTitle {
        font-weight: bold;
        font-size: 1em;
        margin: 0 0 8px 0;
        color: black;
        word-wrap: break-word;
        overflow-wrap: break-word;
}

.resourceTitle a {
        color: black;
        text-decoration: none;
}

.resourceTitle a:hover {
        text-decoration: underline;
}

.resourceVendor {
        font-weight: bold;
        font-size: 0.8em;
        color: #555;
        margin: 0 0 8px 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
}

.resourceVendor a {
        color: #0A6D76;
        text-decoration: none;
}

.resourceVendor a:hover {
        text-decoration: underline;
}

.resourceBusarea {
        font-size: 0.8em;
        font-weight: bold;
        color: #555;
        margin: 10px 0 0 0;
}

.resourceBusarea a {
        color: #0A6D76;
        text-decoration: none;
}

.resourceBusarea a:hover {
        text-decoration: underline;
}

.resourceDescription {
        font-size: 1em;
        color: black;
        margin: 0 0 5px 0;
        word-wrap: break-word;
        overflow-wrap: break-word;
}

.resourceDescriptionWrapper {
        margin-bottom: 10px;
}

.resourceDescriptionWrapper .resourceDescription {
        margin-bottom: 5px;
}

.resourceDescriptionClamped {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
}

.descriptionToggleBtn {
        background: none;
        border: none;
        color: #0A6D76;
        cursor: pointer;
        font-size: 0.85em;
        padding: 0;
        text-decoration: underline;
        display: none;
}

.descriptionToggleBtn:hover {
        color: #085a62;
}

.descriptionToggleBtn.visible {
        display: inline-block;
}

.resourceLink {
        display: inline-block;
        padding: 5px 15px;
        background-color: #0A6D76;
        color: white;
        text-decoration: none;
        font-size: 0.9em;
        border-radius: 3px;
        margin-top: auto;
        align-self: flex-start;
}

.resourceLink:hover {
        background-color: #085a62;
        color: white;
}

/* Resource List Page */
.resourceListWrapper {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 20px;
}

.resourceListWrapper .header {
        margin-bottom: 30px;
        text-align: left;
}

.resourceListWrapper .header h1 {
        margin: 0 0 10px 0;
}

.resourcesGrid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        align-items: stretch;
        justify-content: flex-start;
}

.resourcesGrid .resourceItem {
        width: 530px;
        flex-grow: 0;
        flex-shrink: 0;
        overflow: hidden;
}

@media (max-width: 600px) {
        .resourcesGrid .resourceItem {
                width: 100%;
        }
}

.resourcesGrid .resourceItem .resourceTitle,
.resourcesGrid .resourceItem .resourceDescription,
.resourcesGrid .resourceItem .resourceVendor {
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-word;
}

.resourcesGrid .noResources {
        color: #666;
        font-style: italic;
}



.loginWrapper {
  margin-bottom: 50px;
}

/** User Profile update */

.userProfileUpdate .leftCol {
  margin-right: 60px;
}

.yourCompanyName {
  margin-bottom: 30px;
}

.inputForm {
  width: 600px;
  background-color: rgb(224, 235, 229);
  padding: 30px;
}

.sudsLogin {
  width: 500px;
  background-color: rgb(224, 235, 229);
  padding: 30px;
  overflow: hidden;
}

.sudsLogin .form-group,
.inputForm .form-group {
  margin-bottom: 0.75rem;
}

.newVendorWrapper P {
  width: 400px;
}

.vendorPortalWrapper P {
  width: 400px;
}

.productName {
  width: 70%;
  font-weight: bold;
  font-size: 1.1em;
}

.productPortalWrapper {
  width: 100%;
}

.productPortalWrapper p {
  width: 100%;
}

.productPortalWrapper .addCategory {
  margin-top: 30px;
}

.productPortalWrapper option {
  font-size: 1em;
}

.productPortalWrapper select {
  font-size: 1.2em;
  margin-top: 10px;
}

.vendorResourcesWrapper select {
  font-family: var(--default-font-family);
  font-size: 1rem;
}

.resourceForm select {
  appearance: auto;
}

.productPortalWrapper .vendorProfileLink {
  margin-top: 50px;
}

.productPortalWrapper .rightColItem {
  margin-bottom: 20px;
}

/** Benchmark data update */

.benchUpdateWrapper {
  width: 100%;
  overflow-x: hidden;
}

.benchUpdateWrapper .sudsLogin {
  width: 100%;
  max-width: 1000px;
  overflow-x: hidden;
  overflow-y: visible;
}

.benchUpdateWrapper .fsname {
  font-weight: bold;
  font-size: 1.1em;
}

.benchUpdateWrapper .benchmarkItem {
  border-radius: 25px;
  border: 2px solid #4599a3;
  padding: 5px;
  margin-bottom: 10px !important;
}

@media (max-width: 768px) {
  .benchUpdateWrapper .benchmarkItem [class*="col-sm-"],
  .benchUpdateWrapper .form-group [class*="col-md-"] {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
}

/* Resource Summary Cards (Home Page) */
.resourceSummaryCard {
        background: #E0EBE5;
}

.resourceSummaryCard .resourceSummary {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 0;
}

.resourceSummaryCard .resourceHeader {
        margin-bottom: 6px;
}

.resourceSummaryCard .resourceName {
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 5px;
        line-height: 1.2;
        color: #032326;
}

.resourceNameSub {
        font-size: 0.8em;
        font-weight: 400;
}

.resourceSummaryCard .resourceFrom {
        font-size: 0.85em;
        color: #666;
        margin: 0;
}

.resourceSummaryCard .resourceFrom a {
        color: #0A6D76;
        text-decoration: none;
}

.resourceSummaryCard .resourceFrom a:hover {
        text-decoration: underline;
}

.resourceSummaryCard .resourceContent {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 0;
}

.resourceSummaryCard .resourceLeft {
        flex: 0 0 auto;
        overflow: hidden;
}

.resourceSummaryCard .resourceLogo {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
}

.resourceSummaryCard .resourceLogo img {
        width: 60px;
        height: 60px;
        object-fit: contain;
        border-radius: 8px;
}

.resourceSummaryCard .resourceRight {
        flex: 1;
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        overflow: hidden;
}

.resourceSummaryCard .resourceDescription {
        font-size: 1rem;
        color: #333;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0;
        text-align: left;
        line-height: 1.4;
        word-break: break-word;
        overflow-wrap: break-word;
        padding-left: 30px;
        width: 100%;
}

.resourceSummaryCard .resourceType {
        padding-top: 10px;
}

.resourceSummaryCard .resourceContent.no-logo .resourceRight {
        justify-content: flex-start;
}

.resourceSummaryCard .resourceContent.no-logo .resourceDescription {
        padding-left: 0;
}

.resourceSummaryCard .resourceType .badge {
        background: #0A6D76;
        color: #fff;
        font-size: 0.75em;
        font-weight: 500;
        text-transform: uppercase;
        padding: 4px 8px;
        border-radius: 3px;
        text-decoration: none;
        display: inline-block;
}

.resourceSummaryCard .resourceType .badge:hover {
        background: #085058;
        color: #fff;
}

.resourceSummaryCard .resourceDepartment {
        font-size: 0.85em;
        color: #666;
        padding-top: 4px;
}

.resourceSummaryCard .resourceDepartment a {
        color: #0A6D76;
        text-decoration: none;
}

.resourceSummaryCard .resourceDepartment a:hover {
        text-decoration: underline;
}

.resourceSummaryCard .resourceName a {
        color: #032326;
        text-decoration: none;
        font-weight: 500;
}

.resourceSummaryCard .resourceName a:hover {
        text-decoration: underline;
}