/******* Do not edit this file *******
Code Snippets Manager
Saved: May 29 2024 | 09:59:23 */
/* text box top borders */
.border-top-gradient {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 8px;
  border-image-source: linear-gradient(to right, #F8A16E, #9B6041);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
