.beginner {
  color: #00E676;
  margin-top: auto; /* Push the beginner tag to the bottom */
}

.intermediate {
  color: #FFC400;
}

.advanced {
  color: #FF3D00;
}

.recommended {
  color: #304FFE;
}


.grid.cards div {
    background-color: #f0f0f0;
    border-radius: 10px;
}

.grid.cards li strong {
    font-size: 1.3em;
    line-height: 1.3;
}

.grid.cards li p {
    font-size: 0.85em;
    line-height: 1.3;
    padding-top: 3px;
    padding-bottom: 3px;
}

/*.md-content h2 {
    color: blue;
    text-align: center;
}*/

.grid.cards li {
    background-color: #f9f9f9;
    font-size: 0.85em;
    line-height: 1.3;
    position: relative;
}

.twemoji {
    font-size: 1.3em;
}

.twemoji.beginner {
    font-size: 0.8em;
}

.twemoji.intermediate {
    font-size: 0.8em;
}

.twemoji.advanced {
    font-size: 0.8em;
}

.grid.cards .bottom-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% - 40px); /* Adjusted width */
    margin-left: 20px; /* Adjust padding as necessary */
    padding-top: 15px; /* Adjust padding as necessary */
    margin-bottom: 15px; /* Adjust padding as necessary */
    border-top: 1px solid #e0e0e0; /* Gray border */
    display: block; /* Make the span behave like a block element */
}

#searchAndFilter {
    background-color: #f0f0f0;
    border: 1px solid #d0d0d0;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#searchAndFilter .filter-label {
    font-size: 0.8em; /* Smaller text for checkboxes */
}

.section-title {
    color: #333; /* Dark gray text */
    border-bottom: 1px solid #d0d0d0; /* Dark gray line underneath */
    padding-bottom: 5px; /* Space between title and line */
    margin-bottom: 10px; /* Space below the line */
    font-size: 0.8em; /* Smaller text */
}

.long-input {
    width: 80%; /* Longer input box */
    font-size: 0.9em; /* Smaller text */
}

.clear-btn {
    border: 1px solid #333; /* Border around the button */
    background-color: transparent; /* No background color */
    font-size: 0.8em; /* Smaller text */
    padding: 5px 10px; /* Padding inside the button */
    cursor: pointer; /* Cursor style */
}

.result {
    border: 1px solid rgba(173, 216, 230, 0.6);
    background-color: rgba(173, 216, 230, 0.2);
    padding: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
    border-radius: 10px; /* Rounded corners */
}

