.ammo-search-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.ammo-filters {
    background: #f5f5f5;
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
}

.filter-group {
    margin-bottom: 15px;
}

.filter-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.filter-group select {
    width: 100%;
    padding: 12px 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: white;
    height: auto;
    line-height: normal;
}
.filter-group input[type="number"] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.ammo-search-button {
    background: #0066cc;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
}

.ammo-search-button:hover {
    background: #0052a3;
}

.ammo-results-table {
    width: 100%;
    border-collapse: collapse;
}

.ammo-results-table th,
.ammo-results-table td {
    padding: 12px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.ammo-results-table th {
    background: #333;
    color: white;
    font-weight: bold;
}

.ammo-results-table tr:hover {
    background: #f9f9f9;
}

.shop-button {
    background: #28a745;
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
}

.shop-button:hover {
    background: #218838;
    color: white;
}

#loading {
    text-align: center;
    padding: 40px;
    font-size: 18px;
    color: #666;
}

#no-results {
    text-align: center;
    padding: 40px;
    color: #666;
}

.price-inputs {
    display: flex;
    gap: 4%;
}

.ammo-reset-button {
    background: #666;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.ammo-reset-button:hover {
    background: #555;
}
