.ime-archive-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 30px auto;
    padding: 0 16px;
    box-sizing: border-box;
    line-height: 1.6;
}

.ime-archive-header {
    text-align: center;
    margin-bottom: 18px;
    padding-bottom: 8px;
}

.ime-archive-header h1 {
    margin: 0 0 6px !important;
    font-size: 32px !important;
    font-weight: bold;
    line-height: 1.3;
}

.ime-archive-header p {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

.ime-skill-section {
    margin: 0 0 28px;
    padding-bottom: 22px;
    border-bottom: 1px solid lightgray;
}

.ime-skill-section:last-of-type {
    border-bottom: none;
}

.ime-skill-title {
    font-size: 26px !important;
    margin: 0 0 12px;
}

.ime-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 10px;
}

.ime-links li a {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid lightgray;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}

.ime-links li a:hover {
    background-color: whitesmoke;
}

.ime-empty {
    font-size: 16px;
    color: #777;
    padding: 20px 0;
}

@media screen and (max-width: 768px) {
    .ime-archive-header h1 { font-size: 28px !important; }
    .ime-skill-title { font-size: 22px !important; }
}
