
.guide-item2 {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
    flex: 1 1 350px;
    border-radius: 8px;
    padding: 15px;
   text-decoration: none;
    max-width: 900px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    h3 {
      text-decoration: none;
    }
    p {
      text-decoration: none;
      color: #009a43;
      flex-grow: 1;
    }
    a {
      text-decoration: none;
       }
}

.guide-item2:hover {
  transform: scale(1.05);
}



.guide-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin: auto;
 gap: 15px;
 padding: 5px 5%;
}
.guides-category {
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 5px;
    background-color: #ffb52d;
    padding: 3px 10px;
    border-radius: 25px;
     color: #f2fff7 !important;
}
.guides-category-blue {
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 5px;
    background-color: #50aaff;
    padding: 3px 10px;
    border-radius: 25px;
         color: #f2fff7 !important;
}
.guides-category-green {
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 5px;
    background-color: #009a43;
    padding: 3px 10px;
    border-radius: 25px;
     color: #f2fff7 !important;
}
.petty-cash-example-table {
  width: 100%;
  border: #000000 1px solid;
  border-collapse: collapse;
}
.petty-cash-example-table tr td{
  border: #000000 1px solid;
  text-align: right;
  height: 25px;
}
.petty-cash-example-table th{
  border: #000000 1px solid;
  background-color: #c8fcde;
  text-align: right;
  height: 25px;
}
.petty-cash-example-table .petty-cash-totals-row {
  background-color: #F7D875;
}
.petty-cash-example-container {
  margin: auto;
}
