.its-title {
    font-size: 2rem;
    font-weight: 600;
    margin: 1.5rem 0 0.15rem;
}

.its-subtitle {
    font-size: 0.9rem;
    color: #888;
    margin-bottom: 1.25rem;
}

.its-description {
    max-width: 680px;
    margin-bottom: 1.75rem;
    line-height: 1.6;
}

.its-meta-table {
    max-width: 680px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 1.75rem;
    font-size: 0.9rem;
}

.its-meta-row {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
}

.its-meta-row:last-child {
    border-bottom: none;
}

.its-meta-key {
    width: 160px;
    flex-shrink: 0;
    padding: 0.5rem 0.75rem;
    font-weight: 600;
    color: #555;
    background: #fafafa;
    border-right: 1px solid #f0f0f0;
}

.its-meta-val {
    padding: 0.5rem 0.75rem;
    color: #222;
    line-height: 1.5;
}

.its-download-wrap {
    margin-bottom: 2rem;
}

.its-download-btn {
    display: inline-block;
    padding: 0.55rem 1.4rem;
    background: #1a73e8;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
}

.its-download-btn:hover {
    background: #1558b0;
    color: #fff;
    text-decoration: none;
}

.its-section-label {
    font-size: 1.1rem;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.25rem;
    margin: 1.5rem 0 0.75rem;
    max-width: 680px;
}

.its-text {
    max-width: 680px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

.its-text ul {
    padding-left: 1.25rem;
    margin: 0.5rem 0 0.75rem;
}

.its-text li {
    margin-bottom: 0.4rem;
}
