
#cv-search-form {
    margin-bottom: 20px;
}
.cv-result {
    background-color: #1c1c1c;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cv-result img {
    max-width: 300px;
    height: auto;
    margin-left: 20px;
    border-radius: 12px;
}
.cv-result .cv-details {
    max-width: 65%;
}
.cv-result p {
    margin: 10px 0;
    line-height: 1.6;
}
.cv-result .button {
    background-color: #0073aa;
    color: #fff !important;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    margin-top: 15px;
}
.cv-warning {
    color: #fff !important;
    background-color: #c00;
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px;
}
