.token-details-screen {
    position: fixed;
    inset: 0;
    background: #1692a7;
    color: #fff;
    z-index: 9;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.hidden {
    display: none;
}

.token-details-container {
    justify-content: center;
    align-items: center;
    padding: 0;
    font-family: "Avenir Next", sans-serif;
    background: #f1f7fa;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    z-index: 50;
}

.token-header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
    padding: 10px 18px;
    background: #1796b0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 18px;
    background: #1796b0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}

.token-overview {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.token-overall-price {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.token-overview-price-value {
    font-size: 26px;
    font-weight: 600;
}

.token-overview-price-date {
    font-size: 14px;
    font-weight: 200;
}

.token-overview-date-label {
    color: rgba(238, 238, 238, 0.49);
}

.token-details-back-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 30px;
    text-align: left;
    cursor: pointer;
    z-index: 2;
}

.token-details-header-label {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.token-details-add-token {
    border: none;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.token-details-add-token svg {
    display: block;
}

.token-details-main {
    background: #fff;
    box-shadow: 0 2px 12px #1796b01b;
    margin: 0 10px 18px 10px;
}

.token-hero-row {
    display: flex;
    align-items: center;
    gap: 18px;
}

.token-logo {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px #754ab033;
}

.token-logo img {
    width: 42px;
    height: 42px;
}

.token-hero-main {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.token-title {
    font-size: 16px;
    font-weight: 600;
    color: #223e58;
    margin-bottom: 3px;
}

.token-website a {
    color: #18b6f6;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    word-break: break-all;
}

.token-website a:hover {
    text-decoration: underline;
}

.token-hero-description {
    font-size: 13px;
    color: #324d61;
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0;
    line-height: 1.45;
}

.show-more-link {
    color: #18b6f6;
    font-weight: 500;
    text-decoration: none;
}

.show-more-link:hover {
    text-decoration: underline;
}

.token-details-divider {
    border-top: 1.3px solid #e7eff6;
    margin: 10px 18px;
}

.token-details-section {
    padding: 16px 8px 0 18px;
    background: none;
}


.token-hero-card {
    padding: 24px 8px 0 18px;
    background: none;
}

.token-details-section.no-divider {
    border-bottom: none;
    padding-bottom: 24px;
}

.block-title,
.issuer-value {
    font-size: 16px;
    color: #28465c;
    font-weight: 500;
    margin-bottom: 18px;
    margin-top: 0;
}

.token-block-grid {
    display: grid;
    margin-bottom: 0;
    margin-top: 0;
}

.token-block-grid.grid-2 {
    grid-template-columns: 1fr 1fr;
}

.token-block-grid.grid-1 {
    grid-template-columns: 1fr;
}

.label {
    font-size: 12px;
    color: #92acc0;
    font-weight: 400;
    margin-bottom: 4px;
    letter-spacing: 0.01em;
}

.value {
    font-size: 14px;
    color: #243d57;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.24;
}

.value.up {
    color: #13ba71;
    font-weight: 700;
}

.value.down {
    color: #e34b4b;
    font-weight: 700;
}

.explorer-link {
    color: #10aaf6;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color .17s;
}

.explorer-link:hover {
    color: #189edc;
}

.trust-add-btn,
.trust-remove-btn {
    width: 100%;
    padding: 22px 16px;
    border: none;
    background: #d5e3e3;
    color: #0b4855;
    font-weight: 700;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 2px 8px #1796b01a;
    cursor: pointer;
    transition: background 0.3s;
}

.token-details-notification {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: rgba(255, 255, 255, 0.68);
}

.token-details-notification-description {
    font-family: "Avenir Next", sans-serif;
    font-size: 12px;
    font-weight: 500;
    padding: 16px 20px 45px 20px;
    color: rgba(136, 145, 145, 0.77);
    line-height: 1.45;
}
