:host {
    visibility: visible;
}
a {
    cursor: pointer;
    color: rgb(147 51 234);
}
a:focus, a:hover {
    color: rgb(75 85 99);
}
.button {
    display: inline-block;
    flex: none;
    appearance: none;
    white-space: nowrap;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-transform: uppercase;
    line-height: 1.25rem;
    color: rgb(147 51 234);
    cursor: pointer;
}
.button:focus, .button:hover {
    color: rgb(75 85 99);
}
.button[disabled] {
    cursor: default;
    opacity: 0.5;
}
.topic {
    display: flow-root;
    border-radius: 0.25rem;
    background-color: rgb(255 255 255);
}
.thumbnail {
    display: flex;
    justify-content: center;
}
.thumbnail img {
    height: 12rem;
    width: 24rem;
    object-fit: cover;
}
.topic .title {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
}
.topic .desc {
    margin-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    font-family: Charter, 'Bitstream Charter', 'Sitka Text', Cambria, serif;
    line-height: 1.375;
    color: rgb(31 41 55);
}
.topic .site {
    color: rgb(156 163 175);
}
.topic .title.title-hot::before {
    content: "●";
    margin-right: 0.25rem;
    background-color: transparent;
    color: rgb(220 38 38);
}
.topic-detail {
    display: flow-root;
    border-radius: 0.25rem;
    background-color: rgb(255 255 255);
}
.topic-detail .title {
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.75rem;
    font-weight: 700;
    line-height: 1.25;
}
.topic-detail .title a {
    font-weight: 700;
    cursor: pointer;
    color: rgb(147 51 234);
}
.topic-header {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 1.25;
    color: rgb(156 163 175);
}
.topic-header .site {
    font-weight: 700;
    text-transform: uppercase;
}
.topic-header .button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.topic-content {
    margin-bottom: 0px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
}
.url {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.25;
}
.topic-links-tags {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 1.25;
    color: rgb(156 163 175);
    clear: both;
}
.topic-links-tags .topic-links {
    text-align: right;
}
.topic-links-tags .topic-tags {
    text-align: right;
}
.topic-links-tags .button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    text-transform: none;
}
@media (min-width: 512px) {
    .topic .title {
	font-size: 1.5rem;
	line-height: 2rem;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
    }
    .topic .desc {
	font-size: 1rem;
	line-height: 1.5;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
    }
    .topic-detail .title {
	font-size: 1.875rem;
	line-height: 2.25rem;
	padding-top: 1rem;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 1rem;
    }
    .topic-content {
	padding-left: 2rem;
	padding-right: 2rem;
	padding-bottom: 1rem;
    }
    .url {
	font-size: 1rem;
	line-height: 1.5rem;
    }
}
@media (min-width: 720px) {
    .topic .thumbnail img {
	max-height: 12rem;
    	max-width: 24rem;
    	width: auto;
    }
    .topic .desc img {
	max-width: 28rem;
    }
    .topic-detail .thumbnail {
	float: right;
    	padding-left: 0.5rem;
    }
    .topic-even .thumbnail {
	float: right;
    	padding-left: 0.5rem;
    }
    .topic-odd .thumbnail {
	float: left;
    	padding-right: 0.5rem;
    }
}
