/* /css/show-getso.css */
.so-button-container {
    margin-top: 8px;
    display: block;
}

.so-received {
    max-width: 170px;
    width: 100%;
    padding: 8px 12px;
    border: none;
    border-radius: 6px;
    background-color: #f5f5f5;
    color: #666;
    font-size: 0.85em;
    cursor: pointer;
    transition: all 0.2s ease;
    line-height: 1.3;
    text-align: left;
    display: block;
    white-space: pre-line;
    word-wrap: break-word;
    word-break: break-word;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    overflow-wrap: break-word;
    hyphens: auto;
}

.so-received:hover {
    background-color: #e8e8e8;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.so-received.active {
    background-color: #4CAF50;
    color: white;
    font-size: 0.8em;
}

.so-received.active:hover {
    background-color: #45a049;
}

.so-received:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    box-shadow: none;
}

/* แยกส่วนข้อความในปุ่ม */
.so-button-text {
    display: inline-block;
    width: 100%;
}

.status-title {
    display: block;
    margin-bottom: 4px;
}

.status-detail {
    display: block;
    font-size: 0.9em;
    opacity: 0.9;
}