a:visited {
    color: inherit;
    text-decoration: none;
}

.search-box {
    height: 60vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-box-middle, .search-box-middle-skeleton-container {
    background-color: rgb(0 0 0 / 50%);
    padding: 20px 15px 20px 15px;
}

#button-search, #detail-link-button {
    height: 45px;
}

.latest-items {
    background: none;
}

.latest-items-cover {
    background-size: cover;
    background-position: center;
    width: 55px;
    height: 70px;
    margin: 0 15px;
}

.latest-items-time {
    font-size: 10px;
    line-height: 10px;
    color: #AFAFAF;
}

.latest-items .latest-item-element {
    padding: 8px 0;
}

.item-types td {
    border: 0 !important;
    padding: 7px !important;
}

.item-types .v-align-m {
    vertical-align: middle !important;
}

.index-panel-container {
    margin-top: 25px;
}

.index-panel-container header {
    border: none;
    color: #FFFFFF;
    height: 40px;
}

.announcement-cover {
    background-size: cover;
    background-position: center;
    width: 70px;
    height: 50px;
    margin: 10px;
    cursor: pointer;
}

.announcements-container .smart-timeline-content {
    min-height: 100px;
}

#announcement-detail-content {
    display: none;
    max-width: 650px;
}

#announcement-detail-content a {
    text-decoration: none;
}

.announcement-detail-content {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
}

.announcement-detail-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.load-more-container {
    text-align: center;
    margin: 15px;
}

a:visited, a:focus {
    color: inherit;
}

.item-type-legend {
    float: left;
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.no-scroll {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .search-box-middle, .search-box-middle-skeleton-container {
        margin: 15px;
    }

    .index-panel-container {
        padding-left:0;
        padding-right:0;
    }

    .index-panel-container .sortable-grid {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/*
 * skeleton for latest items
 */
.latest-items-skeleton-list {
    height: 75px;
}

.latest-items-skeleton {
    background-color: #ddd;
    border-radius: 2px;
    animation: pulse 1.5s infinite;
}

.skeleton-image-container {
    display: block;
    float: left;
}

.skeleton-text-container {
    margin-left: 70px;
}

.latest-items-skeleton-image {
    width: 60px;
    height: 80px;
    margin-bottom: 10px;
}

.latest-items-skeleton-title {
    width: 80%;
    height: 16px;
    margin-bottom: 8px;
}

.latest-items-skeleton-author {
    width: 60%;
    height: 14px;
    margin-bottom: 6px;
}

.latest-items-skeleton-date {
    width: 40%;
    height: 12px;
}

@keyframes pulse {
    0% {
        background-color: #eee;
    }
    50% {
        background-color: #ddd;
    }
    100% {
        background-color: #eee;
    }
}
/*
 * end of skeleton for latest items
 */

/*
 * item types skeleton
 */
.item-types-skeleton {
    background-color: #ddd;
    border-radius: 4px;
    animation: item-types-pulse 1.5s infinite ease-in-out;
}

.item-types-skeleton-text {
    height: 14px;
    margin: 6px 0;
}

.item-types-skeleton-text-short {
    width: 80px;
}

.item-types-skeleton-text-medium {
    width: 100px;
}

.item-types-skeleton-text-small {
    width: 60px;
}

@keyframes item-types-pulse {
    0% {
        background-color: #eee;
    }
    50% {
        background-color: #ddd;
    }
    100% {
        background-color: #eee;
    }
}
/*
 * item types skeleton end
 */

/*
 * announcement skeleton start
 */
/* Skeleton Animation */
@keyframes announcement-skeleton-loading {
    0% {
        background-color: #e2e2e2;
    }
    50% {
        background-color: #f3f3f3;
    }
    100% {
        background-color: #e2e2e2;
    }
}

/* Skeleton Wrapper */
.announcement-skeleton {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

/* Icon Circle */
.announcement-skeleton-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    animation: announcement-skeleton-loading 1.5s infinite;
    position: absolute;
    left: 80px;
    top: 10px;
}

/* Date and Image Placeholder */
.announcement-skeleton-time {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
}

.announcement-skeleton-date {
    width: 60px;
    height: 10px;
    margin-bottom: 8px;
    margin-left: 10px;
    animation: announcement-skeleton-loading 1.5s infinite;
}

.announcement-skeleton-image {
    width: 60px;
    height: 60px;
    margin-left: 10px;
    animation: announcement-skeleton-loading 1.5s infinite;
}

/* Content Block */
.announcement-skeleton-content {
    flex: 1;
    margin-left: 40px;
}

.announcement-skeleton-title,
.announcement-skeleton-text {
    height: 10px;
    animation: announcement-skeleton-loading 1.5s infinite;
    margin-bottom: 8px;
}

.announcement-skeleton-title {
    width: 180px;
}

.announcement-skeleton-text {
    width: 100%;
    max-width: 300px;
}

.announcement-skeleton-btn {
    width: 60px;
    height: 20px;
    margin-top: 8px;
    border-radius: 3px;
    animation: announcement-skeleton-loading 1.5s infinite;
}
/*
 * announcement skeleton end
 */

/*
 * main search box skeleton start
 */

.search-box-middle-search-skeleton {
    display: flex;
    gap: 1px;
    align-items: center;
    padding: 10px;
}

.search-box-middle-option-skeleton {
    padding: 10px;
}

.search-box-middle-skeleton-input,
.search-box-middle-skeleton-icon,
.search-box-middle-option-input,
.search-box-middle-description {
    background: #e2e2e2;
    animation: search-box-middle-pulse 1.5s infinite;
}

/* Matching sizes based on screenshot */
.search-box-middle-skeleton-input {
    height: 45px;
    width: 200px;
}

.search-box-middle-option-input {
    height: 16px;
    width: 250px;
}

.search-box-middle-description {
    height: 16px;
    width: 750px;
    margin-top: 10px;
}

.search-box-middle-search-box {
    width: 550px; /* Wider for the input */
}

.search-box-middle-skeleton-icon {
    width: 150px;
    height: 45px;
}

/* Pulse animation */
@keyframes search-box-middle-pulse {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        opacity: 1;
    }
}

/*
 * main search box skeleton end
 */