   #countdown {
            margin-top: 12px;
        font-size: 31px;
        margin-bottom: 20px;
        font-weight: 600;
        /* color: #6b242b; */
    }

    .header-title {
  display: flex;
  align-items: center;
  gap: 8px; 
  text-decoration: none;
  color: inherit;
}

#img_logo {
  position: static; 
  width: 23px;
  height: auto;
}

.list-custom-small a{
                        font-size: 16px !important;
                }
select {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 8px 12px;
  width: 100%;
  appearance: none;
  outline: none;
  transition: all 0.3s ease;
}

body.theme-dark select {
  background-color: #1f1f1f;
  color: #f1f1f1;
}

body.theme-dark select:focus {
  border-color: var(--highlight-color, #e63946);
  box-shadow: 0 0 0 2px rgba(230, 57, 70, 0.4);
}

body.theme-dark select option {
  background-color: #1f1f1f;
  color: #f1f1f1;
}


.list-custom-small a {
    display: flex;
    align-items: center;      
    padding: 10px 8px;
    text-decoration: none;
}

.list-custom-small a i.fa-question {
    width: 30px;
    height: 30px;
    line-height: 18px;
    text-align: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.list-custom-small a span {
    flex: 1;                   
    line-height: 1.4;          
    margin: 0;
}

.list-custom-small a i.fa-angle-right {
    flex-shrink: 0;
    margin-left: 8px;
}
