.cork-checklist {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.cork-checklist li {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.8;
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px dotted #000;
}

.cork-checklist li .assigned-to {
    font-size: 18px;
    color: #0073aa;
    font-style: italic;
    margin-left: 10px;
}

.cork-checklist li input[type="checkbox"] {
    margin-right: 15px;
    width: 25px;
    height: 25px;
}

.cork-checklist h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}

.cork-checklist-initials {
    margin-left: 15px;
    display: flex;
    flex-wrap: wrap;
}

.cork-checklist-initials span {
    font-size: 18px;
    background-color: #f1f1f1;
    padding: 8px 12px;
    border-radius: 5px;
    border: 2px solid #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cork-checklist-initials span::after {
    content: "\2715"; /* X mark */
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #ff4d4d;
    color: white;
    font-size: 12px;
    padding: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.cork-checklist-initials span::after:hover {
    background-color: #ff1a1a;
}

.cork-add-initial {
    margin-left: 15px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: #0073aa;
    color: white;
    border-radius: 50%;
    border: none;
}

.cork-add-initial:hover {
    background-color: #005177;
}

.time-group {
    padding: 10px;
    margin: 20px 0;
    background-color: #e9ecef;
    border-left: 4px solid #0073aa;
    font-size: 20px;
    font-weight: bold;
}

.checklist-box {
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
}
