/* Material Symbols Styling */
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Recommended size */
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
}

/* Different sizes */
.material-symbols-outlined.small {
  font-size: 18px;
}

.material-symbols-outlined.medium {
  font-size: 24px;
}

.material-symbols-outlined.large {
  font-size: 36px;
}

/* Filled variant */
.material-symbols-filled {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 1;
}

/* Rounded variant */
.material-symbols-rounded {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'GRAD' 0;
}

/* Sharp variant */
.material-symbols-sharp {
  font-family: 'Material Symbols Outlined';
  font-variation-settings: 'FILL' 0, 'GRAD' 0;
}

/* Icon alignment */
.material-symbols-outlined.align-middle {
  vertical-align: middle;
}

.material-symbols-outlined.align-top {
  vertical-align: top;
}

.material-symbols-outlined.align-bottom {
  vertical-align: bottom;
}

/* Button styling */
.btn .material-symbols-outlined {
  font-size: 14px;
  margin-right: 4px;
}

/* Navigation styling */
.navbar .material-symbols-outlined {
  font-size: 20px;
}

/* Dropdown styling */
.dropdown-menu .material-symbols-outlined {
  font-size: 16px;
  margin-right: 8px;
} 