.gridcard,
.gridcard .gridcard_copy {
	height: initial;
}

.gridcard .gridcard_inner {
	padding: 15px 13px;
	height: 100%;
    display: flex;
    flex-direction: column;
}

.gridcard .gridcard_inner .gridcard_img {
	min-height: 154px !important;
}

.gridcard .gridcard_inner .gridcard_copy {
    height: 100%;
}

.gridcard .gridcard_inner .gridcard_copy h3 {
	line-height: initial;
    width: 100%;
	height: initial;
}

.gridcard .gridcard_inner .gridcard_copy .gridcard_copy_title {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
    height: 100%;
}

.gridcard .gridcard_inner .gridcard_copy .gridcard_copy_title .gridcard_copy_title_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.gridcard .gridcard_inner .gridcard_copy .gridcard_copy_title .gridcard_copy_title_box h3 {
    height: initial;
	margin: 0;
	max-width: calc(100% - 65px);
    width: 100%;
	padding-right: 15px;
}

.gridcard .gridcard_inner .gridcard_copy .gridcard_copy_title .gridcard_copy_title_box .terminal {
    position: initial;
    line-height: initial;
	max-width: 65px;
    width: 100%;
}

.gridcard .gridcard_inner .gridcard_copy .gridcard_copy_title .card_view {
    position: initial;
    display: inline-block;
    line-height: initial;
    margin: 0 auto;
}

.gridcard .gridcard_open .gridcard_copy .terminal {
	top: 35px;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_left {
	width: 100%;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_hidden_inner {
    display: initial;
    top: -190px !important;
    transform: translate(0);
    left: -12px;
    z-index: 9;
    padding: 20px !important;
    border-radius: 10px;
    width: calc(100% + 25px) !important;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_hidden_inner .gridcard_copy_title_box {
	margin-bottom: 20px;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_hidden_inner .float_clear {
    flex-wrap: wrap;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right:not(.show) {
	display: none;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right,
.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right h2 {
	width: 100%;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right h2 {
    width: calc(100% + 40px);
    margin: 0px;
    background: rgba(34, 102, 221, 0.05);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    padding: 7px 20px;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    text-transform: uppercase;
    font-family: Roboto, Helvetica, Arial, sans-serif;
	left: -20px;
    position: relative;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right .gridcard_copy_info {
	margin-top: 0;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	gap: 0;
	width: calc(100% + 40px);
	left: -20px;
	position: relative;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right .gridcard_copy_info_url {
    display: none;
    flex-wrap: wrap;
    align-items: center;
	padding: 12px 16px;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    position: relative;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right .gridcard_copy_info_url.show {
	display: flex;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right .gridcard_copy_info_url .icon {
	display: inline-block;
    vertical-align: middle;
    min-width: 25px;
    width: 25px;
    min-height: 25px;
    height: 25px;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right .gridcard_copy_info_url .icon svg {
	width: 100%;
	height: initial;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right .gridcard_copy_info_url .text {
	max-width: calc(100% - 32px);
    padding-left: 10px;
}

.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right .gridcard_copy_info_url .text,
.gridcard .gridcard_open .gridcard_copy .gridcard_copy_right .gridcard_copy_info_url .text a {
    text-decoration: none;
    color: rgb(51, 51, 51);
    cursor: pointer;
    font-size: 16px;
    line-height: 150%;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: normal;
    word-break: break-all;
	position: initial !important;
	display: inline-block;
}