#dng-results p {
    font-size: 18px;
    color: #ff6f61;
    font-weight: bold;
    text-align: center;
}

.dng-results-wrapper {
    margin-top: 15px;
}

.dng-result-item {
    background: #fff;
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
    border-left: 5px solid #ff6f61;
    font-size: 17px;
    font-weight: bold;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
}

.dng-idea-title {
    font-size: 20px;
    color: #ff6f61;
    font-weight: bold;
}

.dng-idea-description {
    font-size: 16px;
    color: #555;
    font-style: normal;
    font-weight: normal;
}

@media (max-width: 600px) {
    #dng-results {
        font-size: 16px;
    }

    .dng-idea-title {
        font-size: 18px;
    }

    .dng-idea-description {
        font-size: 14px;
    }
}
