/* Plan page activity overrides - higher precedence than swot.min.css */

.project-icon-section.activity {
    border: 1px none var(--slightlylighter);
    background-color: transparent;
    border-radius: 8px;
    width: 100%;
    min-width: auto;
    height: 30px;
    margin: 3px 13px -3px 0;
    padding-top: 0;
    padding-left: 0;
    display: inline-block;
    color: #1a1a1a; /* Dark brand text color */
}

.activity2-line {
    border-style: none none solid;
    border-width: 1px;
    border-color: #f1f1f1 #f1f1f1 var(--ghost-white);
    max-width: 94%;
    margin-top: 15px;
    margin-bottom: 25px;
} 