.study-link {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.study-card {
    word-break: break-all;
    max-width: 100%;
    width: 100%;
}

.study-card-body {
    overflow: hidden;
    width: 100%;
    background-color: #FFFFFF;
    padding: 10px 10px 48px;
    word-break: break-all;
    position: relative;
    border-radius: 20px;

    margin-top: 5px;
    margin-bottom: 10px;
    min-height: 150px;

    display: grid;
    grid-template-rows:1fr;
    grid-template-columns:50px 1fr;
}

.study-card-body:hover {
    background-color: #ddd;
    cursor: pointer;
}

.study-card-detail-body {
    overflow: hidden;
    width: 100%;
    min-height: 150px;
    background-color: #FFFFFF;

    padding: 15px 15px 48px;
    word-break: break-all;
    position: relative;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: grid;
    grid-template-rows:1fr;
    grid-template-columns:50px 1fr;
}

.study-user-icon {
    grid-row: 1/2;
    grid-column: 1/2;
}

.study-card-user-content {
    grid-row: 1/2;
    grid-column: 2/3;
}


.study-user-nickname {
    font-size: 14px;
}


.study-card-user-img {
    width: 40px;
    height: 40px;
    margin: 4px;
    border-radius: 50%;
}

.study-detail-card-user-img {
    width: 40px;
    height: 40px;
    margin: 4px;
    border-radius: 50%;
}

.study-detail-card-user-img:hover {
    opacity: 0.5;

}

.study-card-title {
    box-shadow: 3px 3px 6px -2px #555,
    3px 3px 8px rgba(255, 255, 255, 0.8) inset;
    width: 100%;
    background: #FFFFFF;
    padding: 24px;
    word-break: break-all;
    position: relative;
}


.study-bugger {
    margin-top: 15px;
}

.study-text {
    align-items: flex-end;
    font-size: 20px;
    font-weight: bold;
}

.study-book-image__title {
    font-size: 11px;
    font-weight: bold;
}

.study-timestamp-size {
    font-size: 12px;
    margin-bottom: 10px;
}

.study-menu {
    position: absolute;
    top: 3px;
    right: 20px;
    color: #8A8B8B;
}

.menu-close {
    display: none;
    width: 240px;
    text-align: initial;
}

.study-menu-drop {
    display: block;
    background: #fff;
    border: 1px solid #fff;
    position: absolute;
    z-index: 1000;
    right: 0px;
    top: 20px;
    width: 140px;
    height: 75px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 5px 5px 6px 2px #555,
    7px 7px 7px 7px rgba(255, 255, 255, 0.8) inset;
}

.study-menu-drop > a {
    text-decoration: none;
}

.study-card--menu {
    background: #fff;
    color: #444;
    height: 40px;
    padding: 0px;
}

.study-card--menu-red {
    background: #fff;
    color: #444;
    height: 40px;
    padding: 0px;
}

.study-card--menu > p {
    margin: auto;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

.study-card--menu-red > p {
    margin: auto;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: red;
    padding: 5px;
}

.study-card--menu:hover {
    background: #aaa;
}

.study-card--menu-red:hover {
    background: #aaa;
}


.menu-ul {
    background: #fff;
    list-style: none;
}

.menu-li > a {
    color: #000;
}


.study-menu-icon {
    color: #fff;
}


.study-content {
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-right: 15px;
    background-color: #efefef;
    padding-right: 30px;
    border-radius: 5px;
}

.study-detail-tag {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: inline-block;
    padding: 0.3em 0.5em;
    font-size: 0.8em;
    color: #333;
    text-decoration: none;
    user-select: none;
    border: 1px solid #aaa;
    border-radius: 20px;
}

.study-book-image {
    width: 70px;
}


@media (max-width: 600px) {

}