.field--name-field-item-image img {
    max-width: 100%;
    height: auto;
}

.field--name-field-badge-quiz-reference .field__item a {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    text-align: center;
    text-decoration: none;
    border-radius: 0.25rem;
}

.field--name-field-badge-quiz-reference .field__item a:hover {
    background-color: #0056b3;
    border-color: #004085;
    text-decoration: none;
    color: #fff;
}


.field--name-field-badge-quiz-reference .field__item a::before {
    content: "Take ";
    font-weight: bold; /* Optional: to make the word "Take" bold */
    color: inherit; /* Ensure it matches the button text color */
}