.spot-item-card {
    padding: 10px;
    border: 1.5px solid #aabdd9;
    border-radius: 15px;
    background: url('/images/card-background.jpg') repeat;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(100, 100, 150, 0.3);
    transition: box-shadow 0.2s, transform 0.2s;
    overflow: hidden;
    margin-bottom: 25px;
}

.spot-item-card-inner {
    padding: 7px 11px;
    border-radius: 7px;
    background-color: #3797D5;
    position: relative;
}

.spot-item-card-inner::after {
    background: url('/images/card-background.jpg') repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.07;
    pointer-events: none;
}

.spot-item-card-image {
    border: 1px solid #467695;
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    display: block;
    opacity: .9;
    cursor: pointer;
}

.spot-item-card-image.no-description {
    max-height: 330px;
    height: 330px;
}

.spot-item-card-description-container {
    min-height: 100px;
    background-color: #dbe3ed;
    padding: 10px 12px 10px 14px;
    box-shadow: 0 1px 2px rgba(59, 130, 246, 0.06);
    margin-bottom: 17px;
    border-right: 1px solid #b9c2ce;
    border-bottom: 1px solid #b9c2ce;
}

.spot-item-card-description-container::after {
    background: url('/images/card-background.jpg') repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
}

.spot-item-card-padding-bottom {
    padding-bottom: 10px;
}

.spot-item-card-padding-bottom label {
    font-size: 1.2rem;
    background-color: #1e73bd !important;
    color: #f0f0f0 !important;
    letter-spacing: 0.04rem;
}

.spot-item-card-label-serial {
    font-size: 1.2rem;
    padding: 2px 8px;
    opacity: .9;
}

.spot-item-card-title {
    font-weight: bold;
    font-size: 2.0rem;
    line-height: 2.7rem;
    color: #eee;
    margin: 0 20px 7px 20px;
    letter-spacing: -0.05rem;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1), 0px 0px 2px rgb(0, 0, 0);
}

.spot-item-card-image-container {
    background: #f3f6fa;
    padding: 0;
    text-align: center;
    margin-bottom: 2px;
}

.spot-item-card-contributor {
    display: flex;
    align-items: baseline;
    justify-content: end;
    font-size: 1.2rem;
    color: #fff;
    text-align: right;
    margin-right: 5px;
    opacity: .85;
}

.spot-item-card-contributor a {
    color: #fff;
}

.spot-item-card-contributor-link {
    color: #30a1ed;
    text-decoration: underline;
    margin-left: 4px;
}

.spot-item-card-btn-padding-bottom {
    padding-bottom: 7px;
}

.spot-item-card-btn-padding-bottom a {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.spot-item-card-btn-padding-bottom button {
    letter-spacing: .1rem;
}

.spot-item-card-description-inner {
    overflow-y: auto;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #434A4E;
    height: 150px;
    scrollbar-color: #4A5568 #f0f0f0;
    scrollbar-width: thin;
    padding-right: 5px;
}
