.settings-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.page-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.page-description {
    color: #555;
    margin-bottom: 30px;
}

.preset-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
}

.preset-card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    cursor: pointer;
}

.preset-card h2 {
    margin-bottom: 10px;
}

.preset-btn {
    display: block;
    width: 100%;
    margin-top: 1rem;
    padding: 0.6rem;
    border: none;
    border-radius: 8px;
    background: #3a6ff7;
    color: white;
    font-size: 0.95rem;
    cursor: pointer;
}

.preset-btn:hover {
    background: #6f8cff;
}

.preset-card.active .preset-btn {
    background-color: #bdbdbd;
    color: #fff;
    font-weight: bold;
}

.content ul{
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 8px;
}

.content li{
  margin-left: 15px;
  margin-top: -10px;
  list-style: none;
}

.customArea{
  display: flex;
  margin-top:20px;  
}

.preset-description{
    font-weight: bold;
}
