.fessup-uni-header {
    display: flex;
    align-items: center;
    gap: 0.6em;
    margin-bottom: 1.2em;
}

.fessup-uni-header__logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.fessup-uni-header__name {
    font-weight: 700;
    font-size: 1.2em;
    color: #333;
}

.fessup-alert {
    position: relative;
    border-radius: 12px;
    padding: 2em 2em 2em 5em;
    margin-bottom: 1.5em;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.fessup-alert__icon {
    position: absolute;
    top: -25px;
    left: -20px;
    width: 150px;
    height: 150px;
    opacity: 0.2;
    transform: rotate(-15deg);
}

.fessup-alert__icon svg {
    width: 100%;
    height: 100%;
}

.fessup-alert__content {
    position: relative;
    z-index: 1;
}

.fessup-alert__headline {
    display: block;
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.fessup-alert__body {
    margin: 0;
    font-size: 1em;
    line-height: 1.6;
}

.fessup-hall {
    max-width: 900px;
    margin: 0 auto;
}

.fessup-grid {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.fessup-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.06);
}

.fessup-card--top {
    background: #fffde7;
    border-color: #f0c040;
    box-shadow: 0 2px 8px rgba(240,192,64,0.3);
}

.fessup-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em 1em;
    border-bottom: 1px solid #e0e0e0;
}

.fessup-card--top .fessup-card__header {
    border-bottom-color: #f0c040;
}

.fessup-card__header-left {
    display: flex;
    align-items: center;
    gap: 0.7em;
}

.fessup-card__logo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.fessup-card__header-info {
    display: flex;
    flex-direction: column;
}

.fessup-card__uni-name {
    font-weight: 700;
    font-size: 0.95em;
    color: #333;
}

.fessup-card__time {
    font-size: 0.8em;
    color: #999;
}

.fessup-card__rank {
    font-weight: 700;
    font-size: 1.4em;
    color: #bbb;
}

.fessup-card--top .fessup-card__rank {
    color: #333;
}

.fessup-card__body {
    padding: 1em 1.2em;
}

.fessup-card__hashtag {
    font-weight: 700;
    font-size: 1.1em;
    color: #333;
    margin-bottom: 0.6em;
}

.fessup-card__text {
    font-size: 0.95em;
    line-height: 1.6;
    color: #333;
}

.fessup-card__image {
    text-align: center;
    padding: 0.5em 1.2em;
}

.fessup-card__image img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 4px;
}

.fessup-card__reactions {
    display: flex;
    justify-content: space-around;
    padding: 0.8em 1em;
    background: #f8f8f8;
    border-top: 1px solid #e0e0e0;
    font-size: 1em;
}

.fessup-card--top .fessup-card__reactions {
    background: #fff8e1;
    border-top-color: #f0c040;
}

.fessup-reaction {
    display: inline-flex;
    align-items: center;
    gap: 0.35em;
    color: #444;
    font-size: 1em;
}

.fessup-reaction span {
    font-size: 1.2em;
}

.fessup-empty {
    text-align: center;
    color: #888;
    padding: 2em;
}
