*{
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
.toolkit-container {
    width: 100%;
    margin: auto;
    max-width: 1120px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.case-study-introduction-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    color: #101828;
}
.case-study-introduction {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #505050;
}
.search-container {
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 24px !important;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.search-title {
    font-weight: 500;
    color: #505050;
    margin-bottom: 8px;
}
.search-input-container {
    position: relative;
}
.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    pointer-events: none;
}
.search-input,
.search-select {
    border-radius: 4px;
    border: #BABABA 1px solid !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 56px;
    padding: 0 16px;
    width: 100%;
}
.search-input {
    padding: 0 16px 0 44px !important;
}
.search-select {
    color: #07294D;
    padding: 0 44px 0 16px !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 7.5L10 12.5L15 7.5" stroke="%2307294D" stroke-width="1.66667" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 20px 20px;
}
.search-input::placeholder {
    font-family: 'Roboto', sans-serif;
    color: #07294D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.download-pdf-button {
    background-color: #07294D;
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    padding: 16px 24px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.case-study {
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}
.toolkit-result-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.case-study-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    height: 100%;
    min-height: 190px;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
    background-color: #fff;
    overflow: hidden;
}
.case-study-image {
    width: 182px;
    height: 182px;
    background-size: cover;
    background-position: center;
    border-left: 5px solid white;
}

@media (max-width: 767.98px) {
    .case-study-image {
        width: 100%;
        height: 182px;
        border: none;
    }
}
.case-study-tags-container {
    gap: 8px;
    margin-bottom: 16px;
}
.case-study-tags {
    width: fit-content;
    display: flex;
    flex-direction: row;
    gap: 4px;
    padding: 4px 8px;
    background-color: #EDF0F2;
    color: #07294D;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border-radius: 4px;
}
.case-study-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}
.case-study-description {
    overflow: hidden;
    color: #4A5565;
    text-overflow: ellipsis;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.case-study-btn {
    font-family: 'Roboto', sans-serif;
    border-radius: 4px;
    padding: 16px 24px;
    color: #07294D !important;
    background-color: #fff;
    border: solid 1px #07294D;
    height: 58px;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    gap: 8px;
}

.toolkit-pagination {
    text-align: center;
}

.page-numbers {
    margin: 0 5px;
}