.upload-pdf-group {
    border-top: 1px solid lightgray !important;
    border-bottom: 1px solid lightgray !important;
}

.rating-wrapper {
    margin-bottom: 1em !important;
}



.rating-img {
    max-width: 80px !important;
}

.rating-pdf-link {
    padding-left: 1em !important;
}

.rating-file-wrapper {
    display: flex;
    align-items: center; /* Centers items vertically */
    gap: 10px; /* Adds spacing between the icon and text */
}

.file-icon svg {
    width: 30px; /* Adjust SVG width */
    height: auto; /* Maintain aspect ratio */
    fill: #902B19; /* Change color of the SVG */
    vertical-align: middle; /* Aligns with the text */
}

.file-text {
	margin-left:16px;
    font-size: 16px; /* Adjust text size */
    line-height: 1; /* Fixes spacing issues */

}
