.item-details {
   font-family: Arial, sans-serif;
   color: #222;
   line-height: 1.6;
}

.item-details h3 {
   font-size: 16px;
   font-weight: bold;
   color: #165c3f;
   margin-bottom: 5px;
 }

.item-details hr {
   border: none;
   border-top: 1px solid #ddd;
   margin: 10px 0;
 }

.item-details .subtitle {
   font-weight: bold;
   text-transform: uppercase;
   margin-bottom: 8px;
   display: block;
 }

.item-details .main-text {
   color: #000;
   margin: 0 0 5px;
 }

.item-details .sub-text {
   color: #999;
   margin: 0 0 10px;
 }

.item-details a {
   color: #0073aa;
   font-weight: bold;
   text-decoration: none;
 }

.item-details a:hover {
   text-decoration: underline;
 }
