.ubr-admin-platform-entry {
    padding: 1em;
}

.ubr-admin-platform-entry h2 {
    font-size: 1.5em;
}

.button {
    background-color: #2271b1;
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    text-decoration: none;
}

.flex-row {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.margin-left {
    margin-left: 2em;
}

.input-row button {
    text-align: center;
    white-space: nowrap;
}

.input-row {
    text-align: center;
}

.recycle-button {
    font-size: 18px !important;
    padding: 10px 20px !important;
    border: none !important;
    background-color: #0074a2 !important;
    color: white !important;
    border-radius: 6px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    margin: 0 0.5em !important;
}

#proceed-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
    margin: 2em auto;
    width: fit-content;
    max-width: 100%;
}

#sell-phone-container {
    text-align: center;
}

#book-request-form {
    text-align: left;
}







/* 讓整個框看起來可點，使用於延保註冊 */
.wr-drop {
    border: 1px dashed #cbd5e1;
    border-radius: 12px;
    padding: 12px;
    background: linear-gradient(#fff, #fafafa);
    cursor: pointer;
    position: relative;
}

.wr-drop:hover {
    border-color: #94a3b8;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, .08) inset;
}

/* 預覽區與按鈕分層 */
.wr-previews {
    min-height: 140px;
    align-content: start;
}

/* ✅ 放在框內、全寬、像按鈕 */
.wr-choose {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
    height: 40px;
    border: 1px solid #0d6efd;
    border-radius: 10px;
    background: #eef4ff;
    color: #0d6efd;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
}

.wr-choose:hover {
    background: #e0ecff;
}

.wr-choose:focus-visible {
    outline: 3px solid #99c2ff;
    outline-offset: 2px;
}

/* 避免拖放時抖動 */
.wr-drop.wr-drag {
    background: #f0f6ff;
    border-color: #60a5fa;
}

/* 讓框內圖片預覽也保持可視覺焦點不誤觸 */
.wr-thumb {
    pointer-events: none;
}