/* Reset list styles */
ul,
ol {
    list-style-type: none; 
}

/* Button Styling */
.btn.today {
    border: 3px solid var(--color-success-dark); /* 3px solid #28a745 */
    color: var(--white); /* White text */
    /* If you have a background color for the button, you can set it here using a variable */
    /* Example: background-color: var(--color-success-dark); */
}

.btn.active {
    background: #fff !important;
    color: var(--color-primary);
}

.btn-light {
    background: #f8f9fa;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
    padding: var(--spacing-xss);
}
.details-buttons .btn {
    margin-right: 0.5rem; /* Adjust the value as desired */
}.details-buttons .btn {
    margin-right: 0.5rem; /* Adjust the value as desired */
}