.card-identify__h1 {
    padding-bottom: 0;
}

.card-identify__h2 {
    padding: 0 0 20px;
    font-size: clamp(20px, 4vw, 28px);
}

.card-identify__grid-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

@media (max-width: 768px) {
    .card-identify__grid-inner {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

.card-identify__card {
    background: var(--white);
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 0 12px rgb(0 0 0 / 5%);
}

.card-identify__card-result {
    max-width: 100%;
    min-height: 100%;
    justify-content: space-between;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 0 12px rgb(0 0 0 / 5%);
    aspect-ratio: 16 / 10;
    background: rgb(35,49,157);
    background: linear-gradient(45deg, rgba(35,49,157,1) 0%, rgba(226,159,99,0.8814119397759104) 50%, rgba(255,168,0,1) 100%);
}

@media (max-width: 460px) {
    .card-identify__card-result {
        aspect-ratio: auto;
    }
}

@media (max-width: 768px) {
    .card-identify__card-result {
        padding: 12px;
    }
}

.card-identify__card-search {
    display: flex;
    flex-direction: column;
    color: var(--white);
    overflow: hidden;
}

.card-identify-result__bank-header {
    max-width: inherit;
}

.card-identify-result__bank-name {
    width: 100%;
    max-width: inherit;
    font-size: clamp(20px, 2.75vw, 26px);
    font-weight: 700;
}

.card-identify-result__bank-number {
    width: 100%;
    max-width: inherit;
    font-size: clamp(20px, 2.8vw, 46px);
    font-weight: 500;
    text-align: center;
}

@media (min-width: 1024px) {
    .card-identify-result__bank-number {
        transform: translateY(-10px);
    }
}

.card-identify-result__bank-date-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-weight: 200;
    line-height: 1;
    align-self: flex-end;
    font-size: 12px;
    margin-bottom: 4px;
}

.card-identify-result__bank-date-wrapper {
    display: flex;
    gap: 15px;
    align-self: center;
}

.card-identify-result__bank-footer {
    width: 100%;
    max-width: inherit;
    font-size: clamp(20px, 2.55vw, 26px);
    font-weight: 600;
    text-align: left;
}

.card-identify-result__bank-chip-svg {
    width: clamp(48px, 5.5vw, 75px);
}

@media (max-width: 768px) {
    .card-identify-result__bank-name {
        font-size: clamp(18px, 6vw, 64px);
        min-height: clamp(18px, 6vw, 64px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 1px 0;
    }
    .card-identify-result__bank-chip-svg {
        width: clamp(18px, 11vw, 80px);
        min-height: clamp(18px, 11vw, 80px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 1px 0;
    }
    .card-identify-result__bank-number {
        font-size: clamp(18px, 7vw, 64px);
        min-height: clamp(18px, 7vw, 64px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 1px 0;
    }
    .card-identify-result__bank-date {
        font-size: clamp(14px, 3vw, 32px);
        min-height: clamp(14px, 3vw, 32px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 1px 0;
    }
    .card-identify-result__bank-date-text {
        font-size: clamp(10px, 2vw, 32px);
        min-height: clamp(10px, 2vw, 32px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 1px 0;
    }
    .card-identify-result__bank-footer {
        font-size: clamp(16px, 6vw, 48px);
        min-height: clamp(16px, 6vw, 48px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 1px 0;
    }
}



.card-identify__label {
    font-weight: 200;
    font-size: 14px;
}

.card-identify__input {
    padding: 0.85em 0.8em;
}

.card-identify__button {
    min-width: 160px;
    margin-top: 10px;
    padding: 9px 12px;
}

.card-identify__table {
    background: var(--white);
    border-radius: 12px;
    border-collapse: collapse;
    box-shadow: 0 0 12px rgb(0 0 0 / 5%);
}

.card-identify__table-tr + .card-identify__table-tr {
    border-top: 1px solid #ccc;
}

.card-identify__table-tr {

}

.card-identify__table-td {
    padding: 9px 7px;
}

.card-identify__table-td:first-child {
    padding-left: 12px;
}

.card-identify__description {
    padding-top: 75px;
}

.card-identify__description-content {
    box-shadow: 0 7px 20px rgb(0 0 0 / 6%);
}

.card-identify__another-cards {
    margin-top: 50px;
}

.card-identify__grid-another {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 1024px) {
    .card-identify__grid-another {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .card-identify__grid-another {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
}

@media (max-width: 460px) {
    .card-identify__grid-another {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

.card-identify__another-bank {
    background: var(--white);
    border-radius: 12px;
    padding: 16px 12px 10px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px;
    box-shadow: 0 0 6px rgb(0 0 0 / 5%);
    text-decoration: none;
    color: var(--black);
    transition: transform 0.25s ease;
}

.card-identify__another-bank:hover {
    transform: translateY(-4px);
}

.card-identify__another-bank-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.card-identify__another-bank-number {
    color: var(--blue);
    transition: color 0.25s ease;
}

.card-identify__another-bank:hover .card-identify__another-bank-number {
    color: var(--light-orange);
}

.card-identify__another-bank-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.card-identify__all-cards-button {
    margin: 0 auto;
    margin-top: 25px;
}

