.cot-pincode-wrap {
    margin-top: 14px;
    padding: 16px;
    border: 1px solid #F7590F;
    border-radius: 8px;
    background: #ffffff;
}

.cot-pincode-title {
    font-weight: 700;
    margin-bottom: 12px;
}

.cot-pincode-row {
    display: flex;
    gap: 10px;
    align-items: stretch;
}

.cot-pincode-input {
    flex: 1;
    min-width: 220px;
    padding: 12px 12px;
    border: 1px solid #ffb695;
    border-radius: 6px;
    outline: none;
    background: #fff;
    height: 40px;
}

.cot-pincode-result {
    margin-top: 10px;
    font-size: 14px;
}

.cot-pincode-result:empty {
    display: none;
}

.cot-pincode-btn.button {
    padding: 10px 22px;
    border-radius: 8px;
    border: 0;
    background: #F7590F !important;
    color: #fff !important;
    font-weight: 700;
}

.cot-pincode-btn.button:hover,
.cot-pincode-btn.button:focus {
    background: #f25c0b;
    color: #fff;
}

.cot-good {
    color: #0a7a2f;
}

.cot-bad {
    color: #b00020;
}

.cot-muted {
    opacity: 0.8;
}

.cot-line {
    margin-top: 6px;
}

.cot-info-list {
    margin-top: 10px;
    display: grid;
    gap: 10px;
}

.cot-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.25;
}

.cot-ic {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    color: #000;
}

.cot-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 18px;
    padding: 0 6px;
    border-radius: 4px;
    border: 1px solid #111;
    font-size: 11px;
    font-weight: 700;
    background: #fff;
    color: #111;
    flex: 0 0 auto;
}

.cot-edd-value {
    color: #ff6a1a;
    font-weight: 700;
}

.cot-summary {
    background: #fff;
    /* border: 1px solid #e3e3e3;
    border-radius: 12px;
    padding: 12px 14px; */
}

.cot-summary-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.cot-summary-title {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    font-weight: 600;
}

.cot-summary-label {
    opacity: 0.85;
    font-weight: 500;
    color: #252525;
}

.cot-summary-dest {
    font-weight: 700;
    color: #000000;
}

.cot-change-btn {
    background: transparent;
    border: 0;
    padding: 0;
    color: #F7590F;
    font-weight: 700;
    cursor: pointer;
}

.cot-change-btn:hover,
.cot-change-btn:focus {
    text-decoration: underline;
}

.cot-summary-sub {
    margin-left: 26px;
    margin-top: 2px;
    color: #252525;
    font-size: 13px;
}

.cot-summary-edd,
.cot-summary-free {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.cot-summary-edd-label {
    font-style: italic;
    opacity: 0.9;
    color: #252525;
}

.cot-summary-edd-text {
    font-style: italic;
    font-weight: 700;
    color: #000000;
}

/* .cot-summary-free {
    margin-left: 26px;
} */

.cot-ic-pin,
.cot-ic-clock {
    color: #111;
}

.cot-summary-free-text {
    color: #252525;
}