body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}
.card {
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    margin-bottom: 1rem; /* Add margin to the bottom of each card */
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.card-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: black;
    text-align: center;
    margin-top: 10px;
}
.card-text {
    font-size: 1rem;
    color: black;
    text-align: center;
}
.card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.container {
    max-width: 1200px;
}
.endpoint-bg {
    background-color: #0000002b;
    padding: 0.3rem 0.5rem;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.9rem;
    color: #6cfff1b2;
}
.get-specific {
    background-color: #6c63ff;
    color: #fff;
}
.get-colored {
    background-color: #00adb5;
    color: #fff;
}
.search-illustrations {
    background-color: blue;
    color: #fff;
}
#search-suggestion {
    display: none;
    padding: 5px 10px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 5px;
}

#search-suggestion:hover {
    background-color: #007bff;
    color: #fff;
}

.results-container {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start; /* Align cards to the left */
}body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
    color: #333;
}
.card {
    border: none;
    transition: all 0.3s ease;
    cursor: pointer;
    height: 100%;
    margin-bottom: 1rem; /* Add margin to the bottom of each card */
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.card-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: black;
    text-align: center;
    margin-top: 10px;
}
.card-text {
    font-size: 1rem;
    color: black;
    text-align: center;
}
.card-body {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}
.container {
    max-width: 1200px;
}
.endpoint-bg {
    background-color: #0000002b;
    padding: 0.3rem 0.5rem;
    border-radius: 3px;
    display: inline-block;
    font-size: 0.9rem;
    color: #6cfff1b2;
}
.get-specific {
    background-color: #6c63ff;
    color: #fff;
}
.get-colored {
    background-color: #00adb5;
    color: #fff;
}
.search-illustrations {
    background-color: blue;
    color: #fff;
}
.results-container {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-start; /* Align cards to the left */
}
.result-item {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    width: calc(25% - 1rem); /* Four cards per row */
    box-sizing: border-box;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px; /* Ensure consistent height */
}
@media (max-width: 1200px) {
    .result-item {
        width: calc(33.333% - 1rem); /* Three cards per row */
    }
}
@media (max-width: 992px) {
    .result-item {
        width: calc(50% - 1rem); /* Two cards per row */
    }
}
@media (max-width: 576px) {
    .result-item {
        width: 100%; /* One card per row */
    }
}
.result-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.result-item img {
    max-width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-bottom: 10px;
    flex-shrink: 0;
}
.result-item hr {
    width: 80%;
    margin: 10px auto;
    border-top: 1px solid #ddd;
}
.no-results {
    text-align: center;
    padding: 2rem;
    font-size: 1.2rem;
    color: #999;
}
.alert-container {
    margin-top: 2rem;
}

.white {
    color: white !important;
}
.result-item {
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    width: calc(25% - 1rem); /* Four cards per row */
    box-sizing: border-box;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px; /* Ensure consistent height */
}
@media (max-width: 1200px) {
    .result-item {
        width: calc(33.333% - 1rem); /* Three cards per row */
    }
}
@media (max-width: 992px) {
    .result-item {
        width: calc(50% - 1rem); /* Two cards per row */
    }
}
@media (max-width: 576px) {
    .result-item {
        width: 100%; /* One card per row */
    }
}
.result-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.result-item img {
    max-width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-bottom: 10px;
    flex-shrink: 0;
}
.result-item hr {
    width: 80%;
    margin: 10px auto;
    border-top: 1px solid #ddd;
}
.no-results {
    text-align: center;
    padding: 2rem;
    font-size: 1.2rem;
    color: #999;
}
.alert-container {
    margin-top: 2rem;
}

.white {
    color: white !important;
}

.footer {
    background-color: #343a40;
    color: white;
}
.footer a {
    color: #6c757d;
}
.footer a:hover {
    color: white;
}
.footer .social-icons a {
    margin: 0 10px;
    font-size: 1.5rem;
    color: #6c757d;
}
.footer .social-icons a:hover {
    color: white;
}