.sample-refund-status {
    width: 100%;
    margin-bottom: 10px;
}

.sample-refund-eligible {
    background: #e8f5e9;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #c8e6c9;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 12px;
    color: #2e7d32;
}

.sample-refund-eligible i {
    font-size: 14px;
    position: absolute;
    left: 12px;
}

.sample-refund-eligible span {
    flex: 1;
    text-align: center;
}

.sample-refund-ineligible-section {
    width: 100%;
}

.sample-refund-ineligible {
    background: #f5f5f5;
    padding: 8px 12px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

.sample-refund-ineligible i:first-child {
    font-size: 14px;
    position: absolute;
    left: 12px;
}

.sample-refund-ineligible span {
    flex: 1;
    text-align: center;
}

.sample-refund-ineligible i:last-child {
    position: absolute;
    right: 12px;
}

.sample-refund-reasons {
    margin: 4px 0 0 0;
    padding: 6px 10px 6px 24px;
    background: #fafafa;
    border-radius: 0 0 6px 6px;
    border: 1px solid #e0e0e0;
    border-top: none;
    font-size: 10px;
    color: #888;
    list-style-type: disc;
}

.sample-refund-reasons li {
    margin-bottom: 2px;
}

.sample-refund-reasons li:last-child {
    margin-bottom: 0;
}
