#tribe-events-content {
    margin: auto;
    max-width: 1000px;
  }

.tribe_events-template-default{
	background: #f0f8ff;
    color: black;
}

.tribe-events-content a{
    color: #f34134;
}

.tribe-events-content a:hover{
    color: #ca352a;
}

.tribe-events-ics{
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='18'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23141827' d='M0 .431V17.57c0 .238.163.431.364.431h17.273c.2 0 .363-.193.363-.431V.43c0-.237-.163-.43-.363-.43H.364C.163 0 0 .193 0 .431zm18 7.585h-1.015V4.687H.991v12.07h15.994v-3.753H18V8.016zM.99 1.239h15.995v2.315H.991V1.239z'/%3E%3Cpath stroke='%23141827' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='M22.918 10.5H9.207m11.488-3.255l3.252 3.272-3.213 3.213'/%3E%3C/g%3E%3C/svg%3E") 0/24px no-repeat;
    color: var(--tec-color-link-accent);
    font-size: var(--tec-font-size-2);
    font-weight: var(--tec-font-weight-regular);
    line-height: var(--tec-line-height-3);
    text-decoration: none;
    padding-left: var(--tec-spacer-7);
    margin-left: var(--tec-spacer-8);
}

.tribe-events-ics a{
    color: var(--tec-color-link-accent);
}