.ut-activity-wrapper{
    display: flex;
    gap: 20px;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
}
.ut-activity-wrapper h5, .ut-activity-wrapper p{
    margin: 0px !important;
}
.fl-module-ut-activity-card-module .fl-module-content a{
    font-weight: 400 !important;
    text-decoration: none !important;

    text-decoration-line: underline !important;
    text-decoration-style: dashed !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 8px !important;
}
.fl-module-ut-activity-card-module .fl-module-content a:hover{
    text-decoration-line: underline !important;
    text-decoration-style: solid !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 8px !important;
}
.ut-activity-header{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.ut-activity-header h5{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    color: #000000;
}
.ut-activity-header p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color: #000000;
}
.ut-activity-steps{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ut-activity-card{
    width: 100%;
    opacity: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-radius: 12px;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5
}
.ut-activity-card-header{
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}
.ut-step-name{
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: -0.02em;
    text-transform: capitalize;
}
.ut-activity-action-section{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}
.ut-activity-action-section span{
    width: 40px;
    height: 40px;
    opacity: 1;
    gap: 6.25px;
    border-radius: 3.75px;
    padding: 5px;
    background: #EE24350D;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ut-activity-action-section a.ut-activity-action {
    font-weight: 600 !important;
    font-style: SemiBold;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color: #EE2435;
}
.ut-activity-action-section a.ut-activity-action:hover {
    text-decoration-style: solid !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 8px !important;
    color: #EE2435;
}
.ut-activity-step-tool{
    background: #F9F9F9;
    border-radius: 4px;
    padding: 16px 20px;
}
.ut-activity-step-tool a.tool_name_link{
    font-weight: 400 !important;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    text-underline-offset: 4px !important;
    color: #EE2435;
}
.ut-activity-step-tool a.tool_name_link:hover{
    color: #EE2435;
    text-underline-offset: 4px !important;
}
.ut-activity-step-tool .ut-step-tools{
    margin-left: 20px;
    margin-bottom: 0px;
}
.ut-activity-step-tool .ut-step-tools a, .ut-activity-step-tool .ut-step-tools span, .ut-activity-step-tool .ut-step-tools p{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.02%;
} 