
.hunting-species-container {
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}
.species-info {
    padding: 10px; /* Redus padding-ul */
	text-align: center;
}

.species-info h3 {
    margin: 0;
    font-size: 1.1em; /* Titlu mai mic */
	color:#000 !important;
}
 
 
.species-list li {
	width: fit-content;
    background: #114b0b;
    margin-right: 10px;
    padding: 5px 14px;
    border-radius: 20px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 5px;
    border-bottom: 0 !important;
}
 
.species-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }
.species-list li:last-child {
        border-bottom: none;
} 
.species-image {
    height: 150px; /* Redus de la 200px la 150px */
    overflow: hidden;
}
.species-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.species-card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    border: 1px solid #afafaf;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    }
.hunting-period {
    display: block !important;
    align-items: center;
    gap: 5px;
    margin: 5px 0 42px 2px;
    font-size: 0.9em;
}
.species-link {
    display: block;
    text-align: center;
    padding: 8px;
    background: #000 !important;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-family: arial;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.species-table {
            width: 100%;
            border-collapse: collapse;
            margin: 20px 0;
        }
.species-table th,
.species-table td {
            padding: 10px;
            border: 1px solid #ddd;
            text-align: left;
        }
.species-table th {
            background-color: #f5f5f5;
            font-weight: bold;
        }
.species-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
.species-table tr:hover {
            background-color: #f0f0f0;
        }
.species-grid {
display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 25px;
}
.scientific-name {
    font-style: italic;
    color: #666;
    margin: 3px 0;
    font-size: 0.9em;
}
.weights {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    font-size: 0.9em;
}
.all-species-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
}
.denumire-specie {
    color: #4c9f00;
    font-style: italic;
    font-family: arial;
    font-size: 16px;
}
.nume-specie {
    color: #2b381f;
    font-size: 30px;
    margin-top: 10px;
    font-family: arial;
    font-weight: 600;
}




@media only screen and (max-width: 1024px) {
 .species-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    margin: 4%;
}
.species-table-container{ 
margin: 4%;
}
}



}