.search-tab {
    background: #fff;
    padding: 0 20px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
}

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

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="text"],
select {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.button {
    background-color: #1cbb9b;
    color: white;
    width: 100px;
    text-align: center;
    display: inline-block;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    margin-top: 20px;
}

.button:hover {
    background-color: #17a085;
}

.number-input {
    display: flex;
    align-items: center;
    margin-top: -25px;
}

.number-input input {
    text-align: center;
    max-width: 50px;
    margin: 0 5px;
}

.tabcontent {
    width: 50px;
    background-color: #17a085;
    color: white;
}

.search-news-card {
    margin-top: 30px;
    width: 90%;
    padding-left: 10%;
}

.pagination {
    margin-top: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 40px;
}
.pagination button {
    width: 30px;
    height: 30px;
    background-color: #1cbb9b;
    color: white;
    border-radius: 5px;
    opacity: 0.6;
    border: white solid 1px;
}
.pagination button:hover {
    width: 35px;
    height: 35px;
    opacity: 1;
}
