/* Custom styles */
body {
    padding-bottom: 2rem; 
}

#recordButton {
    padding-top: 13px;
    padding-bottom: 13px;
    width: 100%;
}

p {
    color: #dedede;
}

#subtitle {
    max-width: 550px;
    margin: 0 auto;
    color: #dedede;
}

.card {
    margin-bottom: 1rem;
    border: 1px solid var(--bs-gray-700);
    border-radius: 0.5rem;
}

#analyzeButton {
    margin: auto;
    display: block;
    width: 100%;
    padding-top: 13px;
    padding-bottom: 13px;
}

#recordingStatus {
    font-style: italic;
    margin-top: 5px;
}

#transcript, #analysis {
    /* white-space: pre-wrap; */
}

#analyzeErrorMsg {
    color: #c40f0f;
    font-weight: bold;
}

#copyButton {
    float: right;
    margin-bottom: 10px;
}

#alertBox {
    display: none;
}

.suggestions-list {
    list-style: none;
    padding-left: 0px;
}

.suggestion-list-item {
    background-color: #40547db0;
    padding: 15px;
    border-radius: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.suggestion-title {
    font-weight: bold
}

.suggestion-body {
    padding: 5px
}

.suggestion-benefit {
    border-radius: 5px;
    color: #1b2333;
    padding: 12px;
    font-size: 15px;
    margin: 8px 0px 0px 0px;
    background-color: #aca3d5;
}

.collapsed {
    background-color: #e3e3e30f;
    color: white
}

.accordion-body {
    padding-bottom: 23px;
}

#recordingStatus {
    display: none;
}

/* Styles for the example transcript modal */
.modal-content {
    background-color: #313d58;
    color: var(--bs-light);
    max-width: 615px;
    margin: auto;
}

.modal-header {
    border-bottom: 1px solid var(--bs-gray-700);
}

.modal-footer {
    border-top: 1px solid var(--bs-gray-700);
}

.modal-body {
    max-height: 60vh;
    overflow-y: auto;
}

.modal-body p {
    margin-bottom: 1rem;
}
