
/* ===== Motivation Generator Styles ===== */
.motivation-output {
    /* padding: 25px; */
    /* margin-bottom: 20px; */
}

.motivation-message {
    float: left;
    width: 100%;
    font-size: 1.15em;
    line-height: 1.8;
    color: #e8d8f8;
    padding: 20px;
    box-sizing: border-box;
    background: rgba(150, 100, 200, 0.1);
    border-left: 4px solid #aa88cc;
}

.generator-single .motivation-message {
    margin-bottom: 25px;
}

.motivation-insights {
    margin-top: 20px;
    padding: 18px;
    background: rgba(150, 100, 200, 0.08);
    border-radius: 8px;
    border-left: 3px solid #8a7acc;
}

.motivation-insights h3 {
    color: #aa88ff;
    font-size: 1.1em;
    margin-bottom: 12px;
    font-weight: 600;
}

.motivation-insights ul {
    list-style: none;
    padding-left: 0;
}

.motivation-insights li {
    color: #d8c8e8;
    line-height: 1.7;
    font-size: 1em;
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
}

.motivation-insights li:before {
    content: "â†’";
    position: absolute;
    left: 0;
    color: #aa88ff;
    font-weight: bold;
}

.motivation-actions {
    margin-top: 20px;
    padding: 18px;
    background: rgba(150, 100, 200, 0.05);
    border-radius: 8px;
}

.motivation-actions h3 {
    color: #cc99ff;
    font-size: 1.1em;
    margin-bottom: 15px;
    font-weight: 600;
}

/* .motivation-prompt {
    background: rgba(255, 255, 255, 0.05);
    padding: 15px;
    margin-bottom: 20px;
    border-left: 4px solid #aa88ff;
    float: left;
    box-sizing: border-box;
    width: 100%;
} */

@media screen and (max-width: 768px) {
    .motivation-output {
        padding: 5px;
    }

    .motivation-message {
        font-size: 1.05em;
        padding: 15px;
    }

    .motivation-insights,
    .motivation-actions,
    .motivation-quotes {
        padding: 15px;
    }
}