.digital-badge-image {
    width: 100%;
    max-width: 360px;
    height: auto;
}

.digital-badge-person_certificate_name {
    margin: 0;
    padding-top: 0;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #dee2e6;
}

.digital-badge-info-section {
    margin-bottom: 2.5rem;
}

.digital-badge-info-label {
    margin-bottom: 0.35rem;
    font-size: 0.85rem;
    font-weight: 500;
    color: #727174;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.digital-badge-info-value {
    font-size: 1.125rem;
    line-height: 1.4;
    color: #212529;
}

.digital-badge-note {
    padding-top: 2rem;
    border-top: 1px solid #dee2e6;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #727174;
}

.digital-badge-search {
    max-width: 600px;
    margin: 4rem auto;
    padding: 0 1rem;
    text-align: center;
}

.digital-badge-search h1 {
    margin-bottom: 0.75rem;
    font-size: 1.75rem;
}

.digital-badge-search p.intro {
    margin-bottom: 2rem;
    color: #727174;
}

.digital-badge-search input[type="text"] {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    box-sizing: border-box;
}

.digital-badge-search button {
    margin-top: 1rem;
    padding: 0.75rem 2rem;
    font-size: 1rem;
    background: #ef813c;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.digital-badge-search .message {
    margin-top: 1.5rem;
    padding: 1rem;
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    color: #856404;
}
