#productresources a {
color: black;
text-decoration:none;
font-weight: normal;
} 


.card-icon {
width: 5em;
height: 4em;
padding-bottom: 0.5em;
}
/* Styles for the image itself */
.card-chatbot-icon {
  width: 3.8rem !important; /* Adjust the icon's size as needed */
  height: auto !important;
  object-position: 0% 0%; /* X then Y */
  border-radius: 50% !important; /* Optional: for a round icon */
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important; /* Optional: add a subtle shadow */ 
  margin-bottom: .5rem;
}

#productresources {
    margin: 1.7rem;
}
.card-title.sage {
    font-family:'sage-text-medium';
}

.pc-button {
    color: black;
    background-color: #00d639;
    font-weight: bold;
    padding: 0.5em;
    font-size: 14px;
    border-radius: 6px;
    border:2px solid #00d639;
 }
 #productresources .card {
    background-color: black;
    color: white;
 }