/* Arabic specific styles */
body {
    font-family: 'Cairo', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

.protocol-tabs {
    direction: rtl;
}

/* Fix for RTL layout in specific components */
.team-tree ul {
    margin-right: 20px;
    margin-left: 0;
}

.team-tree ul:before {
    right: -20px;
    left: auto;
}

.team-tree li:before {
    right: -20px;
    left: auto;
}

.list-inside {
    padding-right: 1.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

/* Ensure RTL support for accordions */
.accordion-header {
    text-align: right;
}

/* RTL support for the improvement cycle */
.improvement-cycle .cycle-arrow {
    transform: rotate(180deg);
}
