/* Custom Styles for Tribal Patterns */
.tribal-border-top {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='20' viewBox='0 0 40 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 L10 0 L20 10 L30 0 L40 10 L40 15 L30 5 L20 15 L10 5 L0 15 Z' fill='%23FFFFFF' fill-opacity='0.1'/%3E%3C/svg%3E");
    height: 20px;
    width: 100%;
}
.tribal-border-red {
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='20' viewBox='0 0 40 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10 L10 0 L20 10 L30 0 L40 10 L40 15 L30 5 L20 15 L10 5 L0 15 Z' fill='%23C0392B' fill-opacity='1'/%3E%3C/svg%3E");
    height: 20px;
    width: 100%;
}
