.usga-cogbooks-course-container {
    margin: 1em 0;
}

.cogbooks-button {
    background-color: red;

    border: 2px solid #e2e7ed;
    border-radius: 6px 6px 0px 0px;
    background: #fff;
}

.cogbooks-info {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.cogbooks-button p {
    padding: 15px 25px;
    margin: 0;
}

/* .cogbooks-button button,
.cogbooks-button a {
    background-color: #003865;
    color: #fff;
    border-radius: 100px;
    padding: 10px 15px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 800;
    cursor: pointer;
} */


.cogbooks-info-simple {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.cogbooks-simple-button button,
.cogbooks-simple-button a {
    background-color: #61CE70;
    color: #fff;
    border-radius: 6px;
    padding: 20px 65px;
    font-size: 1.2rem;
    font-weight: 800;
    cursor: pointer;
}


.cogbooks-button button:hover {
    background-color: #003865;
    opacity: 0.8;
}

.cogbooks-course-progress {
    background: #e2e7ed;
    padding: 1.5em 4.125em;
    position: relative;
    display: none;
}

.cogbooks-course-progress.active {
    display: block;
}

.usga-cogbooks-course-container.active .cogbooks-course-progress {
    display: block;
}

.cogbooks-course-progress::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: -10px;
    left: 66px;
    background: #fff;
    transform: rotate(
-45deg);
    z-index: 9;
    left: 64px;
}


.cogbooks-course-progress .cogbooks-progress-bar {
    height: 7px;
    background-color: #fff;
    border-radius: 7px;
    margin: 5px 0;
    overflow: hidden;
    position: relative;
}

.cogbooks-course-progress .cogbooks-progress-bar .cogbooks-progress {
    height: 7px;
    background: #019e7c;
}

.progress-label {
    font-size: .75em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 800;
}