.djmotor-text-box {
    padding: 20px;
    margin: 20px 0;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background-color: #f5f5f5;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.djmotor-box-content {
    line-height: 1.6;
    color: #333;
}

.djmotor-box-content p {
    margin: 0 0 10px 0;
}

.djmotor-box-content p:last-child {
    margin-bottom: 0;
}