.hcp-hidden-content-protected {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 5px 0;
    background-color: #f9f9f9;
    border-radius: 4px;
}
.hcp-hidden-content {
    border: 1px solid #d4e3fc;
    padding: 15px;
    margin: 20px 0;
    background-color: #f0f7ff;
    border-radius: 4px;
}
.hcp-hidden-content-form {
    margin: 5px 0;
}
.hcp-hidden-content-form input[type="password"] {
    padding: 5px;
    margin-right: 1px;
    width: 100px;
}
.hcp-hidden-content-form input[type="submit"] {
    padding: 6px 5px;
    background-color: #0d5afa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.hcp-hidden-content-error {
    color: #dc3232;
    margin-bottom: 5px !important;
    font-size: 14px;
}
.hcp-hidden-content-note {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #ccc;
    font-size: 0.9em;
}
.hcp-note-text {
    margin-bottom: 5px !important;
    color: #555;
}
.hcp-note-link {
    margin-bottom: 5px !important;
}
.hcp-note-link a {
    color: #e64340;
    text-decoration: none;
    display: inline-block;
}
.hcp-note-link a:hover {
    color: #ce0606;
    box-shadow: inset 0 -100px #e1eae2;
}
.hcp-note-image {
    margin-bottom: 5px !important;
}
.hcp-note-image-img {
    max-width: 100%;
    height: auto;
    max-height: 150px !important;
    margin: 0 0 !important;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
