.doi-manager-wrapper-e276d0e4 {
    font-family: inherit;
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.doi-list-container {
    margin-bottom: 25px;
}

.doi-list-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.doi-item-card {
    display: flex;
    align-items: flex-start;
    padding: 15px;
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.doi-item-card:hover {
    border-color: #bdc3c7;
    background: #fdfdfd;
}

.doi-checkbox {
    display: none;
}

.doi-custom-cb {
    width: 20px;
    height: 20px;
    border: 2px solid #bdc3c7;
    border-radius: 4px;
    margin-right: 15px;
    flex-shrink: 0;
    display: inline-block;
    position: relative;
    margin-top: 2px;
}

.doi-checkbox:checked + .doi-custom-cb::after {
    content: "✓";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 12px;
}

.doi-item-details {
    display: flex;
    flex-direction: column;
}

.doi-item-title {
    font-weight: 600;
    font-size: 1rem;
    color: #2c3e50;
}

.doi-item-desc {
    font-size: 0.85rem;
    color: #7f8c8d;
    margin-top: 4px;
}

.doi-input-section {
    border-top: 1px solid #eee;
    padding-top: 20px;
}

.doi-field-group {
    margin-bottom: 15px;
}

.doi-field-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 0.9rem;
}

.doi-field-group input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

.doi-btn-submit {
    display: block;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.doi-btn-submit:hover {
    opacity: 0.9;
}

.success-box-e276d0e4 {
    background: #e8f8f5;
    border-left: 5px solid #2ecc71;
    padding: 20px;
    border-radius: 6px;
}
