/* استایل برای والد */
.font-size-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: auto;
  margin-left: auto;
    padding: 5px 5px;
    margin-bottom: 0px;
    align-content: center;
    border-radius: 8px;
}

/* استایل متن توضیحی */
.font-size-label {
  font-size: 14px;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  color: #333;
}
.font-size-icon {
  width: 15px;
  height: 15px;
}
    #font-size-controls button {
  background-color: #333333;
  color: #feef00;
  border: none;
  width: auto;
  min-height: 22px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

#font-size-controls button:hover {
  background-color: #fcbd15;
  margin-left: auto;
  color: #000;
}
.article-content {
  transition: 0.3s ease-in-out;
}
#increase-font{
    padding: 0px 10px;
    width: auto;
    height: auto;
}
#decrease-font{
    padding: 0px 10px;
    width: auto;
    height: auto;
}
